body.full-width-slider {
    min-width: 800px;
}

#mega-menu-dropdown {
    display: none !important;
}

#social-nav {
    z-index: 999;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 140px;
    text-align: center;
    margin-left: -70px;
}

#social-nav [class^="icon-"], 
#social-nav [class*=" icon-"] {
    display: inline-block;
    color: #000;
    opacity: 0.45;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

#social-nav [class^="icon-"]:hover, 
#social-nav [class*=" icon-"]:hover {
    opacity: 1;
}

.social-buttons a {
    /* 	background: red; */
}


#site-title a, #site-title-custom a {
    font-size: 1.3em;
}

#full-width-slider {
    top: 0 !important;
}

#branding, #header-wrapper {
    display: block;
    width: 800px;
    height: 220px;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 50%;
    margin: 0 0 0 -400px;
}


body.home h1#site-title {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
}

#site-title a, #site-title-custom a {
    text-align: center;
    float: none;
    font-family: 'FuturaBT-Medium', "Trebuchet MS", Arial, sans-serif !important;
    font-weight: normal;
}

body.home nav#access {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#access ul {
    text-align: center;
}

#access ul li {
    display: inline-block;
    float: none;
}

#access ul a {
    display: inline-block;
    float: none;
    font-family: 'FuturaBT-Medium', "Trebuchet MS", Arial, sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 2px;
}
body.home #instagram {
    width: 24px;
    height: 24px;
    background: url('../../images/instagram-icon.png') no-repeat center center;
    background-size: 18px;
    display: inline-block;
    line-height: normal;
    vertical-align: -27%;
    
    top: 0px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
}
body.home #instagram:before {
    content: none;
}
body.home #instagram:hover {
    background: url('../../images/instagram-icon-hover.png') no-repeat center center;
    background-size: 18px;
}


/*
#site-title a, #site-title-custom a {
        font-family: helvetica;
}
*/

@media (max-width: 580px) {
    #site-title a {
        font-size: 1em;
    }
    #branding, #header-wrapper {
        height: 170px;
    }
}
@media (max-device-width : 768px) {
    #site-title a {
        font-size: 1.5em;
        margin-top: 3em;
    }
    nav#access ul a {
        font-size: 2em;
    }


}

/*
@media only screen (max-width: 580px), only screen (max-device-width : 768px)   { 
    #site-title a {
        font-size: 1.05em;
    }
    nav#access ul a {
        font-size: 1.5em;
    }
}
*/