/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background-color: rgba(44,44,44,1.00);
}
body a{
    color: rgba(179,32,40,1);
	transition:0.5s all;	
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}	
/*p{
	margin:0;
	padding:0;
}*/
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img.img-rounded.img-responsive{
	margin: auto
}
.pad{
	padding: 10px;
}
hr{
	border-top: 1px solid #505050;
}
/*--scroll button --*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99996;
    background-color: rgba(0,0,0,0.7);
	color: #eeeeee;
	width: 33%;
	max-width: 80px;
	height: 60px;
	line-height: 60px;
	right: 20px;
	bottom: -1px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*--/scroll button --*/
/*--Main button --*/
.classbutton {
	font-size:18px;
	font-weight:bold;
	background-color:rgba(179, 32, 40, 0.95);
	color: rgba(255,255,255,1.00);
	text-align:center;
	padding:10px 10px 10px 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	margin:5px;
}
.classbutton a{
	color:#ffffff;
}
.classbutton:hover {
	color:#fff;
	background-color: rgba(179, 32, 40, .8);
	text-decoration:none;
}
.classbutton:focus {
	color: #fff;
	background-color: #B32028;
	text-decoration: none;
}
/*--/Main Bbtton --*/
/*-- reset code --*/
body {
	font-family: 'Nunito', sans-serif;
	font-weight:100;
}
/*-- /reset code --*/
/*-- clearfix --*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*-- /clearfix --*/
/*-- Overlay --*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.956);
    overflow-x: hidden;
	overflow-y: auto;
    transition: 0.5s;
}
.overlay-content h1{
		font-size: 50px;
		font-weight:900;
		margin-top: 0;
		text-shadow: 0px 1px 1px #292929;
		-webkit-text-stroke: .5px #313131;
		text-decoration: none;
		color: #000;
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.9)), to(rgba(0,0,0,1)));
	
}
.overlay-content h4{
	font-size: 28px;
	font-weight:800;
}
.overlay-content strong{
	font-weight:800;
	}
.overlay-content {
    position: relative;
    top: 30px;
    width: 100%;
	color: #000;
    text-align: center;
    margin-top: 30px;
}
.overlay .pad{
	padding: 10px;
}

.overlay .closebtn {
    position:absolute;
    top: 10px;
    right: 10px;
	z-index: 99999;	
	display: inline;
	/*-- color: #fff;
	background-color: #d9534f;
	border-radius: 6px; --*/
}
.here {
	background-color: #B32028;
}


@media screen and (max-width: 450px) {
.overlay .closebtn {
    top: 5px;
    right: 10px;

  }
  
.overlay-content h1{
		font-size: 35px;
}
}
/*-- /Overlay --*/
/*-- navigation --*/
.navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default {
    background-color: rgba(0,0,0,0.5);
    border-color: transparent;
}
.navbar-brand {
    float: left;
    height: 66px;
    padding: 0px 15px;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand h1 {
	font-size:35px;
	line-height: 20px;
	font-family: 'Varela Round', sans-serif;
} 
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFFFFF;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
	font-size: 18px;
    font-weight: 300;
	line-height: 36px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	 color: #000;
    background-color:#fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover ,.navbar-default .navbar-nav>li>a.active  {
    color: #000;
    background-color:#fff;
}
.navbar-default .logo-box {
	float: left;
	height: 72px;
	font-size: 30px;
	width: 200px;
	top: 0px;
	left: 0px;
}
.navbar-toggle {
	margin-top: 16px !important;
}
/*-- /navigtion --*/
/*-- banner section --*/
.slider-container {
	width: 100%;
	margin-top: 66px;
	/*height:925px !important;*/
	/*max-height: 600px;*/
	position: relative;
	overflow: hidden;
	background-color: #fff
}

