
/* Table of Contents
==================================================
	#General
		- Typography
	#Header
		- Text Based Logo
		- Image Based Logo
	#Navigation
	 - Sub Menus
	#Slider
		- Revolution Slider
		- Royal Slider
		- Secondary Slider
	#Content
		- Page Heading
		- Page Content
	#Footer
		- Footer widgets
		- Copyright
*/

/**
* #General *
 **/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

.site-wrapper {
	overflow: hidden;
	position: relative;
}

.main { padding-top: 100px; }

@media all and (max-width:767px) { 
	.main { padding-top: 0; } 
}

/**Smartbanner**/
#smartbanner { font-family: "Roboto", "Helvetica Neue", sans-serif !important; }

#smartbanner .sb-close {
	height: 20px !important;
	width: 20px !important;
	top: 10px !important;
}

#smartbanner .sb-button {
	min-width: auto !important;
	top: 10px !important;
	right: 10px !important;
}

#smartbanner .sb-info { top: 10px !important; }

/*android*/
#smartbanner.android {
	border-bottom: 1px solid #fff !important;
	border-top: 5px solid #c82506 !important;
}

#smartbanner.android .sb-close {
	background: #c82506 none repeat scroll 0 0 !important;
	color: #fff !important;
	height: 20px !important;
	line-height: 20px !important;
	width: 20px !important;
}

#smartbanner.android .sb-button {
	border-radius: 5px;
	color: #fff !important;
}

#smartbanner.android .sb-button span {
	background-color: #ccc !important;
	background-image: -moz-linear-gradient(center top, #ccc, #000) !important;
	background: -webkit-linear-gradient(top, #cccccc 0%, #000000 100%) !important;
	background: linear-gradient(to bottom, #cccccc 0%, #000000 100%) !important;
}

/*admin-menu*/
#admin-menu .dropdown li { height: auto; }

/**
 * Typography *
 **/
b,
strong { font-weight: 500; }

a {
	color: #c82506;
	text-decoration: none;
}

a:hover {
	color: #c82506;
	text-decoration: underline;
}

a:active,
a:focus { color: #c82506; }

/**Telephone Links**/
a[href^="tel:"],
a[href^="tel:"]:hover,
a[href^="tel:"]:focus {
	cursor: none;
	pointer-events: none;
	text-decoration: none;
}

@media screen and (max-width:1024px) {
	a[href^="tel:"],
	a[href^="tel:"]:hover,
	a[href^="tel:"]:focus {
		cursor: default;
		pointer-events: auto;
	}
}

ul,
ol {
	font-weight: 300;
	margin-bottom: 1.5em;
}

h2 a {
	color: #999999;
	text-decoration: none;
}

h2 a:hover { text-decoration: none; }

.h2-block-title .widget-title,
.h2-block-title .widget-title span {
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 24px;
}

.title-accent { display: none; }

.block .title-accent {
	display: block;
	padding: 0;
}

.block .title-accent h3,
.block .title-accent h3 span {
	color: #999;
	font-size: 36px;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: none;
}

.not-logged-in .edit-link { display: none; }

.edit-link {
	background-color: rgb(0, 0, 0);
	border: 1px solid rgb(255, 255, 255);
	padding: 1px 8px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.edit-link a { color: #fff; }

.more-link,
.more-link-2 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c82506;
	bottom: 15px;
	clear: both;
	display: inline-block;
}

.more-link:hover,
.more-link-2:hover { box-shadow: 0 0 5px rgba(255,0,0,.75); }

.more-link a,
.more-link-2 a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	padding: 0 10px;
	outline: none;
	text-transform: uppercase
}

.more-link a:hover,
.more-link a:focus,
.more-link-2 a:hover,
.more-link-2 a:focus { text-decoration: none; }

.more-link.red,
.more-link-2.red {
	background: #c82506 none repeat scroll 0 0;
	border: 1px solid #fff;
}

.more-link.red a,
.more-link-2.red a {
	color: #fff;
	padding: 0 10px;
}

/**
 * #Header *
**/
.header {
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 99;
}

/***Header Top***/
.header-top {
	background: #000;
	color: #a3a3a3;
	font-size: 10px;
	line-height: 0;
	height: 40px;
	padding: 0;
}

.header-top .container {
	max-width: 1600px;
	padding-right: 245px;
	width: 100%;
}

/**Header Top Left**/
.header-top-left {
	float: right;
	margin: 12px 0 0 20px;
}

.language-options-gt .gtflag { font-size: 10px !important; }

/**Header Top Right**/
.header-top-right { float: right; }

/*FB Like*/
.header-top-right .fb-like {
	float: left;
	height: 20px;
	margin: 11px 11px 0 0;
}

/*Social*/
.htr-social { float: right; }

.htr-social .social-links {
	float: right;
	margin: 10px 0 0 0;
}

.header-top-right .social-links > li:first-child { padding-left: 0; }

.header-top-right .social-links > li:last-child { padding-right: 0; }

.header-top-right .social-links > li {
	border: none;
	margin: 0;
	padding-right: 0;
}

.header-top-right .social-links > li > a {
	background: none;
	border: medium none;
	color: #fff;
	height: 25px;
	opacity: 0.75;
	width: 25px;
}

.header-top-right .social-links > li > a:hover {
	color: #fff;
	background: none;
	border: none;
	opacity: 1;
}

.header-top-right .social-links > li > a .fa { font-size: 1.5em; }

.header-top-right .social-links span { display: none; }

.header-top-right > span + span { margin-left: 32px; }

.header-top-right > span + span.info-item {
	margin-left: 25px;
	margin-right: 0;
}

.header-top-right > span.info-item { margin-right: 0; }

/*Club Login(header)*/
.club-login {
	float: left;
	margin-top: 4px;
	padding-right: 10px;
	line-height: 1.5;
}

.club-login .view-club-points-and-logout {
	display: block;
	font-size: 1.15rem;
}

.club-login div,
.club-login span {
	float: left;
	margin-right: 5px;
}

.club-login div.view-empty { line-height: 35px; }

.club-login .cs-id {
	visibility: hidden;
	width: 1px;
	height: 1px;
}

.club-login .cs-points { color: #fff; }

.club-login .cs-lvl,
.club-login .cs-login { color: #CFA958; }

.club-login .cs-logout { color: #a3a3a3; }

.club-login .cs-lvl span,
.club-login .cs-lvl div { margin: 0; }

/**Header Language/Search**/
.header-language-search {
	max-width: 1600px;
	padding: 0;
	position: relative;
	width: 100%;
}

/*.logged-in .header-language-search .search-form,*/
.header-language-search .search-form {
	float: right;
	margin: -31px 0 0 0;
    text-align: right;
    overflow: visible;
}

.header .search-form > #search-block-form--2 { margin: 0; }

.header .search-form > #search-block-form { margin:0;}

/*.logged-in .header-language-search .search-form .container-inline, */
.header-language-search .search-form .container-inline { 
    display: flex;
    justify-content: space-between;
}

/*.logged-in .header-language-search .search-form .container-inline .form-group, */
.header-language-search .search-form .container-inline .form-group { margin:0; }

.header .search-form > #search-block-form--2 input,
.header .search-form > #search-block-form input  {
	font-size: 13px;
	line-height: 1;
}

.header .search-form > #search-block-form--2 .form-text,
.header .search-form > #search-block-form .form-text { 
    height: 19px;
	padding: 2px 5px !important;
	width: auto;
    margin: 2px 10px;
}

.search-form .btn,
#search-block-form .btn {
	background-color: #3d3d3d;
	background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);
	background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);
	background-repeat: repeat-x;
	border-color: #3d3d3d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff2f2f2f', GradientType=0);
    height: 22px;
	margin: 0;
	text-align: center;
	transition: all .25s linear;
}

.search-form .btn .fa {
	line-height: 1.3;
	color: #fff;
	margin-right: 0;
}

.header .search-form {
	float: right;
	padding: 0;
}

.search-form input {
	display: inline;
	height: 28px;
	max-width: 175px;
	padding: 2px 10px !important;
}

.search-form input.btn {
	color: #FFF;
	text-shadow: #000 2px 2px 2px;
}

@media all and (max-width:1024px) {
	.header-top-left { margin-left: 0; }

	.header-top-right {
		float: left;
		padding: 0;
	}
}

@media all and (max-width:881px) {
	.header-top .container { padding-right:15px; }
	
	.logged-in .header-language-search .search-form, 
    .header-language-search .search-form { margin: 0 15px 0 0; }
    
    .logged-in .header-language-search .search-form > #search-block-form--2,
    .header-language-search .search-form > #search-block-form--2 { margin: 0; }
}

@media all and (max-width:767px) {
	.header { position: relative; }

	.header-top-right { padding: 0; }
}

@media screen and (max-width:667px) {
	.header-top-right { float: none; }
	
	.header-top-left { display: none;}

	.club-login { padding-right: 0; }

	.club-login div:last-child { margin-right: 0; }
}

@media (max-width: 600px) {
	.logged-in .header-language-search,
    .header-language-search { padding: 5px 0 !important; }

	.search-form {
		position: relative;
		float: none;
		right: 0;
	}

	.navbar-toggle {
		background: #c82506 !important;
		top: 22px !important;
		right: 0 !important;
	}
}

@media screen and (max-width:480px) {
.header-top .container { padding: 0 10px 5px; }

.header-top-right .fb-like { margin-right: 5px; }
}

@media (max-width: 375px) {
	.header .logo img { max-width: 80% !important; }
   
	.search-form {
		float: right !important;
		margin: 0 auto;
	}
}

/** Header Main **/
.header-main {
	background: rgba(0,0,0,1);
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.75);
	position: relative;
}

.header-main:before,
.header-main:after {
	content: " ";
	display: table;
}

.header-main:after { clear: both; }

.header-main:before { display: none; }

.header-main > .container {
	max-width: 100%;
	position: relative;
	width: 1600px;
}

/* Logo */
.header .logo {
	background: #000;
	float: left;
	margin: 0 0 10px -15px !important;
	padding: 0 0 0 15px;
	width: auto;
}

.header .logo a {
	margin-right: 15px;
	display: block;
}

.header .logo img {
	position: relative;
	display: inline-block;
	z-index: 2;
	max-width: 100%;
	max-height: 100%;
}

.header .logo .tagline {
	margin: 0;
	font-size: 10px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #a3a3a3;
	position: relative;
	z-index: 2;
}

/**
 * #Navigation *
 **/

/* Navigation Wrapper */
/*.nav-main {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}*/

@media (max-width: 991px) {

	.nav-main {
		width: 100%;
		clear: both;
	}
}

@media (min-width: 767px) and (max-width: 992px) {

.nav-main .container { width: 100%; }
}

/* Navigation General styles */
.flexnav {
	-webkit-transition: none;
	transition: none;
	padding-left: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	padding: 0;
	max-height: 0;
	background: #2f2f2f;
	margin: 0 -15px;
}

.flexnav.opacity {
	opacity: 0;
	filter: alpha(opacity=0);
}

.flexnav.flexnav-show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.flexnav li {
	position: relative;
	overflow: hidden;/* Submenu */
}

.flexnav li a {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 12px 8px;
}

.flexnav li a .label {
	margin-left: 4px;
	vertical-align: middle;
}

