/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Lobster);
body {
	font-family:"PT Sans", Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#222;
	font-weight:400;
	line-height:20px;
	background-color:#fff;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Lobster", Verdana, Geneva, sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
	word-wrap: break-word;
}
strong {
	font-weight:700;
}
*::-moz-selection {
 background-color: #656255;
 color: #fff;
}
*::selection {
 background-color: #656255;
 color: #fff;
}
.site {
	width:100%;
	position:relative;
	z-index:100;
	background-color:#fff;
}
.site-wrap {
	background-color:#fff;
}
.logo {
	display:block;
	width:200px;
	height:86px;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	overflow:hidden;
	text-indent:-3000px;
	background:url(../images/gray-theme-logo.png) no-repeat center center;
	background-size:contain;
}
@media only screen and (min-width : 601px) {
}
@media only screen and (min-width : 970px) {
 .logo {
width:300px;
height:129px;
}
}
@media only screen and (min-width : 1250px) {
 .logo {
width:384px;
height:165px;
}
}
.header {
	position:absolute;
	margin-top:0px;
	z-index:50;
	right:0;
	width:100%;
}
.header .social {
	position:relative;
	float:right;
	margin:40px 20px 0 0;
	display:none;
}
.header .social li {
	float:left;
	margin-left:10px;
}
.header .social li a {
	display:block;
	color:#fff;
	transition: color 0.5s ease-in-out;
}
.header .social li a:hover {
	color: #08c;
	transition: color 0.5s ease-in-out;
}
@media only screen and (min-width : 601px) {
 .header {
margin-top:0px;
}
}
@media only screen and (min-width : 970px) {
 .header {
margin-top:0;
}
 .header .social {
display:block;
}
}
/* Slider */
/*.banner {position:relative;  width:100%; height:550px; overflow:hidden; background:url(../images/banner-mask.png) no-repeat center top; background-size:100% 100%; z-index:10; }*/
.inner .banner,
.inner .banner.hotel {
	height:400px;
	width:100%;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	/*background-size:100% 100%;*/
	padding:120px 0 0;
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-align:center;
	background-size:cover;
}
/*.inner .banner.hotel {height:650px;padding:120px 0 0;}*/

.inner .banner.hotel {height:800px;padding:120px 0 0;}
.banner .homeslider li {
	height:460px;
	width:100%;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	padding:120px 0 0;
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.banner h2 {
	font-size:35px;
	font-family:"PT Sans", Verdana, Geneva, sans-serif;
	line-height:35px;
	margin-bottom:0;
	color:#ffffff;
	letter-spacing:0.02em;
	border-bottom:dotted 2px #fff;
	width:100%;
	float:left;
	background-color:rgba(0, 0, 0, 0.7);
	padding:5px 10px;
	/*text-shadow:1px 3px 5px rgba(0, 0, 0, 0.6);*/
}
.banner.details {
	display:none;
}

.banner a.banner-button, .banner .cfs-hyperlink, .btn {
	display:inline-block;
	padding:6px 15px 8px 15px;
	margin:20px 0;
	width:auto;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.7);
	font-size:18px;
	font-weight:400;
	color:#fff;
	border:1px solid #fff;
	text-shadow:none;
	transition: background 0.5s ease-in-out;
	float:none;
}
 @media only screen and (min-width : 601px) {

}
 @media only screen and (min-width : 970px) {
	 .banner a.banner-button, .banner .cfs-hyperlink {
		 float:right;
	
}
 
}
 @media only screen and (min-width : 1150px) {
}



.banner a.banner-button:hover, .banner a.banner-button.active, .banner .cfs-hyperlink:hover {
	background-color:#08c;
	transition: background 0.5s ease-in-out;
}