.slider-container2 {
	width: 100%;
	margin-top: 66px;
	/*height:925px !important;*/
	/*max-height: 600px;*/
	position: relative;
	overflow: hidden;
	background-color: #fff
}
.slider {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style: none;
}
.slider-16x9-box{
	background-color: #1b6d85;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0a0a0a;
}
.slide-bg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-align: -webkit-center;
}
.slide-bg img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.slider-container .slide-content {
	position: absolute;
    right: 8%;
    bottom: 10%;
    width: 27%;
    background-color:rgba(0,0,0,0.5);
	border:5px solid rgba(0,0,0,0.5); 
    z-index: 2;
	text-align:center;
    padding: 35px 20px;
}
.slide-content h3 {
	font-size:27px;
	font-weight:normal;
	padding:10px 0 20px;
	color:#fff;
	-webkit-transition: all 0.2s ease;
	font-family: 'Varela Round', sans-serif;
}
.slide-content p {
	font-size:17px;
	color:#fff;
	font-weight:normal;
	padding:0 10px 20px;
	line-height:30px;
	-webkit-transition: all 0.2s ease;
}
.slide-content a {
	color: #fff;
	font-size:20px;
	font-weight:300;
	padding: 10px 20px;
	background-color:transparent;
	border:1px solid #fff;
	display: inline-block;
	text-decoration: none;
}
.slide-content a:hover,
.slide-content a:focus,
.slide-content a:active {
    border:1px solid #fff;
    color:#DE4E4E;
    background-color: #fff;
}  
.slider-controls {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.slide-nav {
}
.slide-nav .prev,
.slide-nav .next {
	position: absolute;
	top: 50%;
	z-index: 10;
	color: white;
}
.slide-nav .prev {
	left: 20px;
}
.slide-nav .next {
	right: 20px;
}
.slide-list {
	position: absolute;
	bottom: 7%;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.slide-list li {
	margin: 0 10px;
	display: inline-block;
}
.slide-list li a {
	opacity: 0.7;
	width: 15px;
	height: 15px;
	display: block;
	background: white;
	border-radius: 20px;
	text-indent: -9999px;
}
.slide-list li.active a {
	opacity: 1;
}
.slide-list li a:hover {
	opacity: 1;
}
 
/*-- /banner section --*/
/*-- banner section for inner pages--*/
.slider-container2 {
	width: 100%;
	height:500px!important;
	position: relative;
	overflow: hidden;
}
/*-- /banner section for inner pages--*/
/*-- 3d text --*/
.hit-the-floor {
color: #fff;
text-align: center;
font-size: 4em;
font-weight: bold;
/*-- text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);--*/
}
.hit-the-floor2 {
color: #BE202E;
text-align: center;
font-size: 4em;
font-weight: bold;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

@media screen and (max-width: 500px) {
.hit-the-floor {
font-size: 2.5em;
}
.hit-the-floor2 {
font-size: 2.5em;
}
}
/*-- /3d text --*/
/*-- promotion section --*/
section.promo-info {
	background: url(../images/GrayBlackbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 100%;
	padding: 120px 0;
	box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,0.5), inset 0px -12px 10px -10px rgba(0,0,0,0.5);
}
section.promo-info h3.text-center {
	font-size: 40px;
	font-weight: normal;
	padding: 20px 0;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.50);
}
section.promo-info p.text-center {
	font-size:17px;
	font-weight:normal;
	padding:0px 0 60px;
	color:#000;
}
.promo-details {
    background-color: rgba(179, 32, 40, .8);
    padding: 30px 30px;
	border-radius: 10px;
	max-width: 400px;
	margin: auto;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.promo-details:hover {
    background-color: rgba(179, 32, 40, 0.95);
}
.promo-agile1 {
}
.promo-w3lagile h4 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-align: center;
}
.promo-w3lagile p {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.promo-wthree p {
	font-size:17px;
	font-weight:normal;
	align-content: center;
	color:#fff;
	line-height:35px;
}
section.promo-info .promo-details  img.img-rounded.img-responsive {
	/* [disabled]float: left; */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
section.promo-info .promo-details .promo-w3lagile {
	/* [disabled]float: right; */
	clear: left;
}
/*-- promotion section --*/
/*-- rewards Page --*/
section.rewards-panel {
	padding:120px 0;
	height: 100%;
	background-color: #fff;
}
section.rewards-panel h3.page-header.text-center {
	font-size:20px;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	height: 100%;
	padding: 100px 0;
	color: #BE202E;
}
section.rewards-panel span.fa {
    font-size: 30px;
    background-color: #BE202E;
    width: 80px;
    height: 80px;
    border: 2px solid #D2D2D2;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	border-radius: 50%;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
section.rewards-panel span.fa:hover {
	background-color:#561C1C;
	border: 2px solid #561C1C;
}
section.rewards-panel h3 {
	font-size: 20px;
	font-weight: normal;
	color: #BE202E;
	padding: 20px 0;
	font-family: 'Varela Round', sans-serif;
}
section.rewards-panel p {
	font-size:16px;
	font-weight:300;
	padding:0px 0 15px;
	line-height: 27px;
}
section.rewards-panel a.btn.btn-primary {
    background-color: #BE202E;
    border-color:#BE202E;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	color:#fff;
	margin-bottom:10px;
}
section.rewards-panel a.btn.btn-primary:hover {
	background-color:#6F2020;
	border-color:#6F2020;	
}
section.rewards-tabs h3.page-header.text-center {
	font-size:35px;
	color: #BE202E;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	padding: 30px 0 20px;
}
section.rewards-tabs i.fa {
	font-size:20px;
}
section.rewards-tabs .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
	font-weight:300;
	color: #BE202E;
}
section.rewards-tabs .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    color: #B10000;
}
section.rewards-tabs .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #BE202E;
	color:#fff;
}
section.rewards-tabs h4 {
	font-size: 25px;
	color: #BF9090;
    font-weight: normal;
	font-family: 'Varela Round', sans-serif;
    padding: 30px 0 15px;
}
section.rewards-tabs p {
	font-size:17px;
	font-weight:normal;
	padding:10px 0;
	line-height:30px;
}
.tab-content>.tab-pane {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding: 0 40px 30px;
}
section.rewards-tabs {
    padding-bottom: 50px;
}
/*-- /rewards page --*/
/*-- entertainment section --*/
section.entertainment-info {
	padding:120px 0;
	height: 100%;
	background-color: #fff;
}
section.entertainment-info-blur {
	background: linear-gradient(0deg, rgba(0,0,0,0.50),rgba(0,0,0,0.50)), url(../images/crowd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	height: 100%;
	padding: 120px 0;
	box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,0.5), inset 0px -12px 10px -10px rgba(0,0,0,0.5);
}
section.entertainment-w3lagile {
	margin:0 auto;
}

section.entertainment-info h3.text-center {
	font-size: 40px;
	font-weight: normal;
	padding: 20px 0;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.50);
}
section.entertainment-info p.text-center {
	font-size:17px;
	font-weight:normal;
	padding:0px 0 60px;
	color:#000;
}
.entertainment-details {
    background-color: rgba(179, 32, 40, .8);
    padding: 30px 30px;
	border-radius: 10px;
	max-width: 400px;
	margin: auto;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.entertainment-details:hover {
    background-color: rgba(179, 32, 40, 0.95);
}
.entertainment-agile1 {
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}
.entertainment-w3lagile h4 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-align: center;
}
.entertainment-w3lagile p {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.entertainment-wthree p {
	font-size:17px;
	font-weight:normal;
	align-content: center;
	color:#fff;
	line-height:35px;
}
section.entertainment-info .entertainment-details  img.img-circle.img-responsive {
	width: 200px;
	/* [disabled]float: left; */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
section.entertainment-info .entertainment-details .entertainment-w3lagile {
	/* [disabled]float: right; */
	clear: left;
}
/*-- entertainment section --*/
/*-- gaming Page --*/
section.gaming-panel {
	padding:120px 0;
	height: 100%;
	background-color: #fff;
}
section.gaming-panel h3.page-header.text-center {
	font-size:20px;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	height: 100%;
	padding: 100px 0;
	color: #BE202E;
}
section.gaming-panel span.fa {
    font-size: 30px;
    background-color: #BE202E;
    width: 80px;
    height: 80px;
    border: 2px solid #D2D2D2;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	border-radius: 50%;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
section.gaming-panel span.fa:hover {
	background-color:#561C1C;
	border: 2px solid #561C1C;
}
section.gaming-panel h3 {
	font-size: 20px;
	font-weight: normal;
	color: #BE202E;
	padding: 20px 0;
	font-family: 'Varela Round', sans-serif;
}
section.gaming-panel p {
	font-size:16px;
	font-weight:300;
	padding:0px 0 15px;
	line-height: 27px;
}
section.gaming-panel a.btn.btn-primary {
    background-color: #BE202E;
    border-color:#BE202E;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	color:#fff;
	margin-bottom:10px;
}
section.gaming-panel a.btn.btn-primary:hover {
	background-color:#6F2020;
	border-color:#6F2020;	
}
section.gaming-tabs h3.page-header.text-center {
	font-size:35px;
	color: #BE202E;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	padding: 30px 0 20px;
}
section.gaming-tabs i.fa {
	font-size:20px;
}
section.gaming-tabs .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
	font-weight:300;
	color: #BE202E;
}
section.gaming-tabs .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    color: #B10000;
}
section.gaming-tabs .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #BE202E;
	color:#fff;
}
section.gaming-tabs h4 {
	font-size: 25px;
	color: #BF9090;
    font-weight: normal;
	font-family: 'Varela Round', sans-serif;
    padding: 30px 0 15px;
}
section.gaming-tabs p {
	font-size:17px;
	font-weight:normal;
	padding:10px 0;
	line-height:30px;
}
.tab-content>.tab-pane {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding: 0 40px 30px;
}
section.gaming-tabs {
    padding-bottom: 50px;
}
/*-- /gaming page --*/
/*-- resort section --*/
section.hotel-info {
	background: url(../images/GrayBlackbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 100%;
	padding: 120px 0;
	box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,0.5), inset 0px -12px 10px -10px rgba(0,0,0,0.5);
}
section.hotel-info h3.text-center {
	font-size: 40px;
	font-weight: normal;
	padding: 20px 0;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.50);
}
section.hotel-info p.text-center {
	font-size:17px;
	font-weight:normal;
	padding:0px 0 60px;
	color:#000;
}
.hotel-details {
    background-color: rgba(179, 32, 40, .8);
    padding: 30px 30px;
	border-radius: 10px;
	max-width: 400px;
	margin: auto;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.hotel-details:hover {
    background-color: rgba(179, 32, 40, 0.95);
}
.hotel-agile1 {
	margin: 0 auto;
	padding: 10px;
}
.hotel-w3lagile h4 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-align: center;
}
.hotel-w3lagile p {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.hotel-wthree p {
	font-size:17px;
	font-weight:normal;
	align-content: center;
	color:#fff;
	line-height:35px;
}
section.hotel-info .hotel-details  img.img-circle.img-responsive {
	width: 200px;
	/* [disabled]float: left; */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
section.hotel-info .hotel-details .hotel-w3lagile {
	/* [disabled]float: right; */
	clear: left;
}
/*-- /resort section --*/
/*-- dining section --*/
section.dining-panel {
	padding:120px 0;
	height: 100%;
	background-color: #fff;

	/*
	*  figure what image you want as for the section background
	*  paste the url into the parentheses. 
	*  just the url don't be going nilly willy with the other background code.
	*/
	background: url(../images/GrayBlackbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	/*
	* I am for reals..
	*/
}
section.dining-panel h3.page-header.text-center {
	font-size:20px;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	height: 100%;
	padding: 100px 0;
	color: #BE202E;
}
section.dining-panel span.fa {
    font-size: 30px;
    background-color: #BE202E;
    width: 80px;
    height: 80px;
    border: 2px solid #D2D2D2;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	border-radius: 50%;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
section.dining-panel span.fa:hover {
	background-color:#561C1C;
	border: 2px solid #561C1C;
}
section.dining-panel h3 {
	font-size: 20px;
	font-weight: normal;
	color: #BE202E;
	padding: 20px 0;
	font-family: 'Varela Round', sans-serif;
}
section.dining-panel p {
	font-size:16px;
	font-weight:300;
	padding:0px 0 15px;
	line-height: 27px;
}
section.dining-panel a.btn.btn-primary {
    background-color: #BE202E;
    border-color:#BE202E;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	color:#fff;
	margin-bottom:10px;
}
section.dining-panel a.btn.btn-primary:hover {
	background-color:#6F2020;
	border-color:#6F2020;	
}
section.dining-tabs h3.page-header.text-center {
	font-size:35px;
	color: #BE202E;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	padding: 30px 0 20px;
}
section.dining-tabs i.fa {
	font-size:20px;
}
section.dining-tabs .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
	font-weight:300;
	color: #BE202E;
}
section.dining-tabs .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    color: #B10000;
}
section.dining-tabs .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #BE202E;
	color:#fff;
}
section.dining-tabs h4 {
	font-size: 25px;
	color: #BF9090;
    font-weight: normal;
	font-family: 'Varela Round', sans-serif;
    padding: 30px 0 15px;
}
section.dining-tabs p {
	font-size:17px;
	font-weight:normal;
	padding:10px 0;
	line-height:30px;
}
.tab-content>.tab-pane {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding: 0 40px 30px;
}
section.dining-tabs {
    padding-bottom: 50px;
}
/*-- /dining section --*/
/*-- footer section --*/
section.footer {
	/* [disabled]background: url(../images/footer.jpg); 
	background-position: center;
	background-attachment: fixed;
	background-repeat: no repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	text-shadow: 0px 3px rgba(0,0,0,0.50);*/
	/*background-color: #505050;*/
	background-color: #383838;
	padding: 50px 0;
}


section.footer h3 {
	color:#fff;
	font-size:30px;
	font-weight:normal;
	padding:0 0 25px;
	font-family: 'Varela Round', sans-serif;
}
.footer-addr span.fa {
	color:#fff;
	font-size:18px;
}
.footer-addr a {
	text-decoration:none;
}
p.footer-p {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    margin: -22px 0 15px 30px;
}	
ul.footer-links-w3ls {
	list-style:none;
}
ul.footer-links-w3ls li a {
	color:#fff;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
}
ul.footer-links-w3ls li a:hover {
	color: #BE202E;
}
ul.footer-links-w3ls li {
	padding-bottom:11px;
}
ul.footer-links-w3ls li a span {
	margin-right:5px;
}

section.footer h4 {
	color:#fff;
	font-size:25px;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
}
p.footer-blog1 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0;
}
p.footer-blog2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
	line-height:30px;
	padding-right:10px;
}
.col-lg-3.col-md-3.col-sm-6.footer-subsc {
    text-align: -webkit-center;
}
section.footer .form-control {
	border-radius:0px;	
	background-color: rgba(0, 0, 0, 0.25);
	color:#fff;
	text-align: center;
    font-size: 17px;
	width:100%;
}
section.footer  input::-webkit-input-placeholder {
color:#fff!important;
}
section.footer  input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
section.footer  input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
section.footer  input:-ms-input-placeholder {  
color:#fff!important;  
}
button.btn-outline {
    border: solid 1px #fff;
    font-size: 18px;
	font-weight:400px;
	font-family: 'Varela Round', sans-serif;
	color:#fff;
    padding: 5px 10px;
    background:rgba(0, 0, 0, 0.45);
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
button.btn-outline:hover,
button.btn-outline:focus,
button.btn-outline:active {
	border: solid 1px #fff;
	color: #BE202E;
	background: #fff;
}
ul.social-icons2 {
	list-style:none;
	padding-bottom:10px;
}
ul.social-icons2 li {
	display:inline;
}
ul.social-icons2 li a i.fa.fa-facebook {
	background-color:#3b5998;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:25px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;	
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons2 li a i.fa.fa-twitter {
	background-color:#55acee;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:25px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons2 li a i.fa.fa-snapchat {
	background-color:#FAE702;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:40px;
	color:#000;
	line-height:40px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons2 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:16px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
ul.social-icons2 li a i.fa.fa-linkedin:hover { 
	background-color:#BB5E00;
}
ul.social-icons2 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
.copyright p {
	text-align:center;
	color:#fff;
	font-size:17px;
	font-weight:normal;
}
.copyright p a { 
	text-decoration:none;
	color:#fff;
}
.copyright p a:hover {
	color:#FF6B6B;
}
/*-- /footer section --*/
/*-- Inner Pages Styling --*/
.slider-container2 .slide-nav .prev,.slider-container2 .slide-nav .next {
	top:44%;
}
ol.breadcrumb li {
	font-size: 18px;
    font-weight: normal;
}
ol.breadcrumb li a {
    color: #E69B9B;
    text-decoration: none;
}
ol.breadcrumb li a:hover {
	color:#C34C4C;
}
h2.page-header.text-center {
    font-size: 40px;
	color: #BF9090;
    font-weight: 300;
	padding:40px 0 25px;
	font-family: 'Varela Round', sans-serif;
}
.column {
	margin:0;
	padding: 0;
}
.column:last-child {
	padding-bottom:0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	margin:0;
	padding:0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	height:auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
input#search {
    font-size: 17px;
    font-weight: 400;
}
/*-- /Inner Pages Styling --*/
/*-- About Page --*/
section.about-w3ls h3 {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
	font-family: 'Varela Round', sans-serif;
	color: #BF9090;
}
section.about-w3ls p {
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
}
section.team h3 {
	font-size: 40px;
    font-weight: 300;
	padding: 40px 0 30px;
	font-family: 'Varela Round', sans-serif;
	color: #BF9090;
}
section.team h4 {
	font-size:22px;
	font-weight:normal;
	padding:10px 0;
	font-family: 'Varela Round', sans-serif;
	color: #BF9090;
}
p.team-w3ls {
    font-size: 18px;
    font-weight: 400;
}
p.team-w3agile {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 5px;
	line-height:30px;
}
ul.social-icons3 {
	list-style:none;
	padding-bottom:10px;
}
ul.social-icons3 li {
	display:inline;
}
ul.social-icons3 li a i.fa.fa-facebook {
	background-color:#3b5998;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;	
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons3 li a i.fa.fa-twitter {
	background-color:#55acee;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:17px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons3 li a i.fa.fa-linkedin {
	background-color:#e68523;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:19px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons3 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:16px;
	color:#fff;
	line-height:40px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons3 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
ul.social-icons3 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
ul.social-icons3 li a i.fa.fa-linkedin:hover { 
	background-color:#BB5E00;
}
ul.social-icons3 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
section.cust h3 {
	font-size: 40px;
    font-weight: 300;
    padding: 40px 0 30px;
	font-family: 'Varela Round', sans-serif;
	color: #BF9090;
}
section.cust {
    padding-bottom: 50px;
}
/*-- /About Page --*/
/*-- blog page --*/
section.blog-w3ls h3 {
	padding:10px 0;
	color: #BF9090;
}
section.blog-w3ls h3 a {
	font-size:30px;
	color: #BF9090;
	font-weight:normal;
	text-decoration:none;
}
section.blog-w3ls p.lead {
	font-size:20px;
	font-weight:400;
}
section.blog-w3ls p.lead a {
	text-decoration:none;
	color: #D48080;
} 
section.blog-w3ls p.blog-agile1 {
	font-size:15px;
	font-weight:400;
}
section.blog-w3ls p.blog-agile2 {
	font-size:17px;
	font-weight:300;
	line-height:30px;
	padding:10px 0 20px;
}
section.blog-w3ls a.btn.btn-primary {
    background-color: #CC5A5A;
    border-color:#CC5A5A;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	color:#fff;
	margin-bottom:10px;
}
section.blog-w3ls a.btn.btn-primary:hover {
	background-color:#6F2020;
	border-color:#6F2020;	
}
.pager .previous>a, .pager .previous>span {
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #CC5A5A;
    border: 1px solid #653C3C;
}
.pager .next>a, .pager .next>span {
    float: right;
	font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #CC5A5A;
    border: 1px solid #653C3C;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color:#822C2C;
	border: 1px solid #822C2C;
}
.pager {
	margin:20px 0 0;
}
section.blogwell-w3ls .well {
	text-align:center;
}
section.blogwell-w3ls .well h4 {
	font-size:20px;
	color: #BF9090;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	padding:0px 0 15px;
	text-align:center;
}
section.blogwell-w3ls .well ul.list-unstyled li a {
	font-size:17px;
	font-weight:300;
	text-decoration:none;
	padding-bottom:7px;
	color: #BB6161;
}
section.blogwell-w3ls .well ul.list-unstyled li a:hover {
	color:#F75353;
}
section.blogwell-w3ls .well ul.list-unstyled li a span.fa {
    font-size: 15px;
    margin: 0 10px;
}
section.blogwell-w3ls .well p {
	font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}
section.blog-w3ls {
    padding-bottom: 50px;
}
/*-- /blog page --*/
/*-- blogpost page --*/
h2.page-header.text-center small a {
	text-decoration:none;
	color: #BF9090;
}
section.blog-post p.blogpost-w3ls {
	font-size:16px;
	font-weight:300;
	padding:10px 0;
}
section.blog-post p.lead {
	font-size:19px;
	font-weight:400;
	line-height:30px;
}
section.blog-post p.blogpost-agile {
	font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 10px;
}
section.blog-post .well h4 {
	font-size:22px;
	color: #BF9090;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	padding:10px 0;
}
section.blog-post button.btn.btn-primary {
	background-color: #CC5A5A;
    border-color:#CC5A5A;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	color:#fff;
	margin-bottom:10px;
}
section.blog-post button.btn.btn-primary:hover {
	background-color:#772E2E;
    border-color:#772E2E;
}
section.blog-post .media .media-body h4.media-heading {
	font-size:22px;
	color: #BF9090;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
}
section.blog-post .media .media-body {
	padding-left:10px;
}
section.blog-post .media .media-body p.blogpost-agileits {
	font-size:17px;
	font-weight:300;
	line-height: 30px;
    padding-bottom:20px;
}
section.blog-post .well.blog-post-agileits {
	text-align:center;
}
section.blog-post .well.blog-post-agileits h4.blogpost-w3lsagile {
	font-size:20px;
	color: #BF9090;
	font-weight:normal;
	font-family: 'Varela Round', sans-serif;
	padding:0px 0 15px;
	text-align:center;
}
section.blog-post .well.blog-post-agileits ul.list-unstyled li a {
	font-size:17px;
	font-weight:300;
	text-decoration:none;
	padding-bottom:7px;
	color: #BB6161;
}
section.blog-post .well.blog-post-agileits ul.list-unstyled li a:hover {
	color:#F75353;
}
section.blog-post .well.blog-post-agileits ul.list-unstyled li a span.fa {
    font-size: 15px;
    margin: 0 10px;
}
section.blog-post .well.blog-post-agileits p {
	font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}
section.blog-post {
    padding-bottom: 50px;
}
/*-- /blogpost page --*/	
/*-- contact page --*/
section.contact-us h3{
	font-size:30px;
	color: #BF9090;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Varela Round', sans-serif;
}
section.contact-us p.contact-w3ls {
	font-size:16px;
	font-weight:normal;
	padding-bottom:15px;
}
section.contact-us p.contact-agile {
	font-size:16px;
	font-weight:normal;
	padding-bottom:20px;
}
section.contact-us p.contact-agile i.fa {
	margin-right:10px;
}
section.contact-us p.contact-agile abbr {
	margin-right:5px;
}
section.contact-us p.contact-agile i.fa.fa-envelope-o {
	font-size:15px;
}
section.contact-us h3.contact-agileits2 {
	text-align:center;
	color: #BF9090;
	padding:30px 0 20px;
}
section.contact-us label {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0;
}
section.contact-us button.btn.btn-primary {
	background-color: #CC5A5A;
    border-color:#CC5A5A;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	color:#fff;
	margin-bottom:10px;
}
section.contact-us button.btn.btn-primary:hover {
	background-color:#772E2E;
    border-color:#772E2E;
}	
section.contact-us iframe.googlemaps {
	width:100%;
	height:400px;
}
section.contact-us {
    padding-bottom: 50px;
}
input#name , input#phone,input#email , textarea#message {
	color:#000;
	border-radius: 0px;
	margin-bottom:10px;
	background-color: rgba(255, 255, 255, 0);
	font-size:17px;
	font-weight:normal;
	border:1px solid #000;
}
input#name , input#email  ,input#phone{
	height:55px;	
}
input::-webkit-input-placeholder {
color: #000 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #000 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;  
}
 
input:-ms-input-placeholder {  
color: #000 !important;  
}
textarea::-webkit-input-placeholder {
color: #000 !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #000 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;  
}
 
textarea::-ms-input-placeholder {  
color: #000 !important;  
}
textarea#message {
	height:150px;
}
/*-- /contact page --*/
/*--about us page --*/
section.about-us {
	padding:120px 0;
	height: 100%;
}
/*--/about us page --*/
/*-- RESPONSIVE DESIGN --*/
@media (max-width:1600px) {
	.slider-container {
	height: 795px!important;
	}
	.slider-container .slide-content {
	bottom:10%;
	}
	.slide-nav .prev, .slide-nav .next {
	top:48%;	
	}
}

@media (max-width:1440px) {
	.slide-content h3 {
    font-size: 24px;
}
.slider-container .slide-content {
	width:30%;
}
}

@media (max-width: 1366px) {
	.grid2 {
	width:263px;	
	}
}

@media (max-width: 1280px) {
.slider-container .slide-content {
    bottom: 10%;
}
}

@media (max-width: 1202px) {
.navbar-header {
    position: relative;
    height: auto;
    margin: 0 auto !important;
	float: none;
	width: 200px;
}
.navbar-default .navbar-nav>li>a {
	line-height: 20px;
}
.nav .navbar-nav>ul {
	display: flex;
	float: none;
	margin: auto;
	width: 860px;	
}
}

@media (max-width: 1080px) {
.slider-container {
    height: 700px!important;
}
.slider-container .slide-content {
    padding:20px 0;
}
	.slide-content h3 {
    font-size: 22px;
}
.staff-agile1 {
    padding: 0px;
    text-align: -webkit-center;
}
section.staff-info .staff-details img.img-circle.img-responsive {
	margin:10px 0;
	float:none;
}
section.staff-info .staff-details .staff-w3lagile {
    float: none;
}
.staff-w3lagile p {
	padding:5px 0 20px;
}
.staff-w3lagile h4 {
	padding:15px 0 10px;
}
.staff-wthree p {
	text-align:center;
}
.view , .view .mask, .view .content{
    width: 230px;
    height: 230px;
}
.view h4 {
	font-size:17px;
	margin:5px 0 0 0; 
}
.grid1 figure h4 {
    font-size: 25px;
}
figure.effect-duke1 p {
	bottom:30px;
	padding:25px;
}
.grid2 {
    width: 216px;
}
.grid2 figure h4 {
    font-size: 19px;
}
figure.effect-duke2 p {
	font-size:14px;
	padding:10px 15px;
}
section.footer h3 {
	padding:0 0 10px;
	font-size:26px;
}
section.footer h4 {
	font-size: 20px;
    padding: 0 0 10px;
}
section.blog-post img.img-responsive.blogpost-img-w3ls {
	width:100%;
	height:auto;
}
.col-md-4.blog-post-w3layouts {
    margin-top: 20px;
    width: 100%;
}
}

@media (max-width: 1050px) {
.slider-container .slide-content {
    bottom: 10%;
}
.staff-details {
	padding:30px 20px;
}
.view, .view .mask, .view .content {
    width: 220px;
    height: 220px;
}
.view p {
    font-size: 15px;
    padding: 20px 10px 25px;
}
.view h4 {
    font-size: 17px;
    margin: 12px 0 0 0;
}
}

@media (max-width: 992px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    /* margin-left: -60px; */
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
	line-height: 15px;
}
ul.nav.navbar-nav {
	display: flex;
		
}
.slider-container {
    height: 600px!important;
}
.col-lg-4.col-md-4.col-sm-6.info-w3l.info3 {
    width: 100%;
}
.col-lg-4.col-md-4.col-sm-6.info-w3l.info3 p.info-agile {
	padding:0 170px;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 {
    width: 100%;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
    padding: 30px 20px;
    width: 50%;
    margin: 45px auto 0;
}
.gaming-agile {
    margin: 0 0px 0 -20px;
}
.dining-agile {
    margin: 0 0px 0 -20px;
}
.col-lg-3.col-md-3.col-sm-6.slot-w3layouts {
    text-align: -webkit-center;
}
.view, .view .mask, .view .content {
    width: 280px;
    height: 280px;
}
.view h4 {
	margin:41px 0 0 0;
}
p.slot-w3ls {
	padding-bottom:50px;
}
section.dining img.img-responsive {
	width:100%;
}
.slide-content h3 {
    font-size: 20px;
}
.slide-content p {
	font-size:15px;
}
.slide-content a {
	font-size:16px;
}
.grid1 figure h4 {
    font-size: 30px;
}
figure.effect-duke1 p {
    bottom: 100px;
    font-size: 17px;
    line-height: 30px;
}
.grid2 {
	margin: 0 auto 30px;
	width:100%;
}
.grid2 figure h4 {
    font-size: 25px;
}
figure.effect-duke2 p {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 10px;
    bottom: 90px;
}
.col-lg-3.col-md-3.col-sm-6.footer-links {
    margin-bottom: 50px;
}

section.footer h3 {
	text-align:center;
}

.footer-blog-w3ls {
    text-align: center;
}
section.about-w3ls h3 {
	padding:40px 0 20px;
}
.slider-container2 {
	height: 370px!important;
}
.col-md-2.col-sm-4.col-xs-6.cust-w3ls {
    margin-bottom: 15px;
}
.nav-tabs.nav-justified>li>a {
	font-size:17px;
}
section.rewards-tabs p {
    font-size: 16px;
}
section.gaming-tabs p {
    font-size: 16px;
}
section.dining-tabs p {
    font-size: 16px;
}	
section.info h2.text-center,section.staff-info h3.text-center,section.gaming h3.text-center,section.slot h3.text-center,section.dining h3.text-center {
    font-size: 35px;
}
section.info p.info-agile  {
    padding-bottom: 40px;
}
 figure.effect-duke2 p {
    font-size: 14px;
    padding: 35px 15px;
}
h2.page-header.text-center {
	padding:0 0 25px;
}
section.about-w3ls p {
    font-size: 16px;
}
section.team h3 {
	padding:30px 0;
}
section.cust h3 {
	padding:30px 0;
}
section.rewards-panel p {
    font-size: 15px;
}
section.rewards-tabs p {
    font-size: 15px;
}
section.gaming-panel p {
    font-size: 15px;
}
section.gaming-tabs p {
    font-size: 15px;
}
section.dining-panel p {
    font-size: 15px;
}
section.dining-tabs p {
    font-size: 15px;
}	
section.blog-w3ls p.blog-agile2 {
    font-size: 16px;
}
ul.pager {
    margin: 20px 0 25px;
}
}

@media (max-width:900px) { 
section.team h3 {
    font-size: 35px;
	padding:20px 0 30px;
}
section.cust h3 {
    font-size: 35px;
	padding:20px 0 30px;
}	
section.blog-w3ls h3 a {
    font-size: 25px;
}
section.blog-post p.blogpost-agile {
    font-size: 16px;
}
section.blog-post .media .media-body p.blogpost-agileits {
    font-size: 16px;
}	
.slider-container {
    height: 570px!important;
}
section.contact-us h3 {
	text-align:center;
}
section.contact-us p.contact-w3ls,section.contact-us p.contact-agile {
	text-align:center;
}
ul.social-icons2 {
	text-align:center;
	padding:15px 0;
}
}

@media (max-width: 800px) {
	.slider-container {
    height: 508px!important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-default .navbar-brand h1 {
    font-size: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 13px;
}
.slide-content h3 {
    font-size: 25px;
    padding: 20px 0 10px;
}
.slide-content p {
    font-size: 17px;
    padding-bottom: 15px;
}
.slide-content a {
    font-size: 16px;
    margin-bottom: 15px;
}
.slider-container .slide-content {
    bottom: 10%;
    width: 80%;
    right: 10%;
}
.slide-list {
	bottom:2%;
}
section.info p.info-agile {
    padding: 0 25px 40px;
}
.col-lg-4.col-md-4.col-sm-6.info-w3l.info3 p.info-agile {
    padding: 0 200px;
}
section.info h2.text-center,section.staff-info h3.text-center, section.gaming h3.text-center,section.slot h3.text-center ,section.dining h3.text-center {
    font-size: 35px;
}
section.about-w3ls p {
    font-size: 16px;
}
section.team h3 ,section.cust h3 {
	font-size:35px;
	padding:30px 0;
}
section.blog-post p.blogpost-agile {
    font-size: 16px;
}
section.blog-post .media .media-body p.blogpost-agileits {
    font-size: 16px;
}
section.blog-post .well.blog-post-agileits p {
    font-size: 16px;
}
section.contact-us h3 {
	padding:40px 0 30px;
}
}
@media (min-width: 768px) {
.stickfooter {
  display:none;
}
.mobile-show{
	display: none;
	}
}
@media (max-width: 768px) {
.stickfooter {
  display: block;
  position: sticky;
  overflow: hidden;
  bottom: -1px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  z-index:99996;
}
.stickfooter i{
	font-size:2em;
	color:#eeeeee;
	display:inline-block;
	background-color: rgba(0,0,0,0.7);
	width: 33%;
    height: 100%;
    line-height: 60px;
	margin-right:5px;
	text-align:center;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	}
.stickfooter i:hover{
	background-color:rgba(60,60,60,0.9);
	}
.mobile-hide {
	display: none;
	}
.mobile-show{
	display: block;
	}	
	
	
.slider-container {
    height: 500px!important;
}
.slider-container .slide-content {
    bottom: 10%;
    width: 80%;
    right: 10%;
    padding: 0;
}
.slider-container2 {
    height: 330px!important;
}
section.info p.text-center,section.staff-info p.text-center,section.gaming p.text-center,section.slot p.text-center,section.dining p.text-center {
	padding:0 0 40px;
}
.copyright p {
	font-size:16px;
}
.navbar-header {
	width: 100% ;
}
ul.nav.navbar-nav {
	display: block;
	margin: auto;
	width: inherit;	
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
	line-height: 20px;
}
}

@media (max-width: 736px) {
	.col-md-4.col-sm-6.text-center {
    width: 50%;
    float: left;
}                  
.slider-container {
    height: 350px!important;
}
.slider-container .slide-content {
    bottom: 10%;
	background-color:rgba(0,0,0,0.28);
	border:5px solid rgba(0,0,0,0.25);
}
.slide-content h3,.slide-content p {
	color:rgba(255,255,255,0.7);
}
section.info p.info-agile {
    padding: 0 100px 40px;
}
.col-lg-4.col-md-4.col-sm-6.info-w3l.info3 p.info-agile {
    padding: 0 100px;
}
section.info ,section.staff-info,section.gaming,section.slot,section.dining,section.footer{
	padding:50px 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -10px;
}
ul.nav.navbar-nav.navbar-right {
    margin:0;
	text-align:center;
}
.staff-details {
	width:50%;
	margin:0 auto 35px;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
	margin:35px auto;
}
.staff-wthree p {
	font-size:15px;
}
.col-xs-6.gaming-w3ls1 {
    text-align: -webkit-center;
}
.gaming-agile {
    margin: 0 0px 50px -65px;
}
p.gaming-w3l2 {
	font-size:15px;
}
.col-xs-6.dining-w3ls1 {
    text-align: -webkit-center;
}
.dining-agile {
    margin: 0 0px 50px -65px;
}
p.dining-w3l2 {
	font-size:15px;
}
section.info h2.text-center,section.staff-info h3.text-center, section.gaming h3.text-center, section.slot h3.text-center, section.dining h3.text-center {
    font-size: 30px;
}
p.slot-w3ls {
    padding: 0 80px 49px;
}

.slider-container2 {
    height: 275px!important;
}
h2.page-header.text-center {
	padding:20px 0;
	font-size:38px;
}
section.about-w3ls p {
    font-size: 15px;
}
section.team h3, section.cust h3 {
	padding:10px 0 20px;
}
.copyright p {
	font-size:16px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
	color:#fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color:#E49B9B;
}
.nav-tabs.nav-justified>li>a {
    font-size: 18px;
}
section.rewards-tabs p {
    font-size: 15px;
}
	section.gaming-tabs p {
    font-size: 15px;
}

section.blog-w3ls {
    text-align: center;
}
section.blog-w3ls h3 {
	
}
section.blog-w3ls h3 a {
    font-size: 27px;
}
section.blog-w3ls p.lead {
    font-size: 18px;
}
section.blog-w3ls p.blog-agile2 {
    font-size: 16px;
}
section.blogwell-w3ls {
    margin-top: 50px;
}
section.blog-post {
    text-align: center;
}
section.blog-post p.lead {
    font-size: 18px;
}
section.blog-post p.blogpost-agile {
    font-size: 15px;
}
.media-body {
    text-align: -webkit-auto;
}
section.contact-us  iframe.googlemaps {
    height: 350px;
    width: 100%;
}
section.contact-us h3 {
    font-size: 27px;
}
section.contact-us p.contact-w3ls ,section.contact-us p.contact-agile {
    font-size: 16px;
	padding-bottom:10px;
}
}

@media (max-width: 667px) {
.slider-container {
    height: 312px!important;
}
.slider-container .slide-content {
    bottom: 10%;
}
.gaming-agile {
    margin: 0 0px 50px -50px;
}
.dining-agile {
    margin: 0 0px 50px -50px;
}
figure.effect-duke1 p {
    bottom: 70px;
}
figure.effect-duke2 p {
	bottom: 50px;
}


p.footer-blog2 {
	padding:0 0 40px;
}
.slider-container2 {
    height: 240px!important;
}
}

@media (max-width: 640px) {
	ul.nav.navbar-nav.navbar-right {
		background-color:rgba(0,0,0,0.7);
	}
	section.rewards-panel h3.page-header.text-center {
    font-size: 30px;
}
section.rewards-tabs h3.page-header.text-center {
    font-size: 30px;
}	
section.gaming-panel h3.page-header.text-center {
    font-size: 30px;
}
section.dining-panel h3.page-header.text-center {
    font-size: 30px;
}
section.gaming-tabs h3.page-header.text-center {
    font-size: 30px;
}	
section.dining-tabs h3.page-header.text-center {
    font-size: 30px;
}	
.slider-container {
    height: 390px!important;
}
.slider-container .slide-content {
    bottom: 10%;
	width:78%;
	right:69px;
}
.slide-list {
    bottom: 8%;
}
section.info .info-w3l h3 {
	padding:15px 0;
}
figure.effect-duke1 p {
    bottom: 60px;
}
figure.effect-duke2 p {
    bottom: 40px;
}

section.info p.info-agile {
    padding: 0 100px 40px;
    font-size: 15px;
}
section.info p.text-center,section.staff-info p.text-center,section.gaming p.text-center,section.slot p.text-center,section.dining p.text-center {
    font-size: 16px;
	padding: 0 0 40px;
}
h2.page-header.text-center {
    padding: 0px 0 20px;
    font-size: 30px;
}
.breadcrumb {
	text-align:center;
	margin:0;
}
section.about-w3ls {
    text-align: center;
}
section.about-w3ls h3 {
    font-size: 27px;
}
section.team h3, section.cust h3 {
    font-size: 30px;
}
}

@media (max-width: 600px) {
.slider-container .slide-content {
    width: 75%;
    right: 73px;
	bottom:10%;
}
.slide-list {
    bottom: 10%;
}
.staff-details {
    width: 60%;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
	width:60%;
}
.gaming-agile {
    margin: 0 0px 50px -35px;
}
.dining-agile {
    margin: 0 0px 50px -35px;
}
figure.effect-duke2 p {
    bottom: 10px;
}


section.rewards-panel h3.page-header.text-center {
    font-size: 30px;
	padding:0 0 20px;
}
section.gaming-panel h3.page-header.text-center {
    font-size: 30px;
	padding:0 0 20px;
}
section.dining-panel h3.page-header.text-center {
    font-size: 30px;
	padding:0 0 20px;
}
}

@media (max-width: 568px) {
.slider-container {
    height: 257px!important;
}
.slider-container .slide-content {
	bottom:10%;
	right:69px;
}
.slider-container .slide-content p {
	display:none;
}
.grid1 figure h4 {
    font-size: 25px;
}
figure.effect-duke1 p {
    bottom: 40px;
}
.grid2 figure h4 {
    font-size: 20px;
}
figure.effect-duke2 p {
    bottom: 0px;
}


}

@media (max-width: 480px) {
	section.info, section.staff-info, section.gaming, section.slot, section.dining, section.footer {
    padding: 30px 0;
}
.col-md-4.col-sm-6.text-center {
    width: 100%;
}
.slider-container .slide-content {
    bottom: 10%;
    right: 72px;
	width:69%;
}
.slide-content h3 {
    font-size: 22px;
}
.slide-list {
    bottom: 5%;
}
section.info p.info-agile {
    padding: 0 70px 40px;
}
.col-lg-4.col-md-4.col-sm-6.info-w3l.info3 p.info-agile {
    padding: 0 70px;
}
section.info p.text-center,section.staff-info p.text-center, section.gaming p.text-center, section.slot p.text-center, section.dining p.text-center {
	line-height:30px;
}
.staff-details {
    width: 75%;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
    width: 75%;
}
.gaming-agile {
    margin: 0 0px 50px -15px;
}
.dining-agile {
    margin: 0 0px 50px -15px;
}
.grid1 figure h4 {
    font-size: 22px;
    margin: -20px 0 0 0;
}
figure.effect-duke1 p {
    bottom: 40px;
    padding: 10px 5px;
    font-size: 15px;
}
.grid2 figure h4 {
    font-size: 18px;
    margin: -20px 0 0 0;
}
figure.effect-duke2 p {
    bottom: 0px;
    font-size: 14px;
    padding: 5px 0;
}


p.footer-blog2 {
	font-size:15px;
}
.copyright p {
    line-height: 30px;
    font-size: 15px;
}
}

@media (max-width: 414px) {
	.slider-controls .slide-nav img {
    width: 40px;
}
section.info, section.staff-info, section.gaming, section.slot, section.dining, section.footer {
	padding: 20px 0;
}
.slide-content h3 {
    font-size: 19px;
}
.slider-container .slide-content {
    bottom: 10%;
    right: 61px;
}
section.info p.info-agile {
    padding: 0 20px 40px; 
}
.col-lg-4.col-md-4.col-sm-6.info-w3l.info3 p.info-agile {
    padding: 0 20px 30px;
}
section.contact-us iframe.googlemaps {
    height: 250px;
    width: 100%;
}
.staff-details {
    width: 80%;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
    width: 80%;
}
.col-xs-6.gaming-w3ls1,.col-xs-6.gaming-w3ls2 {
    width: 100%;
	text-align:-webkit-center;
}
.gaming-agile {
    margin: 0 auto 50px;
}
.col-xs-6.gaming-w3ls1,.col-xs-6.dining-w3ls2 {
    width: 100%;
	text-align:-webkit-center;
}
.dining-agile {
    margin: 0 auto 50px;
}
section.info h2.text-center,section.staff-info h3.text-center, section.gaming h3.text-center, section.slot h3.text-center, section.dining h3.text-center {
    font-size: 25px;
}
section.info p.text-center, section.staff-info p.text-center, section.gaming p.text-center, section.slot p.text-center, section.dining p.text-center {
    font-size: 15px;
	padding:0 0 25px;
}
section.slot h5 {
    font-size: 23px;
}
p.slot-w3ls {
    padding: 0 50px 49px;
	font-size:15px;
}
figure.effect-duke1 p {
    bottom: 25px;
}
.grid2 figure h4 {
    font-size: 16px;
    margin: 10px 0 0 0;
}
.grid2 figure figcaption {
    padding: 0em;
}
figure.effect-duke2 p {
	font-size:14px;
	margin:2px;
}
.footer-addr span.fa {
	font-size:17px;
}
p.footer-p {
	font-size:16px;
}

section.rewards-tabs h3.page-header.text-center {
	font-size:30px;
	padding:0 0 20px;
}
	section.gaming-tabs h3.page-header.text-center {
	font-size:30px;
	padding:0 0 20px;
}
section.blog-w3ls h3 a {
    font-size: 25px;
}
section.blog-w3ls p.blog-agile2 {
    font-size: 15px;
}
section.blogwell-w3ls .well p {
    font-size: 15px;
}
section.blog-post .media .media-body p.blogpost-agileits {
    font-size: 15px;
}
section.blog-post .well.blog-post-agileits p {
    font-size: 15px;
}
}

@media (max-width:384px) {
	.slide-nav .next {
    right: 10px;
}
.slide-nav .prev {
    left: 10px;
}
.slider-container {
    height: 245px!important;
}
.slider-controls .slide-nav img {
    width: 35px;
}
.slider-container .slide-content {
	width:75%;
	right:46px;
}
section.info .info-w3l h3 {
    font-size: 23px;
}
p.slot-w3ls {
    padding: 0 35px 49px;
}
figure.effect-duke1 p {
    bottom: 5px;
	font-size:14px;
}
figure.effect-duke2 p {
    bottom: 100px;
    font-size: 15px;
    padding: 20px 20px;
	margin:10px;
}
.grid2 figure h4 {
    font-size: 20px;
    margin: 25px 0 0 0;
}

h2.page-header.text-center {
	font-size:30px;
}
.col-lg-3.col-md-3.col-sm-6.col-xs-6.port-agile {
    width: 100%;
}
}

@media (max-width:375px) {
.slide-nav .prev, .slide-nav .next {
    top: 48%;
}
.slide-nav .next {
    right: 10px;
}
.slide-nav .prev {
	left:10px;
}
.slider-container {
    height: 240px!important;
}
.slider-container .slide-content {
	right:45px;
}
.staff-details {
    width: 90%;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
    width: 90%;
}
p.slot-w3ls {
    padding: 0 20px 49px;
}
.col-lg-3.col-md-3.col-sm-6.col-xs-6.port-agile {
    width: 100%;
}
section.contact-us iframe.googlemaps {
    height: 200px;
    width: 100%;
}
}

@media (max-width:320px) {
.slider-container {
    height: 202px!important;
}
.slider-container {
    height: 202px!important;
}
.slider-container .slide-content {
    right: 38px;
}
section.info p.info-agile {
    padding: 0 10px 20px;
	font-size:14px;
}
.staff-details {
    width: 95%;
}
.staff-wthree p {
    font-size: 14px;
}
.col-lg-4.col-md-4.col-sm-6.staff-w3l3 .staff-details {
    width: 95%;
}
section.info h2.text-center,section.staff-info h3.text-center, section.gaming h3.text-center, section.slot h3.text-center, section.dining h3.text-center {
	font-size: 21px;
	padding: 10px 0;
	text-shadow: 0px 3px rgba(0,0,0,0.50);
}
section.slot h5 {
    font-size: 20px;
    padding-bottom: 10px;
}
section.info p.text-center, section.staff-info p.text-center, section.gaming p.text-center, section.slot p.text-center, section.dining p.text-center {
    font-size: 14px;
	padding-bottom:15px;
}
p.gaming-w3l2 {
    font-size: 14px;
}
p.dining-w3l2 {
    font-size: 14px;
}
p.slot-w3ls {
    padding: 0 10px 49px;
	font-size:14px;
}
.grid1 figure h4 {
    font-size: 20px;
    margin: -27px 0 0 0;
}
figure.effect-duke1 p {
    bottom: 0px;
    margin: 6px;
    padding: 0;
    font-size: 14px;
}
figure.effect-duke2 p {
    bottom: 50px;
    font-size: 14px;
	padding: 20px 10px;
}
p.footer-p {
    font-size: 15px;
}

p.footer-blog2 {
    font-size: 14px;
}
section.footer h3 {
	font-size:25px;
}
section.footer .form-control {
	font-size:15px;
}
button.btn-outline {
	font-size:17px;
}
.copyright p {
	font-size: 14px;
	text-shadow: 0px 3px rgba(0,0,0,0.50);
}
.slider-container2 {
    height: 202px!important;
}
h2.page-header.text-center {
    font-size: 27px;
	margin-top:20px;
}
ol.breadcrumb li {
    font-size: 15px;
}
section.about-w3ls h3 {
    font-size: 22px;
	padding:30px 0 20px;
}
section.about-w3ls p {
    font-size: 14px;
}
section.team h3, section.cust h3 {
    font-size: 25px;
	padding:0 0 20px;
}
p.team-w3agile {
    font-size: 14px;
}
ul.footer-links-w3ls li a p {
	font-size:15px;
}
section.rewards-panel h3.page-header.text-center {
    font-size: 27px;
}
section.rewards-panel p {
    font-size: 14px;
    font-weight: 400;
}
section.rewards-tabs h3.page-header.text-center {
    font-size: 25px;
}
section.cust,section.rewards-tabs,section.blog-w3ls ,section.blog-post ,section.contact-us {
    padding-bottom: 20px;
}
section.gaming-panel h3.page-header.text-center {
    font-size: 27px;
}
section.gaming-panel p {
    font-size: 14px;
    font-weight: 400;
}
section.dining-tabs h3.page-header.text-center {
    font-size: 25px;
}
section.dining-panel h3.page-header.text-center {
    font-size: 27px;
}
section.dining-panel p {
    font-size: 14px;
    font-weight: 400;
}
section.dining-tabs h3.page-header.text-center {
    font-size: 25px;
}
section.cust,section.gaming-tabs,section.blog-w3ls ,section.blog-post ,section.contact-us {
    padding-bottom: 20px;
}
.nav-tabs.nav-justified>li>a {
    font-size: 17px;
}
section.rewards-tabs h4 {
    font-size: 23px;
	padding:20px 0 10px;
}
	section.gaming-tabs h4 {
    font-size: 23px;
	padding:20px 0 10px;
}
.tab-content>.tab-pane {
	padding:0 20px 30px;
}
section.rewards-tabs p {
    font-size: 14px;
}
	section.gaming-tabs p {
    font-size: 14px;
}
section.blog-w3ls h3 a {
    font-size: 22px;
}
section.blogwell-w3ls .well ul.list-unstyled li a {
    font-size: 15px;
}
section.blogwell-w3ls .well p {
    font-size: 14px;
}
section.blog-post p.lead {
    font-size: 17px;
}
section.blog-post p.blogpost-agile {
    font-size: 14px;
}
section.blog-post .media .media-body p.blogpost-agileits {
    font-size: 14px;
}
section.blog-post .well.blog-post-agileits ul.list-unstyled li a {
    font-size: 15px;
}
section.blog-post .well.blog-post-agileits p {
    font-size: 14px;
}
section.contact-us iframe.googlemaps {
    height: 300px;
}
section.contact-us h3 {
    font-size: 25px;
}
section.contact-us p.contact-w3ls, section.contact-us p.contact-agile {
    font-size: 15px;
}
section.contact-us h3 {
    font-size: 24px;
	padding: 30px 0 20px;
}
section.contact-us label {
    font-size: 15px;
}
.slide-content h3 {
    font-size: 16px;
}
.slide-content a {
    font-size: 14px;
	padding: 5px 15px;
    margin-bottom: 10px;
}
.slide-nav .prev {
    left: 5px;
}
.slide-nav .next {
    right: 5px;
}
.slider-controls .slide-nav img {
    width: 30px;
}
section.info .info-w3l h3 {
    padding: 0 0 10px;
}
textarea#message {
    height: 90px;
}
}
/*-- /RESPONSIVE DESIGN --*/


.panel-default> .entertainment {
	color: #fff;
	background-color: #b82e34;
	border-color: #ddd;
}
#entertainment .panel-body>img{
	max-height: 220px;
}

.button, .classbutton, .btn{
	cursor: pointer;
}

.container{
	height: auto;
	clear: both;
}









@keyframes move {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#js--sc--container {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border: 1px solid black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(0);
  opacity: 1;
  animation: move 2s;
}

#js--sc--container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

#js--sc--container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#js--sc--container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#js-debug-cursor {
  position: absolute;
  top: 0;
  left: 0;
  background-color: yellow;
  width: 50px;
  height: 50px;
  z-index: 99;
  will-change: transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.sc__wrapper {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 300px;
  margin: 0 auto;
  border: 5px solid rgba(#FFF, 0.5);
}

 /* Where the scratchcard will be generate. */
.sc__container {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  max-width: 300px;
}

.sc__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 /* Background image, the result... */
.sc__container > img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

 /* The scratchcard generate with scratchcard-js */
.sc__container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

 /* Scratchcard informations */
.sc__infos {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
}

.test {
  color: lightsalmon;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
}


.bear-with-us{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9d7c9+0,fdecd5+50,cc9f89+100 */
background: rgb(249,215,201); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgb(249,215,201) 0%, rgb(253,236,213) 50%, rgb(204,159,137) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgb(249,215,201) 0%,rgb(253,236,213) 50%,rgb(204,159,137) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgb(249,215,201) 0%,rgb(253,236,213) 50%,rgb(204,159,137) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d7c9', endColorstr='#cc9f89',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


section.info {
	padding:120px 0;
	height: 100%;
}

section.info:nth-child(odd) {
	background-color: #fafafa
}

section.info:nth-child(even) {
	color: #fafafa
}
