body {
	width: 100%;
	height: 100%;
	font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b13a25;
	background-color: #FFF;
	background: url(../img/greyzz.png) repeat;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}

@media(min-width:767px) {
p {
	margin: 0 0 35px;
	font-size: 20px;
	line-height: 1.6;
}
}
a {
	color: #232222;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #662820;
}
.light {
	font-weight: 400;
}
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #b13a25;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-brand {
	font-weight: 700;
	padding: 15px 15px 0 15px;
}
.navbar-brand img {
	max-height: 65px;
	margin-top: -25px;
	display: none;
}
.navbar-brand:focus {
	outline: 0;
}
.navbar-custom a {
	color: #FFF;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}

@media(min-width:767px) {
.navbar {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-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;
}
.top-nav-collapse {
	padding: 0;
	background-color: #b13a25;
	color: #FFF;
}
.top-nav-collapse a {
	color: #FFF;
}
.top-nav-collapse ul {
	margin-left: -84px;
}
.top-nav-collapse ul li a {
	color: #FFF;
}
.navbar-custom.top-nav-collapse {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.top-nav-collapse .navbar-brand img {
	max-height: 45px;
	margin-top: -10px;
	display: inline;
}
.logo img {
	margin-top: 50px;
}
}

@media(max-width:480px) {
.logo img {
	padding-top: 50px;
	max-width: 50%;
	height: auto;
	margin-bottom: -25px;
}
.navbar a {
	color: #fff;
}
}
.intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: url(../img/slots_web.jpg) no-repeat bottom center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-body {
	display: table-cell;
	vertical-align: middle;
}
.brand-heading {
	font-size: 40px;
	padding: 40px;
	color: #fff;
}
.intro h1 a {
	color: #fff;
}
.intro h1 a:hover {
	color: #b13a25;
}
.intro-text {
	font-size: 18px;
}

@media(min-width:1000px) {
.intro {
	height: 100%;
	padding: 0;
}
}

@media(max-width:768px) {
.intro {
	height: 100%;
	padding: 0;
	background: url(../img/slots_web.jpg) no-repeat bottom center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	font-size: 25px;
}
}

@media(max-width:480px) {
.intro {
	height: 100%;
	padding: 0;
	background: url(../img/slots_web.jpg) no-repeat bottom center scroll;
}
.brand-heading {
	font-size: 20px;
}
}

@media(max-width:320px) {
.intro {
	height: 100%;
	padding: 0;
	background: url(../img/slots_web.jpg) no-repeat bottom center scroll;
}
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #b13a25;
	background: rgba(255,255,255,1);
	border: 2px solid #b13a25;
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.content-section {
	padding-top: 100px;
}
#locations .row {
	margin: 30px 0;
	font-size: 1.1em;
}
#about {
	padding-bottom: 50px;
}
.contact-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background: url(../img/slots_blurr5.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#prgmap-mapCanvas {
	height: 400px;
	margin: 0 0-125px 0;
	padding: 0;
	width: 100%;
}

@media(max-width:990px) {
#locations .col-md-4 {
	margin-bottom: 20px;
}
}

@media(min-width:767px) {
.content-section {
	padding-top: 125px;
}
.contact-section {
	padding: 100px 0;
}
}
.btn {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #b13a25;
	color: #b13a25;
	background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #E4BC9E;
	outline: 0;
	color: #FFF;
	background-color: #E4BC9E;
}
.btn-white {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: transparent;
}
.btn-white:hover, .btn-white:focus {
	border: 1px solid #FFF;
	outline: 0;
	color: #000;
	background-color: #FFF;
}
.btn-huge {
	padding: 25px;
	font-size: 26px;
}
.banner-social-buttons {
	margin-top: 0;
}
ul.thing-todo li {
	list-style: none;
	text-align: left;
	padding-top: 20px;
	font-size: 16px;
}