.btn:hover {
	color:#fff;
	background-color:#08c;
	transition: background 0.5s ease-in-out;
}
.banner a.planEvent {
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	letter-spacing:1px;
	line-height:24px;
	display:block;
	width:200px;
	margin:20px auto 0;
	padding:15px 15px 18px 15px;
	color:#fff;
	border:1px solid #fff;
	background-color:rgba(0, 0, 0, 0.7);
	text-align:center;
	transition: background 0.5s ease-in-out;
}
.banner a.planEvent:hover {
	background-color:#565656;
	transition: background 0.5s ease-in-out;
}
#homeslider-pager {
	text-align:center;
	margin:-70px 0 0;
}
#homeslider-pager a {
	border:1px solid #ddd;
	display:inline-block;
	width:25%;
	margin:5px;
}
#homeslider-pager a img {
	width:100%;
	height:auto;
	display:block;
}
#homeslider-pager a.active {
	border:1px solid #565656;
}
#homeslider-pager a:hover {
	border:1px solid #999;
}
.banner .details {display:none;}
 @media only screen and (min-width : 601px) {
 .banner h2 {width:auto;}
 .banner a.planEvent {margin:0 auto;}
 .banner .homeslider li,  .inner .banner {
text-align:left;
height:350px;
}
.inner .banner.hotel {height:550px;padding:120px 0 0;}
 #homeslider-pager a {
width:auto;
}
}
@media only screen and (min-width : 970px) {
 .banner .homeslider li {
height:550px;
padding:200px 0 0;
text-align:left;
}
.inner .banner {
height:460px;
padding:200px 0 0;
text-align:left;
}
.inner .banner.hotel {height:595px;padding:230px 0 0;}
 .banner h2 {
font-size:50px;
line-height:60px;
}
.banner .details {
display:block;
padding:10px;
background-color:rgba(0,0,0,0.7);
}
 .banner a.planEvent {
margin:70px auto 0;
font-size:22px;
line-height:28px;
width:250px;
padding:20px 15px 23px 15px;
}
 .inner .banner a.planEvent {
margin:0 auto;
}
 #homeslider-pager {
text-align:center;
margin:-90px 0 0;
}
}
.page-template-default .footer,
.inner .footer {
	position:relative;
	width:100%;
	margin:0px 0 0;
	background:url(../images/inner-footer-bg.jpg) no-repeat center top #656565;
	background-size:100% auto;
	padding:00px 0 00px;
	z-index:5;
}

