﻿#head {
    background: #082038;
}

.site-logo {
    background: url('../Fishweather/images/ui-sprites-3.png') -889px 0;
    width: 173px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 9px 1% 0 0;
}

#sub-navigation {
    background-color: #83a359;
}

#header-nav-sub {
    display: none;
}


.button-go {
    background: #83a359;
}

/*#site-tagline {
    padding: 60px 0 0 0;
    background: transparent url(images/images/logo-cover-photo.png) no-repeat 0 0;
    top: 70%;
    right: 50px;
}*/

#site-tagline {
    padding: 60px 0 0 0;
    background: transparent url(images/images/logo-cover-photo.png) no-repeat 50% 0;
    text-align: center;
    left: 0;
}

#community-snippets-holder {
    background: #01253d;
}

#community-snippets-content h1 {
    width: 171px;
    height: 69px;
    text-indent: -9999px;
    display: none;
}

blockquote span {
    color: #fff;
    font-size: 17px;
}

.quote-right-1 {
    border-right: dotted 2px #030e15;
    border-bottom: dotted 2px #030e15;
}

.quote-left-1 {
    border-left: dotted 2px #030e15;
}

.quote-right-2 {
    border-right: dotted 2px #030e15;
    border-top: dotted 2px #030e15;
    border-bottom: dotted 2px #030e15;
}

.quote-left-2 {
    border-left: dotted 2px #030e15;
}

.vimeo {
    display: none;
}

@media only screen and (max-width: 1011px) {
    #Asia .Sub-Menu {
        left: -192.5px !important;
    }
}

@media only screen and (max-width: 878px) {
    #main-left {
        width: 195px;
    }
}

/*change max-width here to whatever data-breakpoint="value" value is + 1 to keep responsive nav intact*/
@media only screen and (max-width: 767px) {
    .site-logo {
        background: url('../Fishweather/images/ui-sprites-3.png') -889px 0;
        width: 170px;
    }

    #main-left {
        width: 98%;
    }

    #nav-menus {
        background: #4f5d6b;
    }

    .dd {
        background: #082038;
    }
}
