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

body {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
/* Header */
.top_wrapper,
.nav_wrapper {
    max-width: 100vw;
}
.top_wrapper {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.top_wrapper:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
}
.has_action_buttons .header .top {
    height: 20px;
}
.has_action_buttons .header {
    height: 80px;
    border-top: 1px solid #000;
    top: 90px;
    background-image: url(/images/whiteboard.png);
    position: absolute;
}
.header .header_logo {
    float: none;
    margin: 0 auto;    
    position: relative;
    top: -55px;
}
.header .header_info .phone.real,
.header .header_info .name,
.header .header_info .social,
.content .menus_content .menu_legend .item{
    display: none;
}
.has_action_buttons .header .header_info {   
    background-color: rgb(233, 233, 233);
    background-color: rgba(233, 233, 233, 0.66);
    padding-right: 10px;
    color: #000;
    text-shadow: none;
    margin: 0;
    position: absolute;
    top: -44px;
    right: 0;
}
.header .header_info .detail:before{
    content: " ";
}
.website .header .action_button{
    top: -80px;
    width: 160px;
}


/* Nav */
.nav .list_pages {
    text-align: center;
}
.nav .list_pages .item_page {
    margin-left: 25px;
}
.nav .list_pages .item_page .link {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    text-shadow: none;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
}
.nav .list_pages .item_spacer_gallery {
    display: inline-block;
    width: 240px;
    transition: all 0.5s ease;
}

/* Content */
.content h2 {
    font-family: 'Trirong', serif;
    font-size: 250%;
    margin: 15px auto 35px auto;
    text-transform: uppercase;
    text-align: center;
}
.content h4 {
    font-family: 'Trirong', serif;
    font-size: 200%;
    border-bottom: 2px solid #000;
}
.has_action_buttons .content {
    padding-top: 0px;
}
.content .highlight_block,
.content .menu_section .menu_item h4.item_name{
    background-color: transparent;
    border: none;
}

/* Page */
.page .page_content {
    background-image: url(/images/whiteboard.png);
}
.page .page_wrapper {
    min-height: 230px;
}
.website .page_banner {
    padding: 0 0 87vh;
}

/* Footer */
.footer a,
.footer span,
.footer .footer_info .detail {
    color: #fff;
}
.footer .footer_info .footer_column_logo .logo_image {
    width: 170px;
    height: 170px;
    background-size: 100%;
}
.footer .footer_info .social_glyphs .social_icon_yellowpages,
.footer .footer_info .email{
    display: none;
}

/* IE8 uses \0 */
@media all\0 { 
    body {
        background-position: center top;
    }
    .has_action_buttons .header .header_info { 
        right: 0px;
    }
} 