.extraLogo {
	display:block;
	text-align:center;
	position:relative;
	max-width:90%;
	width:70%;
	margin:-40px auto 0;
	padding:0 0 0;
}
.extraLogo img {
	width:auto;
	height:auto;
	margin:0 auto 10px;
}
.copyright {
	background-color:#565656;
	padding:0;
	margin:0;
	color:#fff;
}
.page-template-default .copyright {
	background-color:transparent;
	margin:0;
}
.copyright .row {
	margin-bottom:0;
}
.copyright .textleft {
	padding-top:0px;
	padding-bottom:0px; 
	text-align:center !important;
}
.copyright .vendor {
    background:url(../images/vendors-here-homepage-button.png) no-repeat center top #666;
	width:300px;
	height:37px;
    padding: 10px 0 12px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	text-indent:-2500px;
}
.copyright .vendor:hover {
	background:url(../images/vendors-here-homepage-button-hover.png) no-repeat center top #666;
}
.copyright .textright {
padding-bottom:20px;
	text-align:center !important;
}
.copyright a {
	color:#fff;
}
.copyright a:hover {
	color:#9f9f9f;
}
.inner .footer .copyright {
	background-color:transparent;
	padding-top:70px;
}
 @media only screen and (min-width : 601px) {
}
 @media only screen and (min-width : 970px) {
.page-template-default .footer {
 margin:0;
 background-color:transparent;
}
.copyright .textleft {
 text-align:left !important;
 padding:15px 0;
}
.copyright .vendor {
	margin:0;
}
.copyright .textright {
 text-align:right !important;
 padding:15px 0;
}
}
 @media only screen and (min-width : 1250px) {
}
.mainContent {
	/*padding:40px 0;*/
	font-size:20px;
	line-height:35px;
}
.mainContent p {
	margin:0 0 20px;
}
.mainContent p.justify {
	text-align:justify;
}
.mainContent h2 {
	margin:0 0 20px;
	text-align:center;
	letter-spacing:1px;
	color:#565656;
	font-size:50px;
	line-height:50px;
	letter-spacing:0.06em;
}
.page-id-15 .mainContent h1 {font-size:50px; line-height:50px; color:#565656; text-align:center;}
.page-id-15 .mainContent h2 {font-size:30px; line-height:30px; color:#333;}
.mainContent h4 {font-size:25px; letter-spacing:0.06em; color:#333;font-family:"PT Sans", Verdana, Geneva, sans-serif;}
.mainContent h5 {
    border-bottom: 1px dashed #333;
    color: #333;
    display: inline-block;
    font-family: "PT Sans",Verdana,Geneva,sans-serif;
    font-size: 25px;
    letter-spacing: 0.06em;
    margin: 0 auto 20px;
    width: auto;
	padding-bottom:10px;
}
#sideSlider {
	position:relative;
	top:0;
	z-index:0;
	width:100%;
	height:200px;
	overflow:hidden;
	padding:10px;
	border:double 4px #333;
}
#sideSlider img {
	position:absolute;
	z-index:1;
	width:100%;
	left:0;
	top:0;
	height:auto;
	padding:10px;
}
#sideSlider img.active {
	z-index:3;
	padding:10px;
}
@media only screen and (min-width : 601px) {
}
@media only screen and (min-width : 970px) {
 .mainContent {
padding:20px 0 60px; 
font-size:20px;
line-height:35px;
}
 #sideSlider {
height:400px;
}
}
@media only screen and (min-width : 1250px) {
}
.footermenu {
	display: none;
}
.footermenu li {
	display: inline-block;
	margin: 20px 10px;
}
.footermenu li a {
	color: #666;
	display: block;
}
.footermenu li.current-menu-item a, .footermenu li a:hover {
	color: #000;
	border-bottom:dotted 1px #000;
}
@media only screen and (min-width: 1250px) {
.footermenu {
 display: block;
}
}
.back-to-top {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:9999;
	display:inline-block;
	padding:0;
	margin:0;
	width:50px;
	height:50px;
	box-sizing:border-box;
	border:1px solid #fff;
	transition: background 0.5s ease-in-out;
	background:url(../images/gotop.png) no-repeat center top rgba(0, 0, 0, 0.4);
	background-size:100% 100%;
	border-radius:50%;
	text-indent:-9999px;
	overflow:hidden;
}

.plan-event {
    background: rgba(0, 0, 0, 0) url("../images/plan-event.jpg") no-repeat scroll right center;
    bottom: 170px;
    box-sizing: border-box;
    color: #d6052f;
    display: none;
    font-size: 16px;
    height: 166px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: -30px;
    text-align: center;
    text-indent: -1000px;
    transition: all 0.5s ease 0s;
    width: 72px;
    z-index: 9999;
}
.plan-event:hover{right:0;transition: all 0.5s ease;}
 @media only screen and (min-width : 601px) {

}
 @media only screen and (min-width : 970px) {
 .plan-event {display:inline-block;}
 
}
 @media only screen and (min-width : 1150px) {
}



