body {
    color: #65483b;
    font-family: "Verdana", "Arial", "Tahoma", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: #ecd4b3;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 0px 0px 14px 0px;
    padding: 0px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #acc5d2;
}


/* topography */

.container {
    width: 980px;
    margin: 0 auto;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.separator {
    height: 1px;
    padding: 0;
    border-bottom: 1px solid #603c1b;
}


/* sections */

header {
    display: block;
}

#logo {
    margin-top: 20px;
    width: 300px;
    height: 135px;
    float: left;
}

header nav {
    display: inline-block;
    width: 650px;
    height: 175px;
    float: right;
    background: url('../images/header.png') no-repeat;
}

footer {
    padding: 20px 0;
}

.footer-content {
    padding-left: 20px;
    font-size: 12px;
}


/* menu */

header nav ul {
    list-style: none;
    text-align: right;
}

header nav ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 7px;
    border-left: 1px solid #603c1b;
}

header nav ul li a {
    color: #603c1b;
}

header nav ul li a:hover {
    color: #cc7c32;
}


/* internal classes */

.tooltip {
    display: none!important;
}

.page-header {
    text-transform: uppercase;
}


/* facebook */

#facebook-slide {
    position: fixed;
    right: -300px;
    top: 5%;
    transition: all 1s;
    display: none;
    cursor: pointer;
}

#facebook-slide::before {
    content: '';
    position: relative;
    right: -4px;
    top: 3px;
    height: 130px;
    width: 27px;
    background: url('../images/fb_tab.png') no-repeat;
    display: inline-block;
}

.fb-toggle-slide {
    right: 0!important;
}