.flexnav li + li {
	border-top: 1px solid #3f3f3f;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.flexnav li ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

.flexnav li ul li {
	position: relative;
	overflow: hidden;
}

.flexnav li ul li a {
	display: block;
	color: #fff;
}

.flexnav li ul.flexnav-show li { overflow: visible; }

@media (min-width: 992px) {

.flexnav { margin: 0; }
}

/* Touch Button (used for Mobile) */
.touch-button {
	position: absolute;
	z-index: 999;
	top: 1px;
	right: 0;
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	background: rgba(255, 255, 255, 0.07);/* Touch Button Active */
}

.touch-button:hover { cursor: pointer; }

.touch-button .navicon {
	position: relative;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.touch-button .navicon:before {
	display: inline-block;
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #c1c1c1;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.touch-button.active .navicon:before { content: "\f106"; }

/* Navigation styles - For Desktop */
@media all and (min-width: 992px) {

.flexnav {
	padding-left: 10px;
	text-align: left;
	overflow: visible;
	position: relative;
	z-index: 3;
	margin: 0;
	list-style: none;
}

.flexnav.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
}

.flexnav > li {
	text-align: left;
	list-style: none;
	display: inline-block;
	overflow: visible;
	padding: 0;
	position: relative;
	border: none !important;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;/* Submenu */
}

.sub-sub {
	border-right: 1px solid rgba(0,0,0,.1);
	min-height: 260px;
	padding: 0 0 10px !important;
}

.sub-sub .sub-sub { min-height: 1px; }

.sub-sub:last-child { border-right: none; }

ul.sub-sub-sub {
	padding: 0 !important;
	margin: 0;
}

.mega-group-title {
	border-bottom: medium none !important;
	font-size: 14px !important;
}

/** top nav subs w/block title **/
.sub-sub .title-accent h3 { margin: 10px 0 12px 10px; }

.sub-sub .title-accent h3,
.sub-sub .title-accent h3 span {
	border-bottom: medium none !important;
	color: #fff;
	font-size: 14px !important;
	font-weight: normal;
	text-transform: uppercase;
}

.tb-megamenu-column { padding: 0; }

/*.tb-megamenu-block { padding-bottom: 0 !important; }*/

.tb-megamenu-column .tb-megamenu-column { border-right: none; }

.top-nav-blocks { display: none; }

li.level-3 { padding-bottom: 7px; }

li.level-3 a { padding-left: 11px !important; }

.flexnav .tb-megamenu-block { padding: 0 10px 0 0; }

.flexnav > li + li { margin-left: 0; }

.flexnav > li > a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 20px 8px 18px;
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-weight: 300;
	position: relative;
	z-index: 3;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.flexnav > li > a:before {
	content: "";
	display: block;
	position: absolute; /*height: 4px;*/
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.flexnav > li:hover,
.flexnav > li.active { background: #fff; }

.flexnav > li:hover > a,
.flexnav > li.active > a {
	background: #c82506 none repeat scroll 0 0;
	color: #fff;/*font-weight:400;*/
}

.flexnav > li:hover > a:before,
.flexnav > li.active > a:before { background: #ffffff !important; }

.flexnav > li.item-with-ul > a:after {
	display: inline-block; /*content: "\f0d7";*/
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #000000;
	margin-left: 6px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	top: -2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flexnav > li ul {
	background: #c82506 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: 0 9px 7px -2px rgba(0, 0, 0, 0.5) inset, 0 9px 8px -3px rgba(0, 0, 0, 0.65);
	display: none;
	left: 0;
	list-style: outside none none;
	min-width: 180px;
	overflow: visible !important;
	padding: 0;
	position: absolute;
	top: auto;
}

.flexnav > li ul li {
	width: 100%;
	border: none !important;
}

.flexnav > li ul li.item-with-ul > a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #c1c1c1;
	margin-left: 6px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flexnav > li ul li a {
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	transition: all 0.2s ease 0s;
}

.flexnav > li ul li a:hover {
	color: #d0ab59;
	-webkit-transition: none;
	transition: none;
}

.flexnav > li ul li.active > a { color: #d0ab59; }

.flexnav > li ul li + li a { border-top: 1px solid #f2f2f2; }

.flexnav > li ul li > ul {
	margin-left: 100%;
	top: 0;
}

.touch-button { display: none; }
}

@media (max-width: 992px) {

.sub-sub {
	border-right: none;
	min-height: 1px;
}

.mega-group > a { margin: 0 !important; }

.flexnav > li:hover > a,
.flexnav > li.active > a {
	background: #c82506 none repeat scroll 0 0;
	color: #fff;
}

.sub-sub .mega-group.active > a { color: #c82506 !important; }

.sub-sub li.level-3.active a { color: #c82506 !important; }

.top-nav-blocks { display: none; }

.sub-sub .title-accent h3,
.sub-sub .title-accent h3 span {
	border-bottom: medium none !important;
	color: #fff;
	font-size: 1em !important;
	text-transform: uppercase;
	font-weight: normal !important;
}

li.level-3 { padding-bottom: 7px; }

.sub-sub li.level-3 a { padding: 12px 8px; }

.sub-sub-sub { padding-left: 0 !important; }
}

/*Nav*/
.nav-main {
	-webkit-box-shadow: none;
	box-shadow: none;
	/*float: left;*/
	min-height: 60px;
	position: relative;
	width:100%;
}

.flexnav > li,
.flexnav > li ul li { margin: 0; }

.flexnav > li.play { display: none; }

.front .flexnav > li.play { 
    display: inline-block; 
	margin-top:13px;
	position: absolute;
	right: -10px;
}

.front .flexnav > li.play > a{
	align-items: center;
	background:url('/sites/default/files/play-bg.jpg') repeat-x; 
	border: 1px solid #CFA958;
	display: flex;
	font-size: 15px;
	height: 35px;
	justify-content: center;
	padding:0;
	width: 155px;
}

.front .flexnav > li.play > a:hover{font-weight:400;}

/*subs re-align*/
.club-sub { margin-left: -10px !important; }

.casino-sub { margin-left: -130px !important; }

.promo-sub { margin-left: -199px !important; }

.dining-sub { margin-left: -305px !important; }

.ent-sub { margin-left: -371px !important; }

/**mega menu blocks false header**/
.hidden-title .title-accent { display: none; }

.flexnav .tb-megamenu-block a.trickery {
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	margin: 10px 0 12px 10px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.3;
	font-size: 14px !important;
}

.flexnav .tb-megamenu-block a.trickery:hover { color: #CFA958; }

@media all and (max-width:1065px) {

    .flexnav > li > a { padding: 20px 5px 18px; }
   
    .front .flexnav > li.play > a{ width: 125px; }
 
	/*subs re-align*/
	.club-sub { margin-left: -258px !important; }

	.casino-sub { margin-left: -373px !important; }

	.promo-sub { margin-left: -435px !important; }

	.dining-sub { margin-left: -536px !important; }

	.ent-sub { margin-left: -596px !important; }
}

@media all and (max-width:1020px) {

    .flexnav > li > a { font-size: 13px; }
}

/**Mobile Nav**/
@media all and (max-width:991px) {
	/* Navigation Toggle Button */
	.navbar-toggle { 
		border-radius: 2px;
		background: #2f2f2f;
		height: 40px;
	    margin: 0;
		top: 10px; 
		vertical-align: top;
		width: 40px;		
		z-index: 8;
	}
	
	.navbar-toggle:hover,
	.navbar-toggle:active,
	.navbar-toggle:focus { background: #434343; }

	.navbar-toggle .fa {
		color: #fff;
		font-size: 14px;
	}

	.navbar-toggle .touch-button { display: none; }

	.nav-main {
		min-height: 1px;
		padding-top: 0;
	}

	.flexnav { padding: 0; }

	.flexnav > li { padding: 0; }

	.front .flexnav > li.play { 
	    display: block; 
		margin: unset;
		position: unset;
	}
	
	.front .flexnav > li.play > a {
		font-size: 17px;
		width: unset;
		font-weight: 500;
	}

	.flexnav > li > a {
		font-size: 14px;
		padding: 10px;
	}

	.club-sub,
	.casino-sub,
	.promo-sub,
	.dining-sub,
	.ent-sub { margin-left: 0 !important; }

	.flexnav.flexnav-show { max-height: 20000px; }

	.flexnav .tb-megamenu-block ul,
	.flexnav .mega-group-ct { height: auto !important; }

	.touch-button .navicon::before {
		font-size: 25px;
		line-height: 42px;
	}

	.flexnav .tb-megamenu-block a.trickery {
		margin-left: -20px !important;
		border-bottom: 1px solid #3f3f3f;
		padding: 12px 8px 12px 0;
	}
}

@media all and (max-width:600px) {

.navbar-toggle { top: 10px !important; }
}

@media all and (max-width:375px) {

.navbar-toggle { top: 0px !important; }
}


/**
 * Front Page *
 **/
/** Primary Slider v2 **/
.nd-region.primary-slider {
	height: auto;
	position: relative;
	z-index: 1;
}

.primary-slider .rs-caption {
	background: rgba(0,0,0,0.65);
	padding: 10px !important;
	box-sizing: border-box;
	white-space: normal;
	z-index: 100 !important;
}

.primary-slider .rs-caption h2,
.primary-slider .rs-caption p,
.primary-slider .rs-caption div.tp-splitted { color: #fff; }

.primary-slider .rs-caption .more-link-2 { float: right; }

.front .nd-region .container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0;
	width: 100%;
}

@media all and (max-width:1185px) {
.front .nd-region .container { padding: 0 15px; }
}

/**Front Blurb**/
.new-front-blurb { padding: 0; }

.front-blurb-inner { padding: 25px 0; }

.front-blurb-inner h1 {
	font-size: 60px;
	font-weight: 100;
	line-height: 1.15;
	margin-bottom: 0;
	text-transform: none;
}

@media (max-width: 1024px) {
.front-blurb-inner { padding: 30px 0 45px; }

.front-blurb-inner h1 { font-size: 50px; }
}

/**Front Promos**/
.new-front-promos {
	background: #000;
	margin-bottom: 70px;
	padding: 0 !important;
}

.new-front-promos .feat-promo img {
	height: auto;
	max-width: 100%;
}

.new-front-promos .multi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-front-promos .multi p {
	color: #ac8c48;
	font-weight: 500;
	font-size: 18px;
	margin: 50px 0 60px 0;
}

.new-front-promos .multi figure {
	margin-bottom: 20px;
	max-width: 50%;
}

.new-front-promos .more {
	align-self: flex-end;
	font-size: 18px;
	margin-bottom: 15px;
}

.new-front-promos .more a { text-decoration: none; }

.new-front-promos .more a img { margin-left: 10px; }

@media (max-width: 1024px) {

.new-front-promos .multi p { margin: 20px 0 30px 0; }
}

@media (max-width: 768px) {

.new-front-promos .feature-promo { width: 100%; }

.new-front-promos .feature-promo:first-child { padding: 0; }

.new-front-promos .feat-promo figure { text-align: center; }

.new-front-promos .feat-promo:first-child figure img {
	height: auto;
	max-width: auto;
	width: 100%;
}

.new-front-promos .multi p { margin: 30px 0; }

.new-front-promos .more { flex-basis: 100%; }
}

/**Front Entertainment**/
.new-front-ent {
	background: #000;
	margin-bottom: 70px;
	padding: 0 !important;
}

.new-front .ent-right {
	height: 100%;
	position: relative;
}

.ent-right .hidden-link {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.ent-right .hidden-link a {
	height: 100%;
	position: absolute;
	width: 100%;
}

.new-front-ent img {
	height: auto;
	max-width: 100%;
}

.new-ent-list {
	list-style: none;
	margin: 45px 0 0;
	padding: 0;
}

.new-ent-item {
	border-bottom: 1px solid #c82506;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 5px;
}

.new-ent-item .date { display: table-cell; }

.new-ent-item .date h2 {
	color: #fff;
	margin: 0;
}

.new-ent-item .date p {
	color: #888;
	margin: 0;
	text-transform: capitalize;
}

.ent-left .more {
	font-size: 18px;
	margin-top: 30px;
}

.ent-left .more a { text-decoration: none; }

.ent-left .more a img { margin-left: 10px; }

.new-ent-item .header-venue {
	display: table-cell;
	padding-left: 15px;
}

.new-ent-item .header-venue h2,
.new-ent-item .header-venue p { margin-bottom: 0; }

.new-ent-item .header-venue h2 a {
	color: #fff;
	font-weight: 400;
}

.new-ent-item .header-venue p { color: #cfa958; }

@media screen and (max-width:1024px) {

.new-ent-list { margin: 25px 0 0; }

.new-ent-item .date h2,
 .new-ent-item .header-venue h2 { font-size: 20px; }
}

@media (max-width: 768px) {

.new-front-ent,
.new-front-ent .container { padding: 0 !important; }

.new-front-ent #New-Front---Entertainment {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.new-front-ent .entertainment { width: 100%; }

.new-front-ent .entertainment:first-child {
	order: 2;
	padding: 0 15px 30px;
}

.new-front-ent .entertainment:last-child { padding: 0; }

.new-front-ent .entertainment:last-child figure { text-align: center; }

.new-front-ent .entertainment:last-child figure img {
	height: auto;
	width: 100%;
}
}

/**Front Dining**/
.new-front-dining {
	background: url('/sites/default/files/dining-front-bg-2.jpg') no-repeat;
	background-size: cover;
	height: 450px;
	margin-bottom: 70px;
	padding: 0 !important;
}

.new-front-dining .container {
	background: rgba(0,0,0,.75);
	height: 100%;
	max-width: 100% !important;
}

.new-front-dining .dining-inner {
	margin: 85px auto 0;
	max-width: 1170px;
	text-align: center;
	width: 100%;
}

.new-front-dining h1 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	margin-bottom: 5px;
}

.new-front-dining p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15em;
}

.new-front-dining ul {
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
}

.new-front-dining li { }

.new-front-dining li a {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
}

@media (max-width: 768px) {

.new-front-dining {
	background-position: center top !important;
	height: auto;
}

.new-front-dining .container { height: auto; }

.new-front-dining .dining-inner { margin: 30px auto; }
}

/**Front Promos2**/
.new-front-promos2 {
	background: #000;
	margin-bottom: 70px;
	padding: 35px 0 45px !important;
}

.new-front-promos2 .videoWrapper {
	border: 1px solid #fff;
	height: 0;
	margin-bottom: 30px;
	padding-bottom: 45.25%;
	padding-top: 25px;
	position: relative;
}

.new-front-promos2 figure {
	margin-bottom: 30px;
	text-align: center;
}

.new-front-promos2 img {
	border: 1px solid #fff;
	height: auto;
	max-width: 100%;
}

.new-front-promos2 h1 {
	line-height: 1rem;
	margin-bottom: 8px;
}

.new-front-promos2 h1 a {
	color: #AC8C48;
	font-size: 24px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 0px;
	text-transform: none;
}

.new-front-promos2 h1 a:hover { color: #fff; }

.new-front-promos2 p {
	color: #AC8C48;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 15px;
}

@media (max-width: 768px) {

.new-front-promos2 .secondary-promo {
	margin-bottom: 20px;
	width: 100%;
}

.new-front-promos2 figure { margin-bottom: 10px; }
}

/**Social Feed Front**/
.social-feed-front {
	background: #000;
	margin-bottom: 70px;
	padding: 35px 0 45px !important;
}

@media (max-width: 768px) {

.social-feed-front { padding: 5px 0 0; }

.social-feed-front .container,
 .social-feed-front #block-41 { padding: 0; }
}

/*
// #Content
// --------------------------------------------------
*/
/* Page Heading */
.page-heading { display: none; }

.section-bottom { margin-bottom: -64px !important; }

.nd-region {
	padding-top: 64px;
	padding-bottom: 64px;
}

.no-padding { padding: 0; }

.no-top-padding { padding-top: 0; }

.no-bottom-padding { padding-bottom: 0; }

.padding-top { padding-top: 64px; }

.padding-bottom { padding-bottom: 64px; }

/**
* Basic Page *
**/
.featured-image .carousel-inner .gradient:before {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/featured-image-gradient.png") repeat-x scroll left bottom;
	bottom: 0;
	content: "";
	min-height: 97px;
	position: absolute;
	width: 100%;
}

.featured-image .carousel-inner > .item > div,
.featured-image .carousel-inner > .item > div > img {
	display: block;
	height: auto;
	max-width: 100%;
}

.page-title .container {
	max-width: 100%;
	width: 1024px;
}

.page-title h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 100;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-transform: none;
	top: -100px;
}

.main-content .container {
	max-width: 100%;
	width: 1024px;
}

.main-content .container > .container { padding: 0; }

.content {
	border-left: 1px solid #dddddd;
	padding-left: 20px;
	padding-right: 0;
}

@media all and (max-width:1024px) {

.main-content .container > .container { padding: 0 15px; }
}

@media (max-width:990px) {

.page-title h1 { font-size: 40px; }

.content {
	border-left: none;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 20px;
	min-height: 1px;
	padding-left: 0;
}
}

@media (max-width: 767px) {

.page-title h1 {
	color: #000;
	font-size: 30px;
	margin: 0 0 20px;
	position: relative;
	top: 0;
}
}

/** Main Image **/
.main-image .container {
	max-width: 100%;
	width: 1366px;
}

@media (max-width: 1024px) {

.main-image .container { padding: 0; }
}

.featured-image .carousel-indicators { bottom : 0; }

.featured-image .carousel-indicators li {
	background-color: #9797a6;
	border: medium none;
	height: 15px;
	width: 15px;
}

.featured-image .carousel-indicators .active {
	background-color: #ffffff;
	height: 15px;
	margin: 1px;
	width: 15px;
}

/** CASINO **/
.casino-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.casino-item {
	border-bottom: 1px solid #dddddd;
	display: block;
	margin: 0 0 40px;
	padding-bottom: 20px;
}

.casino-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.casino-list h2 { margin: 0; }

.casino-list p { margin: 0 0 15px; }

.slot-col ul { padding: 0 0 0 15px; }

.slot-col ul li {
	font-size: 14px;
	font-weight: 300;
}

/** Bingo**/
.about-bingo { margin-top: 40px; }

.jackpot-list {
	border-top: 1px solid #dddddd;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.jackpot-item {
	border-bottom: 1px solid #dddddd;
	display: block;
	margin: 0;
	padding-bottom: 0;
}

.jackpot-item .more-link {
	margin-bottom: 20px;
	margin-top: 27px;
}

@media (max-width: 375px) {

.jackpot-item .more-link { margin-top: 10px; }
}

.day-date {
	margin-top: 13px;
	padding: 0;
}

.day-date p,
.day-date span {
	font-size: 24px;
	line-height: 1;
	margin: 0;
}

.day-date p { font-weight: 500; }

.jackpot { text-align: center; }

.jackpot p {
	font-size: 48px;
	font-weight: 300;
	margin: 0;
}

/**
 * How To Play Bingo Pages *
 **/
.bingo-inner {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	/**/
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
	/**/
	margin-top: 30px;
}

/* Daily Games and Patterns */
.bingo-inner#intermission,
.bingo-inner#shotgun {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
}

.bingo-inner#intermission,
.bingo-inner#shotgun,
.bingo-inner#late-birds { margin-top: 0; }

@media (max-width: 768px) {

.bingo-inner {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1
}
}

.bingo-inner ol {
	margin: 0;
	padding: 5px 0 5px 20px;
}

.bingo-inner #four-way {
	border: 2px solid #ccc;
	border-radius: 20px;
	margin-bottom: 15px;
}

.bingo-inner #four-way li .fourway {
	float: left;
	min-height: 85px;
	width: 70px;
}

.bingo-inner #four-way li .fourway img { max-width: 100%; }

.bingo-inner #four-way li .fourway p {
	font-size: 13px;
	text-align: center;
}

.bingo-inner ol li {
	font-size: 13px;
	margin-bottom: 10px;
}

.bingo-inner ol .item-w-img {
	clear: both;
	min-height: 90px;
	position: relative;
}

.bingo-inner ol .item-w-img div {
	float: right;
	height: 85px;
	margin-top: -15px;
	width: 75px;
}

.bingo-inner ol .item-w-img.three-line div { margin-top: -30px; }

.bingo-inner ol .item-w-img div img { max-width: 100%; }

.bingo-inner .blue { color: #0076B1; }

.bingo-inner .red { color: #CE1725; }

.bi-1col {
	margin-top: 30px;
	overflow: hidden;
}

.bi-1col ol {
	margin: 0;
	padding: 0;
}

.bi-1col ol li {
	float: left;
	list-style: outside none none;
	width: 125px;
}

.bi-1col ol .item-w-img div {
	height: 85px;
	width: 75px;
}

.bi-1col ol .item-w-img div img { max-width: 100%; }

/* Example Pattterns(sidebar) */
.ex-pats-box { overflow: hidden; }

.ex-pats {
	float: left;
	margin-right: 5px;
	width: 58px;
}

.ex-pats:last-child { margin: 0; }

.ex-pats img { max-width: 100%; }

.ex-pats p {
	text-align: center;
	font-size: 11px;
}

/** Winners/Hall of Fame **/
.content .node-winners {
	border-left: none;
	padding-left: 0;
}

.node-winners .field-label,
.node-winners .field-name-field-type-of-game {
	color: #999;
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.node-winners span.date-display-single,
.node-winners .field-type-text,
.node-winners .field-type-text-long { font-weight: 100; }

.node-winners .field-name-field-amount { margin-bottom: 15px; }

.hof-block {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin-bottom: 20px;
}

.hof-block:last-child { border-bottom: none; }

.hof-block .title-accent h3.widget-title { margin-bottom: 15px; }

.hof-block p {
	font-size: 14px;
	margin-bottom: 0;
}

.winners-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.winners-item {
	min-height: 190px;
	padding: 0 0 25px;
}

h4.winner-title {
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 10px;
}

h4.winner-title a {
	color: #000;
	text-decoration: none;
}

h4.winner-title a:hover { color: #c82506; }

.w-label {
	font-weight: bold;
	color: #999999;
}

.winner-name,
.win-date,
.game-won {
	margin: 0 0 5px;
	font-size: 16px;
	overflow: hidden;
}

.game-won .w-label,
.game-won .w-content { float: left; }

.winners-item .more-link {
	float: left;
	margin-top: 5px;
}

@media (max-width: 767px) {

.winners-item:nth-child(odd) { border-right: 1px solid #ddd; }

.winners-item:nth-child(even) { padding-left: 15px; }

h4.winner-title { font-size: 20px; }
}

/** DINING **/
.node-type-restaurant .sidebar-left .sidebar-reservations { display: none; }

.dining-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.dining-item {
	border-bottom: 1px solid #dddddd;
	display: block;
	margin: 0 0 40px;
	padding-bottom: 20px;
	position: relative;
}

.view-dining .views-row-5 .reservations #ism,
.view-dining .views-row-5 .reservations #OT_logoLink,
.view-dining .views-row-5 .reservations #OT_logo { display: none; }

.dining-item:last-child { border-bottom: none; }

.dining-list .restaurant-logo { float: left; }

.venue-date {
    margin: 5px 0 10px;
    overflow: hidden;
}

.venue-date span { float: left; }

.venue-date .pipe { padding: 0 10px; }

@media (max-width: 990px) {

.dining-item:last-child {
	margin: 0;
	padding: 0;
}
}

@media (max-width: 767px) {

.dining-list .restaurant-logo { margin-right: 10px; }
}

@media all and (max-width:666px) {

.dining-list h2 { clear: both; }
}

@media (max-width: 500px) {

.dining-list .restaurant-logo {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

.dining-list .restaurant-logo img {
	height: auto;
	width: 100% !important;
}
}

.dining-list h2 { margin: 0; }

.dining-list p { margin: 0 0 15px; }

.dining-list .reservations { padding: 0; }

.dining-list .reservations .more-link,
.dining-list .reservations .open-table { display: none; }

.dining-list .reservations p {
	font-size: 14px;
	margin: 0 0 5px;
}

.content .node-restaurant,
.content .node-event {
	border: none;
	padding-left: 0;
}

.content .node-event .field-name-field-date { margin: 0 0 1.5em; }

.additional-photos,
.additional-photos .view-display-id-block_4 { overflow: hidden; }

.field-name-field-additional-photos,
.additional-photos img {
	float: left;
	margin: 0 10px 10px 0;
}

.additional-photos img:last-child { margin-right: 0; }

@media (max-width:680px) {

.additional-photos,
.additional-photos .view-display-id-block_4 {
	margin: 0 -10px;
	text-align: center;
}

.field-name-field-additional-photos,
.additional-photos img {
	float: none;
	margin: 0 0 5px;
}
}

/* menu Accordion */
.node-type-restaurant .menu-block:before { content: "MENU"; }

.node-type-restaurant .menu-block:before {
	color: #999;
	font-size: 36px;
	font-weight: 100;
	margin-top: 30px;
}

.field-name-field-menu,
.menu-block {
	clear: both;
	display: block;
	float: none;
	margin-top: 30px;
	width: 100%;
}

#restaurant-accordion .panel,
#views-bootstrap-accordion-1 .panel {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
}

#restaurant-accordion .panel-heading,
#views-bootstrap-accordion-1 .panel-heading {
	background: none;
	margin-bottom: 20px;
}

#restaurant-accordion .panel-title,
#views-bootstrap-accordion-1 .panel-title {
	font-size: 24px;
	font-weight: 300;
}

#restaurant-accordion .panel-title > a,
#views-bootstrap-accordion-1 .panel-title > a {
	background-image: none;
	color: #000;
	display: block;
	outline: medium none;
	padding: 0 0 0 15px;
	position: relative;
	transition: all 0.2s ease 0s;
	text-decoration: none;
}

#restaurant-accordion .panel-title > a:before,
#views-bootstrap-accordion-1 .panel-title > a:before {
	color: #c82506;
	content: "\f0d7";
	display: block;
	font-family: "FontAwesome";
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#restaurant-accordion .panel-title > a.collapsed,
#views-bootstrap-accordion-1 .panel-title > a.collapsed {
	color: #000;
	background-image: none;
}

#restaurant-accordion .panel-title > a.collapsed:before,
#views-bootstrap-accordion-1 .panel-title > a.collapsed:before {
	color: #c82506;
	content: "\f0da";
	font-size: 17px;
	left: 0;
	top: 10px;
}

#restaurant-accordion .panel-title > a.collapsed:hover,
#views-bootstrap-accordion-1 .panel-title > a.collapsed:hover {
	background: none;
	text-decoration: none;
}

#restaurant-accordion .panel-title > a:hover,
#views-bootstrap-accordion-1 .panel-title > a:hover { text-decoration: none; }

#restaurant-accordion .panel-body,
#views-bootstrap-accordion-1 .panel-body {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0 0 20px 15px;
}

#restaurant-accordion .panel-body div,
#restaurant-accordion .panel-body p,
#restaurant-accordion .panel-body div,
#restaurant-accordion .panel-body p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 10px;
}

/**
* Promos & Rewards/Entertainment *
**/
/* input form for ent and promo landing pages */
.ent-new .views-exposed-widgets { margin: 0 0 15px; }

.ent-new .form-control {
	height: auto;
	border: none;
	box-shadow: none;
	width: auto;
	padding: 0;
}

.ent-new .form-type-bef-checkbox {
	float: left;
	padding-right: 10px;
	box-shadow: none;
}

.ent-new .form-type-bef-checkbox:last-child { padding-right: 0px; }

.ent-new .form-type-bef-checkbox input[type="checkbox"],
.ent-new .form-type-bef-checkbox label { float: left; }

.ent-new .form-type-bef-checkbox label { margin: 0 30px 0 5px; }

/* featured headliner */

.featured-headliner .carousel-inner .gradient:before {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/featured-image-gradient.png") repeat-x scroll left bottom;
	bottom: 0;
	content: "";
	min-height: 97px;
	position: absolute;
	width: 100%;
}

#views-entertainment-block_5 .carousel-inner > .item > div > img,
.featured-headliner .carousel-inner > .item > div > img {
	display: block;
	height: auto;
	max-width: 100%;
}

.featured-blurb {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	padding: 0 15px;
	position: absolute;
	right: 75px;
	top: 0;
	width: 270px;
	z-index: 1;
}

.featured-blurb img { margin-top: 35px; }

.featured-blurb p {
	color: #fff;
	margin-bottom: 15px;
}

.featured-blurb #blurb-date {
	font-size: 24px;
	margin-top: 15px;
}

.featured-blurb #blurb-title { display: none; }

.featured-blurb .more-link { position: absolute; }

@media (max-width: 1024px) {

.featured-blurb #blurb-date { margin-top: 10px; }

.featured-blurb p { margin-bottom: 10px; }

.featured-blurb img { margin-top: 0 }
}

@media (max-width: 991px) {

.featured-blurb { right: 0px; }

.featured-blurb img { display: none; }
}

@media (max-width: 768px) {

.featured-blurb { right: 0px; }

.featured-blurb img { display: none; }
}

@media (max-width: 767px) {

.featured-blurb {
	right: 0px;
	background: none;
	width: 100px;
}

.featured-blurb img,
.featured-blurb p { display: none; }
}

/* promo blocks */
.promo-blocks {
	background: #dddddd none repeat scroll 0 0;
	margin-bottom: 50px;
	overflow: hidden;
}

.promo-blocks .title-accent { background: #fff none repeat scroll 0 0; }

.promo-blocks .title-accent h3,
.promo-blocks .title-accent h3 span {
	font-size: 60px;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.promo-blocks .title-accent h3 { padding: 0 15px 15px; }

.promo-blocks .view-promos-rewards,
.promo-blocks .view-entertainment {
	margin: 0 auto;
	max-width: 1024px;
	overflow: hidden;
	padding: 10px 0 25px 15px;
	width: 100%;
}

.promo-blocks .view-header {
	float: left;
	margin-right: 15px;
	width: 310px;
}

.promo-blocks .view-header .more-link,
.featured-headliner .featured-blurb .more-link {
	background: #c82506 none repeat scroll 0 0;
	border: 1px solid #fff;
	bottom: 15px;
	clear: both;
	display: inline-block;
	left: 20px;
}

.promo-blocks .view-header .more-link a,
.featured-headliner .featured-blurb .more-link a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 500;
	padding: 0 10px;
	text-transform: uppercase;
}

.promo-blocks .jcarousel-skin-default {
	float: left;
	max-width: 630px;
	text-align: left;
	width: 100%;
}

.promo-blocks .jcarousel-skin-default .jcarousel-container-horizontal {
	height: 300px;
	margin: auto;
	padding: 0;
	width: 100%;
}

.promo-blocks .jcarousel-skin-default .jcarousel-prev-horizontal {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 50px;
	left: -33px;
	top: 250px;
}

.promo-blocks .jcarousel-skin-default .jcarousel-prev-horizontal:before {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/secondary-slider-arrows.png") no-repeat scroll 0 0;
	content: "";
	display: block;
	height: 44px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 25px;
}

.promo-blocks .jcarousel-skin-default .jcarousel-next-horizontal {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 50px;
	right: -33px;
	top: 250px;
}

.promo-blocks .jcarousel-skin-default .jcarousel-next-horizontal:before {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/secondary-slider-arrows.png") no-repeat scroll -27px 0;
	content: "";
	display: block;
	height: 44px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 25px;
}

.promo-blocks .jcarousel-skin-default .jcarousel-clip-horizontal {
	max-width: 640px;
	width: 100%;
}

.promo-blocks .jcarousel-skin-default .jcarousel-item-horizontal {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	height: 300px;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative;
	width: 150px !important;
}

.promo-blocks .jcarousel-skin-default .jcarousel-item-horizontal h4 {
	font-size: 15px;
	font-weight: 100;
	margin: 0;
	padding: 5px 10px 0;
}

.promo-blocks .jcarousel-skin-default .jcarousel-item-horizontal h4 a {
	color: #000;
	text-decoration: none;
}

.promo-blocks .jcarousel-skin-default .jcarousel-item-horizontal h4 a:hover { color: #c82506; }

.promo-blocks .jcarousel-skin-default .jcarousel-item-horizontal .more-link {
	bottom: 10px;
	left: 10px;
	position: absolute;
}

.promo-blocks .jcarousel-skin-default .jcarousel-navigation {
	display: none;
	margin: 5px 0 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.promo-blocks .jcarousel-skin-default .jcarousel-navigation a {
	display: inline-block;
	border-radius: 60px;
	width: 15px;
	height: 15px;
}

.promo-blocks .jcarousel-skin-default .jcarousel-navigation li {
	display: inline-block;
	background: #9797A6;
	border-radius: 60px;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}

.promo-blocks .jcarousel-skin-default .jcarousel-navigation li.active { background: #fff; }

.promo-blocks .jcarousel-skin-default .jcarousel-navigation a span { display: none; }

@media (max-width: 991px) {

.promo-blocks .view-promos-rewards,
.promo-blocks .view-entertainment { padding: 10px 0 25px 0; }

.promo-blocks .view-header {
	float: none;
	margin-right: 0;
	padding: 0 15px 25px;
	width: 100%;
}

.promo-blocks .jcarousel-skin-default {
	float: none;
	margin: 0 auto;
	max-width: 630px;
	text-align: left;
}
}

@media (max-width: 715px) {

.promo-blocks .view-promos-rewards,
.promo-blocks .view-entertainment { padding: 10px 0 35px; }

.promo-blocks .jcarousel-skin-default .jcarousel-next-horizontal,
.promo-blocks .jcarousel-skin-default .jcarousel-prev-horizontal { display: none; }

.promo-blocks .jcarousel-skin-default .jcarousel-navigation {
	display: block;
	margin: 7px 0 0;
}

.promo-blocks .jcarousel-skin-default .jcarousel-navigation li {
	height: 25px;
	margin: 0 7px 0 0;
	width: 25px;
}

.promo-blocks .jcarousel-skin-default .jcarousel-navigation a {
	height: 25px;
	width: 25px;
}
}

/**
* News *
**/
.article-title-wrap { border-left: 1px solid #dddddd; }

.article-title-wrap h3 { color: #999; }

.content .node-article {
	border: medium none;
	padding-left: 0;
}

.news-teaser .article-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article-list .article,
.node-article.node-teaser {
	border-bottom: 1px solid #dddddd;
	margin: 0 0 35px;
	overflow: hidden;
	padding: 0 0 30px;
}

.article-list .article:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.article-list h3,
.article-title {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 5px;
}

.article-list h3 a {
	color: #999;
	text-decoration: none;
}

.article-list h3 a:hover { color: #c82506; }

.article-list .article-date,
.node-article .date-display-single {
	color: #999;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-list p { margin-bottom: 10px; }

.article-list img,
.node-article img {
	margin: 0 20px 15px 0 !important;
	max-width: 100%;
	height: auto;
}

.node-article.node-teaser .title { margin-bottom: 5px; }

.node-article.node-teaser .links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.links .node-readmore {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgb(200, 37, 6);
	display: inline-block;
}

.links .node-readmore a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	padding: 0 10px;
	text-transform: uppercase;
}

/** NEWS FEED **/
.news-feed ul {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

.news-feed li {
	margin-bottom: 1rem;
	list-style: none;
}

@media all and (max-width:1185px) {

.front .nd-region .container { padding: 0 15px; }
}

/**
* Search Results *
**/
.page-search #content .search-form {
	margin-top: -5px;
	width: auto;
	z-index: 1;
}

.page-search #content .search-form .container-inline label { margin-right: 10px; }

.page-search #content .search-form .container-inline #edit-submit {
	float: right;
	margin-left: 10px;
}

.page-search h2 { float: none; }

.page-search ol.search-results {
	clear: both;
	margin: 0;
	padding: 0;
}

.page-search li.search-result,
.page-search li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 15px;
}

.page-search li.search-result h3,
.page-search li h3 { margin-bottom: 10px; }

.page-search li.search-result .search-info,
.page-search li .search-info { display: none; }

.page-search .footer-blocks li,
.page-search .list-inline > li,
.page-search #admin-menu .dropdown li {
	border-bottom: none;
	margin-left: 0;
}

/**
 *Employment Section/Jobs Section*
 **/
.node-type-employment .header-language-search { display: none; }

.node-type-employment .header-main { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75); }

.node-type-employment .page-title h1 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	top: -80px;
}

#jobs-menu > li > a {
	font-size: 13px;
	padding: 15px 10px 16px;
}

@media all and (max-width:1024px) {

#jobs-menu > li > a { padding: 15px 5px 16px; }
}

@media all and (max-width:6674px) {

.node-type-employment .page-title h1 {
	top: 0;
	font-weight: 100;
}
}

/** Employment Landing **/
.page-node-1708 .page-title h1 { display: none; }/*dev nid*/

.page-node-2091 .page-title h1 { display: none; }/*live nid*/

.employment-blocks:nth-child(even) { background: #ddd; }

.employment-blocks .view-employment {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1024px;
}

.employment-blocks .employment-list-wrap { padding: 0 15px; }

.employment-blocks .employment-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.employment-blocks .employment-item .row { margin: 0; }

.employment-blocks .employment-item #faqs { height: 1px !important; }

.employment-blocks .employment-list .eb-img {
	margin: 25px 0;
	padding: 0;
}

.employment-blocks .employment-list img {
	height: auto;
	width: 100%;
}

.employment-blocks .eb-body { margin: 25px 0; }

#block-views-employment-block-2 .eb-body { margin-bottom: 0; }

#block-views-employment-block .eb-body,
#block-views-employment-block-3 .eb-body { padding-left: 30px; }

#block-views-employment-block-1 .eb-body { padding-right: 30px; }

.employment-blocks .eb-header {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
}

.employment-blocks .eb-header span {
	display: inline-block;
	width: 150px;
}

.employment-blocks p {
	color: #000;
	font-size: 14px;
}

.employment-blocks .more-link {
	border-radius: 4px;
	background: #c82506 none repeat scroll 0 0;
	border: 1px solid #fff;
}

.employment-blocks .more-link a {
	color: #fff;
	padding: 10px 15px;
}

.employment-blocks .more-faqs { margin: 0 0 25px 15px; }

.employment-faqs {
	margin: 30px 0 15px;
	overflow: hidden;
}

.employment-faqs .field-name-field-menu { margin-top: 0; }

.employment-faqs .panel { background: transparent; }

.employment-faqs .panel-group .panel-title {
	font-size: 18px !important;
	text-transform: none;
	line-height: 1;
}

.employment-faqs .panel-group .panel-title > a::before { top: 0 !important; }

.employment-faqs .panel-body ul {
	list-style: disc;
	margin-bottom: 10px;
}

.employment-faqs .panel-body ol {
	margin-bottom: 10px;
	padding-left: 15px;
}

.employment-faqs .panel-body ol { font-weight: bold; }

.employment-faqs .panel-body ol span { font-weight: 100; }

.employment-faqs .panel-body ul li,
.employment-faqs .panel-body ol li { margin-bottom: 10px; }

.employment-faqs .panel-body ul li:last-child,
.employment-faqs .panel-body ol li:last-child { margin-bottom: 0; }

@media all and (max-width:667px) {

#block-views-employment-block-4 { padding: 0 10px; }

.employment-blocks .eb-header {
	font-size: 20px;
	margin-top: 10px;
}

.employment-blocks .employment-list .eb-img { margin: 0; }

.employment-blocks .employment-list .eb-img img { display: none; }

#block-views-employment-block .eb-body,
#block-views-employment-block-3 .eb-body { padding-left: 15px; }
}

/**employment landing slider**/
.el-slider .hidden-link,
.el-slider .hidden-link a {
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.el-slider .employment-img { position: relative; }

.el-slider .employment-img img {
	height: auto;
	width: 100%;
}

.el-slider .more-link {
	border-radius: 4px;
	float: right;
	margin: -102px 125px 0;
	position: relative;
	z-index: 3;
}

.el-slider .more-link a {
	font-weight: 700;
	padding: 10px 15px;
}

.el-slider .details {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	height: 135px;
	overflow: hidden;
	padding: 0 125px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.el-slider .details h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	line-height: 1;
	margin: 15px 0 0;
}

.el-slider .details p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	width: 80%;
}

/*employment landing slider controls*/
.el-slider .carousel-indicators {
	bottom: 0;
	margin-bottom: 10px;
}

.el-slider .carousel-indicators li {
	background: #9797a6 none repeat scroll 0 0;
	border: none;
	height: 13px;
	margin: 0 10px 0 0;
	width: 13px;
}

.el-slider .carousel-indicators .active { background: #fff; }

.el-slider .carousel-control {
	display: block;
	height: 135px;
	margin-top: -135px;
	position: relative;
	z-index: 2;
}

.el-slider .carousel-control.left {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/secondary-slider-arrows.png") no-repeat scroll 15px center;
	padding-left: 15px;
	width: 40px;
}

.el-slider .carousel-control.right {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/secondary-slider-arrows.png") no-repeat scroll -27px center;
	float: right;
	padding-right: 15px;
	width: 40px;
}

.el-slider .carousel-control .icon-prev,
.el-slider .carousel-control .icon-next { display: none; }

@media all and (max-width:1024px) {

.el-slider .more-link { margin: -102px 60px 0; }

.el-slider .details { padding: 0 60px; }

.el-slider h2 { font-size: 25px !important; }
}

@media all and (max-width:768px) {

.el-slider h2 { font-size: 20px !important; }

.el-slider p { font-size: 15px !important; }
}

@media all and (max-width:667px) {

.el-slider .carousel-inner { overflow: visible; }

.el-slider .more-link {
	border-radius: none;
	border-left: none;
	border-right: none;
	bottom: -52px;
	float: none;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
}

.el-slider .more-link a { padding: 15px 10px; }

.el-slider .details {
	background: #000 none repeat scroll 0 0;
	border-top: 1px solid #fff;
	height: 100px;
	padding: 0 35px;
	position: relative;
}

.el-slider h2 {
	margin: 30px 0 0 !important;
	padding-right: 0;
	text-align: center;
}

.el-slider .details p { display: none; }

.el-slider .carousel-control {
	height: 100px;
	margin-top: -100px !important;
}

.el-slider .carousel-control.left {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/secondary-slider-arrows.png") no-repeat scroll 3px center;
	padding-left: 0;
	width: 30px;
}

.el-slider .carousel-control.right {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/secondary-slider-arrows.png") no-repeat scroll -25px center;
	float: right;
	padding-right: 0;
	width: 30px;
}
}

@media all and (max-width:480px) {

.el-slider h2 { font-size: 15px !important; }
}

/** Employment Inner **/
.node-employment,
.node-joblistingexternal {
	padding: 0;
	border: none;
}

.node-type-joblistingexternal .featured-image .carousel-inner > .item > div,
.node-type-joblistingexternal .featured-image .carousel-inner > .item > div > img { width: 100%; }

.node-employment .field-name-body h2,
.node-joblistingexternal .field-name-body h2 {
	color: #000;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	text-transform: none;
}

.node-employment .field-name-body p,
.node-joblistingexternal .field-name-body p { font-size: 14px; }

.node-employment .field-name-body ul,
.node-joblistingexternal .field-name-body ul {
	font-size: 14px;
	list-style: none;
	padding-left: 0;
}

.node-employment .field-name-body li,
.node-joblistingexternal .field-name-body li { color: #000; }

.node-employment .field-name-body li:before,
.node-joblistingexternal .field-name-body li:before {
	content: "\2022";
	color: #c82506;
}

.node-employment .field-name-body sup,
.node-joblistingexternal .field-name-body sup { color: #999; }

.node-employment .field-name-body small,
.node-joblistingexternal .field-name-body small {
	color: #999;
	font-size: 11px;
	font-weight: 100;
}

.job-listing .widget-title { margin-bottom: 30px !important; }

.job-listing .title-accent h3,
.job-listing .title-accent h3 span {
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
}

/* Job Listing Filters */
.job-listing .views-exposed-widgets {
	background: rgba(238, 238, 238, 0.5) none repeat scroll 0 0;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 15px;
}

.job-listing .views-exposed-widget { padding: 0; }

.job-listing #edit-field-jobdesription-value.form-control,
.job-listing #edit-field-jobdescription-value.form-control {
	border: 1px solid #ddd !important;
	height: 26px;
	margin: 0 15px;
	padding: 0;
	width: 200px !important;
}

.job-listing .select2-container { width: 200px !important; }

.job-listing .select2-container .select2-choice {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 12px;
	line-height: 23px;
}

.job-listing .select2-container .select2-choice .select2-arrow {
	border-left: 1px solid #ddd;
	border-radius: 0;
}

.node-type-employment .select2-results .select2-result-label {
	font-size: 12px;
	padding: 3px 0;
}

.job-listing .views-exposed-widget .form-submit {
	background: #c82506 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	height: 26px;
	margin: 0;
	padding: 0 10px;
	text-shadow: none;
}

.job-listing .views-exposed-widget .form-submit:hover,
.job-listing .views-exposed-widget .form-submit:active,
.job-listing .views-exposed-widget .form-submit:focus { box-shadow: 0 0 5px rgba(255,0,0,.75) !important; }

.job-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.job-item .job-title {
	font-size: 18px;
	font-weight: 100;
	text-transform: none;
}

.job-item .job-title a { color: #000; }

.job-item .job-title a:hover { color: #c82506; }

/** Jobs Detail **/
.node-type-joblistingexternal #Main-Image { position: relative; }

.node-type-joblistingexternal .field-name-field-jobdesription:before,
.node-type-joblistingexternal .field-name-field-jobdescription:before {
	color: #000;
	content: "DESCRIPTION";
	display: block;
	font-size: 23px;
	line-height: 1;
	margin-bottom: 25px;
}

.job-details {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.job-details-inner {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 125px 30px;
}

.job-details-inner .more-link {
	float: right;
	border-radius: 4px;
}

.btm-apply .more-link { border-radius: 4px; }

.job-details-inner .more-link a,
.btm-apply .more-link a {
	font-weight: 700;
	padding: 10px 15px;
}

.job-details-inner .job-title {
	color: #fff;
	font-size: 30px;
	margin: 0;
}

.job-details-inner .job-cat-loc { font-size: 14px; }

/* job description */
.field-name-field-jobdesription p:empty,
.field-name-field-jobdescription p:empty { display: none; }

.field-name-field-jobdesription p,
.field-name-field-jobdesription div,
.field-name-field-jobdesription span,
.field-name-field-jobdescription p,
.field-name-field-jobdescription div,
.field-name-field-jobdescription span {
	font-family: "Roboto", "Helvetica Neue", sans-serif !important;
	font-size: 14px !important;
}

.field-name-field-jobdesription ul,
.field-name-field-jobdescription ul { padding: 0 0 0 15px !important; }

.field-name-field-jobdesription ul li,
.field-name-field-jobdescription ul li {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0 !important;
}

@media all and (max-width:1024px) {

.job-details-inner { padding: 20px 60px 30px !important; }

.job-details-inner .job-title { font-size: 25px !important; }
}

@media all and (max-width:768px) {

.job-details-inner .job-title { font-size: 20px !important; }

.job-details-inner .job-cat-loc { font-size: 14px !important; }
}

@media all and (max-width:600px) {

.job-details { position: relative !important; }

.job-details-inner {
	background: #000 none repeat scroll 0 0;
	border-top: 1px solid #fff;
	padding: 10px 35px 15px !important;
}
}

@media all and (max-width:480px) {

.job-details-inner { padding: 10px !important }

.job-details-inner .job-title { font-size: 15px !important; }

.job-details-inner .job-cat-loc { font-size: 12px !important; }
}

/** Employment Inner Sidebar **/
.sidebar-section.small p { font-size: 15px; }

.sidebar-section.small a {
	color: #c82506 !important;
	font-weight: bold;
}

.sidebar-section.small a:hover { color: #999 !important; }

/** Photo Gallery **/
.page-gallery .photo-gallery { padding: 0 !important; }

.photo-gallery .container {
	padding: 0;
	width: 100%;
}

.photo-gallery .pg-inner .content {
	border: medium none;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0;
	width: 100%;
}

.photo-gallery .pg-inner .content img {
	max-width: 100%;
	height: auto;
}

.photo-gallery .pg-inner .content h2,
.photo-gallery .pg-inner .content p { margin: 0; }

.photo-gallery .jcbx-glry-classic { z-index: 1 !important; }

.photo-gallery .jb-dt-main-frame .jb-dt-main-image {
	box-shadow: none !important;
	height: 100% !important;
	left: 0 !important;
	width: 100% !important;
}

.photo-gallery .jb-dt-main-frame .jb-dt-main-image img { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/* Photo Gallery Filters */
.photo-gallery .views-exposed-widgets { padding-left: 15px; }

.photo-gallery .select2-container { width: 200px !important; }

.photo-gallery .view-filters,
.photo-gallery .view-empty {
	background: #2f2f2f;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.photo-gallery .view-filters form,
.photo-gallery #try-again {
	max-width: 1024px;
	margin: 0 auto;
}

.photo-gallery #try-again {
	color: #fff;
	padding-top: 10px;
}

.photo-gallery #try-again p { margin-bottom: 10px; }

.photo-gallery .select2-container .select2-choice { font-size: 12px; }

.photo-gallery .views-exposed-widget .form-submit {
	background: #c82506 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	line-height: 1.6em;
	margin: 0;
	padding: 0 10px;
	text-shadow: none;
}

.photo-gallery .views-exposed-widget .form-submit:hover,
.photo-gallery .views-exposed-widget .form-submit:active,
.photo-gallery .views-exposed-widget .form-submit:focus { box-shadow: 0 0 15px rgba(255,0,0,.75) !important; }

/**
* Sidebar *
**/
.sidebar-left {
	margin: 0 0 20px;
	padding: 0 20px 0 0;
}

.sidebar-left .sidebar-block {
	border-bottom: 1px solid #dddddd;
	margin: 0 -20px 20px 0;
	padding: 0 20px 20px 0;
}

.sidebar-left p {
	font-size: 20px;
	margin: 0 0 15px;
}

.sidebar-left p:last-child { margin: 0; }

/** sidebar promos **/
.sidebar-left .sb-promos div { margin-bottom: 10px; }

.sidebar-left .sb-promos div img {
	max-width: 100%;
	height: auto;
}

/** sidebar winners **/
.sidebar-left .winners .carousel-inner {
	border-left: 1px solid #ddd;
	min-height: 110px;
}

.sidebar-left .winners .item {
	max-width: 314px;
	padding: 0 0 0 10px;
}

.sidebar-left .winners h4.winner-title {
	line-height: 1;
	margin-bottom: 5px;
}

.sidebar-left .winner-name,
.sidebar-left .win-date,
.sidebar-left .game-won {
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 10px;
}

.sidebar-left .game-won p {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0px;
}

.sidebar-left .game-won { overflow: hidden; }

.sidebar-left .game-won .w-label,
.sidebar-left .game-won .w-content { float: left; }

/** addtoany share button styling(main content)  **/
.a2a-main {
	margin: 10px 0;
	height: 20px;
}

.a2a-main .addtoany_list { float: right; }

.a2a-main .addtoany_list > a { margin: 3px 0 0; }

.a2a-main .addtoany_list #socials { margin-top: 1px; }

.a2a-main .addtoany_list #socials a { margin-right: 10px; }

/** sidebar share **/
.addtoany_list #socials {
	float: left;
	margin: 2px 0 0 0;
}

.addtoany_list #socials a { margin-right: 25px; }

.addtoany_list #fb-like { margin-top: 5px; }

/** news sidebar **/
.sidebar-left .sidebar-section {
	border-bottom: 1px solid #dddddd;
	margin: 0 -20px 20px 0;
	padding: 0 20px 20px 0;
}

.sidebar-left .sidebar-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar-left .sidebar-section a {
	color: #999;
	text-decoration: none;
}

.sidebar-left .sidebar-section a:hover { color: #c82506; }

.sidebar-left .article-tag-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-tag-list .article-tag a {
	color: #999;
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
}

.article-tag-list .article-tag a:hover { color: #c82506; }

/** restaurant sidebar **/
.sidebar-left-restaurant {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 20px;
}

.sidebar-left-restaurant .restaurant-logo {
	float: left;
	margin-right: 15px;
}

.sidebar-reservations p { margin-bottom: 0; }

.sidebar-left-restaurant .sidebar-details { clear: both; }

.sidebar-left-restaurant .sidebar-details p strong { }

.sidebar-left-restaurant .sidebar-details div { margin-bottom: 20px; }

/* Open Table */
#OT_searchWrapperAll { height: 1px !important; }

#ism { overflow: hidden; }

#OT_searchWrapper {
	font-family: inherit !important;
	font-size: 14px !important;
}

#OT_searchWrapper .OT_feedTitle { margin: 0 !important; }

dl#OT_defList {
	float: left;
	position: relative !important;
	width: 100%;
}

dt#OT_partySizeLbl,
dt#OT_dateLbl,
dt#OT_timeLbl {
	float: left;
	left: 0;
	margin: 0 15px 0 0;
	position: relative;
	text-align: right;
	top: 0;
	width: 80px;
}

dt#OT_dateLbl,
dt#OT_timeLbl { clear: left; }

dd#OT_partySize,
dd#OT_date,
dd#OT_time,
dd#OT_submitWrap {
	float: left;
	left: 0;
	margin: 5px 0 15px;
	position: relative;
	top: 0;
}

dd#OT_partySize .select2-container .select2-choice { width: 50px; }

dd#OT_submitWrap { clear: both; }

#OT_logoLink,
#OT_logo,
#OT_searchWrapper .OT_feedTitle {
	position: relative !important;
	top: 0 !important;
	margin-bottom: 15px !important;
}

#OT_logo { }

#OT_logoLink a { padding: 0 !important; }

/** Email sign up **/
.email-button-sidebar a {
	display: block;
	font-size: 10px;
	font-weight: 500;
	padding: 0 10px;
	outline: none;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.email-button-sidebar {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999;
	bottom: 15px;
	clear: both;
	display: inline-block;
}

@media (max-width: 768px) {

.sidebar-left {
	border-bottom: none;
	clear: both;
}

aside .widget { margin-bottom: 0; }
}

/*
// #Page :: 404 Error Page
// --------------------------------------------------
*/
.error-title {
	font-size: 110px;
	color: #dc2a0b;
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	margin: 0 0 .3em 0;
}

@media (min-width: 992px) {

.error-title { font-size: 220px; }
}

/*
// #Footer
// --------------------------------------------------
*/
.front-sponsors {
    background: #000;
    margin-bottom: 0;
    padding: 5px 0 0;
}

.front-sponsors img {
    height: auto;
    max-width: 100%;
}

.footer-bottom {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	padding: 20px 0 10px;
}

#footer-bottom .footer-blocks { margin: 0; }

/**Footer Left**/
.footer-left-inner {
	padding-top: 0;
	text-align: center;
}

.footer-left-inner figure { margin-bottom: 10px; }

.footer-left-inner img { max-width: 100%; }

/**Footer Right**/
#footer-social { margin-bottom: 25px; }

#footer-social .social-links {
	display: flex;
	justify-content: center;
}

#footer-social .social-links li { margin: 0 5px 0 0; }

#footer-social .social-links a {
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;
	color: #fff;
	height: 30px;
	width: 30px;
}

#footer-social .social-links i { line-height: 27px; }

#footer-social .social-links span { display: none; }

.footer-right-inner #email-signup {
	background: rgba(0, 0, 0, 0) url("/sites/default/files/footer/footer-envelope.png") no-repeat scroll center top;
	font-size: 13px;
	padding: 40px 0 0;
	text-align: center;
	max-width: 330px;
	margin: 0 auto 25px;
}

.footer-right-inner #email-signup p { margin-bottom: 5px; }

.footer-right-inner #email-signup a {
	background: #c82506 none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 6px 2px;
	text-decoration: none;
}

.footer-right-inner #footer-app-links {
	background: none;
	list-style: none;
	min-height: 1rem;
	padding: 0;
	display: flex;
	justify-content: center;
}

.footer-right-inner #footer-app-links li:first-child { margin-right: 25px; }

.footer-right-inner #footer-app-links a {
	height: auto;
	opacity: 1;
	width: auto;
}

.footer-links { padding: 0; }

#footer-bottom .footer-links ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer-bottom .footer-links ul li {
	border-right: 1px solid #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

#footer-bottom .footer-links ul li:last-child { border: none; }

#footer-bottom .footer-links ul li a {
	color: #fff;
	margin: 0 20px 0 19px;
}

#footer-bottom .footer-links ul li:last-child a { margin-right: 0; }

#footer-bottom .footer-links ul li:first-child a { margin-left: 0; }

.footer-links .copyright {
	color: #9c9c9c;
	font-size: 12px;
	text-align: center;
	margin: 15px 0 10px;
}

@media (max-width: 1024px) {

.footer-bottom .container { width: 100%; }

.footer-bottom .container > .container { padding: 0; }
}

@media (max-width: 991px) {

.footer-bottom { padding: 15px 0 10px !important; }

.footer-middle-inner { margin-bottom: 25px; }

#footer-bottom .footer-links ul li a { margin: 0 5px 0 4px; }
}

@media (max-width: 767px) {

#footer-bottom .footer-links ul li { border: none; }

#footer-bottom .footer-links ul li a { margin: 0 5px; }

.footer-top { display: none; }

#footer-bottom .footer-social { margin: 20px 0; }

#footer-bottom .footer-social .social-links > li {
	padding-left: 10px;
	padding-right: 9px;
}

#footer-bottom .footer-social .social-links > li > a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}

#footer-bottom .footer-social .social-links > li > a .fa {
	font-size: 1.75em;
	line-height: 40px;
}

.footer-left,
.footer-middle,
.footer-right,
.footer-links { padding: 0; }

.footer-left-inner { padding-top: 10px; }
}

