.hidden-xs { visibility: visible !important; }
.visible-xs { visibility: hidden !important; display: none; }
.visible-xs-block { visibility: hidden !important; display: none; }

h1, h2, h3, h4, h5, h6 {
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 500;
}
h1, h1 a {
	color: #5F6062;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
}
h2, h2 a {
	color: #5F6062;
	font-size: 18px;
	margin: 0px 0px 4px 0px;
	line-height: 22px;
}
h3, h3 a {
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	line-height: 14px;
}
p {
	margin: 0px 0px 12px 0px;
}
p, table, td, div, span, a {
	color: #5F6062;
	font-size: 14px;
	line-height: 17px;
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 300;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="date"], textarea, select {
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}

select {
	height: 28px;
}



strong {
	/*font-weight: bold;*/
	font-family: "prenton",sans-serif;
	font-weight: 500;
}
a {
	color: #c8ad5c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input, button {
	padding-top: 4px;
	padding-bottom: 4px;
}

select {
}
blockquote {
	margin: 0 0 4px;
}
cite {
	font-style: normal;
	margin: 0 0 0 66px;
}

/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

html {
	background-image: url('/images/general-warren-tavern.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
body {
	background: none;
}

.mobile-menu-button { display: none !important; visibility: hidden; }

#p7menubar > li > .dropdown-menu { display: none; position: absolute; }












#main {
	width: 950px;
	min-height: 100%; /* Sticky footer */
	height: auto !important; /* Sticky footer */
	height: 100%; /* Sticky footer */
	margin: 0 auto -105px; /* Sticky footer: the bottom margin is the negative value of the footer's height */
	background: #FFF;
}
.center_width {
	width: 850px;
	margin: 0 auto;
}
/* Use in lieu of excess markup. */
.red {
	color: #c8ad5c !important;
}
.content {
	display: none;
	position: absolute;
}
.grey_line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	min-height: 1px;
	max-height: 1px;
	background: #E3E1DB;
}

/* FONTS.COM FONTS */
/*

.gill_sans_bold {}
.gill_sans_light {}


*/

.left {
	float: left;
}
.right {
	float: right;
}

/* HEADER */


#header {
	/*height: 170px;*/
	background: #FFF url(../images/layout/header_bg.png) no-repeat;
}
#main_nav {
	width: 100%;
	height: 30px;
	background: #c8ad5c;
}
#main_nav .center_width {
	width: 910px;
}

a#logo {
	float: left;
	width: 255px;
	height: 112px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/general-warren-logo.png) no-repeat;
	margin-top: 10px;
}
#testimonials {
	float: right;
	width: 595px;
	height: 85px;
	text-align: right;
	margin: 60px 0 0 0;
	position: relative;
}
#testimonials p {
	margin: 0;
}
/* p.tagline em { 01-09-2012 */
.tagline em {
	color: #666;
	font-size: 20px;
	line-height: 24px;
	font-family: "Times New Roman", Times, serif;
}
/* p.citation { 01-09-2012 */
.citation {
	padding-top: 5px; }

p.grey_heading {
	font-family: "prenton",sans-serif;
	color: #5F6062;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 4px;
	font-style: normal;
	font-weight: 500;
	padding: 0;
}

.relative {
	z-index: 5000;
}
.left20 {
	float: left;
	margin: 0 20px 0 0;
}
.right20 {
	float: right;
	margin: 0 0 20px 20px;
}
.neg10_left {
	float: left;
	margin: 0 0 0 -20px;
}

/* ARCH IMAGES */

#arch_images {
	width: 950px;
	height: 244px;
	background: url(../images/general-warren-header.png) top center no-repeat;
}

/* LEFT NAV STYLES */


.left_nav_box {
	margin: 0 15px 0 0;
	text-align: right;
}
ul.left_nav {
	margin: 0;
	padding: 0;
}
ul.left_nav li {
	padding: 2px 0;
	list-style: none;
}
ul.left_nav li a {
	color: #5F6062;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
ul.left_nav li a:hover {
	text-decoration: none;
}
li#currentpage a {
	color: #c8ad5c !important;
}

/* brown ul */


ul.brown_ul {
	margin: 0 0 0 20px;
}
ul.brown_ul li {
	margin: 5px 0;
	color: #5F6062;
	font-size: 14px;
	list-style-image: url(../images/layout/brown_ul_li.jpg);
	font-family: "Times New Roman", Times, serif;
}






/* CONTENT */

