/*
________________________________________________________________________________

This file is where all core styles are defined
Styles in this file are intended to operate from 320px up;
________________________________________________________________________________

-- BASE --
-- 1.1 Fonts --
-- 1.2 Structure --
-- 1.3 Text --
-- 1.4 Helper --

-- PRESENTATION --
-- 2.1 Header --
-- 2.2 Footer --
-- 2.3 Navigation --
-- 2.4 Content --
-- 2.5 Print --
-- */


/* 1.1 =Fonts
------------------------------------------------------------------------------*/

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=9af94023-ab2c-49d8-82b6-53015ddc76ac");

@font-face 
{ 
	font-family: 'AvantGarde-ExtraLight';
	src:url("/fonts/123b5137-3b00-48e9-bfec-161edb6f2377.eot?#iefix");
	src:url("/fonts/123b5137-3b00-48e9-bfec-161edb6f2377.eot?#iefix") format("eot"),url("/fonts/e2726b32-fedc-4803-806a-a029c705ad22.woff2") format("woff2"),url("/fonts/cc19831d-e4b6-40fa-b009-45b1365dde5d.woff") format("woff"),url("/fonts/67615a4b-d349-4fda-8180-f0657773c140.ttf") format("truetype"),url("/fonts/ebddf8dd-9674-4364-86a0-f7d444cab14e.svg#ebddf8dd-9674-4364-86a0-f7d444cab14e") format("svg");
}

@font-face 
{
	font-family: 'AvantGarde-Demi';
	src:url("/fonts/38de0cc0-acad-43e5-b0d6-87171c0915f7.eot?#iefix");
	src:url("/fonts/38de0cc0-acad-43e5-b0d6-87171c0915f7.eot?#iefix") format("eot"),url("/fonts/8bfba692-98b4-401d-b187-205f59d508cf.woff2") format("woff2"),url("/fonts/29cf02ec-9cbf-449b-abff-06b4ab9b1cc0.woff") format("woff"),url("/fonts/d35364ca-710c-4712-8aed-068488f4fdc1.ttf") format("truetype"),url("/fonts/cf105897-a984-495f-bfd0-c5285f7a495e.svg#cf105897-a984-495f-bfd0-c5285f7a495e") format("svg");
}

@font-face 
{
	font-family: 'AvantGarde-Medium';
	src:url("/fonts/94b3736a-77b0-4279-b365-b3c70960549b.eot?#iefix");
	src:url("/fonts/94b3736a-77b0-4279-b365-b3c70960549b.eot?#iefix") format("eot"),url("/fonts/39dda6db-d579-4a2e-b67c-abf7d732b97c.woff2") format("woff2"),url("/fonts/6cf5eb52-bda1-4506-b101-1cb1cb9ac146.woff") format("woff"),url("/fonts/af9bc1b5-0bc5-4c5f-8201-7652aeea386d.ttf") format("truetype"),url("/fonts/9de5564a-6092-48cc-9229-77b0b96674b5.svg#9de5564a-6092-48cc-9229-77b0b96674b5") format("svg");
}

@font-face
{ 
	font-family: "AvantGarde-Bold"; 
	src:url("/fonts/7882e98f-91dc-4562-9ae7-89142461ea7d.eot?#iefix");
	src:url("/fonts/7882e98f-91dc-4562-9ae7-89142461ea7d.eot?#iefix") format("eot"),url("/fonts/4cadb55f-822a-4a35-8918-becfc5a866a3.woff2") format("woff2"),url("/fonts/af007af5-dcfa-465a-a278-47ab3eb9a589.woff") format("woff"),url("/fonts/9a9365bb-bc37-4768-8d00-df0bdf405665.ttf") format("truetype"),url("/fonts/4443cc42-374b-40e5-968c-b29f549f0835.svg#4443cc42-374b-40e5-968c-b29f549f0835") format("svg");
		font-weight: normal; 
		font-style: normal;
}