/* Loader */
#qLpercentage { font-family: "Roboto", "Helvetica Neue", sans-serif; }

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

/* Drupal integration */
/* ========================== Mega Slider ================= */
.md-arrow-left,
.md-arrow-right {
	display: block;
	font-size: 14px;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	line-height: 42px;
	background: none !important;
}

.md-arrow-left:before,
.md-arrow-right:before {
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	z-index: 2;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.md-arrow-left:after,
.md-arrow-right:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	border-radius: 50%;
	background: #2f2f2f;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #f7f7f7;
	font-style: normal;
	font-weight: normal;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.md-arrow-left:hover,
.md-arrow-right:hover { color: #fff; }

.md-arrow-left:after { content: '\f053'; }

.md-arrow-right:after { content: '\f054'; }

.md-arrow-right:after { margin-left: 1px; }

.md-arrow-left:hover:after,
.md-arrow-right:hover:after {
	background: #fff;
	color: #2f2f2f;
}

/* ========================== Bullets (pagination) ======== */
.md-bullet {
	height: 35px;
	padding: 0px 0px;
}

.md-bullet {
	position: relative;
	display: inline-block;
	margin: 0 6px !important;
	width: 16px !important;
	height: 16px !important;
	padding: 3px !important;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.25) !important;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.md-bullet:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	background: #2f2f2f;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.md-bullet:last-child { margin-right: 0px; }

.md-bullet:hover,
.md-bullet.md-current {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #dc2a0b !important;
}

.md-bullet.md-current a { display: none; }

.md-bullet:hover:after,
.md-bullet.md-current:after { background: #dc2a0b; }

.md-object .icon-box .icon {
	width: 100px;
	height: 100px;
	font-size: 48px;
	line-height: 100px;
	margin-bottom: 0;
}

.md-object .icon-box.circled .icon:after { background: rgba(0, 0, 0, 0.1); }

/* ========================== Panels ====================== */
.hidden-title .pane-title { text-indent: -9999px; }

@media(max-width: 991px) {

.hidden-title .pane-title { display: none; }
}

/* ========================== Content ===================== */
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img { width: auto; }

html.js fieldset.collapsed { height: auto; }

.alert .close { display: none; }

.alert.alert-dismissable .close { display: block; }

.pager-load-more .btn {
	width: 358px;
	padding: 14px 0;
	font-size: 18px;
	border-radius: 0 !important;
}

.pager li > a,
.pager li > span { border-radius: 0 !important; }

.centered-title .widget-title,
.centered-title .project-feed-filter { text-align: center; }

.centered-title .widget-title { margin-bottom: 1.2em; }

.centered-title .widget-title,
.centered-title .widget-title span {
	font-size: 28px !important;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.centered-title.dark h3 > span { color: #fff !important; }

.btn-primary { text-shadow: none !important; }

/* ========================== Forms ======================= */
.container-inline .input-group { display: table; }

.input-group > div,
.input-group > input { display: table-cell; }

.input-group > .form-item {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group > .form-item .form-control { float: none; }

.input-group > input,
.input-group .form-actions {
	display: table-cell;
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}

.input-group .form-submit {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -1px;
}

.btn-icon { font-family: FontAwesome !important; }

.search-advanced { padding-bottom: 20px; }

.search-advanced .form-item label { width: 200px; }

@media(min-width: 991px) {

.search-advanced .criterion {
	width: 50%;
	float: left;
}

.search-advanced .criterion:first-child { padding-right: 30px; }
}

.one-page #block-rofsky-cms-contact-form .widget-title,
#block-rofsky-cms-contact-form .form-item-copy,
#contact-site-form .form-item-copy { display: none; }

div.error { background-image: none; }

/* ========================== Sidebar ===================== */
aside .title-accent > h3 > span {
	font-family: inherit;
	font-size: inherit;
}

aside .tabs .tab-content { padding: 15px; }

.widget .date { text-transform: lowercase; }

aside .widget_tag_cloud .tagcloud a {
	color: #2f2f2f;
	border-color: #e4e4e4;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}

aside .widget_tag_cloud .tagcloud a:hover {
	background: #2f2f2f;
	color: #fff;
}

/* ========================== Footer ====================== */
footer .widget-title {
	font-size: 14px;
	margin-bottom: 1.6em;
	text-transform: uppercase;
	color: #fff;
}

footer .title-accent > h3 > span,
aside .title-accent > h3 > span {
	font-family: inherit;
	font-size: inherit;
}

footer .widget .title > a { color: #a3a3a3; }

footer .thumbnail {
	padding: 4px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
}

footer .title-accent { padding-top: 0px; }

/* ========================== Pager ====================== */
.hidden-pager {
	transition: all 0.5s;
	opacity: 0;
}

ul:hover > .hidden-pager { opacity: 1; }

/* ========================== Patterns =================== */
.pattern-brickwall { background: url(../images/patterns/brickwall.png); }

.pattern-cream-pixels { background: url(../images/patterns/cream_pixels.png); }

.pattern-grey-wash-wall { background: url(../images/patterns/grey_wash_wall.png); }

.pattern-greyzz { background: url(../images/patterns/greyzz.png); }

.pattern-mooning { background: url(../images/patterns/mooning.png); }

.pattern-p5 { background: url(../images/patterns/p5.png); }

.pattern-retina-wood { background: url(../images/patterns/retina_wood.png); }

.pattern-shattered { background: url(../images/patterns/shattered.png); }

.pattern-sos { background: url(../images/patterns/sos.png); }

.pattern-squared-metal { background: url(../images/patterns/squared_metal.png); }

.pattern-subtle-grunge { background: url(../images/patterns/subtle_grunge.png); }

.pattern-binding-dark { background: url(../images/patterns/binding_dark.png); }

/* Product Page */
.add-to-cart .form-actions { display: inline-block; }

.posted_in a:after,
.tagged_as a:after {
	content: ',';
	color: #6d6d6d;
	padding-right: 4px;
}

.posted_in a:last-child:after,
.tagged_as a:last-child:after { content: ''; }

.field-type-fivestar { padding-bottom: 25px; }

#block-views-products-block .widget-title span,
#block-views-products-block-1 .widget-title span {
	font-family: inherit;
	font-size: inherit;
}

.fivestar-static-form-item p { display: none; }

/* Shop Page */
.dlink .form-item-qty { display: none; }

.dlink .node-add-to-cart {
	font-family: FontAwesome;
	font-size: 38px;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background: none !important;
	border: none;
}

.dlink .node-add-to-cart:hover {
	color: #fff;
	background: transparent !important;
}

.dlink form > div > div { display: none; }

.dlink form > div > div.form-actions { display: block; }

/* Cart Page */
.remove input {
	font-family: FontAwesome;
	border: none;
	background: none;
	font-size: 1.3333333333333333em;
	padding: 4px;
}

#cart-form-pane .entity-uc-cart-item { display: none; }

#cart-form-pane table { margin-bottom: 15px; }

#cart-form-pane .text-right a { padding-right: 10px; }

@media(max-width: 610px) {

#cart-form-pane .box { padding: 20px 10px !important; }

#cart-form-pane th:first-child,
#cart-form-pane td:first-child,
#cart-form-pane th:nth-child(3),
#cart-form-pane td:nth-child(3) { display: none; }

.quantity,
.quantity .qty { width: 60px; }

.quantity .qty { padding: 0 5px; }

.quantity .minus,
.quantity .plus { width: 20px; }

#cart-form-pane td { padding: 14px 5px; }
}

/* Checkout Page */
fieldset {
	position: relative;
	padding: 70px 30px 15px 30px !important;
	margin-bottom: 3px;
	border-radius: 1px 1px 2px 2px;
	border: 1px solid #ddd;
	background: #f7f7f7;
}

fieldset.collapsed { padding: 49px 0 0 0 !important; }

legend {
	position: absolute;
	top: 0px;
	border-bottom: none;
	left: 0;
	padding: 14px 14px 14px 18px;
	font-size: 13px;
	border-radius: 1px 1px 0 0;
	color: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

fieldset.collapsed legend {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}

fieldset.collapsed legend span a { color: #6d6d6d; }

legend a,
legend a:hover {
	color: #fff;
	text-decoration: none;
}

.collapsible legend > span a:before {
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-right: 10px;
	margin-left: -3px;
}

fieldset.collapsed legend > span a:before { content: "\f068"; }

.collapsible legend > span a { display: block; }

fieldset.collapsed legend:before { color: #6d6d6d; }

.uc-store-address-field .form-item label {
	text-align: left;
	width: auto;
}

.uc-cart-checkout-form .uc-store-address-field .form-item label { padding: 5px 6px 0px; }

.uc-cart-checkout-form .form-item { margin-top: 14px; }

.form-item-panes-billing-billing-street2 label,
.form-item-panes-delivery-delivery-street2 label { display: none; }

.uc-cart-checkout-form .form-actions { margin-top: 20px; }

.uc-cart-checkout-form .form-actions #edit-cancel,
#uc-cart-checkout-review-form #edit-back { float: left; }

@media(min-width: 597px) {

#payment-details .form-item {
	width: 31%;
	float: left;
}

#payment-details .form-item-panes-payment-details-cc-number { width: 100%; }

.form-item-panes-payment-details-cc-exp-year { margin: 43px 3.5% 0 !important; }
}

/* Checkout Overview Page */
.order-review-table { width: 100%; }

.order-review-table>tbody>tr>td {
	border-top: none;
	padding: 8px;
}

/* Primary Tabs */
.tabs.primary {
	padding-left: 31px;
	margin: 0 0 -1px;
	border-bottom: 1px solid #ddd;
}

.tabs.primary li > a {
	background: #f7f7f7;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-bottom: none !important;
	border-radius: 0;
	padding: 12px 13px;
	color: #6d6d6d;
	position: relative;
	line-height: 1.42857143;
	border: 1px solid transparent;
	display: block;
}

.tabs.primary li {
	position: relative;
	display: inline-block;
	bottom: -1px;
	z-index: 50;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.tabs.primary li.active {
	border-bottom: 0;
	bottom: -2px;
}

.tabs.primary a:hover { text-decoration: none; }

/* Mega Menu */
.tb-megamenu .nav-collapse.collapse { display: block; }

.flexnav .tb-megamenu-block ul,
.flexnav .mega-group-ct {
	margin-left: 0;
	display: block !important;
	position: relative;
	min-width: 0;
	background: none;
	box-shadow: none;
	opacity: 1 !important;
	/*height: 100% !important;*/
}

.mega-group > a:after { content: '' !important; }

.mega-group > a {
	font-size: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
	padding-top: 10px;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	line-height: 1.2;
	color: #2f2f2f;
	text-transform: uppercase;
	margin: 10px 0 12px 10px;
	padding-left: 0px !important;
	background: none !important;
}

.mega-group-ct { margin-bottom: 10px; }

.mega-group-ct a {
	border: none !important;
	padding-left: 11px !important;
}

@media (min-width: 992px) {

.mega-group > a {
	border-bottom: 1px solid #efefef;
	color: #3f3f3f;
	padding-top: 0;
}

.mega-align-center > .dropdown-menu {
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}

.mega-align-right > .dropdown-menu {
	left: auto;
	right: 0;
}

.mega-align-justify > .dropdown-menu {
	right: -200px;
	left: auto;
}
}

@media (max-width: 992px) {

.dropdown-menu {
	position: relative;
	background: none;
	border: none;
	box-shadow: none;
}

.dropdown-menu .widget-title { color: #fff; }
}

/*.flexnav .tb-megamenu-block { padding: 10px 10px 15px 0; }*/

.flexnav .tb-megamenu-block a {
	border: none;
	padding: 0;
}

.flexnav .tb-megamenu-block a:hover { background: none; }

.flexnav > li > a i {
	position: relative;
	top: -1px;
	left: -3px;
}

.flexnav ul ul li > a i {
	color: #bfbfbf;
	margin-right: 3px;
}

/* WebForm */
.webform-component { margin-bottom: 30px; }

.webform-component-time .webform-container-inline div,
.webform-component-time .webform-container-inline div.form-item,
.webform-component-number { display: inline-block; }

.webform-container-inline div.form-item-submitted-time-hour { width: 100%; }

.webform-container-inline div.form-item-submitted-time-minute {
	margin-left: 30px;
	width: 64%;
}

#edit-submitted-time-ampm {
	position: relative;
	left: -44px;
}

.checkbox.webform-grid-option { display: table-cell; }

/* Magazine Layout */
.owl-carousel__posts .project-item .project-desc { text-align: left; }

.owl-carousel__posts .project-item .project-desc .title {
	text-transform: none;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 16px;
}

.owl-carousel__posts .project-item .project-desc .meta {
	margin-bottom: .5em;
	font-size: .91em;
}

.owl-carousel__posts .project-item .project-desc .meta .comments {
	display: inline-block;
	padding-right: 4px;
	color: #2f2f2f;
}

.owl-carousel__posts .project-item .project-desc .meta .comments:hover { text-decoration: none; }

.owl-carousel__posts .project-item .project-desc .meta .comments > .fa { color: #dc2a0b; }

.owl-carousel__posts .project-item .project-desc .meta .date {
	display: inline-block;
	color: #b4b8be;
	font-style: italic;
	font-size: 13px;
	text-transform: none;
}

.owl-carousel__posts .project-item .dlink { width: 100%; }

.thumbnail.owl-carousel { margin: 0 0 20px 0; }

/* Magazine Slider */
.magazine-slider-holder { overflow: hidden; }

.magazine-border {
	border-top: 5px solid #d4d4d4;
	position: relative;
	overflow: hidden;
}

.magazine-border:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #bebebe;
}

.view-news li { list-style: none; }

.view-news ul { padding: 0; }

.magazine-slider-holder .item-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	background: rgba(220, 42, 11, 0.85);
}

.magazine-slider-holder .item-desc h2,
.magazine-slider-holder .item-desc h3 {
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.magazine-slider-holder .item-desc .meta {
	margin-bottom: 6px;
	font-style: italic;
}

.magazine-slider-holder .item-desc .meta .date,
.magazine-slider-holder .item-desc .meta .author {
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	display: inline;
}

.magazine-slider-holder .owl-pagination { display: none; }

.view-news .thumbnail { padding: 6px; }

/* */
.item-sm .item {
	position: relative;
	margin-bottom: 24px;
}

.item-sm img {
	display: block;
	max-width: 100%;
	height: auto;
}

.item-sm h2 { font-size: 18px; }

.item-sm .item-desc {
	padding: 12px 15px;
	background: rgba(47, 47, 47, 0.85) !important;
}

.item-sm.item-sm-alt .item { margin-bottom: 3px; }

.item-sm.item-sm-alt .item-desc h2 { font-size: 14px; }

.bef-tree .option {
	clear: none;
	display: inline;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	padding: 0 10px;
}

.bef-tree {
	margin: 25px 0 0;
	padding: 0;
}

.bef-tree input {
	display: inline;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: auto;
}

.bef-tree li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bef-tree .bef-tree-child {
	margin: 0;
	padding: 0 20px;
}

/**
 * Event Row *
 **/
.event-row {
	border-bottom: 1px solid #d6d6d6;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}

.event-cal-image {
	float: left;
	margin: 0 20px 20px 0;
}

.event-date {
	position: absolute;
	right: 0;
	top: 0;
}

.event-body-short {
	float: left;
	max-width: 310px;
}

.event-title { }

.info-link,
.ticket-link {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c82506;
	bottom: 15px;
	display: inline-block;
	float: right;
	margin-bottom: 5px;
}

.info-link a,
.ticket-link a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	outline: medium none;
	padding: 0 10px;
	text-transform: uppercase;
}

.view-id-bus_locations .views-exposed-widgets {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	min-width: 240px;
	padding: 20px;
}

.view-id-bus_locations .view-filters input,
.view-id-bus_locations .view-filters select,
.view-id-bus_locations .view-filters .chosen { max-width: 100px; }

.view-id-bus_locations label[for="edit-distance"] { font-size: 18px; }

.view-id-bus_locations label[for="edit-distance-search-distance"] { height: 20px; }

.view-id-bus_locations .form-item-distance-search-distance {
	clear: left;
	float: left;
}

.view-id-bus_locations .form-item-distance-search-units {
	clear: right;
	float: left;
	margin-top: 25px;
}

.view-id-bus_locations .dealers-list {
	border: 1px solid #d6d6d6;
	padding: 10px;
}

.view-id-bus_locations .dealer {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.view-id-bus_locations .dealer span.field-content a {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.view-id-bus_locations .dealer div.field-content { line-height: 1.5em; }

.view-id-bus_locations .dealer span.field-content,
.view-id-bus_locations .dealer .views-label-distance {
	font-size: 12px;
	font-weight: bold;
}

.view-id-bus_locations .col-md-9 .view-display-id-attachment_1 { border: 5px solid #d6d6d6; }

.col-md-8.calendar-content { float: right; }

#views-exposed-form-calendar-page { min-height: 500px; }

#views-small_calendar-block_1 h3 { font-size: 15px; }

#views-small_calendar-block_1 h3 a { color: #000; }

.view-id-bus_locations .form-item-distance-search-distance input,
.view-id-bus_locations .form-item-distance-search-distance label { display: inline; }

#edit-distance-search-distance {
	padding: 2px 10px;
	height: 28px;
	border: 1px solid #828282;
	margin-left: 19px;
	width: 50px;
}

.form-type-select.form-item-distance-search-units.form-item.form-group { display: none; }

#edit-distance-postal-code { width: 50px; }

.view-id-bus_locations .views-exposed-widgets {
	background: #fcfcfc none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	padding: 20px;
	min-width: auto !important;
}

.dmiles {
	clear: both;
	float: left;
	margin-left: 135px;
	margin-top: -25px;
}

.view-small-calendar th {
	background: #fff none repeat scroll 0 0 !important;
	border-left: medium none !important;
	border-right: medium none !important;
	font-size: 12px;
	font-weight: normal !important;
}

.view-id-small_calendar .date-nav-wrapper .date-prev,
.view-id-small_calendar .date-nav-wrapper .date-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-radius: 0;
	margin-top: -30px;
	padding: 0;
}

.view-id-small_calendar .date-nav-wrapper .date-prev a,
.view-id-small_calendar .date-nav-wrapper .date-next a {
	border: medium none !important;
	color: #ccc;
	font-size: 50px;
	font-weight: normal !important;
	padding: 0;
	text-decoration: none;
}

.view-id-small_calendar .date-nav-wrapper .date-prev a { color: #f0f0f0; }

.calendar-calendar td {
	color: #cdcdcd;
	text-align: center;
}

.view-id-small_calendar .date-nav-wrapper .date-nav { margin-bottom: 0; }

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
	background-color: #c72506;
	color: #fff;
	font-weight: bold;
}

.view-id-small_calendar table .mini-day-on a {
	color: #000;
	font-weight: bold !important;
	text-decoration: none;
}

#views-small_calendar-block_1 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.date-nav .pager {
	margin: 0;
	padding: 0;
}

h2.event-title a { color: #000; }

h2.event-title {
	margin: 0;
	padding-right: 85px;
}

.col-md-8.calendar-content {
	border-left: 1px solid #ddd;
	float: right;
}

#edit-field-event-categories-tid-wrapper { height: 460px; }

#edit-field-date-value-1-value-date {
	background: transparent none;
	border: none;
	height: 1px;
	padding: 0;
	width: 1px;
}

#block-views-exp-calendar-page .ui-datepicker-inline {
	background: #fff none repeat scroll 0 0;
	border: medium none;
}

#block-views-exp-calendar-page .ui-datepicker-header {
	background: none;
	border: medium none;
	color: #222;
	font-weight: normal;
	text-transform: uppercase;
}

#block-views-exp-calendar-page .ui-state-default,
#block-views-exp-calendar-page .ui-widget-content .ui-state-default,
#block-views-exp-calendar-page .ui-widget-header .ui-state-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #252525;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

#block-views-exp-calendar-page .ui-state-highlight,
#block-views-exp-calendar-page .ui-widget-content .ui-state-highlight,
#block-views-exp-calendar-page .ui-widget-header .ui-state-highlight {
	background: #c72506 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-weight: bold;
}

#block-views-exp-calendar-page .help-block,
#block-views-exp-calendar-page #edit-field-date-value-1-wrapper label { display: none; }

#block-views-exp-calendar-page .ui-datepicker th {
	color: #999;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #eee;
}

#edit-field-event-categories-tid-wrapper {
	border-top: 1px solid #ddd;
	margin: 20px 0;
	padding: 10px 5px;
}

#views--exp-calendar-page #edit-field-event-categories-tid-wrapper .use-select-2 {
	border: medium none transparent;
	box-shadow: none;
	padding: 2px;
}

/** Calendar Featured Image w/Ticket Link **/
#views-entertainment-block_5 .carousel-inner .featured-ticket-link {
	height: 100%;
	position: absolute;
	width: 100%;
}

#views-entertainment-block_5 .carousel-inner .featured-ticket-link a {
	display: block;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.col-md-8.calendar-content {
	border-left: 1px solid #ddd;
	float: right;
}

#edit-field-event-categories-tid-wrapper { height: 460px; }

#edit-field-date-value-1-value-date {
	background: transparent none;
	border: none;
	height: 1px;
	padding: 0;
	width: 1px;
}

#block-views-exp-calendar-page { margin-right: -15px; }

#edit-field-event-categories-tid-wrapper { float: none; }

@media all and (max-width:880px) {

.event-cal-image { margin: 0 15px 15px 0; }

h2.event-title { padding-right: 20px; }

.event-body-short {
	float: none;
	max-width: 100%;
}

.info-link {
	float: left;
	margin-bottom: 20px;
}
}

@media all and (max-width:767px) {

#views--exp-calendar-page { padding: 0; }

#block-views-exp-calendar-page { margin-right: 0; }

#views-exposed-form-calendar-page {
	min-height: 1px;
	overflow: hidden;
}

#edit-field-event-categories-tid-wrapper {
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
}

a.bef-toggle { float: left; }

.bef-tree {
	padding: 0;
	float: left;
	clear: both;
}

.col-md-8.calendar-content {
	border-left: none;
	float: none;
	padding: 0;
}
}