@media(max-width:1199px) {
ul.banner-social-buttons {
	margin-top: 15px;
}
}

@media(max-width:767px) {
ul.banner-social-buttons>li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}
ul.banner-social-buttons>li:last-child {
	margin-bottom: 0;
}
}

::-moz-selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(255,255,255,.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
img::selection {
	background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/* Google Form  */
.contact-section form {
	text-align: center;
}
.contact-section form ul li {
	list-style: none;
	display: inline;
}
.ss-q-title, .ss-required-asterisk {
	display: none;
}
.contact-section input[type=text], .contact-section textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border-radius: 7px;
}
.contact-section .ss-choices, .rsvp-section .ss-choice-item {
	padding: 20px;
	margin: 20px 0;
	font-size: 20px;
}
.ss-navigate {
	margin: 20px auto 0;
	text-align: center;
}

@media(max-width:480px) {
.contact-section form ul li {
	display: block;
}
.contact-section .ss-choice-item {
	padding: 4px;
	margin: 0;
	font-size: 20px;
}
}
/* Terms */


section#terms {
	min-height: 200px;
	background-color: #212121;
	margin-bottom: -50px;
	min-height: 100%;
}
#terms p {
	font-size: 13px;
	padding-left: 40px;
	margin: 0 0 20px;
}
#terms p, #terms ol, #terms li {
	color: #ffffff;
}
#terms ol li {
	margin-top: 20px;
}
#terms ul li {
	margin-left: 20px;
}
#terms hr {
	border-top: 1px solid rgba(67, 67, 67, 1);
}
#terms .panel-group .panel {
	border-radius: 0;
}
#terms .panel-default>.panel-heading, #terms .panel-body {
	background-color: #212121;
}
#terms .panel-title {
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
}

/* Jobs */

.jobs #footer {
	margin-top: 0;
}
@media(max-width:767px) {
	.jobs .brand-heading{
		font-size: 25px;
	}
}
/* Game Carousel */

.carousel-inner img {
	width: auto;
	height: 150px;
	max-height: 150px;
}
.carousel-inner {
	max-height: 160px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	color: #232222;
}
#game-carousel_Scroller i.glyphicon.glyphicon-chevron-left {
	left: -25px;
}
#game-carousel_Scroller i.glyphicon.glyphicon-chevron-right {
	right: -25px;
}
#game-carousel_Scroller .thumbnail {
	border: none;
	background: none;
}

@media(max-width:990px) {
.carousel-inner img {
	height: auto;
	min-width: 100%;
}
.carousel-inner .col-xs-3 {
	padding-right: 2px;
	padding-left: 2px;
}
}

@media(max-width:767px) {
#game-carousel_Scroller i.glyphicon.glyphicon-chevron-right {
	right: 200%;
	top: 140px;
}
#game-carousel_Scroller i.glyphicon.glyphicon-chevron-left {
	left: 200%;
	top: 140px;
}
}

@media(max-width:525px) {
#game-carousel_Scroller i.glyphicon.glyphicon-chevron-right {
	right: 200%;
	top: 90px;
}
#game-carousel_Scroller i.glyphicon.glyphicon-chevron-left {
	left: 200%;
	top: 90px;
}
}
/* Redifined primary Button Stlye */
.btn-primary {
	color: #FFFFFF;
	background-color: #B13A25;
	border-color: #7A2C1F;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #453A39;
	border-color: #7A2C1F;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #B13A25;
	border-color: #7A2C1F;
}
.btn-primary .badge {
	color: #B13A25;
	background-color: #FFFFFF;
}
/* Footer */

/* Set the fixed height of the footer here */
#footer {
	background-color: #212121;
	margin-top: 50px;
	padding-top: 20px;
	text-align: center;
}
#footer a {
	color: #efefef;
}
#footer a:hover {
	color: ##b13a25;
}
#footer p {
	font-size: 1em;
	margin-bottom: 15px;
}
