@charset "utf-8";
/* CSS Document */

@import url('dark-style.css');

/* hotel styling */
/* .hotels page styling  */
@import url('hotel-style.css');
/* GENERIC STYLES */

p.csibtn {
  display: inline-block !important;
  margin: 0 3px;
}
.displaytable {
  display: table;
}
.center {
  text-align: center;
}

.btn-secondary {
  border-color: #aa8731 !important;
  background-color: #fff !important;
  color: #aa8731 !important;
  border-radius: 0;
}
.projectbuttons {
  height: 50px;
}
.displaytablecell {
  display: table-cell;
  vertical-align: middle;
}
.btn-secondary {
  padding: 5px 15px;
  border: 1px solid #aa8731 !important;
  border-radius: 0px;
  line-height: 18px;
}
.btn-secondary:hover, .btn-secondary.current {
  border-color: #f68221 !important;
  color: #fff !important;
  background-color: #f68221 !important;
  border-radius: 0;
}
.btn-secondary.current {
  background-color: #f68221;
  color: #fff;
}
.btn-secondary {
  border-color: #f68221 !important;
  background-color: #fff !important;
  color: #f68221 !important;
  border-radius: 0;
}
aside ul.nav-list > li > a:hover {
  color: #f68221;
}
ul.nav-list.primary > li a:after {
  content: "\f054";
  font-family: FontAwesome;
  text-align: right;
  padding: 8px 0;
  color: #f68221;
  float: right;
  position: absolute;
  right: 10px;
}
ul.nav-list.primary > li a {
  border-bottom: 1px solid #b0b0b0;
}
ul.nav-list.primary > li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #b0b0b0;
  padding: 8px 20px 8px 8px;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #ffffff;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.csiprojects .active {
  color: #f68221;
}
aside ul.nav-list > li > a {
  color: #171717;
}