@media all and (max-width:535px) {

h2.event-title {
	padding-right: 0;
	clear: both;
}
}

.views-widget-filter-field_date_value_1 { display: none; }

.mobile-button a {
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}

/**
 *Pop-Up Message*
 **/
#popup-message-background { z-index: 300; }

#popup-message-window {
	height: auto !important;
	left: 50% !important;
	margin: 15% 0 0 -300px !important;
	max-width: 300px !important;
	top: 0 !important;
	width: 95% !important;
	z-index: 301;
}

#popup-message-window h1.popup-message-title {
	font-size: 18px;
	margin: 0 0 10px;
}

#popup-message-window p {
	font-size: 12px;
	margin: 0 0 5px;
}

#popup-message-window ul {
	margin: 0;
	padding: 0 15px;
}

@media all and (max-width:666px) {

#popup-message-window {
	left: 0 !important;
	margin: 20% 0 0 !important;
	position: fixed !important;
	width: 100% !important;
}
}

/**
 *Hosts Grid*
 **/
.hosts-list {
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.hosts-item {
	margin-bottom: 20px;
	min-height: 335px;
	padding: 0 10px;
}

.host-img img {
	height: auto;
	width: 100%;
}

.host-title { margin: 5px 0 0; }

.host-details { font-size: 12px; }
.host-details div:blank, .host-details div:empty {
display:none;
}

@media screen and (max-width:535px) {

.hosts-item { width: 100%; }
}

.search-form .form-type-select { display: none; }

.content .node-unsearchable-basic-page,
.content .node-unsearchable-event {
	border: medium none;
	padding-left: 0;
}

.nd-region.featured-headliner-front img {
	height: auto;
	max-width: 100%;
}

/*Awards*/
.panel-body .node-awards,
.node-type-awards .node-awards {
	border: none;
	padding: 0;
}

.awards .node-awards .title { display: none; }

/**
 *Club Serrano Win Loss Page*
 **/
/**Featured Image**/
.win-loss-img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/**Content Blocks**/
.page-club-serrano-win-loss .field-name-field-first-name {
	display: inline-block;
	font-weight: 500;
}

.page-club-serrano-win-loss p.below-name { margin-top: 1.5rem; }

/**Form Styles**/
.page-club-serrano-win-loss #sm-winloss-form div p:first-child { display: none; }

.page-club-serrano-win-loss #sm-winloss-form .btn {
	background: #fff !important;
	border: 1px solid #c82506 !important;
	border-radius: 0;
	color: #c82506 !important;
	padding: 0 10px;
}

