@import url(https://fonts.googleapis.com/css?family=Lato);

/*
test 123
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.dev_warning {
    display: block;
    background-color: #a71515;
    border: 1px solid #991515;
    border-right: 2px solid white;
    color: #FFFFFF;
    padding: 10px;
    text-transform: none;
    font-family: Arial;
    margin-bottom: 10px;
}
.dev_warning * {
    text-transform: none;
}
.dev_warning .txt {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    max-width: 750px;
    margin: 0 auto;
}
body[data-lang="fr"] .dev_warning .txt {
    max-width: 820px;
}

.selected {
    background-color: #C1C1C1 !important;
    color:#FFF;
}


.container,
.container-fluid {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.68);
    padding:10px;
}

/* GC - Widget - Start */
/*

#ezPH_price,
#ezPH_amount{
    border: none !important;
    border-radius: 0px !important;
    background: #EEEEEE;
}


#ezDiv_price,
#ezDiv_amount {
    background: #EEEEEE;
    cursor: pointer;
    padding: 5px;
    border: none !important;
}

.ezOp_price:hover, .ezOp_amount:hover {
    background: #C1C1C1  !important;
    color: #FFF;
}



#viewcart_container, #checkout_container, #retrieve_container, #about_container {
    border: none !important;
    border-radius: 0px !important;
}

#viewcart_container:hover:not(:disabled):not(.dropdown-disabled),
#checkout_container:hover:not(:disabled):not(.dropdown-disabled),
#retrieve_container:hover:not(:disabled):not(.dropdown-disabled),
#about_container:hover:not(:disabled):not(.dropdown-disabled){
    background-color: #C1C1C1 !important;
    color: #FFF;
}


#ezPH_price:hover:not(:disabled):not(.dropdown-disabled), 
#ezPH_amount:hover:not(:disabled):not(.dropdown-disabled), .saveButton_fa:hover:not(:disabled):not(.dropdown-disabled), .saveButton_gi:hover:not(:disabled):not(.dropdown-disabled), #addButton_noimg:hover:not(:disabled):not(.dropdown-disabled), 
#dialog-amount_minusBtn:hover:not(:disabled):not(.dropdown-disabled), 
#dialog-amount_plusBtn:hover:not(:disabled):not(.dropdown-disabled) {
    background-color: #C1C1C1 !important;
    background-image: -moz-linear-gradient(center top,#74ACE8,#6796C4);
    color: #FFF;
}



.eCertificate_selected, .eTicket_selected, .order-online_selected, .discounted_selected {
     background-color: #C1C1C1  !important;
    color: #FFF;
}


#iframe_certificates_html input,
#iframe_certificates_html select,
#iframe_certificates_html textarea {
    border: none !important;
}
.saveButton:hover:not(:disabled):not(.dropdown-disabled),
#submit_fa:hover:not(:disabled):not(.dropdown-disabled) {
    background-color: #C1C1C1;
}

.paypalButton:hover:not(:disabled):not(.dropdown-disabled),
#submit_fa:hover:not(:disabled):not(.dropdown-disabled) {
    background-color: #C1C1C1;
}

.saveButton,
.paypalButton {
    border-radius:0px;
    background-color: #696969;
}

#Msg, #Msg_container {
    background: #696969;
    border: none;
}

#aboutText, #disclaimerText {
    padding-bottom: 5px;
    text-transform: none;
}

#return_container:hover:not(:disabled):not(.dropdown-disabled) {
    background-color: #FFF;
    color:#FFF;

}

*/
/* GC - Widget - End */

/* test comment 223 */

/*- Website V2.0 -*/
html {
	background-color: #0f100c;
	background-image: none;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left; 
    background-size: 100% auto; 
    background-size: cover;
    color: #FFFFFF;
}

/*- Header -*/

.header {
	height: 150px;
}
.header .header_logo {
	width: 300px;
	height: 150px;
	text-indent: -99999px;
}
.header .header_info	{
	background-color: transparent;
	border: none;
}
.header .header_info .name,
.header .header_info .address,
.header .header_info .phone,
.header .header_info .social:before {
	display:none
}

.header .header_info {
	padding: 0px;
	text-align: right;
	top: -15px;
	right: 15px;
}
.header .header_info .detail.link:before {
    content: "";
    display: none;
}
.header .header_button {
  position: absolute;
  top: 30px;
  left: 330px;
}


/*- Nav -*/
.nav	{
	background-color: #000;
	padding: 10px;
	margin:10px 10px 30px 10px;
	height:55px;
	border-top:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
}

.nav .list_pages {
	text-align: center;
}

.nav .list_pages .item_page	{
	background-color: transparent;
	border: none;
}

.nav .list_pages .item_page:after {
	font-size: 24px;
	content: " | ";
	color: #333; 
}
.nav .list_pages .item_page_last:after {
	display: none;
}


.nav .list_pages .item_page .link_page {
  display: inline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.nav .list_pages .item_page:hover, 
.nav .list_pages .item_page.active {
	background-color: transparent;
	background-image: none;
	border: none;
}
.nav .list_pages .item_page .link_page:hover, 
.nav .list_pages .item_page:hover .link_page, 
.nav .list_pages .item_page.active .link_page	{
	color: #FFFFFF;
}
.nav .list_pages .item_page .link_page,
.nav .list_pages .item_page .link_page:hover, 
.nav .list_pages .item_page:hover .link_page, 
.nav .list_pages .item_page.active .link_page	{
  line-height: 24px;
  padding: 16px 13px;
}
.nav .list_pages .list_subs	{
	background-color: #000000;
	background-image: none;
	border: none;
	top: 35px;
  left: -31%;
	width: auto;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
  border: 2px solid white;
  border-top: 0 none transparent;
}
.nav .list_pages .list_subs .item_sub  {
	font-size: 100%;
  padding: 0;
  text-align: center;
}
.nav .list_pages .list_subs .item_sub .link_sub {
  font-size: 14px;
  line-height: 22px;
}



/*- Page -*/
.page {
	background-image: none;
	background-color: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	font-size:18px;
	line-height:150%;
	text-align:left;
	text-shadow: 2px 2px 2px #000;
}

.page .block_contact_address,
.page .contest_block	{
	border: none;
	min-height: 0px;
}
.page .block_contact_address .text_social {
	margin-top: -100px;
	float: right;
}


/*- Content -*/
.content	{
	background-color: transparent;
	border: none;
	font-family: 'Lato', sans-serif;
}
.content a,	.content a:hover	{
	color: #FFFFFF;
}
.content h2	{
	color: #66CCFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	
}

.content .highlight_block	{
	background-color: transparent;
	border: none;
}

.content .block_contact_address,
.block_contact_directions	{
  border-radius: 0em;
	border: none;
	background-color: transparent;
  background-image: none;
	background-repeat: repeat;
}
.block_contact_directions	{
	padding: 15px;
}



#page > div > div > div.clear_body.clear_body_width > div.block_contact_address.highlight_block > div.text_address > span.email,
#page > div > div > div.clear_body.clear_body_width > div.block_contact_address.highlight_block > div.text_address > span.phone,
#page > div > div > div.clear_body.clear_body_width > div.block_contact_address.highlight_block > div.text_address > span.fax	{
	display: none;
}

/*- Menu -*/
.page .menus_content	{
	border: none;
}
.page .menus_content .menu_top	{
	border-color: #FFFFFF;
}
.page .menus_content .menu_top .menu_name	{
	font-size: 28px;
}

.menu_section h3.section_name {
  width: 100%;
  border: 0px;
  padding: 5px 0 0px 0;
  margin: 5px 0 -5px;
}
.section_desc {margin-bottom:20px;}

.text_content_header {border-bottom:#333 1px solid}

.menu_section h3.section_name,
.menu_section .menu_item	{
	border-color: #333;
	font-size: 16px;
	margin-bottom:10px;
}
.menu_section .menu_item h4.item_name	{
	font-family: Arial, Helvetica, sans-serif;
}
.menu_section .menu_item td.price	{
	font-size: 16px;
}
.menu_section .menu_item table.menu_item_prices tbody {
	font-size: 14px;
}
.menu_section .menu_item .item_desc {
	margin-top: 30px;
	color: #e0e0e0;
}
.content .menu_section {
	padding-bottom: 30px;
}
.content .menus_list .list_item .item_link	{
	color: #66CCFF;
}
.content .menus_list .list_item .item_link:hover, .content .menus_list .list_item .active_link	{
	color: #FFFFFF;
}

/* -- Locations -- */

.content .locations_list.fullsize .list_item .mapit:before {
    color: #66CCFF;
}
.content .locations_map .block_contact_dynamicmap {
    text-shadow: 0 0 0 transparent;
}




/*- adp -*/
.adp, 
.adp table, 
.adp-placemark	{
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	background-color: transparent;
}
.page .block_contact_results .adp-placemark	{
	background-color: transparent;
	border-color: transparent;
}

.page .block_contact_address .text_social {
  display:none;
}

/*- Footer -*/
.footer {
	color: #FFFFFF;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border: none;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	margin-top: 0;
	height:200px;
}
.footer a,
.footer .footer_links	{
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
}
.footer .footer_info,
.footer .footer_info a,
.footer .footer_logo .text	{
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
}
.footer .footer_info a:hover	{
	color: #FFFFFF;
}
.footer .footer_info .name {
	max-width: 100%;
}
.footer_logo { margin-bottom: 10px; }
.footer .footer_logo .image { margin-bottom: 10px; }


/* -- 3rd Party Widget Styles -- */

.content .sidebar_widget .vip-list-form {
    color: #000000;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.content .body_block .vip-list-form {
    color: #000000;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.content .body_block .vip-list-form .vip-message p,
.content .body_block .vip-list-form .vip-form div,
.content .body_block .vip-list-form .vip-form label,
.content .body_block .vip-list-form .vip-form span {
    text-transform: none;
}
.content .block_widget.tbdine_reservations,
.content .sidebar_widget .tbdine_reservations {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.content .block_widget.tbdine_reservations *,
.content .sidebar_widget .tbdine_reservations * {
    text-transform: none;
}


/* -- Sidebar Widget Styles -- */

.content .float_sidebar .sidebar_widget_bookenda {

}
.content .float_sidebar .sidebar_widget_bookenda > h3 {
    display: none;
}