#lwd-content {
	width: 960px;
	margin: 20px auto;
}

.divider {}

#left_col {
	float: left;
	width: 190px;
}
#right_col {
	float: right;
	width: 659px;
	border-left: 1px solid #c8ad5c;
}
#left_col h1, #left_col h2, #left_col h3 {
	font-family: "Times New Roman", Times, serif;
}
#right_col_inner {
	margin: 0 0 0 14px;
	z-index: 500;
	position: relative;
}
#bios {}
#bios .left {
	width: 33%;
	padding-right: 42px;
}
#bios .left img {
	width: 100%;
}

#client_testimonials {}
#client_testimonials blockquote {
	margin:  0 0 4px;
	font-style: italic;
}
#client_testimonials cite {
	margin: 0 0 15px 66px;
	font-style: normal;
	display: inline-block;
}
#critics_say {}
#critics_say h3 {
	font-size: 18px;
	line-height: 22px;
}
#critics_say blockquote {
	margin: 0 0 4px;
	font-style: italic;
}
#critics_say cite {
	margin: 0 0 15px 66px;
	font-style: normal;
	display: inline-block;
}

/* BOTTOM LINKS */

#bottom_links {}
#bottom_links > div {
	border: solid 2px #c8ad5c;
	border-radius: 12px;
	overflow: hidden;
	float: left;
	text-align: center;
 /*	height: 116px; */
	width: 161px;
}
#bottom_links > div.clear {
	height: 0;
	width: 100%;
	border: none;
}
#bottom_links p {
	margin: 0;
	color: #5F6062;
	font-size: 11px;
}
#bottom_links .red {
	font-size: 12px;
}
#bottom_links a {
	color: #5F6062;
	display: block;
	margin: 4px 0;
	font-size: 11px;
}
#bottom_links a:hover {
	color: #c8ad5c;
}
#bottom_links .title {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #c8ad5c;
	margin: 0;
	padding: 4px 0;
}
#bottom_links .title:hover {
	color: #FFF;
}
#bottom_links a.title_link {
	display: block;
}
#reserve_table {

}
#book_room {
	margin: 0 5px;
}
#live_music {
	margin: 0 5px 0 0;
}
#events {
}
#events a {
	line-height: 15px;
}
#bottom_links #events_lrg {
	width: 186px;
	margin: 0 5px 0 0;
}
#events_lrg a {
	line-height: 15px;
}
#gift_cards {
}
#gift_cards a {
	line-height: 15px;
}
#chef_dersch {
	float: right;
	width: 186px;
	height: 116px;
	text-align: center;
	background: url(../images/layout/chef_dersch.png) no-repeat;
}

/* menu */
ul.menu_ul {
	margin: 0 0 20px;
}
ul.menu_ul li {
	list-style: none;
}
ul.menu_ul li strong {
	margin: 10px 0 0;
	display: inline-block;
}
ul.menu_ul li em {
	margin: 10px 0 0;
	display: inline-block;
}
ul.menu_ul li strong em {}
.menu_line {
	text-decoration: underline;
}
ul.menu_ul li .menu_line {
	margin: 25px 0 0 0;
	display: inline-block;
}

/* MENU PAGES */

#top_menu {}
#top_menu .item {
	width: 20%;
	float: left;
	padding-right: 15px;
}
#top_menu .item:last-child {
	/*padding-right: 0;*/
}
#top_menu th {
	text-align: left;
	vertical-align: top;
}
#top_menu td {
	text-align: left;
	vertical-align: top;
}
#top_menu .left_pad {
	padding: 0 0 0 8px;
}
#top_menu .right_pad {
	padding: 0 8px 0 0;
}
#top_menu .mid_pad {
	padding: 0 8px;
}
#top_menu a {
	color: #666;
	display: block;
	font-weight: bold;
}
#top_menu a:hover {
	color: #c8ad5c;
	text-decoration: none;
}
#top_menu a img {
	border: 2px solid #FFF;
	max-width: 100%;
}

#top_menu a:hover img {
	border: 2px solid #bbb2a4;
}


#meeting_box {
	width: 275px;
	background: #f0eeeb;
	text-align: center;
}
#meeting_box_inner {
	margin: 0 15px;
	padding: 20px 0;
}
#meeting_box p strong.red {
	font-weight: bold;
	font-size: 16px;
}
ul#meeting_ul {}
ul#meeting_ul li {
	color: #bbb2a4;
	list-style: square;
	text-align: left;
	padding: 0 0 10px;
}
ul#meeting_ul li span {
	color: 	#5F6062;
}
/* wine list */