.page-club-serrano-win-loss #sm-winloss-form .btn-default:hover {
	border-color: #c82506 !important;
	box-shadow: 0 0 5px rgba(255,0,0,.75) !important;
}

.page-club-serrano-win-loss #sm-winloss-form .form-item-year + p { font-weight: 500; }

/**
 * CLUB SERRANO *
 **/
.page-node-1161 .content { min-height: 750px; }

/***Club Login(sidebar)***/
.sb-cs {
	border: none;
	margin-bottom: 20px;
	padding: 0;
}

.sb-cs:nth-child(2) {
	border-top: none;
	margin: 0;
}

.block-openid-connect .title-accent { display: none; }

.view-view-user-points p {
	color: #999;
	font-size: 1em;
}

.view-view-user-points p.name,
.view-view-user-points .cs-label {
	color: #000;
	font-weight: 400;
}

.view-view-user-points .cs-label { margin-bottom: 0; }

.view-view-user-points h3 {
	font-size: 36px;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 25px;
}

.view-view-user-points .cs-lvl h3 { margin-bottom: 0; }

.sb-cs .btn-default {
	background: #fff;
	border: 1px solid #c82506;
	border-radius: 0;
	color: #c82506;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	font-size: 12px;
}

.content-cs { display: none; }

@media screen and (max-width:990px) {

	.page-node-1161 .content { min-height: 1px; }

	.mobile-hidden { display: none; }

	.mobile-show { display: block; }

	.sb-cs:nth-child(2) {
		border: medium none;
		padding: 0;
	}
}

