/*---- Styled by Jesse Scott for Dine.TO - May 19th, 2015 ----*/

 
/* -- FONT IMPORTS -- */
@import url(http://fonts.googleapis.com/css?family=Cantarell);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
 

/* -- GLOBAL STYLES -- */
html {
  background-color: #000000;
  background-image: none;
}
body {
  background-color: transparent;
  background-image: none;
}
.icon:before {
	display: none;
}

/* -- HEADER STYLES -- */
.header {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background-image: none;
  background-color: rgb(41, 41, 41);
  background-color: rgba(41, 41, 41, 0.60);
  border-color: rgb(0, 0, 0);
}
.header .header_logo {
	width: 256px;
	height: 80px;
	background-size: auto auto;
	background-position: 0 0;
	margin-top: -3px;
}
.header .header_info .name, 
.header .header_info .address:before {
	display: none;
}


.header .header_helper_01,
.header .header_helper_02 {
  display: block;
  position: absolute;
  width: 76px;
  height: 70px;  
  background-image: url(/images/header-crowns.png);
  background-position: 0 0;
  background-repeat: none;  
}
.header .header_helper_01 {
  top: 0;
  left: -96px;
}
.header .header_helper_02 {
  top: 0;
  right: -96px;
}

.page_home .header {
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 transparent;  
}
.header:hover,
.header.inverted {
  background-color: rgba(0, 0, 0, 0.90);
  border-color: rgba(0, 0, 0, 1.00);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.header:hover .header_info,
.header.inverted .header_info {
  color: #fff;
  text-shadow: 0 0 0 transparent;  
}
.header:hover .header_helper_01,
.header:hover .header_helper_02,
.header.inverted .header_helper_01,
.header.inverted .header_helper_02 {
  background-position: 0 -70px;  
}


/* -- NAVIGATION STYLES -- */
.nav .list_pages .item_page {
	margin: 0;
	padding: 0 8px 10px;
	text-transform: uppercase;
	font-size: 15px;
}
.nav .list_pages .item_page .link_page {
  color: #FFFFFF;
  font-family: 'Cantarell', sans-serif;
  padding: 3px 0;
}
.nav .list_pages .item_page.active .link, 
.nav .list_pages .item_page:hover .link,
.nav .list_pages .item_page .link:hover {
  color: #fd1f17;
}

.nav .list_pages .item_page_order-online .link_page {
  border-radius: 0.3em;
  background-color: #FFFFFF;
  padding-left: 6px;
  padding-right: 6px;
  color: #494949;
  text-shadow: 0 0 0 transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.nav .list_pages .item_page_order-online:hover .link_page,
.nav .list_pages .item_page_order-online .link_page:hover {
  text-decoration: none;  
  background-color: #fd1f17;
  color: #FFFFFF;
}

.header:hover .nav .list_pages .item_page .link_page,
.header.inverted .nav .list_pages .item_page .link_page {
  color: #fff;
  text-shadow: 0 0 0 transparent;  
}
.header:hover .nav .list_pages .item_page.active .link,
.header:hover .nav .list_pages .item_page:hover .link,
.header:hover .nav .list_pages .item_page .link:hover,
.header.inverted .nav .list_pages .item_page.active .link, 
.header.inverted .nav .list_pages .item_page:hover .link,
.header.inverted .nav .list_pages .item_page .link:hover {  
  color: #fd1f17;
}

.nav .list_pages .list_subs {
	width: auto !important;
}


.header:hover .nav .list_pages .item_page_order-online .link_page,
.header.inverted .nav .list_pages .item_page_order-online .link_page {
  background-color: #fd1f17;
  color: #FFFFFF;
  box-shadow: 0 0 0 transparent;
}
.header:hover .nav .list_pages .item_page_order-online:hover .link_page,
.header:hover .nav .list_pages .item_page_order-online .link_page:hover,
.header.inverted .nav .list_pages .item_page_order-online:hover .link_page,
.header.inverted .nav .list_pages .item_page_order-online .link_page:hover {
  background-color: #FF9C51;
  color: #FFFFFF;
}

/* -- BANNER STYLES -- */
.page:first-child > .page_banner {
  border-color: #000000; 
}
.page:first-child > .page_banner .video_banner {
  display: block; 
  overflow: hidden; 
  width: auto; 
  height: 0; 
  padding-bottom: 58%; 
  position: relative; 
  margin-top: -1%;
}
.page:first-child > .page_banner .video_banner .youtube_frame {
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  width: 100%;
  height: 100%;
}
[data-page=home] .website .page_banner {
	padding: 0 0 52%;
}

/* -- CONTENT STYLES -- */
.content hr, 
.content .line_divider {
  border-color: #fd1f17;
  border-style: solid;  
}
.content .image_border,
.content .block_border,
.content .frame_border {
  border-color: #fd1f17;  
}
.content .highlight_block,
.content .no_content {
  border-color: transparent;
  border-style: none;
  background-color: #292929;
  border-radius: 0;
}
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
  font-family: 'Cantarell', sans-serif;
  font-size: 180%;
  color: #fd1f17;
}
.content a {
  color: #fff;
}
.content a:hover {
  color: #fd1f17;
}
.content .highlight_block, 
.content .no_content	{
	background-color: transparent;
}
.content .float_body {
  width: 60%;
}

/* -- PAGE STYLES -- */
.page {
  border-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.page .page_content {
  background-color: #0F0F0F;
  color: #FFFFFF;
}

.float_sidebar .icon:before {
  display: none;
}


/* -- HOME PAGE STYLES -- */
.content .home_rotator {
  display: block;
  float: right;
  margin: 0 0 0 10px;
  width: 228px;
}
.content_editor .home_rotator {
  padding: 4px;
  background-color: #DEDEDE;
}
.content .home_rotator .page_banner_block {
  margin: 0;
}
.content .sidebar_widget_directions {
  text-align: left;
  margin: 0 auto 20px;
}
.content .sidebar_widget_directions .block_contact_map {
  margin: 0 auto 6px 0;
}
.content .sidebar_widget .text_list .list_item {
  padding: 0 0 5px;
}
.content .sidebar_widget .text_list {
  font-size: 100%;
}

.content .block_contact_address .text_address .phone[title^="Ext."] {
    font-size: 90%;
    margin-top: -0.4em;
    opacity: 0.8;
}


#homebtn {
	margin-top: -200px;
	position: absolute;
	margin-left: 43%;
}
div#homebtn span#btnA {
	display:inline-block;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 48px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 50%;
	margin-left: 50px;
}
div#homebtn:hover span#btnA {
	display:none;
}
div#homebtn span#btnB {
	display:none;
}
div#homebtn:hover span#btnB  {
	display:inline;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	left: 47%;
}