body {
	color: #3b3b3b;
	background: #ffffff;
}
a {
	color: #007c8a;
}
.btn {
	border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #007c8a;
	padding: 0px;
}
h1, .h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}
h2, .h2, h3, .h3 {
	margin-top: 3px;
	margin-bottom: 5px;
}
h1 {
	font-size: 36px;
}
.top-padding {
	padding-top: 12px;
}
.top-padding2 {
	padding-top: 24px;
}
.footer-padding {
	padding-top: 40px;
}
.eighteen {
	font-size: 15px;
}
.thirtysix {
	font-size: 36px;
}
.twenty {
	padding: 20px;
}
.guides-padding {
	padding-top: 15px;
}
.border-gold {
	border: 2px solid #ac9872;
}
.border-bottom {
	border-bottom: 1px solid #999;
}
.btn-default:hover, .btn-primary:hover, .btn-default:focus {
	background-color: #007c8a;
	color: #ffffff;
	border-color: transparent;
}
#content {
	padding-bottom: 20px;
}
a:hover, a:focus {
	color: #007c8a;
}
hr.gold-hr {
	background-color: #ac9872;
	height: 1px;
	border: 0;
}
.gold {
	color: #ac9872;
}
.sub-title-highlight {
	color: #761414;
}
.black {
	color: #000000 !important;
}
.area-wrapper .services-one {
	z-index: 100;
	position: relative;
}
.services-one img {
	width: 100%;
}
.homepad {
	padding: 5px !important;
}
.logopad {
	padding: 10px !important;
}
.hotelh6 {
	padding-top: 11px !important;
}
.marginbottom15 {
	margin-bottom: 15px;
}
.bold {
	font-weight: bold;
}
/*.shadow-t img {
	max-width: 100%;
	height: auto;
}*/
.animationload {
	background-color: #ffffff;
}
form h6 {
	font-weight: bold;
}
/* TOP BAR */
#topbar {
	background-color: #007c8a;
	border-bottom: none;
	color: #ffffff;
	text-transform: uppercase;
}
#topbar a {
	color: #ffffff;
	font-size: 13px;
}
#topbar #content {
	padding-bottom: 0px;
}
#header-style-1 {
	background-color: #ffffff;
	background: rgba(255, 255, 255, 1);
	border-bottom: none;
}
#header-style-1 .yamm .nav {
	padding-top: 70px;
}
#header-style-1 .navbar-default {
	background-color: #ffffff;
	background: rgba(255, 255, 255, 1);
}
#header-style-1.affix {
	background: rgba(37, 33, 34, 1);
}
#header-style-1 .navbar-default .navbar-nav > .open > a, #header-style-1 .navbar-default .navbar-nav > .open > a:hover {
	background: none;
	border-radius: 0;
	color: #007c8a !important; /* I AM MORE IMPORTANT :P */
}
.navbar-brand {
	height: 123px;
}
a.navbar-brand {
	background: none;
	padding-left: 5px !important;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #ffffff;
	border-top: 1px solid #007c8a !important;
	border-bottom: 1px solid #007c8a;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px solid transparent;
	box-shadow: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #007c8a;
	color: #ffffff;
}
header-style-1 .dropdown-menu, #header-style-1 .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #007c8a !important;
}
#header-style-1 .search {
	float: right;
	position: relative;
	width: 180px;
	height: 30px;
}
#header-style-1 .search button.btn-default {
	border: 0;
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	color: #ac9872;
	z-index: 3;
}
#header-style-1 .navbar-nav > li > a {
	color: #007c8a;
	padding: 7px 10px;
	border-top: 1px solid #ffffff;
	margin: 0 2px;
	font-size: 15px;
	font-weight: 600;
}
#header-style-1 .navbar-nav > li > a:hover, #header-style-1 .navbar-nav > li > a:active, #header-style-1 .navbar-nav > li > a:focus {
	background-color: #ffffff;
	color: #007c8a !important;
	border-top: 1px solid #007c8a;
	border-bottom: 1px solid #007c8a;
	border-radius: 0px;
}
#border-top:1px solid #ac9872;
#header-style-1 .search .form-control {
	background-color: #252122;
	border-color: #ac9872;
	height: 35px;
}
#header-style-1 .search input[placeholder],  #header-style-1 .search [placeholder],  #header-style-1 .search *[placeholder] {
	color: #ac9872 !important;
	font-family: 'Open Sans', sans-serif;
}
 input[placeholder].date-picker:-ms-input-placeholder {
 color: #ac9872 !important;
 font-family: 'Open Sans', sans-serif;
}
#header-style-1 .dropdown-menu li {
	border-bottom: 1px solid #007c8a;
}
#header-style-1 .dropdown-menu li a {
	font-family: 'Open Sans', sans-serif;
	color: #007c8a;
	background: #ffffff;
}
#header-style-1 .dropdown-menu li a:hover, #header-style-1 .dropdown-menu li a:focus {
	color: #ffffff;
	background-color: #007c8a;
}
#header-style-1 .dropdown-menu .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #007c8a;
	margin-top: 5px;
	margin-right: -20px;
}
#header-style-1 .dropdown-menu li a {
	padding: 10px 33px 10px 20px;
}
#header-style-1 .dropdown-menu, #header-style-1 .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #007c8a !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-toggle {
	color: #f68221;
	border-color: #f68221;
}
.navbar-default .navbar-toggle>div {
/*padding-left: 20px;
	padding-top: 3px;*/
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f68221;
	color: #ffffff;
}
/* PALACE PAYMENTS */
.winner-filter { padding:20px; background: #007c8a; }

.payout-header { border-top: 4px solid #f68221; border-bottom: 4px solid #f68221; color: #007c8a; text-transform: uppercase; font-family: 'Trajan-Regular',sans-serif; } 

.prizemoney { font-size:102px; margin-bottom:-20px; text-align:center; }
.hotslots { font-size:88px; margin-bottom:-20px; text-align:center; }
.payouts { font-size:65px; }

.payouttable { color: #000000; text-align:center; }

.sofar { font-size: 24px; padding-bottom: 15px; }

.payoutheader { background: #f68221; text-align:center !important; color: #fff;}	

.payouttotal { border:1px solid #f68221; background: #f68221; color: #fff; text-align:right; font-family: 'Trajan-Regular',sans-serif; font-size:16px;  }

.extrapadding { padding: 30px 0 20px 0;}

.datepadding { padding: 15px 0; }

.winner-filter form select {
	font-size:12px;
	 color: #666;
	 padding-top: 8px;
	 height:30px;
}


.scrl2::-webkit-scrollbar{
	height:10px;
	widows:10px;
}
.scrl2::-webkit-scrollbar-track{
	background-color:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.scrl2::-webkit-scrollbar-thumb{
		 -webkit-box-shadow: inset 10px 10px rgba(0,0,0,1.00);
		border-radius:10px;
}
/*search code */
.formLayoutDesktop {
	float: left;
    width: 78%;
}
.desktopSearchInput {
	font-family: 'HelveticaNeueLTPro-Roman',sans-serif;
	float: left; 
	width: 85% !important; 
	margin-bottom: 0px !important; 
	height:48px; 
	background: #069bac;
	color:#ffffff !important; 
	padding-left: 15px;
	font-size: 14px;
	    border: none !important
}
.searchButtonDesktop{
	float: left;
	padding: 0px;
    background: none;
    border: none;
}
.mobileform { display:none; }
.mobileSearchInput {
	font-family: 'HelveticaNeueLTPro-Roman',sans-serif;
	float: left; 
	/*width: 90%;*/ 
	margin-bottom: 0px !important; 
	height:38px; 
	background: #069bac; 
	color:#ffffff !important; 
	padding-left:15px;
	font-size: 14px;
	border: none !important;
}
.searchMobile {
	float: right;
    margin-right: -14px;
}
.formLayoutMobile {
	float:left;
	width:100%;
	border-top: 1px solid #007c8a;
}
.searchButtonMobile {
	float:left;
	padding: 0px;
    background: none;
    border: none;
	/*width:10%;*/
	margin-left: -38px;
}

input#top-search-input::-webkit-input-placeholder {
   color: #ffffff !important;
}

#top-search-input:-moz-placeholder { /* Firefox 18- */
   color: #ffffff; 
   opacity:1; 
}

#top-search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
   opacity:1; 
}

#top-search-input:-ms-input-placeholder {  
   color: #ffffff;  
}
#top-search-input input {  
   color: #ffffff;  
}
/* SLIDER STYLES */

.tp-bullets {
	display: none;
}
.tp-bannertimer {
	display: none;
}
.tparrows {
	border: 0px solid #aaaaaa;
	cursor: pointer;
	background: rgba(33, 37, 34, 1) !important;
}
.tparrows.tp-rightarrow:before {
	margin-left: 3px;
}
.shadow-t, .shadow-b {
	position: relative;
	overflow: hidden;
}
.shadow-t:before, .shadow-b:after {
	height: 20px;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	border-radius: 50% / 20px;
	z-index: 100;
}
.shadow-t:before {
	top: -20px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
}
.shadow-b:after {
	bottom: -20px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 -5px 10px;
}
.black-button-style {
	position: absolute;
	bottom: 0;
	right: 0;
}
.black-button-style .btn-default {
	background: rgba(0,0,0,0.7);
	border: none;
	color: #ffffff;
	border-radius: 0;
	font-size: 20px;
	padding: 14px 15px;
	text-transform: uppercase;
}
.black-button-pod {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.black-button-pod .btn-default {
	background: rgba(0,0,0,0.7);
	border: none;
	color: #ffffff;
	border-radius: 0;
	font-size: 20px;
	padding: 14px 14px;
	text-transform: uppercase;
}
.gold-button-pod {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.gold-button-pod .btn-default {
	background-color: #ac9872;
	border: none;
	color: #252122;
	border-radius: 0;
	font-size: 18px;
	padding: 14px 20px;
}
.gold-button-pod-small {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.gold-button-pod-small .btn-default {
	background-color: rgba(0,0,0,0.7);
	border: none;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 20px;
}
.gold-button-hotels {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.gold-button-hotels .btn-default {
	background: rgba(0,0,0,0.7);
	border: none;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 14px 20px;
}
.booking-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1140px;
}
.booking-form-home {
	position: absolute;
	z-index: 50;
	top: 70px;
	right: 0;
}
.booking-form {
	position: absolute;
	z-index: 50;
	top: 28px;
	right: 0;
}
.booking-form input, .booking-form select, .booking-form-home input, .booking-form-home select {
	color: #ec5c24;
}
.booking-container {
	padding: 10px 0px 15px 17px;
	background: RGBA(0,0,0,0.7);
	width: 244px;
}
.booking-container #Hotel {
	height: 35px;
	width: 210px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.booking-container h3 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 28px;
}
.form-control {
	background-color: #212121;
	border-color: #ac9872;
}
.booking-container .date-picker {
	background: url(/themes/images/calendar.png) top right no-repeat;
	margin: 0 0 10px 0;
	height: 33px;
	border: none;
	padding: 0 15px 0 10px;
	width: 220px;
	font-size: 12px;
}
.booking-btn {
	padding: 15px 18px;
	background: #f68221;
	color: #ffffff;
	border: none;
	width: 210px;
	font-size: 18px;
	text-transform: uppercase;
}
.hotslots-btn {
    background: #007c8a;
    color: #ffffff;
    border: none;
	padding-top:25px;
	padding-bottom:25px;
}
.hotslots-btn:active: .hotslots-btn:focus {
    background-color: #f68221 !important;
	color: #ffffff;
}
.btn.btn-default.hotslots-btn.btn-block:active, .btn.btn-default.hotslots-btn.btn-block:hover, .btn.btn-default.hotslots-btn.btn-block:focus   {
    color: #ffffff;
    background-color: #f68221 !important;
    border-color: #adadad;
}
.quote-btn {
	background: #f68221;
	color: #ffffff;
}
.res-btn {
	padding: 15px 18px;
	background: #f68221;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	font-size: 18px;
	width: 100%;
}
.specials-image-center .res-btn {
	width: 350px;
}
.btn-default:focus {
	background-color: #007c8a;
	color: #fff;
}
.btn-default {
	border-color: transparent;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
.drop-shadow {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,  .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}
.lifted:before,  .lifted:after {
	bottom: 21px;
	left: 5px;
	width: 48%;
	height: 15%;
	/*
            max-width:300px;
            max-height:100px;
*/
	-webkit-box-shadow: 0 24px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 24px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 24px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.lifted:after {
	right: 5px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
/* central res button */
.central-res-btn {
    padding: 12px 18px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align:center;
    text-transform: uppercase;	
}
.central-res-btn:hover, .central-res-btn:focus {
    color: #ffffff;
    text-decoration: none;
}
.central-res-bg {
   background: #ee8623;
   height: 66px;
   text-align:center;
   padding-top: 21px;
}
/*  FLEX GALLERY */
.slider-border {
	border: 1px solid #f68221;
	padding: 20px;
}
.flex-control-nav {
	bottom: 10px;
}
.flex-control-paging li a {
	width: 18px;
	height: 18px;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.7);
  -o-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
}
.flex-direction-nav a {
	background-color: #f68221;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
}
/* OWL CAROUSEL  */
.owl-carousel .owl-controls .owl-next {
	top: 25%;
}
.owl-carousel .owl-controls .owl-prev {
	top: 25%;
	left: 0px;
}
/* CONTENT AREA */
.header-img {
	min-height: 413px;
}
p.intro {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #3b3b3b !important;
}
.messagebox .lead {
	line-height: 1.4;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.messagebox h2 {
	color: #ffffff;
}
.overlayhome {
	padding: 160px 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.overlayhome .messagebox {
	text-align: right;
}
.calloutbox-full h2 {
	color: #ffffff;
	font-size: 40px;
	text-transform: capitalize;
}
.calloutbox-full {
	padding: 40px 0;
}
.calloutbox-full h2 span {
/*background: url(/themes/images/swiggle-left.png) top left no-repeat,
		url(/themes/images/swiggle-right.png) top right no-repeat;
	padding:0 96px 0 92px;*/
}
.white-wrapper-gallery, .hotel-wrapper-gallery {
	background-color: #ffffff;
	padding: 0 0 40px 0;
}
.home-white-wrapper {
	background-color: #ffffff;
	padding: 20px 0 20px 0;
}
.white-wrapper-gallery h2 {
	font-size: 33px;
}
.white-wrapper-masonry {
	background-color: #ffffff;
	padding: 0;
}
.home-white-wrapper .messagebox {
	text-align: left;
}
.home-white-wrapper h1 {
	font-size: 42px;
	font-weight: normal;
	color: #007c8a;
}
.make-bg-full {
	background-color: #f68221;
}
.masonry_wrapper {
	margin: 0px 0;
}
.black-wrapper {
	background: #040404;
}
.black-wrapper #content {
	padding-bottom: 0px;
}
.grey-wrapper {
	background: #ffffff;
	padding: 40px 0;
}
.entertainment-wrapper {
	background: #ffffff;
	padding: 40px 0 20px;
}
.hotel-wrapper {
	background: #ffffff;
	padding: 40px 0 10px 0;
}
.area-wrapper {
	background: #252122;
	padding: 20px 0;
}
h3.feature-event {
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
}
h2.feature-name {
	color: #ffffff;
	font-size: 45px;
	text-transform: uppercase;
	margin-top: -10px;
}
.feature-date {
	font-size: 21px;
	color: #ffffff;
}
.feature-content {
	font-size: 18px;
	color: #ffffff;
}
.btn-primary {
	color: #ffffff;
	background: #f68221;
	text-transform: uppercase;
}
.btn-lg, .btn-group-lg > .btn {
	border-radius: 0px;
}
.entry:hover .black-button-style {
	display: none;
}
.magnifier {
	background: rgba(0,0,0,0.4);
}
.magnifier .buttons-small {
	top: 45% !important;
	width: 80% !important;
	left: 10%;
}
.magnifier .buttons-big {
	top: 45% !important;
	width: 50% !important;
	left: 25%;
}
.magnifier .buttons-big-tournaments {
	top: 45% !important;
	width: 60% !important;
	left: 20%;
}
.home-pod, .block-pod {
	position: relative;
}
.block-pod {
	padding-right: 0px;
}
#content p {
	color: #000;
}
.black-wrapper #content p {
	color: #fff;
}
#content img {
	max-width: 100%;
}
.entertainment-bg {
	/*background: url(/themes/images/line-bottom.png) top no-repeat,  url(/themes/images/line-top.png) bottom no-repeat,  url(/themes/images/line-middle.png) center no-repeat,  url(/themes/images/line-small.png) center repeat-y;*/
	background:  url(/themes/images/dividing-line.png) center repeat-y;
}
.news-sidebar {
	padding-top: 85px;
}
.entertainment-sidebar {
	padding-top: 130px;
}
.content-pod {
	overflow: auto;
	background: #fbfbfb;
	padding: 10px 5px;
}
.contact-directions {
	padding: 30px 0;
	margin: 5px 0;
	background: RGBA(0,0,0,0.4);
}
.contact-directions h2 {
	font-size: 33px;
	color: #fff;
}
.contact-directions h3 {
	color: #fff;
	font-size: 22px;
}
.contact-directions p {
	font-size: 16px;
	color: #fff;
	padding-bottom: 15px;
}
.content-pod p {
	font-size: 16px;
	color: #000;
}
.cpod1 {
	min-height: 155px;
}
.cpod3 {
	min-height: 270px;
}
.gold-list dd a:hover {
	color: #007c8a;
}
/* casino area styling */
.casino-area .gold-border {
	border: 1px solid #695d4a;
}
.casino-area h4 a {
	color: #695d4a !important;
}
.casino-area h4 a:hover {
	background-color: #252122;
	color: #ac9872 !important;
}
.casino-area .gold-border:hover {
	border: 1px solid #ac9872;
}
.casino-area h4:hover {
	color: #ac9872;
}
.casino-area h4.active a {
	color: #ac9872 !important;
}
.casino-area .gold-border-active {
	border: 1px solid #ac9872;
}
/* Casino Gaming Private Areas */
.casino .overlay {
	padding: 20px 0;
}
.casino #content {
	padding-bottom: 0px;
}
.casino .calloutbox-full {
	padding: 20px 0;
}
.casino .calloutbox-full h2 span {
	background: url(/themes/images/swiggle-left-white.png) top left no-repeat,  url(/themes/images/swiggle-right-white.png) top right no-repeat;
	padding: 0 96px 0 92px;
}
.casino .gold-heading {
	font-size: 24px;
	color: #9a8867;
}
.table-bordered, .table > thead > tr > th {
	border: 1px solid #f68221;
}
.table > thead > tr > td {
	background: #f68221;
	color: #fff;
	border-color: #f68221;
	text-transform: uppercase;
}
.table > tbody > tr > td {
	border-color: #f68221;
}
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}
.table p {
	margin: 0px;
}
.casino-table li {
	list-style: none;
}
.casino-table li:before {
	content: '\2022';
	color: #a99670;
	padding-right: 5px;
}
.casino h2 {
	padding: 15px 0 5px;
}
/* PACKAGES PAGE STYLING */
.packages .back, .press-room .back {
	background: url(/themes/images/back-arrows.png) left no-repeat;
	color: #000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 30px;
	padding-left: 40px;
}
.packages .large {
	font-size: 120%;
}
.packages .small {
	font-size: 80%;
}
.packages-content {
}
.packages-content .date {
	display: block;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
.packages-content .date2 {
	display: block;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.packages-content h1 {
	margin-top: 0px;
}
.packages-content h4 {
	font-size: 120%;
}
.packages-content h4>span {
	color: #FFF;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.packages-content h4 .gold {
	color: #ac9872;
}
.packages-content ul {
	list-style: none;
}
/*  .packages-content li:before {
    color:#ac9872;
    content: '\2022';
    padding-right: 10px;
  }*/
.packages-content .terms li {
	padding: 3px 0;
	list-style-image: url(/themes/images/bull.png);
	margin-left: 13px;
}
.packages-content .small li {
	list-style-image: url(/themes/images/bull.png);
	margin-left: 13px;
}
.packages-content .row:after {
	content: " ";
	margin-top: 20px;
}
.packages-content .row {
	border-bottom: 1px solid #f68221;
	margin-bottom: 20px;
	margin-left: 0px;
}
.packages-content .row:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.packages-content .terms {
	font-size: 11px;
}
/* PRESS ROOM */
 
/* Timeline */
section.timeline {
	width: 75%;
	margin: 50px 13% 0;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
section.timeline:after {
	background: #761414;
	background: -moz-linear-gradient(top, rgba(246, 130, 33, 0) 0%, #f68221 8%, #f68221 92%, rgba(246, 130, 33, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(246, 130, 33, 0) 0%, #f68221 8%, #f68221 92%, rgba(246, 130, 33, 0) 100%);
	background: -o-linear-gradient(top, rgba(246, 130, 33, 0) 0%, #f68221 8%, #f68221 92%, rgba(246, 130, 33, 0) 100%);
	background: -ms-linear-gradient(top, rgba(246, 130, 33, 0) 0%, #f68221 8%, #f68221 92%, rgba(246, 130, 33, 0) 100%);
	background: linear, to bottom, rgba(246, 130, 33, 0) 0%, #f68221 8%, #f68221 92%, rgba(246, 130, 33, 0) 100%;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -60px;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}
section.timeline .timeline-date {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	position: relative;
	display: block;
	clear: both;
	width: 200px;
	height: 45px;
	padding: 5px;
	margin: 0 auto 10px;
	background: #ac9872;
	z-index: 1;
}
section.timeline .timeline-date h3 {
	display: block;
	text-align: center;
	color: #757575;
	font-size: 1em;
	line-height: 32px !important;
}
section.timeline .timeline-title {
	background: #F4F4F4;
	padding: 12px;
}
section.timeline .timeline-title h4 {
	padding: 0;
	margin: 0;
	color: #171717;
	font-size: 1.4em;
}
section.timeline .timeline-title a {
	color: #171717;
}
section.timeline .timeline-title .timeline-title-tags {
	color: #B1B1B1;
	font-size: 0.9em;
}
section.timeline .timeline-title .timeline-title-tags a {
	color: #B1B1B1;
	font-size: 0.9em;
}
section.timeline .timeline-box {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid #E5E5E5;
	border-radius: 0px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	position: relative;
	width: 45.7%;
	float: left;
	z-index: 1;
	margin-bottom: 30px;
	background: #FFF;
}
section.timeline .timeline-box.left {
	clear: both;
}
section.timeline .timeline-box.left:before {
	background: none repeat scroll 0 0 #f68221;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #f68221;
	content: "";
	display: block;
	height: 7px;
	margin-right: -5px;
	position: absolute;
	right: -6.8%;
	top: 22px;
	width: 8px;
}
section.timeline .timeline-box.left:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: -8px;
	top: 20px;
	width: 14px;
	z-index: 0;
}
section.timeline .timeline-box.right {
	clear: right;
	float: right;
	right: -1px;
	margin-top: 40px;
}
section.timeline .timeline-box.right:before {
	background: none repeat scroll 0 0 #f68221;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #f68221;
	content: "";
	display: block;
	height: 7px;
	margin-left: -5px;
	position: absolute;
	left: -7.2%;
	top: 32px;
	width: 8px;
}
section.timeline .timeline-box.right:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	left: -8px;
	top: 30px;
	width: 14px;
	z-index: 0;
}
section.timeline .timeline-box .img-thumbnail {
	border-radius: 0;
	padding: 0;
	border: 0;
}
section.timeline .timeline-box .img-thumbnail img {
	border-radius: 0;
	padding: 0;
	border: 0;
}
section.timeline .timeline-box .thumb-info {
	float: left;
	margin-bottom: -5px;
}
section.timeline .timeline-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}
.press-room .btn-primary {
	color: #ffffff;
}
.restuarantimages img {
	margin-bottom: 0px;
}
/* TERMS */
.terms ul li {
	margin-left: 20px;
	color: #000;
}
.terms ul li span {
	color: #000000;
}
.panel-title:after {
	color: #ffffff;
}
.panel-default > .panel-heading {
	background-color: #ec5c24;
	border: 1px solid #ec5c24;
}
.panel-group .panel-heading + .panel-collapse .panel-body, .panel-default {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #ec5c24 !important;
}
.panel-default > .panel-heading:hover {
	border-color: #761414;
}
/* SIDEBAR */
.nav-tabs > li > a {
	border-radius: 0px;
	color: #f68221;
}
.nav-tabs > li.active > a {
	background: #f68221;
}
.nav-tabs {
	border-bottom: 1px solid #ac9872;
}
.nav-stacked > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.nav-stacked li {
	border-bottom: 1px solid #f68221 !important;
}
.nav-stacked > li > a:hover, .nav-stacked > li > a:focus, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a {
	background: #f68221;
}
.nav-stacked li:last-child {
	border-bottom-color: #f68221 !important;
}
.nav-stacked > li > a:focus {
	color: #ffffff;
}
.white {
	color: #f68221;
}
.read-more-right {
	float: right;
	color: #007c8a;
}
.category-date {
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
h2.category-title {
	margin-top: -6px;
	margin-bottom: 0px;
}
.btn-cat {
	padding: 7px 30px;
}
a.fill-div {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
/* FOOTER */

#footer-style-1 {
	background-color: #ffffff;
}
#footer-style-1 p {
	color: #000000 !important;
}
#footer-style-1 p.legalise {
	color: #f68221 !important;
}
.legalise {
	text-align: center;
	color: #761414 !important;
}
#footer-style-1 a {
	color: #000000 !important;
}
#footer-style-1 a:hover {
	color: #007c8a !important;
}
.legalisecopy {
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: 600;
}
#footer-style-1 .widget .title h3 {
	color: #007c8a !important;
	font-weight: 600;
}
#copyrights {
	background-color: #007c8a;
	padding: 20px 0 10px;
	color: #ffffff;
}
.copyright-text {
	font-size: 11px;
}
#footer-style-1 .fa-caret-right {
	color: #e16319;
}
.footer-menu li {
	padding: 0px;
}
.footer-menu li a {
	color: #ffffff;
	font-size: 13px;
}
.footer-menu li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-style-1 .social-icons span a:hover {
	background-color: none;
	background: none;
}
#footer-style-1 p a {
	color: #ffffff;
}
#footer-style-1 p a:hover {
	color: #88785b;
}
.footer-menu ul li:before {
	content: "|";
	padding: 0 .5em;
}
.footer-menu ul li:first-child:before {
	content: "";
	padding: 0;
}
.dmtop {
	background-color: #f68221;
	border: 1px solid #ffffff;
}
.dmtop:hover {
/* background-image: url(/themes/images/arrow-over.png); */
}
#event-quote .booking-btn {
	margin-top: 20px;
}
.tab-pane {
	padding: 20px;
}
label {
	display: block;
}
input[type=text],  input[type=number],  select,  textarea {
	border: 1px solid #000000;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 7px;
}
select {
	height: 32px;
}
.nav-tabs {
	border-bottom: none;
	margin-bottom: 1px;
}
.tab-content {
	border: 1px solid #a99670;
}
.error {
	border: 1px solid #000;
}
#event_quote_form .error+.tooltip.top .tooltip-arrow {
	border-top-color: red;
}
#event_quote_form .error+div .tooltip-inner {
	background-color: red;
}
.hidden360, .hidden400 {
	display: block;
}
.show360, .show400 {
	display: none;
}
.hotelcols .rooms-suits {
	font-size: 14px;
	padding-top: 15px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.quote-form label, .quote-form input[type=radio] {
	color: #ffffff;
	font-weight: normal;
}
.quote-form h5 {
	font-size: 120%;
}
.quote-form .btn-default {
	border: none;
}
form.has-validation-callback h5 {
	font-size: 16px;
	font-weight: 600;
}
form.has-validation-callback input[type=text], form.has-validation-callback input[type=number], form.has-validation-callback select, textarea {
	font-size: 12px;
}
/*form.has-validation-callback input[placeholder],
form.has-validation-callback [placeholder],
form.has-validation-callback  *[placeholder] {
	color: #666 !important;
}*/
/* do not group these rules */
*::-webkit-input-placeholder {
 color: red !important;
}
form.has-validation-callback .error {
	border-color: #000 !important;
}
.has-error .help-block {
	color: red;
	font-size: 12px;
}
/* ----------------------------------------------------
	SUBSCRIPTION FORM
------------------------------------------------------- */

div.el-content-wrapper {
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #595959;
}
div.el-content-wrapper input[type="text"], div.el-content-wrapper textarea {
	min-width: 255px !important;
	padding: 3px;
}
div.el-content-wrapper input, div.el-content-wrapper textarea, div.el-content-wrapper select {
	border: 1px solid #C2C2C2;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #595959;
}
div.el-content-wrapper select {
	padding: 2px;
}
div.el-content-wrapper input[type="text"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #e0e0e0;
	background-color: #fbfbfb;
	padding: 4px 3px 3px 7px;
	height: 27px;
	-moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
div.el-content-wrapper select {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #e0e0e0;
	height: 27px;
	background-color: #fbfbfb;
	padding: 4px 3px 3px 7px;
	-moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
div.el-content-wrapper textarea {
	font-family: "courier new";
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #e0e0e0;
	background-color: #fbfbfb;
	padding: 4px 3px 3px 7px;
	-moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
div.el-content-wrapper label {
	color: #595959;
	font-size: 14px;
	font-weight: normal;
	margin-right: 15px;
}
div.el-content-wrapper label.radio {
	margin-right: 5px;
}
div.el-content-wrapper input:-moz-placeholder {
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 color: #BBBBBB;
 font-style: italic;
}
div.el-content-wrapper input::-webkit-input-placeholder {
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 color: #BBBBBB;
 font-style: italic;
}
div.el-content-wrapper input[type="radio"] {
	margin-right: 2px;
}
div.el-content-wrapper input[type="checkbox"], div.el-content-wrapper input[type="radio"] {
	border: none;
	padding: 0;
	min-width: inherit;
}
div.el-content-wrapper input[required], div.el-content-wrapper textarea[required] {
	min-width: 251px;
	padding-right: 16px;
	background: #FFFFFF url(https://d1v8hxsh61vyat.cloudfront.net/images/icons/asterisk-small-yellow.png) no-repeat center right;
}
div.el-content-wrapper input.input-number {
	min-width: 70px;
	width: 70px;
}
div.el-content-wrapper textarea[required] {
	background-position: top right;
}
div.el-content-wrapper input.public_button {
	margin-right: 8px;
	color: #ffffff !important;
	padding: 4px 35px 4px 35px;
	border: 0px solid #CCCCCC !important;
	background: #f68221 !important; /*url(https://d1v8hxsh61vyat.cloudfront.net/images/layout/gradient_small.png) repeat-x scroll 0 bottom;*/
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
div.el-content-wrapper input.public_button:hover {
/* background: #F2F2F2 url(https://d1v8hxsh61vyat.cloudfront.net/images/layout/gradient_small_rev.png) repeat-x scroll 0 top;*/
}
div.el-content-wrapper .clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0px;
}
div.el-content-wrapper .nowrap {
	white-space: nowrap;
}
div.el-content-wrapper .stretch {
	width: 100% !important;
}
/*Headers*/
div.el-content-wrapper h1 {
	font-size: 24px;
	padding: 3px 2px;
	font-weight: 400;
	margin: 6px 0 20px 0;
	color: #343434;
}
div.el-content-wrapper h2 {
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
div.el-content-wrapper h2 label {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
div.el-content-wrapper h3 {
	margin-bottom: 5px;
	color: #5A5A5A;
	font-weight: bold;
	font-size: 13px;
}
div.el-content-wrapper h3 label {
	color: #5A5A5A;
	font-weight: bold;
	font-size: 13px;
}
/*Content wrappers*/
div.el-content-wrapper {
	/*Default width*/
 /*   width: 320px; */
	padding: 10px 0px;
}
div.el-content {
	/*Default width*/
	width: 99%;
}
/*Forms*/
div.el-content-wrapper table.fieldset {
	margin: 0 0 0 4px;
}
div.el-content-wrapper table.fieldset td {
	padding: 0 5px 6px 0;
	vertical-align: top;
}
div.el-content-wrapper table.fieldset td label {
	display: inline-block;
	margin-top: 4px;
}
div.el-content-wrapper table.fieldset input[type="checkbox"] {
	margin-top: 4px;
}
div.el-content-wrapper table.fieldset.summary td {
	font-size: 12px;
	padding-top: 4px;
	color: #777777;
}
div.el-content-wrapper table.fieldset.summary td label {
	font-weight: bold;
	color: #777777;
	margin-top: 0px;
	white-space: nowrap;
}
div.el-content-wrapper table.fieldset.view td {
	padding-top: 4px;
}
div.el-content-wrapper table.fieldset.view td label {
	margin-top: -1px;
}
div.el-content-wrapper table.fieldset.view td.checkbox-setting {
	padding-top: 7px;
	font-size: 12px;
}
div.el-content-wrapper span.error {
	position: relative;
	display: inline-block;
	padding: 3px;
	margin: -3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #FFE3E3;
}
div.el-content-wrapper span.error input {
	border: 1px solid #FF9999;
	background-color: #FFFFFF !important;
}
div.el-content-wrapper span.error span {
	display: block;
	margin-top: 1px;
	text-align: right;
	color: #FF5858;
	font-size: 10px;
	font-style: italic;
}
div.el-content-wrapper table.fieldset td.submit {
	text-align: left;
}
div.el-content-wrapper div.field-heading.top {
	margin-bottom: 7px;
}
div.el-content-wrapper div.field-heading.bottom {
	margin-bottom: 7px;
}
div.el-content-wrapper div.field-heading.bottom>label {
	font-size: 12px !important;
	margin-left: 2px;
}
div.el-powered-by {
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;
}
.el-powered-by a {
	color: #000000;
	text-decoration: none;
}
.el-powered-by a:hover {
	text-decoration: underline;
}
div.el-content-wrapper {
	background-color: #ffffff !important;
}
div.el-content-wrapper {
	border: 1px solid #ffffff !important;
}
div.el-content-wrapper h1, div.el-content-wrapper h1 label {
	color: #000000 !important;
}
div.el-content-wrapper input, div.el-content-wrapper select, div.el-content-wrapper textarea {
	background-color: #ffffff !important;
}
div.el-content-wrapper input, div.el-content-wrapper select, div.el-content-wrapper textarea {
	border: 1px solid #c2c2c2 !important;
}
input:-moz-placeholder {
color: #222222 !important;
}
input::-webkit-input-placeholder {
color: #222222 !important;
}

/* ----------------------------------------------------
	RESPONSIVE
------------------------------------------------------- */
@media (max-width: 360px) {
.hotslots { font-size:30px !important; margin-bottom:-20px; text-align:center; }
.hidden360 {
	display: none;
}
.show360 {
	display: block;
}
.hotel-wrapper-gallery .conference-rec h2 {
	font-size: 28px;
}
#topbar .col-xs-7 {
	width: 100%;
}
}
@media (max-width: 400px) {
.hidden400 {
	display: none;
}
.show400 {
	display: block;
}
}
@media (max-width: 440px) {
.content-pod .col-xs-2 {
	width: 22%
}
.content-pod .col-xs-10 {
	width: 78%
}
.content-pod p {
	font-size: 11px;
}
#topbar .col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-brand {
	width: 75%;
	height: 45px;
}
.navbar-brand img {
	width: 70% !important;
}
.specials-image-center .res-btn {
	width: 100%
}
}
@media (max-width: 480px) {
#topbar a {
	font-size: 10px !important;
}
.gold-button-pod .btn-default {
	font-size: 14px;
}
.content-pod:first-child {
	padding: 5px 5px;
}
.content-pod {
	padding: 0px 5px;
}
.services-one .block-pod {
	padding: 5px 0 0 0;
}
.footer-menu li {
	float: none;
}
.footer-menu ul li:before {
	content: "";
	padding: 0px 0.4em;
}
.footer-menu {
	margin-top: -10px;
}
.accolades-three .col-xs-12 {
	width: 100% !important;
}
.accolades-three .col-xs-12 img {
	padding-top: 5px;
}
}
@media all and (max-width: 783px) and (min-width: 300px) {
.hiddenentertainment {
	display: none;
}
}
@media (max-width: 600px) {
#topbar a {
	font-size: 11px;
}
.hiddenentertainment {
	display: none;
}
.entertainment-wrapper .blog-masonry .col-xs-4 {
	width: 100%;
}
.entertainment-wrapper .blog-masonry .col-xs-8 {
	width: 110%;
}
.entertainment-wrapper .col-xs-11 {
	width: 100%;
}
.specials-center {
	width: 95% !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px !important;
}
.specials-image-center {
	text-align: center;
}
.grey-wrapper {
	padding: 20px 0;
}
}
@media all and (max-width: 783px) and (min-width: 500px) {
.restuarantimages .col-xs-6 {
	width: 33.33%;
}
#footer-style-1 .col-xs-12 {
	width: 50%;
}
.footer-padding .col-xs-12 {
	width: 100% !important;
}
}
@media all and (max-width: 768px) and (min-width: 600px) {
.entertainment-wrapper .blog-masonry .col-xs-4 {
	width: 33.33%;
}
.entertainment-wrapper .blog-masonry .col-xs-8 {
	width: 66.66%;
}
.entertainment-wrapper .col-xs-11 {
	width: 100%;
}
.specials-center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px !important;
}
.specials-image-center {
	text-align: center;
}
.grey-wrapper {
	padding: 20px 0;
}
.entertainment-bg {
	display: none;
}
/* .hiddenentertainment { display:none; }*/
}
 @media (max-width: 980px) {
/*.booking-form-home {
	position: relative;
	width: 250px;
	top:0px;
}*/
.cpod1, .cpod3 {
	min-height: 0px;
}
}
 @media (max-width: 767px) {
/*.booking-form,
.booking-form-home {
	display: none !important;
}*/
#header-style-1 .search {
	display: none;
}
#header-style-1 .navbar-nav > li > a:hover {
	border-top: none;
}
#header-style-1 .dropdown-menu {
	margin-top: 0;
}
#header-style-1 .navbar-nav > li > a {
	margin: 0;
}
.calloutbox-full h2 {
	font-size: 22px;
}
.calloutbox-full h2 span, .casino .calloutbox-full h2 span {
	background: none;
	padding: 0px;
}
.navbar-brand img {
	width: 40% !important;
}
.navbar-brand {
	height: 55px;
}
#header-style-1.affix .navbar-brand img {
	margin-top: 0px;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	display: none;
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
}
.slider-border {
	border: 0px;
	padding: 0px;
}
.twenty {
	padding: 0px 0 20px 0;
}
.flex-control-nav {
	bottom: -35px;
	background: #f5f5f5;
	padding-top: 7px;
}
.flex-control-paging li a.flex-active {
	background-color: #007c8a !important;
	border: 1px solid #007c8a;
	width: 15px;
	height: 15px;
}
.marginbottom {
	margin-bottom: 35px;
}
.gold-button-hotels .btn-default {
	font-size: 14px;
	padding: 10px 15px;
}
.area-wrapper .servicebox {
	margin: 5px 0;
}
.area-wrapper .last {
	margin-bottom: 10px;
}
.entertainment-sidebar, .news-sidebar {
	padding-top: 0px;
}
.thirtysix {
	font-size: 20px;
}
.scrl2::-webkit-scrollbar{
	height:10px;
	widows:10px;
}
.scrl2::-webkit-scrollbar-track{
	background-color:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.scrl2::-webkit-scrollbar-thumb{
		 -webkit-box-shadow: inset 10px 10px rgba(246,130,33,1.00);
		border-radius:10px;
}

}
@media all and (max-width: 784px) and (min-width: 768px) {
#header-style-1 .navbar-nav > li > a {
	padding: 7px 6px;
	font-size: 12px;
}
.scrl2::-webkit-scrollbar{
	height:10px;
	widows:10px;
}
.scrl2::-webkit-scrollbar-track{
	background-color:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.scrl2::-webkit-scrollbar-thumb{
		 -webkit-box-shadow: inset 10px 10px rgba(246,130,33,1.00);
		border-radius:10px;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ededed;
  -webkit-overflow-scrolling: touch;
}
}
@media (max-width: 784px) {
.prizemoney, .payouts { font-size:50px !important; }
.header-img {
	min-height: 0px;
}
.booking-form,  .booking-form-home {
	display: none !important;
}
.home-white-wrapper #content img, .hotel-overview #content img, .entertainment-wrapper #content img {
	width: 100%;
}
.gold-button-hotels {
	right: 0px;
}
.content-hide {
	display: none;
}
.navbar-nav {
	margin: 0px;
}
.footer-menu {
	display: block !important;
}
.footer-menu li a {
	font-size: 11px;
}
h1 {
	font-size: 26px;
}
.home-white-wrapper h1, .white-wrapper-gallery h2 {
	font-size: 26px;
}
.hotelcols .rooms-suits {
	font-size: 14px;
	padding-top: 15px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.shadow-t img {
	max-width: 100%;
	height: auto;
}
.copyright-text {
	text-align: center;
}
.footer-menu ul {
	float: none;
	margin: 0px;
	display: inline-block;
}
.footer-menu li {
	display: inline;
	float: none;
}
.accolades-three .col-xs-12 {
	width: 33%;
}
}
@media all and (max-width: 992px) and (min-width: 768px) {
.hidetoplink {
	display: none;
}
}
@media all and (max-width: 991px) and (min-width: 801px) {
.conference-title-padding {
	padding-top: 46px;
}
.hotslots { font-size:52px; margin-bottom:-20px; text-align:center; }
}
@media all and (max-width: 1100px) and (min-width: 784px) {
.booking-form-home {
	position: absolute;
	z-index: 50;
	top: 5px;
	right: 60px;
}
.booking-form-home br {
	display: none;
}
}
 @media all and (max-width: 1215px) and (min-width: 1008px) {
.hotslots { font-size:72px; margin-bottom:-20px; text-align:center; }
.specials-image-center .res-btn {
	width: 100%;
}
}
 @media (max-width: 1008px) {
.area-wrapper .servicebox {
	margin: 5px 0;
}
.specials-image-center img {
	max-width: 350px !important;
	width: 100%;
}
}
@media (max-width: 1024px) {
.black-button-style .btn-default {
	font-size: 12px;
	padding: 18px 10px;
}
/*.navbar-brand {
		display:none;
	}*/
#header-style-1 .yamm .nav {
	padding-top: 10px;
}
.booking-form {
	right: 10px;
}
}
@media (max-width: 1366px) {
/*.black-button-style .btn-default {
		font-size: 12px;
		padding: 18px 10px;
}*/
.tparrows {
	width: 40px !important;
	height: 40px !important;
}
.tparrows:before {
	margin-top: 8px;
	width: 37px;
}
#header-style-1 .yamm .nav {
	padding-top: 10px;
}
}
 @media (min-width: 1024px) {
.entertainment-wrapper .blog-masonry .col-lg-8 {
	margin-left: -10px;
}
}
@media (max-width: 1600px) {
.black-button-style .btn-default {
	font-size: 12px;
	padding: 18px 10px;
}
}
 @media all and (max-width: 1216px) and (min-width: 767px) {
.gold-button-hotels {
	right: 0px;
	bottom: -1px;
}
.navbar-brand img {
	width: 20% !important;
}
.navbar-brand {
	height: 65px;
	float: none;
}
.navbar-header {
	float: none;
}
.navbar-right {
	float: none !important;
}
#header-style-1 .navbar-default {
	text-align: center;
}
.navbar-nav {
	float: none;
	display: inline-block;
}
}
@media all and (max-width: 1216px) and (min-width: 990px) {
.videos .col-xs-12 {
	width: 66.67%
}
}
 @media all and (max-width: 1382px) and (min-width: 1233px) {
#header-style-1 .yamm .nav {
	padding-top: 70px;
}
}