/**Gift Cards**/
.node-type-gift-card .main-content .content { border: none; }

#giftCards { overflow: hidden; }

#giftCards iframe { margin-top: -275px; }

/**BAR BAR BAR(Date)**/
.bbb-date { top: 30px; }

@media all and (max-width:767px) {

.bbb-body { padding-right: 130px; }
}

@media all and (max-width:666px) {

.bbb-body {
	padding-right: 0px;
	margin: 10px 0 0 -15px;
}

.bbb-date {
	top: 0;
	margin-bottom: 10px;
	position: relative;
}
}

/* Added Per Raymond 091416 */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** 
 *SALESFUSION FORMS*
**/
.user-form-body .form-row {
	overflow: hidden;
	padding-bottom: 10px;
}

.user-form-body .form-row p { margin-bottom: 5px; }

.user-form-body .component-container { margin: 5px; }

.user-form-body .layout-row { position: relative; }

.user-form-body .col-md-4,
.user-form-body .col-md-6,
.user-form-body .col-md-12 { padding: 0; }

.user-form-body .field-label {
	display: inline-block;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}

.user-form-body .required-field {
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	top: -25px;
	visibility: hidden;
	width: 5px;
}

.user-form-body .required-field:after {
	content: '*';
	color: rgba(255,0,0,1);
	display: inline-block;
	visibility: visible;
}