div#homebtn:hover span#btnB a {
	color: #fff;
}

/* -- ABOUT PAGE STYLES -- */
.content .block_info_hours .list_item_active {
  background-color: transparent;
  color: #fd1f17;
}
.deatsfeats	{
	width: 49%;
	float: left;
}
.ophours	{
	border: none;
	width: 49%;
	float: right;
}

/* -- SPECIALS PAGE STYLES -- */
.content .block_specials_coupons .list_coupons,
.content .block_specials_deals .list_specials {
  font-size: 100%;
  border: 0 none transparent;
}
.content .block_specials_deals .list_item {
  padding: 10px 10px;
}
.content .block_specials_deals .item_text hr {
	margin: 8px auto 4px;
	border-bottom-style: dotted;
	border-color: #fff;
}
[data-page=specials] .content .block_border,
[data-page=speciaux] .content .block_border {
	border-color: #fd1f17;
	border-style: solid;
}

/* -- Reservation/VIP STYLES -- */
#iframe_certificates_html, #iframe_certificates, #iframe_reservations_html, #iframe_reservations, #iframe_viplist_html, #iframe_viplist {
	color: #fff;
}


/* -- Menus Page Styles -- */

.content .menus_content {
    display: block;
    background-color: #000000;
    background-image: url(/images/backgrounds/menu-content_background.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-size: cover;
    border-radius: 6px;
    position: relative;
    text-shadow: 1px 1px 0px rgb(0, 0, 0, 0.8);
}
.content .menus_content:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;    
}
.content .menus_content > .menu_top {
    display: block;
    position: relative;
    z-index: 2;
}
.content .menus_content > .menu_text {
    display: block;
    position: relative;
    z-index: 3;
}
.content .menus_content > .menu_text .text_content_header {
    margin: 0 auto 20px;
}
.content .menus_content .menu_name {
    font-size: 220%;
    line-height: 1.6;
    text-transform: uppercase;
}
.content .menu_section .menu_item {
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.5);
}
.content .menu_section .menu_item h4.item_name {
    color: inherit;
}
.content .menu_section.section-columns-1 .column {
    margin-right: 2%;
}


/* -- FOOTER STYLES -- */
.footer {
  background-color: #292929;
  background-image: url(/images/footer-background.jpg);
  background-position: center bottom;
  background-repeat: repeat-x;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.footer .footer_info .footer_column {
  border-color: #494949;
}
.footer .footer_info .name:before {
  display: inline;
}
.footer .footer_info .name, 
.footer .footer_info .connect, 
.footer .footer_info .sitemap {
  text-transform: uppercase;
}
.footer .footer_info .name:before, 
.footer .footer_info .connect:before, 
.footer .footer_info .sitemap:before {
  color: #fd1f17;
}
.footer .footer_info .sitemap_list {
  line-height: 180%;
}
.footer .footer_info a {
  color: #FFFFFF;
} 
.footer .footer_info a:hover {
  color: #fd1f17;
}
.footer .footer_info .footer_column_logo .logo_image {
	background-size: auto 100%;
	background-size: contain;
	background-position: center center;
	width: 200px;
	height: 100px;
}