.vc_custom_1476512276834 {background-color:#fff !important;}
.anchor-button {text-align:center; margin-top:20px;}
.anchor-button a {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 10px;
    padding: 12px 25px;
    text-align: center;
	letter-spacing:0.08em;
}
.anchor-button a:hover {background-color:rgba(0, 136, 204, 0.8); color:#fff;}
.circle-text {text-align:center; width:80%; margin:0 auto;}
.wpcf7-form {text-align:left;font-size:16px;}
.wpcf7-form td {padding-bottom:20px;}
.wpcf7-form label {font-size:14px; margin:-5px 0 0; display:block;}
form.wpcf7-form input {width:90%;}
form.wpcf7-form textarea {width:95%;}
form.wpcf7-form input[type="submit"] {width:200px; display:block; margin:0 auto; float:none;}
form.wpcf7-form input[type="checkbox"] {width:24px;}
.wpcf7-form th span {color:#565656; font-weight:normal;}

.wpcf7-list-item {display:inline-block; width:100%;}
.wpcf7-list-item.last {display:inline-block; width:100%;}


@media only screen and (min-width : 601px) {
.anchor-button {text-align:center; margin-top:90px;}
.wpcf7-form {font-size:18px;}
.wpcf7-list-item {display:inline-block; width:46%;}
.roomsetting .wpcf7-list-item {display:inline-block; width:30%;}

}

.footer {
    margin-top: 50px;
    position: relative;
}


.vc_tta-panel-body td {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}
.hotel .anchor-button a{ border:1px solid #fff !important; border-radius:0px !important;}

.hedercout {
    font-family: "Lobster",Verdana,Geneva,sans-serif;
    font-size: 33px;
    font-style: italic;
    font-weight: normal;
	color:#fff;
    letter-spacing: 1px;
	text-shadow:0 2px 3px #000;
}
/*.coutemain{ margin-top:10px; margin-bottom:60px;}*/
.coutemain { margin:20px auto 20px; color:#000;}
.arrowbottom {width:50px; height:50px; margin:0px auto 20px; background-color:#333; border-radius:50%;}
.arrowbottom img {
    width: 100%;
}
@media only screen and (min-width : 601px) {
	.coutemain { margin:110px auto 20px; color:#000; width:60%;}
	.hedercout {color:#000;text-shadow: none;}
}
@media only screen and (min-width : 1200px) {
	.coutemain { margin:100px auto 30px; color:#000; width:auto;}
	/*.hedercout {border-bottom:1px solid rgba(0,0,0,0.5);}*/


.arrowbottom img {
    display: block;
    float: left;
    height: auto;
    margin: 3px 0 0 -1px;
    width: 100%;
}
}

th.title {
    background-color: #333;
    color: #fff;
    padding: 6px 0;
}

#location {margin-bottom:-30px !important;}

.contact-info h2 {
    color: #333;
    font-size: 30px;
    text-align: left;
}
.contact-title {
	margin-bottom:5px !important;
}
.border-seperator {
	margin-top:20px;
}

.vc_custom_1480752064222 {
		margin-left:0;
}
.vc_custom_1480752071482{
		margin-left:0;
}

@media only screen and (min-width : 601px) {
	.vc_custom_1480752064222 {
		margin-left:0;
	}
	.vc_custom_1480752071482{
		margin-left:0;
	}
}
@media only screen and (min-width : 970px) {
}
@media only screen and (min-width : 1250px) {
	.vc_custom_1480752064222 {
		margin-left:30px;
	}
	.vc_custom_1480752071482{
		margin-left:60px;
	}
}


.plan-events input[type="radio"] {
    width: auto;
}
/*vendors*/
.vc_tta.vc_general .vc_tta-panel {
    display: block;
    margin: 0 0 10px;
}
.vc_tta-title-text {
    font-size: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 46px;
    padding-top: 10px !important;
}

/* plan-events-form */
.plan-events .col{margin:15px 0 10px;}

.plan-events label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.plan-events label b{font-weight:400;}
.plan-events span.title{font-size:14px; display:block;}

.plan-events .col.third-part span.wpcf7-list-item{width:30%; float:left; }

.plan-events .typeofevents .last{width:auto;}

.coming {
    color: #cc0000;
    display: inline-block;
    font-size: 13px;
    font-style: italic; vertical-align:top;
}

.bullet li {
    list-style: square !important; 
    margin: 0 10px;
    padding: 0 5px;
}
.plan-events div.wpcf7-response-output {
	margin:0;
}

/* Vender */
.vender-image {
    text-align: center;
}

.vender-image li {
    display: inline-block;
    margin-right: 20px;
}
.pum-container.pum-responsive img {
	display: block;
}