#wine_list {}
#wine_list table {
	width: 100%;
}
#wine_list th {
	padding: 0 0 10px;
	text-align: left;
	font-weight: normal;
}
#wine_list td {
	padding: 0 0 10px;
	text-align: right;
}

/* CONTACT FORM */

#contact_form_box {
	width: 375px;
	float: left;
}
#contact_form_box th {
	text-align: left;
	padding: 0 0 5px;
}
#contact_form_box td {
	padding: 0 0 5px;
}
#contact_form input {
	width: 175px;
	vertical-align: middle;
}
#contact_form textarea {
	width: 175px;
	min-height: 100px;
}
#contact_form .fix_width td input {
	width: auto;
}

/* VIRTUAL TOUR */

#virtual_tour_box {
	width: 595px;
	height: 435px;
	position: relative;
}
#virtual_tour_box a {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/layout/fix.png) repeat;
	display: block;
}
#virtual_tour_box a#A {
	margin: -220px 0 0 190px;
}
#virtual_tour_box a#B {
	margin: -264px 0 0 258px;
}
#virtual_tour_box a#C {
	margin: -243px 0 0 346px;
}
#virtual_tour_box a#D {
	margin: -200px 0 0 84px;
}
#virtual_tour_box a#E {
	margin: -192px 0 0 54px;
}
#virtual_tour_box a#F {
	margin: -268px 0 0 318px;
}
#virtual_tour_box a#G {
	margin: -254px 0 0 84px;
}
#virtual_tour_box a#H {
	margin: -283px 0 0 213px;
}
#virtual_tour_box a#I {
	margin: -229px 0 0 451px;
}
#virtual_tour_box a#J {
	margin: -208px 0 0 472px;
}
#virtual_tour_box a#K {
	margin: -91px 0 0 550px;
}
#virtual_tour_box a#L {
	margin: -133px 0 0 514px;
}
#virtual_tour_box a#M {
	margin: -162px 0 0 31px;
}
#virtual_tour_box a#N {
	margin: -157px 0 0 138px;
}
#virtual_tour_box a#O {
	margin: -142px 0 0 283px;
}
#virtual_tour_box a#P {
	margin: -147px 0 0 188px;
}
/* tour legend */

#tour_legend {}
#tour_legend ul {
	margin: 0;
	padding: 0;
}
#tour_legend ul li {
	list-style: none;
}

#dersch_qna {}
#dersch_qna ul {}
#dersch_qna ul li {
	list-style: none;
	padding: 0 0 10px;
}

/* SUITES */

.suite_box {
	margin: 0 0 10px 0;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.suite_box p {
	margin: 0;
}
.suite_box_inner {
	margin: 0 20px;
}
.suite_box_left {
	float: left;
	width: 260px;
	min-height: 137px;
}
.suite_box_left a.tour_suite {
	float: left;
	width: 100px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	display: block;
	text-align: center;
	background:  #c8ad5c;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.suite_box_left a.tour_suite:hover {
	color: #ccc;
	text-decoration: none;
}
.suite_box_left a.book_suite {
	float: left;
	width: 100px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	display: block;
	text-align: center;
	background:  #c8ad5c;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.suite_box_left a.book_suite:hover {
	color: #ccc;
	text-decoration: none;
}
.suite_box_left a.packages_suite {
	float: left;
	width: 100px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	display: block;
	text-align: center;
	background:  #c8ad5c;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.suite_box_left a.packages_suite:hover {
	color: #ccc;
	text-decoration: none;
}
.suite_box_left p strong {
	display: block;
	font-size: 18px;
	margin: 5px 0 10px;
}
.suite_box_left p strong.red {
	margin: 0 0 5px;
	display: block;
}
.suite_box_right {
	float: right;
}
.suite_box_right a img {
	float: left;
	width: 162px; height: 137px;
	object-fit: cover;
	object-position: 50% 50%;
}
.suite_box_right a img.suite_img2 {
	margin: 0 0 0 10px;
}



/* prixfix menu */

#prixfix_menu {
	text-align: center;
}
#prixfix_menu ul {}
#prixfix_menu ul li {
	list-style: none;
	padding: 0 0 10px;
}

/* reservation links */

#reservation_links {}
#reservation_links a {
	display: block;
}


/* FOOTER */

