@import url(https://fonts.googleapis.com/css?family=Oswald|Roboto+Condensed);

body {
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#FFF;
     color: #4D4D4F;
	}
.icon:before {
    content: "\e600";
    color: #ED1649;
    background-color: white;
    padding: 6px;
    border-radius: 10px;
    line-height: 140%;
}
.website .page_banner_slideshow .banner_buttons .button.active, 
.website .page_banner_slideshow .banner_buttons .button:hover {
    background-color: rgb(252, 21, 77);
}

/*  -- Social Icons -- */

.content .block_social_links .social_icon .icon_span {
    text-align: center;
}

.content .block_social_links .social_glyphs .icon_span {
    font-size:150%;
    color: #696969;
}

.content .block_social_links .social_glyphs .label_span {
    display: none;
}

.content .block_social_links .social_icon {
    display: inline-block;
    float: none;
    clear: both;
    margin-bottom: 5px;
    margin-top: 10px;
}


/* Header Styles */
.header {
    background-color: #4D4D4F;
    background-image: none;
	margin-bottom: -15px;
}
.header .header_logo {
    width: 290px;
    height: 90px;
    background-size: 300px;
    top: -5px;
}
.header .header_info .name,
.header .header_info .phone,
.header .header_info .address,
.header .header_info .detail::before{
    display: none;
    top:18px;
}
.page .action_block .action_button {
    border-radius:0px;
}
.has_action_buttons .header .top {
    height: 35px;
}

.website .header .action_button {
    top: 28px;
    border-radius: 0px;
}


/*  Nav Styles  */

.nav {
    font-family: 'Oswald', sans-serif;
}

.nav .list_pages {
    font-size: 160%;
    padding-top: 25px;
	line-height: 0;
	text-transform:uppercase;}


.nav .list_pages .item_page .link_page	{	
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
	
.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: #EF1649;
    text-decoration: none;
    
}

/* Page Styles  */

.page  {
    border-width: 0;
    margin-top: 90px;
    background-color: #D2D2D6;
}

.page .page_content {
    background-color: transparent;
}

.page .page_wrapper {
    min-height: 300px;
}

/* Content Styles */
.content{
	font-size:120%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:lighter;
    padding: 0px;
}
.content a {
    color: #EC1547;
}
.content h2, .content h2 a {
    font-family: 'Oswald', sans-serif !important;
    font-size: 300%;
    text-align: center;
    color: #4D4D4F;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content h1, .content h2, .content h3,
.content h4, .content h5, .content h6,
.content .text_title {
   font-family: 'Oswald', sans-serif;
}
.content .body_sublinks {
    display: none;
}
.content .highlight_block {
    background-color: transparent;
    border-style: none;
}
.has_action_buttons .content {
    padding-top: 0px;
}
.has_action_buttons .header .header_info {
   margin-top: 0px;
}
.header .header_info .detail:before {
    content: '|';
    display: none !Important;
}

/* Menu */
.content .menus_list {
    text-align: center;
    margin-right: 30px;
    font-size: 120%;
}
.content .menus_list .list_item .item_link {
    text-decoration: underline;
    color: #000;
    background-color: #999;
    padding: 8px;
    font-weight: normal;
}
.menu_section .menu_item {
    margin: 30px 0px;
}

.content .menu_section .menu_item td.price {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.content .menu_section .menu_item h4.item_name {
     font-family: 'Oswald', sans-serif;
    line-height: 100%;
    letter-spacing:1px;
} 
.content .menus_list .list_item .item_link:hover,
.content .menus_list .list_item .active_link {
     text-decoration: underline;
    color: #fff;
    background-color: #b0ca35;
    padding: 8px;
    font-weight: normal;
}
.list_item .bullet {
    display: none;
}
.content .menus_list .list_item {
    padding: 15px;
}
.menu_section h3.section_name {
    border-bottom: 2px solid #b0ca35;
}
.menu_section .menu_item .item_desc, .section_desc {
    text-align: left;
}

/*--  Gallery  --*/
.content .gallery_block .gallery_link {
    width: 25% !important;
    margin: 0 auto 0 0 !important;
}
.content .gallery_block .gallery_photo {
    border: none;
    padding-bottom: 100% !important;
    margin: 0;
}

/*--  Footer  --*/
.footer {
    background-color: #2A2A2B;
}
.footer .footer_info .detail {
    line-height: 230%;
}
.footer .footer_info .footer_column_logo .logo_image {
    width: 300px;
}