@font-face 
{
	font-family: 'AvenirLTStd-Book';
	src:url("/fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
	src:url("/fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"),url("/fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("/fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"),url("/fonts/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype"),url("/fonts/0979215b-3a1b-4356-9c76-e90fa4551f1d.svg#0979215b-3a1b-4356-9c76-e90fa4551f1d") format("svg");
}


/* 1.2 =Structure
------------------------------------------------------------------------------*/

*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body
{
	background: #000;
	-webkit-font-smoothing: antialiased;
}

#container { margin: 0 auto; padding: 42px 0 0; max-width: 1280px; background: #fff; }

.online-gaming-home #container { padding: 0; }

.page-content { padding: 0 25px 0; }


/* 1.3 =Text
------------------------------------------------------------------------------*/
a
{
	color: #fff;
	text-decoration: none;
	outline: 0!important;
}

a:hover { outline: 0;}

img     { outline: 0;}

h1.page-title
{
	margin: 0 0 30px;
	font-family: 'AvantGarde-Medium';
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}

h2
{
	font-family: AvantGarde-ExtraLight, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

h2 span
{
	font-family: AvantGarde-Demi, sans-serif;
}

.body-text
{
	padding: 0 0 30px;
}

.body-text p
{
	font-family: 'AvenirLTStd-Book';
}

.btn-main
{
	display: inline-block;
	margin: 13px 0 15px;
	padding: 10px;
	width: 122px;
	font-family: AvantGarde-Medium, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #800850;
	cursor: pointer;

	-webkit-transition-property: background-color, color; 
	-moz-transition-property: background-color, color; 
	-o-transition-property: background-color, color; 
	transition-property: background-color, color; 
	-webkit-transition-duration: 0.3s; 
	-moz-transition-duration: 0.3s; 
	-o-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-timing-function: ease-in; 
	-o-transition-timing-function: ease-in; 
	transition-timing-function: ease-in;
}

.btn-main:after
{
	content: url(/images/OnlineGaming/i-btn-arrow.png);
	float: right;
	width: 5px;
	height: 9px;
}

.btn-main:hover { background: #BE4B90; }

/* 1.4 =Helper
------------------------------------------------------------------------------*/

.clearfix:before,.clearfix:after { content: " "; display: table;}
.clearfix:after                  { clear: both;}

.hide-on-mobile { display: none; }

.visible-mobile { display: block; }


/* 2.1 =Header
------------------------------------------------------------------------------*/


/* 2.2 =Footer
------------------------------------------------------------------------------*/
footer
{
	padding: 23px 8.4%;
	color: #fff;
	background: #000;
	font-size: 12px;
}

footer .social { text-align: center; margin: 0 0 20px; }

footer .social a
{
	display: inline-block;
	margin: 0 3.5% 0 0;
	width: 33px;
}

footer .social a img { width: 100%; height: auto; min-height: 27px; }
footer .social a:last-child
{
	margin: 0;
}

footer p { margin: 4% 0; font-size: 11px; }

footer .footer-links a
{
	margin: 0 6% 0 0;
	color: #000;
}

footer .footer-links a:last-child
{
	margin: 0;
}

.footer-links a:hover
{
	text-decoration: underline;
}

.footer-row
{
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #2E2E2E;
}

.footer-row.top-section
{
	padding: 0 0 10px;
}

.footer-row li
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	font-family: Arial, sans-serif;
}

.borgata-contact { margin: 0; }
.borgata-contact ul { padding: 0; }
.borgata-contact li { float: left; margin: 0; width: 50%; }
.borgata-contact a { display: inline-block; color: #93498b; text-decoration: none; font-weight: normal; font-size: 12px; font-family: 'Avantgarde-Bold', arial, sans-serif; text-transform: uppercase; cursor: pointer; width: 100px;}
.borgata-contact a:hover { color: #ef7ee3; text-decoration: none; }
.borgata-contact a.nohover:hover { color: #93498b; cursor: default; }
.borgata-contact span { display: none; color: white; text-transform: none; }
.borgata-contact a:hover span { color: #ef7ee3; }
.borgata-contact a.nohover:hover span { color: #93498b; }
.borgata-contact a span { display: block; color: #93498b; text-transform: uppercase; }
.borgata-contact .mail { background: url('../../../../../common/images/borgata-s8e48fa293e.png') 0 -632px no-repeat; padding: 0 0 0 35px; }
.borgata-contact .sms { background: url('../../../../../common/images/borgata-s8e48fa293e.png') 0 -977px no-repeat; padding: 0 0 0 25px; cursor: default; }
.borgata-contact .map { height: 34px; background: url('../../../../../common/images/borgata-s8e48fa293e.png') 0 -582px no-repeat; padding: 0 0 0 25px; }
.borgata-contact .phone { height: 34px; background: url('../../../../../common/images/borgata-s8e48fa293e.png') 0 -681px no-repeat; padding: 0 0 0 22px; cursor: default; float: right; }
.borgata-contact .questions { height: 34px; background: url('../../../../../common/images/borgata-s8e48fa293e.png') 0 -2571px no-repeat; padding: 0 0 0 25px; }


.footer-links { overflow: hidden; }
.footer-links .row { overflow: hidden; width: 33.33%; float: left; font-size: 11px; margin: 10px 0; }
.footer-links h5 {  margin: 0 0 7px; font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; color: #5b5b5b; text-transform: uppercase; }
.footer-links .row h6,
.bottom-section .footer-links .row a { margin: 0 0 7px; font-family: Arial, sans-serif; text-transform: none; font-size: 11px; color: #b3b3b3; }
.footer-links .row ul { display: none; margin: 5px 0; padding: 0; }
.footer-links .row a { font-family: Arial, sans-serif; font-size: 11px; color: #b3b3b3; text-decoration: none; }
.footer-links .row a:hover { text-decoration: underline; }
.footer-links .row.bottom-row { margin: 20px 0 10px; }
.footer-links .row.cta { width: 200px; float: right; }
.footer-links .row.cta .col { width: 100%; }
.footer-links .row.cta li a { text-decoration: none!important; cursor: pointer; -webkit-transition-property: background-color, color; -moz-transition-property: background-color, color; -o-transition-property: background-color, color; transition-property: background-color, color; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; transition-timing-function: ease-in; display: block; color: white !important; display: block; position: relative; padding: 10px 15px 10px 10px; background: #552c51; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2M2U3MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmMzQ1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #763e71), color-stop(100%, #5f345b)); background-image: -webkit-linear-gradient(#763e71, #5f345b); background-image: -moz-linear-gradient(#763e71, #5f345b); background-image: -o-linear-gradient(#763e71, #5f345b); background-image: linear-gradient(#763e71, #5f345b); font-family: avantgarde-medium, sans-serif; font-size: 11px; width: -24px; text-transform: uppercase; margin: 0 0 8px; }
.lt-ie9 .footer-links .row.cta li a { zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#763e71', endColorstr='#5f345b',GradientType=0 ); }
.footer-links .row.cta li a:before { content: ''; display: block; position: absolute; right: 10px; margin: 5px 0 0; text-indent: -119988px; overflow: hidden; text-align: left; background-position: 0 -1653px; height: 8px; width: 5px; background-image: url('../../../../../../common/images/borgata-s8e48fa293e.png'); background-repeat: no-repeat; }
.footer-links .row.cta li a:hover { background: #93498b; text-decoration: none!important; }
.lt-ie9 .footer-links .row.cta li a:hover { filter: none!important; }

.footer-links .row.bottom-row { margin: 10px 0; }

.footer-nav { font-size: 11px; text-align: left; margin: 0 0 10px; }
.footer-nav ul { margin: 0; padding: 0; }
.footer-nav li { display: inline; margin: 0 10px 0 0; }
.footer-nav a { color: #b3b3b3; text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }

.external-links { text-align: center; }
.external-links ul { padding: 0; }
.external-links li { display: inline-block; padding-left: 6px; margin-right: 6px; font-size: 10px; border-left: 1px solid #5b5b5b;   }
.external-links li:first-child { border-left: 0px; }
.external-links a { font-size: 10px; color: #5b5b5b;}

.site-copyright { text-align: center; font-size: 10px; margin: 5px 0 0; color: #5b5b5b; }
.site-copyright p { font-family: Arial, sans-serif; font-size: 11px; }

.bottom-section .footer-links .row { width: 100%; }

.bottom-section .footer-links .row h6 
{
	margin: 0 0 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #5b5b5b;
	font-weight: normal;
}

.bottom-section .footer-links .col,
.bottom-section.mobile-section .footer-links .bottom-row .col
{
	float: left;
	width: 50%;
}

.bottom-section .footer-links .row ul { display: block; }
.bottom-section .footer-links .row li { margin: 0 0 5px; }

.footer-row.mobile-section
{
	padding: 5px 0;
}

.footer-row.bottom-section.mobile-section,
.footer-row.nav-copyright-wrap
{
	border-bottom: none;
}

.bottom-section.mobile-section .footer-links .col
{
	width: 33.33%;
}

.bottom-section.mobile-section .footer-links .col.hotel-casino-col1
{
	width: 23%;
}

.bottom-section.mobile-section .footer-links .col.hotel-casino-col2
{
	width: 26%;
}

.bottom-section.mobile-section .footer-links .col.hotel-casino-col3
{
	width: 51%;
}

.bottom-section.mobile-section .col.last-col a
{
	text-transform: uppercase;
}

.mobile-section .row
{
	padding: 0 0 15px;
	border-bottom: 1px solid #2E2E2E;
}

.mobile-section .row h5
{
}

.footer-content-wrapper {
	padding: 20px 8.4%;
	color: #fff;
	background: #000;
}

.footer-content-left-column {
	margin: 0 0 30px;
}

.footer-content-header {
	margin: 0 0 5px;
	font-family: 'Avantgarde-Bold', arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e76de7;
}

.footer-content-blurb {
	font-family: 'AvenirLTStd-Book', sans-serif;
	font-size: 14px;
	line-height: 16px;
}

/* 2.3 =Navigation
------------------------------------------------------------------------------*/

.online-gaming-secondary .b-header
{
	clear: both;
	z-index: 99999;
	width: 100%;
	height: 38px;
	background: #5d5455;
}

.b-header h2
{
	display: block;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 120px;
	font-size: 22px;
}

.online-gaming-secondary .site-back-button
{
	float: left;
	display: block;
	margin: 6px 0 0 5px;
	padding: 2px 6px;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	color: #fff;
	background: #000 url(/images/OnlineGaming/i-btn-arrow-left.png) no-repeat 49% 50%;
}

.online-gaming-secondary .site-menu-button
{
	float: right;
	display: block;
	margin: 6px 0 0;
	padding: 5px 20px;
	width: 48px;
	height: 26px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background: #000 url(/images/OnlineGaming/btn-site-menu.png) left top;
}

.online-gaming-secondary .b-top-nav-wrap
{
	float: right;
	margin: 0 5px 0 0;
	width: 36px;
}

.b-top-nav-wrap.on .site-menu-button
{
	background-position: 0 -26px;
}

.online-gaming-secondary .site-back-button:hover,
.online-gaming-secondary .site-menu-button:hover
{
	opacity: .7;
}

.online-gaming-secondary .b-top-nav
{
	display: none;
	position: absolute;
	top: 32px;
	right: 5px;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 195px;
	list-style-type: none;
}

.b-top-nav-wrap.on .b-top-nav
{
	display: block;
}

.b-top-nav li
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #373737;
	background: #000;
}

.b-top-nav a
{
	display: block;
	width: 195px;
	height: 61px;
	background: transparent url(/common/images/sprite-top-nav.png) no-repeat -558px top;
	text-indent: -9999px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-top-nav .borgata-casino-com a
{
	width: 195px;
	height: 61px;
	background-position: -177px 0;
}

.b-top-nav .borgata-poker-com a
{
	width: 190px;
	height: 61px;
	background-position: -372px 0;
}

.b-top-nav img
{
	max-width: 100%;
}

/* Hide Nightlife Nav Items */

.b-top-nav.b-nightlife-nav li
{
	display: none;
}


/* 2.4 =Content
------------------------------------------------------------------------------*/
 .logo img { width: 100%; }


    /* =Resort */

.resort
{
	width: 100%;
	min-height: 190px;
	padding: 6% 8.4%;
	padding-bottom: 0;
	text-transform: uppercase;
	/*background: url(/images/OnlineGaming/bkg-resort-320.jpg) no-repeat;*/
    background-repeat: no-repeat;
	background-size: cover;
}

.resort:hover
{
	cursor: pointer;
}

.resort .logo
{
	width: 40%;
}

.resort h2
{
	margin: 5% 0 0;
}

.resort li a:hover
{
	text-decoration: underline;
}

.resort .btn-main
{
	-webkit-box-shadow:  0 0 20px 0 rgba(0, 0, 0, .5);
	box-shadow:  0 0 20px 0 rgba(0, 0, 0, .5);
}

    /* =Casino */
.casino .logo {
	display: table;
	margin-right: 70px;
}
.casino .logo a {
	display: table-cell;
	/*width: 156px;*/
}
.casino .logo a + a {
	padding-left: 20px;
}

.casino
{
	display: block;
	width: 100%;
	min-height: 134px;
	padding: 4% 8.4%;
	padding-bottom: 0;
	/*background: #290B3F url(/images/OnlineGaming/bkg-casino-320.jpg) right 0 no-repeat;*/
	background-color: #290b3f;
	/*background-image: url(/images/OnlineGaming/borgata-houseofbrands-casino--mobile.jpg);*/
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

.casino h2 { margin: 25px 0 0; }
.casino p { color: white; }

    /* =Poker */

.free-casino-logo {
	display: block;
	margin-bottom: 20px;
}
.free-casino-logo.free-casino-logo img { left: 0; }
.poker
{
	display: block;
	width: 100%;
	min-height: 134px;
	padding: 2% 8.4%;
	padding-bottom: 0;
	/*background: #E27000 url(/images/OnlineGaming/bkg-poker-320.jpg) right 0 no-repeat;*/
	background-color: #0d8f79;
	/*background-image: url(/images/OnlineGaming/borgata-houseofbrands-free-casino--mobile.jpg);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.poker h2 { margin: 5px 0 0; }
.poker p { color: white; }
.poker img { 
	max-width: 100%; 
	margin-bottom: 10px;
	position: relative;
	left: -14px;
}
#container .backBtn
{
	margin: 0 0 25px 25px;
}

.backBtn { margin: 10px 0 0; display: block; color: #81094f; font-weight: normal; font-size: 12px; font-family: avantgarde-demi, arial, sans-serif; text-transform: uppercase; position: relative; }
.backBtn .ico { display: inline-block; vertical-align: middle; text-indent: -119988px; overflow: hidden; text-align: left; background-position: 0 -2308px; height: 9px; width: 5px; background-image: url(/common/images/borgata-s8e48fa293e.png); background-repeat: no-repeat; margin: -3px 5px 0 0; }


  /* =Contact Us */

.contact-wrapper.borgata-casino
{
	margin: 0 0 15px;
}

.contact-wrapper h3 a
{
	display: block;
	width: 182px;
	height: 44px;
	text-indent: -9999px;
	background: transparent url(/images/OnlineGaming/sprite-contact.png) left top;
}

.contact-wrapper.borgata-casino h3 a
{
	background-position: 0 -44px;
}

.contact-wrapper.borgata-poker h3 a
{
	background-position: 0 -88px;
}

.contact-column
{
	margin: 0 0 20px;
}

.contact-column .btn-main
{
	display: block;
	margin: 0 0 15px;
	padding: 12px;
	width: 160px;
	font-size: 14px;
	line-height: 14px;
}

.contact-column .btn-main span
{
	text-transform: lowercase;
}

.contact-info-block
{
	margin: 0 0 20px;
	font-family: 'AvenirLTStd-Book', sans-serif;
	font-size: 14px;
}

.contact-info-block strong
{	
	text-transform: uppercase;
}

.contact-info-block a
{
	color: #000;
}

.contact-hr
{
	margin:30px auto 15px;
	width: 90%;
	height: 3px;
	background: #d4d4d4;
	border: none;
}

/* 2.5 =Print
------------------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* Internet Explorer
------------------------------------------------------------------------------*/

.lt-ie9 #container
{
	min-width: 1020px;
	max-width: 1280px;
}

.lt-ie8 #container,
.lt-ie8 .b-top-nav-wrap
{
	min-width: 1020px;
	max-width: 1020px;
}

.lt-ie8 .resort
{
	padding: 20px;
	width: 470px;
	height: 575px;
}

.lt-ie8 .casino,
.lt-ie8 .poker
{
	padding: 20px;
	width: 470px;
	height: 267px;
}

.lt-ie8 .poker
{
	height: 268px;
}

.lt-ie8 .contact-wrapper
{
	zoom: 1;
}

.lt-ie8 footer
{
	height: 69px;
}
.footer-copyright 
{
	display: inline-block;
	padding-right: 15px;
}
.footer-copyright:before 
{
	content: '';
	display: inline-block;
	background-position: 0 -24px;
	height: 25px;
	width: 24px;
	float: right;
	margin: -6px 0 0 5px;
}
.home-promo 
{
}
.row-half .home-promo-item:last-child 
{
	border-left: 1px solid #fff;
	width: 49.85%;
	border-right: none;
}
.row-half .home-promo-item 
{
	width: 50%;
	border-right: 2px solid #fff;
	border-left: none;;
}
.home-promo-item-content 
{
}
.home-promo-item 
{
}
.home-promo:before, .home-promo:after, .home-promo-row:before, .home-promo-row:after 
{
}
.home-promo-row.row-half 
{
	width: 100%;
}
.st_sharethis_custom 
{
	margin-bottom: 5px;
}
.rslides .btn-download-app 
{
	height: auto;
	bottom: 38px;
	width: 86px;
}
.rslides .btn-download-app img 
{
	max-width: 100%;
	width: 100%;
}

/* =Global Display Fields
------------------------------------------------------------------------------*/

@media (max-width : 768px) {
	.mobile-hide
	{
		display: none;
	}
}