/* Responsive */
@media (max-width: 991px) {
section.timeline .timeline-box {
	float: none;
	clear: both;
	right: auto;
	left: auto;
	margin: 25px auto;
	max-width: 70%;
	width: auto;
}
section.timeline .timeline-box.right {
	float: none;
	clear: both;
	right: auto;
	left: auto;
	margin: 25px auto;
	max-width: 70%;
	width: auto;
}
section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
	display: none;
}
.black-button-style .btn-default {
	font-size: 12px;
	padding: 18px 10px;
}
.specials-center {
	min-width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px !important;
}
.specials-image-center {
	text-align: center;
}
.restaurant-image {
	display: none;
}
}
 @media (max-width: 479px) {
section.timeline {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
section.timeline .timeline-box {
	margin: 15px auto;
	max-width: 90%;
}
section.timeline .timeline-box.right {
	margin: 15px auto;
	max-width: 90%;
}
article.post-large {
	margin-left: 0;
}
article.post-large .post-image, article.post-large .post-date {
	margin-left: 0;
}
.black-button-style .btn-default {
	font-size: 12px;
	padding: 18px 10px;
}
.entertainment-bg {
	display: none;
}
}
 @media screen and (min-width: 769px) {
.nav:before,  .nav:after {
	content: " "!important;
	display: table!important;
}
 }
 @media screen and (max-width: 768px) {
 .nav:before,  .nav:after {
 content: " "!important;
 display: table!important;
}
 }
@media screen and (max-width: 360px) {
.hidesmall{
display:none;
}
}