html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input, select, option, textarea, button, submit {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('/assets/fonts/icomoon.woff') format('woff');
}

@font-face {
    font-family: 'segoe';
    src: url('/assets/fonts/segoeui.woff') format('woff');
}

@font-face {
    font-family: 'segoe-light';
    src: url('/assets/fonts/segoeuil.woff') format('woff');
}

@font-face {
    font-family: 'oswald';
    src: url('/assets/fonts/Oswald-Regular.ttf') format('woff');
}

body {
    font-size: 1em;
    font-family: 'segoe';
    color: #000; 
    background: #f3f5f6;
}

h1 {
    font-family: 'oswald';
    font-weight: normal;
}

h2 {
    font-family: 'oswald';
    font-weight: normal;
}

h3 {
    font-family: 'oswald';
    font-weight: normal;
}

h4 {
    font-family: 'oswald';
    font-weight: normal;
}

p {
    font-family: 'segoe';
    font-weight: normal;
    font-size: 0.8em;
    line-height: 200%;
}

b {
    font-family: 'segoe';
    font-weight: normal;
}

a {
    font-family: 'segoe';
    color: #000;
    text-decoration: none;
}

.wrap {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 40px 0 40px;
}

.row {
    width: 100%;
    float: left;
}  

.column {
    float: left;
}

.column.right {
    float: right;
}

.full { width: 100%; }
.two-thirds { width: 67.777%; width: calc((100% / 3)* 2); }
.half { width: 50%; }
.third { width: 33.333%; width: calc(100% / 3); }
.fourth { width: 25%; }

header {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 999;
    color: #aaa;
    line-height: 80px;
    background: #171717;
}

#logo {
    height: 80px;
}

#logo img {
    max-height: 100%;
}

#logo-big {
    display: block;
}

#logo-small {
    display: none;
}

nav {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

nav a {
    float: left;
    padding: 0 20px 0 20px;
    color: #aaa;
    font-size: 0.8em;
    font-family: 'oswald';
    text-transform: uppercase;
}

nav a:hover {
    color: #ffb300;
    background: #333;
}

#show-nav {
    width: 60px;
    height: 60px;
    float: right;
    margin: 10px 0 10px 0;
    display: none;
}

#show-nav:before {
    content: '\e9bd';
    font-family: 'icomoon';
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 2em;
}

#show-nav:hover {
    color: #ffb300;
    cursor: pointer;
    background: #333;
}

.show-nav {
    top: 80px;
    visibility: visible;
    opacity: 1;
}

footer {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 998;
    color: #aaa;
    line-height: 50px;
    font-size: 0.9em;
    background: #171717;
}

#footer-social-media a {
    float: left;
    margin: 0 0 0 20px;
    color: #aaa;
}

#footer-social-media a:hover {
    color: #ffb300;
    cursor: pointer;
}

#footer-social-media a:before {
    font-family: 'icomoon';
}

#footer-social-media a.facebook:before { content: '\ea90'; }
#footer-social-media a.google-plus:before { content: '\ea8b'; }
#footer-social-media a.linkedin:before { content: '\eaca'; }
#footer-social-media a.yelp:before { content: '\ead7'; }

#footer-nav {
    width: 200px;
    position: relative;
    color: #fff;
    text-align: center;
}

#footer-nav:hover ul {
    opacity: 1;
    visibility: visible;
    top: -160px;
}

#footer-nav > a {
    width: 200px;
    height: 50px;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'oswald';
    background: #171717;
}

#footer-nav > a:hover {
    background: #333;
    color: #ffb300;
}

#footer-nav > a:after {
    content: '\e901';
    font-family: 'icomoon';
    margin: 0 0 0 20px;
}


#footer-nav ul {
    position: absolute;
    top: -130px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

#footer-nav ul a {
    width: 200px;
    height: 40px;
    float: left;
    color: #fff;
    font-size: 0.9em;
    font-family: 'oswald';
    line-height: 40px;
    background: #171717;
}

#footer-nav ul a:hover {
    background: #333;
    color: #ffb300;
}


#main-container {
    width: 100%;
    height: 100%;
    height: calc(100% - 130px);
}

#image-slider {
    width: 100%;
    height: 100%;
}

/*Screen Breakpoints
===================================*/

@media only screen 
and (max-width : 479px) {
    
    .wrap {
        padding: 0 10px 0 10px;
    }
    
    header {
        position: fixed;
        top: 0;
    }
    
    #logo-big { display: none; }
    #logo-small { display: block; }
    
    #show-nav { display:block; }
    
    nav {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: -1;
        background: #171717;
        visibility: hidden;
        opacity: 0;
    }
    
    nav a {
        width: 100%;
        height: 60px;
        float: left;
        line-height: 60px;
        text-align: center;
        border-top: 1px solid #333;
    }
    
    #main-container {
        padding: 80px 0 0 0;
        min-height: calc(100% - 50px);
        display: table;
    }
    
    #footer-nav {
        display: none;
    }
}

@media only screen 
and (min-width : 480px)
and (max-width : 735px) {
    
    .wrap {
        padding: 0 20px 0 20px;
    }
    
    header {
        position: fixed;
        top: 0;
    }
    
    #logo-big { display: none; }
    #logo-small { display: block; }
    
    #show-nav { display:block; }
    
    nav {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: -1;
        background: #171717;
        visibility: hidden;
        opacity: 0;
    }
    
    nav a {
        width: 100%;
        height: 60px;
        float: left;
        line-height: 60px;
        text-align: center;
        border-top: 1px solid #333;
    }
    
    #main-container {
        padding: 80px 0 0 0;
        min-height: calc(100% - 50px);
        display: table;
    }
    
    #footer-nav {
        display: none;
    }
    
}

@media only screen 
and (min-width : 736px)
and (max-width : 979px) {
    
    header {
        position: fixed;
        top: 0;
    }
    
    #logo-big { display: none; }
    #logo-small { display: block; }
    
    #show-nav { display:block; }
    
    nav {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: -1;
        background: #171717;
        visibility: hidden;
        opacity: 0;
    }
    
    nav a {
        width: 100%;
        height: 60px;
        float: left;
        line-height: 60px;
        text-align: center;
        border-top: 1px solid #333;
    }
    
    #main-container {
        padding: 80px 0 0 0;
        min-height: calc(100% - 50px);
    }
}

@media only screen 
and (min-width : 980px)
and (max-width : 1279px) {
    
    #logo-big { display: none; }
    #logo-small { display: block; }
    
}

@media only screen 
and (min-width : 1280px)
and (max-width : 1399px) {
}

@media only screen 
and (min-width : 1400px)
and (max-width : 1799px) {
}

@media only screen 
and (min-width : 1800px) {
}