/*
________________________________________________________________________________

This file loads after main.css and medium.css and extends the rules in those files.
Styles in this file are intended to operate from 1024px up;
________________________________________________________________________________

-- BASE --
-- 1.1 Structure --
-- 1.2 Text --

-- PRESENTATION --
-- 2.1 Header --
-- 2.2 Footer --
-- 2.3 Navigation --
-- 2.4 Content --
-- 2.5 Print --
-- */


/* 1.1 =Structure
------------------------------------------------------------------------------*/


/* 1.2 =Text
------------------------------------------------------------------------------*/


/* 2.1 =Header
------------------------------------------------------------------------------*/


/* 2.2 =Footer
------------------------------------------------------------------------------*/

footer { padding: 23px 4% 0; }


.footer-row.top-section
{
	padding: 10px 0;
}

.footer-row.mid-section,
.footer-row.bottom-section { float: left; width: 50%; border-bottom: none; }

.footer-row.nav-copyright-wrap { clear: both; border-top: 1px solid #3f3f3f; }

.add-vertical-rule
{ 
	padding: 0 5% 0;
	border-left: 1px solid #3f3f3f;
}

.online-gaming
{
	margin: 0 5% 0 0;
	width: 69%;
}


/* 2.3 =Navigation
------------------------------------------------------------------------------*/


/* 2.4 =Content
------------------------------------------------------------------------------*/

.online-gaming-home .main-wrapper
{
	background-size: auto 110%;
	background-position: 0 0;
}

.logo,
.logo img { width: auto!important;}

.casino,
.poker {  background-position: right 0; }

.resort { padding: 3% 4%; }
.resort h2
{
	font-size: 60px;
	line-height: 65px;
	margin: 15% 0 3%;
}

.casino h2,
.poker h2
{
	margin: 6% 0 0;
	font-size: 48px;
	line-height: 55px;
}

.contact-column
{
	width: 23%;
}


/* Internet Explorer
------------------------------------------------------------------------------*/

.lt-ie9 .casino,
.lt-ie9 .poker
{  
	background-size: auto 100%;
	-ms-behavior: url(/css/OnlineGaming/backgroundsize.min.htc);
}