.user-form-body .element-container {
	border: 1px solid #C8C8C8;
	padding: 2px 5px;
	width: 100%;
}

.user-form-body .recaptcha-container {
	border: none;
	padding: 0;
}

.user-form-body .element-container:focus { outline: 1px dotted #000; }

.user-form-body #field1 { width: 100%; }

#user-form-template-14 .user-form-body #field1,
#user-form-template-9 .user-form-body #field1,
#user-form-template-7 .user-form-body #field1,
#user-form-template-10 .user-form-body #field1,
#user-form-template-13 .user-form-body #field1,
#user-form-template-12 .user-form-body #field1 { width: 50%; }

.user-form-body #field1 .component-container { margin: 25px; }

#user-form-template-14 .user-form-body #field1 .component-container,
#user-form-template-9 .user-form-body #field1 .component-container,
#user-form-template-7 .user-form-body #field1 .component-container,
#user-form-template-10 .user-form-body #field1 .component-container,
#user-form-template-13 .user-form-body #field1 .component-container,
#user-form-template-12 .user-form-body #field1 .component-container {
	float: right;
	margin: 25px 5px 25px 25px;
}

.user-form-body #field1 .submit-box-container {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.user-form-body #field1 .element-container {
	background: rgba(200,200,200,1);
	border: 1px solid #c8c8c8;
	border-radius: 3px 3px 3px 3px;
	box-shadow: none;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 200px;
	transition: opacity .5s ease;
}