#footer, #push {
	height: 105px; /* Sticky footer: #push must be the same height as #footer */
}
#footer {
	width: 950px;
	height: 105px;
	margin: 0 auto;
	background: #c8ad5c;
}
#footer p, #footer a {
	color: #5F6062;
}
#footer a:hover {
	color: #FFF;
}
#footer_left {
	float: left;
	margin: 20px 0 0 0;
}
#footer_left p {
	margin: 0 0 5px;
	line-height: 125%;
}
#footer_right {
	float: right;
	margin: 10px 0 0 0;
}
#footer_right img {
	float: right;
	margin: 0 0 0 10px;
}
#footer .fb-like {
	float: left;
	margin: 30px 0 0 0;
}
a#fb_footer {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	margin: 15px 0 0 10px;
	background: url(../images/layout/facebook-icon.png) no-repeat;
}

/* NAV */


#p7menubar {
	margin: 0;
	text-align: center;
}
#p7menubar:after {
	content: "";
	display: block;
	clear: both;
}
#p7menubar a {
	display: block;
}
#p7menubar a.trigger {}
#p7menubar li {
	width: 9em;
	margin: 0px;
	display: inline-block;
	line-height: 30px;
	list-style-type: none;
}
#p7menubar li {
	position: relative;
}
/* hide from IE mac \*/
    #p7menubar li {
	position: static;
	width: auto;
}
/* end hiding from IE5 mac */
#p7menubar li ul, #p7menubar ul li {
	width: 100%;
}
#p7menubar li ul {
	position: relative;
	display: none;
	margin: 0px;
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	/*display: block;*/
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {}
/* Set styles below */

#p7menubar a {
	padding: 0 12px;
	color: #333;
	font-size: 13px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#p7menubar a:hover {
	color: #FFF;
	text-decoration: none;
}
#p7menubar li ul {
	width: 210px;
}
#p7menubar li ul li a {
	font-weight: normal;
}
#p7menubar li ul li a:hover {
	background: #264971;
}
/* drop over code */

#p7menubar li:hover ul li ul, #p7menubar li.p7hvr ul li ul {
	position: absolute;
	display: none;
	margin: 0px;
	margin-left: 200px;
	margin-top: -20px;
}
#p7menubar li:hover ul li:hover ul, #p7menubar li.p7hvr ul li:hover ul {
	display: block;
	border: 1px solid #FFFFFF;
}







/**** BUTTONS ****/
.button {
	/* CSS Style Based On: http://www.webdesignerwall.com/demo/css-buttons.html */
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 10px 0 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 3px 8px;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 1px rgba(0,0,0,.2);
	box-shadow: 0 0px 1px rgba(0,0,0,.2);

	color: #606060;
	border: 1px solid #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.button:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;

	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/**** EO BUTTONS ****/











.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5,  .wf-loading p,  .wf-loading table,  .wf-loading td,  .wf-loading div,  .wf-loading span,  .wf-loading a, .wf-loading strong  {
  /* styles to use before Typekit is loaded */
  visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5,  .wf-active p,  .wf-active table,  .wf-active td,  .wf-active div,  .wf-active span,  .wf-active a, .wf-active strong  {
  /* styles to use after Typekit is loaded */
  visibility: visible;
}

/* ----- menu styles by jamie kelly 10/2/2012 ----- */
/* strong.menu_title {  menu section title
    text-decoration: underline;
	text-transform:uppercase;
}
strong.menu_item {
	font-weigt: bold;
}

strong.price {
	border-left: solid 1px;
	padding-left: 8px;
}

p.description {
	margin-top: -10px;
	margin-bottom: 10px;
}*/



.selected_item {
	font-weight: bold;
}

#bottom_link {
	width: 170px;
	height: 16px;
	overflow: hidden;
	margin: 4px 0px 4px 7px !important;
}


.live-description {
	margin: 6px 12px 30px 12px;
/*	width: 219px;
	float: right;
	text-align: right;
	*/
	text-align: left;
}

.live_entertainment_ul {
	margin-left: 28px;
}

.live_entertainment_schedule {
	font-size: 15px !important;
}


.menus p {
	margin: 0 0 2px 0;
}


strong.page_title {
	font-weight: bold;
	font-family: "prenton",sans-serif;
    font-style: normal;
	font-size: 18px;
	color: #c8ad5c;
}


.location-list {
	padding-top: 10px;
}
.location-list:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.location-list > .neighborhood-links {
	width: 50%;
	float: left;
}
.location-list > .neighborhood-links:nth-child(2n+3) {
	clear: both;
}


.general-store-item {
	float: left;
}
.general-store-item { width: 439px; }
.general-store-item dl { width: 100%; }
.general-store-item dl:after { content: ""; height: 0; clear: both; display: block; overflow: hidden; }
.general-store-item dt { float: left; width: 389px; overflow: hidden; white-space: nowrap; margin: 0; }
.general-store-item dd { float: left; width: 50px; overflow: hidden; margin: 0; text-align: right; font-weight: 500; }
.general-store-item dt span:after { content: " ................................................................................................................"; font-size: 12px; }
.general-store-item dt span.sm:after { content: " ..................starting at.............................................................................................."; }
.general-store-item dt span.md:after { content: " ..................................................starting at.............................................................."; }
.general-store-item dt span.lg:after { content: " ...................................................................starting at............................................."; }
.general-store-item dt span.xl:after { content: " ..........................................................................................starting at......................"; }


.general-store-item dt span.no-starting-at:after {
	content: " ..........................................................................................................................." !important;
}








.image-1910 {
	float: right;
	width: 50%;
	margin-left: 10px;
	margin-top: -10px;
}







#fadingBarsG{
position:relative;
width:58px;
height:7px}