.user-form-body #field1 .element-container:hover {
	opacity: .8;
	transition: all .5s ease;
}

.user-form-body .radio-check {
	float: left;
	margin: 3px 10px 0 0;
}

.user-form-body label.checkbox { display: none; }

.user-form-body #field1 .element-container {
	background: #c82506;
	text-transform: uppercase;
}

.user-form-body .element-container.gender {
	overflow: auto;
	padding: 0 5px;
}

.gender .label-left-right {
	float: left;
	margin-right: 20px;
	line-height: 1.75;
}

.gender .label-left-right label { margin-bottom: 2px; }

.user-form-body .custom {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 0;
}

.user-form-body .custom .left { float: left; }

.user-form-body .custom .component-container { margin: 0; }

.user-form-body .element-container.no-border { border: none; }

.user-form-body .form-row ol { padding-left: 15px; }

.user-form-body .form-row ol li {
	clear: both;
	margin-bottom: 15px;
}

.user-form-body .form-row ol li .left { float: left; }

.user-form-body .form-row ol li .radio-check-label { width: 95%; }

@media (max-width: 991px) {

.user-form-body .recaptcha-container .g-recaptcha div:first-child { margin: 0 auto; }

#user-form-template-14 .user-form-body #field1,
 #user-form-template-9 .user-form-body #field1,
 #user-form-template-7 .user-form-body #field1,
 #user-form-template-10 .user-form-body #field1,
 #user-form-template-13 .user-form-body #field1,
 #user-form-template-12 .user-form-body #field1 { width: 100%; }

#user-form-template-14 .user-form-body #field1 .component-container,
 #user-form-template-9 .user-form-body #field1 .component-container,
 #user-form-template-7 .user-form-body #field1 .component-container,
 #user-form-template-10 .user-form-body #field1 .component-container,
 #user-form-template-13 .user-form-body #field1 .component-container,
 #user-form-template-12 .user-form-body #field1 .component-container {
	float: none;
	margin: 25px;
}
}
/***END -- SALESFUSION FORMS***/