.fadingBarsG{
position:absolute;
top:0;
background-color:#ff6145;
width:7px;
height:7px;
-moz-animation-name:bounce_fadingBarsG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-webkit-animation-name:bounce_fadingBarsG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-ms-animation-name:bounce_fadingBarsG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-o-animation-name:bounce_fadingBarsG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
animation-name:bounce_fadingBarsG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
}

#fadingBarsG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fadingBarsG_2{
left:7px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fadingBarsG_3{
left:15px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fadingBarsG_4{
left:22px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#fadingBarsG_5{
left:29px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#fadingBarsG_6{
left:36px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#fadingBarsG_7{
left:44px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#fadingBarsG_8{
left:51px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

@-moz-keyframes bounce_fadingBarsG{
0%{
-moz-transform:scale(1);
background-color:#ff6145;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fadingBarsG{
0%{
-webkit-transform:scale(1);
background-color:#ff6145;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fadingBarsG{
0%{
-ms-transform:scale(1);
background-color:#ff6145;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fadingBarsG{
0%{
-o-transform:scale(1);
background-color:#ff6145;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fadingBarsG{
0%{
transform:scale(1);
background-color:#ff6145;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}







.events-75th-left { float: left; width: 60%; }
.events-75th-right { float: right; width: 33%; }
.events-75th-right img { height: auto; max-width: 100%; margin-bottom: 8px; }
.events-75th-right strong { display: block; margin-bottom: 3px; }

@media
only screen and (max-width : 767px) {
	.events-75th-left { float: none; width: 100%; }
	.events-75th-right { float: none; width: 100%; }

}




.warning-banner.visible-xs {
	display: none;
}

.warning-banner {
	color: #FFF;
	background-color: #333;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	display: block;
	line-height: 1.4;
}

/*
.warning-banner:hover {
	text-decoration: none;
	color: #CCCCCC;
}
*/

.warning-banner a {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}

.warning-banner .btn-gold { border-radius: 15px; color: #FFF; font-weight: 600; }
.warning-banner p {  color: #FFF; font-size: 18px; line-height: 1.3em; }


@media only screen and (max-width : 767px) {
	.warning-banner.visible-xs {
		display: block;
		padding: 15px 10px;
	}

	.warning-banner .btn-gold {
	 	line-height: 1.2;
		padding-top: 5px;
		padding-bottom: 5px;
	}

}



.bootstrap-wrapper.three-images { }
.bootstrap-wrapper.three-images .row { margin-left: -7px; margin-right: -7px; }
.bootstrap-wrapper.three-images .row .col-sm-4 { padding-right: 7px; padding-left: 7px; }


.bootstrap-wrapper.two-images { }
.bootstrap-wrapper.two-images .row { margin-left: -7px; margin-right: -7px; }
.bootstrap-wrapper.two-images .row .col-sm-4 { padding-right: 7px; padding-left: 7px; }
.bootstrap-wrapper.two-images .row .col-sm-8 { padding-right: 7px; padding-left: 7px; }





a.gold-text-hover-white-no-underline {
	color: #c8ad5c;
}

a.gold-text-hover-white-no-underline:hover {
	color: #FFF; text-decoration: none;
}








.overlay-me:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.15);
}



.overlay-me .btn {
	font-family: "prenton", sans-serif;
	font-size: 18px;
}
