/************************* General *************************/
body {
    background: #fff;
    color: #505050;
    font: 1em/1.4 'Roboto', 'Helvetica', arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 5px 0 15px 0;
}

a {
    color: #5497FE;
}

    a:hover, a:focus {
        color: #76BBFF;
    }

h1, h2, h3, h4, h5, h6 {
    color: #5497FE;
    font: 1em/1.4 'Roboto', 'Helvetica', arial, sans-serif;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}

h1 {
    color: #5497FE;
}

h2 {
    font-size: 26px;
    color: #76BBFF;
}

h3 {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}

h4 {
    font-size: 22px;
    color: #5497FE;
}

h5 {
    font-size: 20px;
    color: #76BBFF;
}

.section-header {
    border-bottom: 1px solid #ccc;
}

h6 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

@media only screen and (min-width : 800px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 20px;
    }
}

/************************* General Layout *************************/
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}

.full {
    background: #fff;
    margin: 0 auto;
    padding-top: 42px;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    z-index: 2;
}

.container {
    padding: 0 0 30px;
}

.interior .container {
    padding-top: 25px;
}

.interior .contact-container {
    padding-top: 50px;
}

@media only screen and (min-width : 900px) {
    .full {
        padding-top: 0;
    }

    .interior .container {
        padding-top: 71px;
    }
}

@media only screen and (min-width: 1200px) {
    .interior .container {
        padding-top: 150px;
    }
}

@media only screen and (min-width : 1250px) {
    .inner {
        padding: 0;
    }

    .violin-text {
        bottom: 75px;
    }
}


@media only screen and (min-width : 800px) {

    .violin-text {
        margin-top: -60px;
        font-size: 25px;
    }
}

@media (min-width : 1250px) {

    .violin-text {
        bottom: 75px;
        /*font-size:2em;*/
        font-size: 25px;
        margin-top: 0px;
    }
}

@media (min-width : 1800px) {

    .violin-text {
        bottom: 101px;
        /*font-size: 2em;*/
        font-size: 25px;
    }
}

/************************* Forms / Buttons *************************/
label {
    font-weight: bold;
}

button.btn, .btn a, a.btn, input[type="submit"], button[type="submit"],
input[type=submit][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:hover, a.btn[disabled]:hover {
    background: #5497FE;
    color: #fff;
    display: inline-block;
    font: 700 18px/1.2 "Roboto", "Helvetica", arial, sans-serif;
    margin: 0 0 10px;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

    button.btn:hover, .btn a:hover, a.btn:hover, input[type="submit"]:hover, button[type="submit"]:hover,
    button.btn:focus, .btn a:focus, a.btn:focus, input[type="submit"]:focus, button[type="submit"]:focus {
        background: url('/images/btn-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    button.btn-cancel, .btn-cancel a, a.btn-cancel, input[type="submit"].btn-cancel, button[type="submit"].btn-cancel {
        background: #9e9e9e;
        color: #fafafa;
    }

/************************* Header *************************/
header.main {
    z-index: 9;
    background-image: url(/Images/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

@media (min-width: 900px) and (max-width: 1200px) {
    header.main {
        padding: 20px 10px 0;
    }
}

.interior header.main {
    border-bottom: 1px solid #e3e3e3;
}

header.main .logo {
    max-width: 250px;
    margin: auto;
    -webkit-transition: max-width 0.3s;
    transition: max-width 0.3s;
}

    header.main .logo img {
        width: 100%;
    }

header.main .right {
    display: none;
}

@media only screen and (min-width : 900px) {
    header.main {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

        header.main.change-it {
            padding: 10px 20px;
        }
}

@media only screen and (min-width: 1200px) {
    header.main .logo {
        width: 250px;
        display: inline-block;
        margin-right: -5px;
        vertical-align: middle;
    }

    header.main .navigation {
        width: calc(100% - 250px);
        display: inline-block;
        vertical-align: middle;
    }

    header.main .main-nav {
        text-align: right;
        padding: 0;
    }

    header.main .right {
        padding: 0;
    }

    header.main.change-it {
        padding: 10px 20px;
    }
}

/************************* Navigation *************************/
/* NOTE: Mobile menu styles are in a separate file, mobile-menu.css */
.main-nav, .shop-nav, #main-nav p, .main-nav br {
    display: none;
}

    /* NOTE: This is just for mobile menu, the other menu styles are on the site.css */
    /* Mobile Navigation */

    /* Nav styles */
    .main-nav, #main-nav ul p, .main-nav ul br {
        display: none;
    }

/* Mobile Navigation */
.toggle-menu {
    background: #333;
    color: #fafafa;
    font-size: 16px;
    left: 0;
    position: fixed;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .toggle-menu li, .toggle-menu .icon, .toggle-menu .menu-text {
        display: inline-block;
        vertical-align: middle;
    }

    .toggle-menu .menu-text {
        font-size: 14px;
        font-weight: 700;
    }

.cart-trigger span {
    display: inline-block;
    vertical-align: middle;
}

.toggle-menu p {
    margin: 0;
}

.toggle-menu a {
    color: #fafafa;
    display: block;
    padding: 10px;
    text-decoration: none;
}

/* Hamburger menu icon */
#menu-trigger .icon, #menu-trigger .icon:after, #menu-trigger .icon:before,
#shop-trigger .icon, #shop-trigger .icon:after, #shop-trigger .icon:before {
    background: #fafafa;
    -webkit-transition: all 0s .3s;
    transition: all 0s .3s;
    width: 18px;
    height: 2px;
}

    #menu-trigger .icon:after, #menu-trigger .icon:before,
    #shop-trigger .icon:after, #shop-trigger .icon:before {
        background: #fafafa;
        content: "";
        position: absolute;
        left: 0;
    }

    #menu-trigger .icon:before,
    #shop-trigger .icon:before {
        bottom: 5px;
        -webkit-transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-trigger .icon:after,
    #shop-trigger .icon:after {
        top: 5px;
        -webkit-transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
    }

/* When clicked, hamburger icon animates into an X */
#menu-trigger.is-clicked .icon,
#shop-trigger.is-clicked .icon {
    background: rgba(255, 255, 255, 0);
}

    #menu-trigger.is-clicked .icon:after,
    #shop-trigger.is-clicked .icon:after {
        background: #48B2BA;
        top: 0;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-trigger.is-clicked .icon:before,
    #shop-trigger.is-clicked .icon:before {
        background: #48B2BA;
        bottom: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
    }

/* Mobile Nav Panels */
[id$="nav-copy"], #cart-popout {
    background: #fff;
    box-shadow: 5px 0 5px -5px rgba(0,0,0,.5);
    left: 0;
    overflow-y: auto;
    padding: 42px 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    width: 230px;
    height: 100%;
    z-index: 9;
}

#cart-popout {
    box-shadow: -5px 0 5px -5px rgba(0,0,0,.5);
    left: auto;
    right: 0;
    -webkit-transform: translateX(505px);
    -ms-transform: translateX(505px);
    transform: translateX(505px);
    width: 100%;
    max-width: 500px;
    padding: 100px 20px 60px;
    z-index: 10;
}

@media only screen and (min-width: 900px) {
    #cart-popout {
        padding: 60px 20px;
    }
}

[id$="nav-copy"] ul li a {
    border-bottom: 1px solid #e3e3e3;
    color: #202020;
    display: block;
    padding: 15px;
    text-decoration: none;
}

    [id$="nav-copy"] ul li a:hover {
        background: #48B2BA;
        color: #fff;
    }

[id$="nav-copy"] ul li ul {
    font-size: 14px;
    line-height: 1.2;
}

    [id$="nav-copy"] ul li ul li a {
        padding-left: 30px;
    }

[id$="nav-copy"].open-menu, #cart-popout.open-menu {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
}

.dd-wrap {
    display: block;
    width: 100%;
}

.open-dd {
    background: #e3e3e3;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 10;
}

    /* Icon to indicate there's drop downs to open */
    .open-dd::after {
        content: "\f103";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .open-dd:hover, .open-dd:focus {
        background: #48B2BA;
        color: #fff;
    }

.has-sub ul {
    display: none;
}

.has-sub span {
    display: block;
}

.has-sub > span {
    height: 100%;
}

/* Panels */
/* Since the second panel isn't a second menu we want it to be styled a bit differently */
.panel {
    padding: 40px 10px;
}

/* Main Nav */
.main-nav, .shop-nav {
    font: 1em/1.4 'Roboto', 'Helvetica', arial, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .main-nav ul li, .shop-nav ul li {
        display: inline-block;
        margin: 0 25px 0 0;
    }

.shop-nav {
    text-align: right;
}

    .shop-nav ul li {
        margin: 0 0 0 15px;
    }

        .main-nav ul li a, .shop-nav ul li a {
            display: block;
            color: #fff;
            padding: 5px 0;
            text-decoration: none;
        }

        .main-nav ul li:hover a, .main-nav ul li:focus a,
        .shop-nav ul li:hover a, .shop-nav ul li:focus a {
            color: rgba(255,255,255,0.8);
        }

    .shop-nav ul {
        display: inline-block;
        vertical-align: middle;
    }

        /* Drop Downs */
        .main-nav ul > li > ul, .shop-nav ul > li > ul {
            background-color: #5497FE;
            display: block;
            line-height: 1.2;
            left: 0;
            margin: 0;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            position: absolute;
            text-align: left;
            top: auto;
            -webkit-transition: max-height .1s ease-in-out 0s, opacity .1s ease-in-out 0s;
            transition: max-height .1s ease-in-out 0s, opacity .1s ease-in-out 0s;
            width: 200px;
            height: auto !important;
            z-index: 20;
        }

        .shop-nav ul > li > ul {
            left: auto;
            right: 0;
            text-align: right;
            width: 150px;
        }

            .main-nav ul > li > ul li, .shop-nav ul > li > ul li {
                border-bottom: 1px solid #d7d7d7;
                display: inline-block;
                font-size: 18px;
                height: auto !important;
                margin: 0;
                padding: 0;
                position: relative;
                width: 100%;
            }

                .main-nav ul > li > ul li:last-child, .shop-nav ul > li > ul li:last-child {
                    border-bottom: 0;
                }

                .main-nav ul > li > ul li a, .shop-nav ul > li > ul li a {
                    border: 0 !important;
                    display: block;
                    padding: 10px !important;
                    text-indent: 0 !important;
                    -webkit-transition: none;
                    transition: none;
                    color: #fff !important;
                }

                .main-nav ul > li > ul li:hover a, .shop-nav ul > li > ul li:hover a, .main-nav ul > li > ul li:hover a:visited, .shop-nav ul > li > ul li:hover a:visited,
                .main-nav ul > li > ul li:focus a, .shop-nav ul > li > ul li:focus a, .main-nav ul > li > ul li:focus a:visited, .shop-nav ul > li > ul li:focus a:visited {
                    background: #76BBFF;
                    color: #fff !important;
                }

        .main-nav ul > li:hover > ul, .shop-nav ul > li:hover > ul,
        .main-nav ul > li:focus > ul, .shop-nav ul > li:focus > ul {
            max-height: 500px;
            opacity: 1;
            -webkit-transition: max-height .7s ease-in-out 0s;
            transition: max-height .7s ease-in-out 0s;
        }

@media only screen and (min-width : 900px) {
    [id$="nav-copy"], .toggle-menu {
        display: none;
    }

    .main-nav, .shop-nav {
        display: block;
    }

    .main-nav {
        width: calc(100% - 250px);
        float: left;
    }

    header .right {
        width: 250px;
        float: right;
    }
}

/************************* Banner *************************/
.banner {
    margin-bottom: 40px;
    z-index: 8;
}

    .banner > .inner {
        padding: 0;
    }

.banner-item {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
}

    .banner-item .text {
        color: #999;
        font: 18px "Roboto", "Helvetica", arial, sans-serif;
        padding: 10px 10px 0;
        text-align: center;
    }

.banner .arrow {
    background: #24bca7;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 26px;
    left: 0;
    line-height: 1;
    padding: 6px 12px 8px 8px;
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 9;
}

    .banner .arrow.arrow-next {
        left: auto;
        padding: 6px 8px 8px 12px;
        right: 0;
    }

    .banner .arrow:hover, .banner .arrow:focus {
        background: #FFA011;
    }

@media only screen and (max-width : 800px) {
    .banner-item {
        background-image: none !important;
    }
}

@media only screen and (min-width : 800px) {
    .banner-item .image img {
        opacity: 0;
    }

    .banner-item .text {
        color: #fff;
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        left: 10%;
        position: absolute;
        text-align: left;
        text-shadow: 1px 1px 0 rgba(0,0,0,.8);
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .banner-item .text .btn {
            text-shadow: 1px 1px 0 rgba(0,0,0,0);
        }
}

/************************* Login Page *************************/
.login-wrapper {
    max-width: 350px;
}

.login-form {
    margin-bottom: 30px;
}

.login-create-link a {
    text-decoration: none;
}

@media only screen and (min-width : 800px) {
    .login-wrapper {
        max-width: none;
    }

    .login-form, .login-create-link {
        float: left;
        margin-bottom: 0;
        max-width: 350px;
        width: 50%;
    }

    .login-create-link {
        padding-left: 50px;
    }
}

/*********************** Contact Page ***********************/
.contact-content {
    margin-bottom: 40px;
}

    .contact-content a:hover img {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .contact-content a:hover img {
        opacity: 0.75;
    }

.contact-map {
    margin-bottom: 40px;
}

    .contact-map iframe {
        width: 100%;
    }

    .contact-map .embed-wrapper {
        max-width: none;
    }

@media only screen and (min-width: 850px) {
    .contact-map, .contact-content {
        float: left;
        width: 50%;
    }

    .contact-content {
        padding-right: 30px;
    }

    .contact-map {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1000px) {
    .contact-map {
        width: 75%;
    }

    .contact-content {
        padding-right: 30px;
        width: 25%
    }

    .contact-map {
        padding-left: 30px;
    }
}

/************************* Contact *************************/
.hero {
    min-height: 300px;
    margin-top: 105px;
    text-align: center;
}

    .hero .bg {
        min-height: 300px;
    }

    .hero .image img {
        display: block;
    }

    /*so we can see stuff behind it*/
    .hero .image {
        opacity: 0;
        pointer-events: none;
    }


.container.contact-container .inner {
    max-width: 800px;
}


.form-panel {
    clear: both;
    display: none;
}

    .form-panel textarea {
        min-height: 176px;
    }

.email-btn a {
    cursor: pointer;
}

@media only screen and (min-width : 750px) {
    .hero .bg {
        min-height: initial;
    }
}



/************************* Footer *************************/
footer.main {
    background-image: url(/Images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /*font-size: 14px;*/
    font-size: 17px;
    margin: 0;
    /*padding: 20px 0;*/
    padding: 70px 0;
    text-align: center;
    z-index: 2;
}




    footer.main ul li {
        /*display: inline-block;*/
        margin: 0 5px 10px;
    }

    footer.main a {
        /*color: #5497FE;*/
        color: white;
        text-decoration: none;
    }

        footer.main a:visited {
            color: white;
        }

        footer.main a:hover, footer.main a:focus {
            color: #999;
        }

/*********************** Categories / Subpage ***********************/
.categories {
    margin-bottom: 30px;
}

    .categories ul {
        margin-top: 50px;
        text-align: center;
    }

    .categories li {
        margin: 0 auto 30px;
        max-width: 350px;
        width: 100%;
    }

    .categories ul li a {
        text-decoration: none;
    }


@media only screen and (min-width : 450px) {
    .categories li {
        float: left;
        max-width: none;
    }
}

@media only screen and (min-width : 450px) and (max-width : 750px) {
    .categories li {
        width: calc(100% / 2 - 16px);
    }

        .categories li:nth-of-type(2n+1) {
            margin-right: 15px;
        }

        .categories li:nth-of-type(2n+2) {
            margin-left: 15px;
        }
}

@media only screen and (min-width : 751px) {
    .categories li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width : 751px) and (max-width : 1050px) {
    .categories li {
        width: calc(100% / 3 - 21px);
    }

        .categories li:nth-of-type(3n+1) {
            clear: both;
            margin-left: 0;
        }

        .categories li:nth-of-type(3n+3) {
            margin-right: 0;
        }
}

@media only screen and (min-width : 1051px) {
    .categories li {
        width: calc(100% / 4 - 24px);
    }

        .categories li:nth-of-type(4n+1) {
            clear: both;
            margin-left: 0;
        }

        .categories li:nth-of-type(4n+4) {
            margin-right: 0;
        }
}

/*********************** About Us ***********************/
.bio-open, .bio-open body {
    overflow: hidden;
}

    .bio-open .bio-overlay {
        background: rgba(255,255,255,.8);
        cursor: pointer;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 100%;
        height: 100%;
        z-index: 11;
    }

.bio-container {
    margin: 30px auto;
}

.bio-close {
    margin-bottom: 10px;
}

    .bio-close > span {
        color: #686868;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .bio-close > span:hover {
            color: #FFA011;
        }

/* Grid */
.bio-container li {
    margin: 0 auto 30px;
    max-width: 320px;
    width: 100%;
}

.bio-container .image, .bio-info-panel .image {
    margin-bottom: 10px;
}

.bio-container .name, .bio-info-panel .name {
    border-bottom: 1px solid #ccc;
    color: #24BCA7;
    font: italic 22px "Roboto", "Helvetica", arial, sans-serif;
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.bio-info-panel .name {
    border-color: #999;
}

.bio-container .name a {
    color: #24BCA7;
    text-decoration: none;
}

    .bio-container .name a:hover, .bio-container .name a:focus {
        color: #FFA011;
    }

.bio-container .subtitle {
    color: #999;
    font-size: 15px;
}

    .bio-container .subtitle span:first-of-type {
        float: left;
        padding-right: 10px;
        text-align: left;
        width: calc(100% - 91px);
    }

    .bio-container .subtitle span:last-of-type {
        float: right;
        text-align: right;
        width: 90px;
    }

    .bio-container .subtitle a {
        border-bottom: 1px solid #ccc;
        color: #999;
        text-decoration: none;
    }

        .bio-container .subtitle a:hover, .bio-container .subtitle a:focus {
            border-color: #FFA011;
            color: #FFA011;
            text-decoration: none;
        }

.meta .links {
    margin-bottom: 10px;
}

    .meta .links a:nth-child(6n+2):last-child {
        padding-left: 10px;
    }

@media only screen and (min-width : 450px) {
    .bio-container li {
        float: left;
    }
}

@media only screen and (min-width : 450px) and (max-width : 750px) {
    .bio-container li {
        max-width: none;
        width: calc(100% / 2 - 16px);
    }

        .bio-container li:nth-of-type(2n+1) {
            margin-right: 15px;
        }

        .bio-container li:nth-of-type(2n+2) {
            margin-left: 15px;
        }
}

@media only screen and (min-width : 750px) {
    .bio-container li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width : 751px) and (max-width : 1050px) {
    .bio-container li {
        width: calc(100% / 3 - 21px);
    }

        .bio-container li:nth-of-type(3n+1) {
            clear: both;
            margin-left: 0;
        }

        .bio-container li:nth-of-type(3n+3) {
            margin-right: 0;
        }
}

@media only screen and (min-width : 1051px) {
    .bio-container li {
        width: calc(100% / 4 - 24px);
    }

        .bio-container li:nth-of-type(4n+1) {
            clear: both;
            margin-left: 0;
        }

        .bio-container li:nth-of-type(4n+4) {
            margin-right: 0;
        }
}

/* Panel */
.bio-info-panel {
    background: #f0f0f0;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    z-index: 12;
    max-width: 400px;
    width: 100%;
    height: 100%;
}

    .bio-info-panel a:hover, .bio-info-panel a:focus {
        color: #FFA011;
    }

    .bio-info-panel .inner {
        padding: 105px 15px 25px;
    }

    .bio-info-panel.slide-in {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
    }

@media only screen and (min-width : 1250px) {
    .bio-info-panel .inner {
        padding: 25px;
    }
}

@media only screen and (min-width : 850px) {
    .bio-info-panel {
        -ms-transform: translateX(700px);
        -webkit-transform: translateX(700px);
        transform: translateX(700px);
        max-width: 600px;
    }

    .bio-close:last-of-type {
        display: none;
    }
}

.scroll-indicator {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

/*** Panels ***/
.panel {
    background-color: #fff;
}

    .panel.one {
        background-color: transparent;
    }

    .panel.one {
        height: calc(100vh - 0px) !important;
        margin-top: 0;
        width: 100%;
    }

@media only screen and (min-width: 900px) {
    .panel.one {
        /*        margin-top: 105px;
*/
    }
}


/*HOME PAGE TAG STUFF*/

/*.big-tag {
        display: none;
    }*/

/*.panel.two .tag {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 25px 25px;
    }

    .panel.one .tag {
        position: absolute;
        bottom: 30px;
        max-width: 200px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 3;
    }*/


.panel.two .big-tag {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 25px 25px;
}

.panel.one .big-tag {
    position: absolute;
    bottom: 30px;
    max-width: 200px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}


.ipad .panel {
    height: 97vh;
}

.iphone .panel {
    height: 90vh;
}

.ios .landscape .panel, .android .landscape .panel {
    overflow-y: scroll;
}

.overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container {
    height: 100%;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 0;
}

.usa {
    bottom: 25%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 3;
}

.product-wrapper .image .usa {
    left: auto;
    right: 5%;
    top: auto;
    bottom: 5%;
    width: 25px;
    height: 25px;
}

@media only screen and (min-width : 550px) {
    .product-wrapper .image .usa {
        width: 80px;
        height: 64px;
    }

        .product-wrapper .image .usa text {
            font-size: 11.6px;
        }
}

@media only screen and (min-width : 800px) {
    .usa {
        bottom: 10%;
    }

    .panel.two .usa {
        width: 92px;
        height: 72px;
    }



    .panel.two .tag {
        /*margin-top: -40px;*/
    }

    .product-wrapper .image .usa {
        width: 125px;
        height: 100px;
    }
}

/* WAS 1250 now 1560 - jesse*/
@media only screen and (min-width: 1250px) {
    /*// commented out*/
    /*.panel.two .tag, .panel.one .tag {
            display: none;
        }*/

    .big-tag {
        display: block;
        max-width: 500px;
        position: fixed;
        /*bottom: 268px;*/
        bottom: 417px;
        right: 50px;
        z-index: 3;
    }
}

@media only screen and (min-width: 1250px) and (max-height: 650px) {
    .big-tag {
        bottom: 200px;
    }
}

@media only screen and (min-width: 1300px) and (max-height: 675px) {
    .big-tag {
        bottom: 225px;
    }
}

@media only screen and (min-width: 1300px) and (max-height: 600px) {
    .big-tag {
        bottom: 250px;
    }
}

@media only screen and (min-width: 1300px) and (max-height: 575px) {
    .big-tag {
        bottom: 225px;
    }
}

@media only screen and (min-width: 1300px) and (max-height: 550px) {
    .big-tag {
        bottom: 200px;
    }
}

@media only screen and (min-width: 1350px) and (max-height: 725px) {
    .big-tag {
        bottom: 250px;
        right: 150px;
    }
}

@media only screen and (min-width: 1350px) and (max-height: 675px) {
    .big-tag {
        bottom: 225px;
    }
}

@media only screen and (min-width: 1350px) and (max-height: 575px) {
    .big-tag {
        bottom: 200px;
    }
}

@media only screen and (min-width: 1500px) {
    .big-tag {
        /*bottom: 275px;
            right: 200px;*/
        bottom: 426px;
        right: 200px;
    }
}

@media only screen and (min-width: 1500px) and (max-height: 600px) {
    .big-tag {
        bottom: 200px;
    }
}

@media only screen and (min-width: 1800px) {
    .big-tag {
        /*bottom: 300px;
            right: 300px;*/
        bottom: 485px;
        right: 300px;
    }
}

@media only screen and (min-width: 1800px) and (max-height: 750px) {
    .big-tag {
        bottom: 250px;
    }
}

@media only screen and (min-width: 1800px) and (max-height: 600px) {
    .big-tag {
        bottom: 250px;
    }
}

.main-box {
    background-color: black;
    border: solid #E4B776 2px;
    text-align: center;
    font-family: 'Cardo', serif;
    font-size: 20px;
    color: #E4B776;
    /* possible size*/
    width: 271px;
    height: 248px;
}

/* phones, ipads make it centered */
@media only screen {
    .main-box {
        margin: auto;
    }

    /*.panel.two .tag {
            padding: 0 0 0 0;
        }*/


    .panel.two .big-tag {
        padding: 0 0 0 0;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1680px) {
    .main-box {
        width: 271px;
        height: 203px;
        font-size: 16px;
    }
}

/* About Page */
.scrolling-panel {
    color: #fff !important;
    height: 100vh;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .slide1 {
        color: #fff !important;
        height: 108vh !important;
        width: 100%;
    }

        .slide1 .text-right {
            bottom: 67px !important;
            left: 50%;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .scroll-indicator-repairs {
        position: absolute;
        z-index: 3;
        bottom: 11px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: flash linear 2s infinite;
        animation: flash linear 2s infinite;
    }
}

.scroll-indicator-repairs {
    position: absolute;
    z-index: 3;
    bottom: 23px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

.scrolling-panel h1, .scrolling-panel h2 {
    color: #fff;
    text-transform: none;
    line-height: 1.2;
    text-align: center;
    font-size: 24px;
}

.scrolling-panel p {
    font-family: 'Roboto', 'Helvetica', arial, sans-serif;
    font-size: 18px;
}

.scrolling-panel.slide1, .scrolling-panel.slide3 {
    background-size: cover;
    background-position: center center;
}

/*// 810*/
@media (min-width: 900px) {
    .scrolling-panel.slide1, .scrolling-panel.slide3 {
        background-position: top center;
    }

    /*.scrolling-panel.slide1 {
            margin-top: 117px !important;
        }*/


    .scrolling-panel p {
        font-family: 'Roboto', 'Helvetica', arial, sans-serif;
        font-size: 21px !important;
        text-shadow: 0 0 15px #000;
    }

    .scrolling-panel h1 {
        font-size: 51px !important;
    }
}



.scrolling-panel.slide2, .scrolling-panel.slide4 {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}

html:not(.touch):not(.iev) .scrolling-panel.slide2, html:not(.touch):not(.iev) .scrolling-panel.slide4 {
    background-attachment: fixed;
    background-position: center center;
}

.scrolling-panel .text {
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.scrolling-panel .text-right {
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scrolling-panel .text-left {
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width:800px) {



    .scrolling-panel .text-left {
        max-width: 375px;
        width: 100%;
        padding: 0 15px;
        margin: auto;
        position: absolute;
        bottom: 50px;
        /*left: 11%;*/
        left: 25%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .scrolling-panel .text-right {
        /*max-width: 285px;*/
        max-width: 375px;
        width: 100%;
        padding: 0 15px;
        margin: auto;
        position: absolute;
        bottom: 65px;
        right: 0% !important;
        left: auto;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1200px) {
    .scrolling-panel .text {
        bottom: 100px;
    }
}

/*.scrolling-panel.slide1 {
        margin-top: -50px;
    }*/

.frame-animation .text {
    padding: 15px;
    max-width: 630px;
    margin: auto;
}

.frame-animation h2 {
    text-align: center;
}

.frame-animation .play-icon {
    max-width: 200px;
    margin: auto;
}

.left-animation {
    /*width: 66.6666%;*/
    width: 50%;
    float: left;
}

.right-animation {
    /*width: 33.3333%;*/
    width: 49%;
    float: right;
}

    .left-animation img, .right-animation img {
        width: 100%;
    }

@media only screen and (min-width: 950px) {
    .frame-animation .play-icon {
        max-width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .frame-animation .text {
        width: 280px;
        position: absolute;
        right: 22%;
    }

    .frame-animation h2 {
        font-size: 30px;
    }

    .left-animation {
        /*width: calc(66.6666% - 150px);*/
        width: 25%;
        float: left;
    }

    .right-animation {
        /*width: calc(33.3333% - 150px);*/
        width: 24%;
        float: right;
    }

    .frame-animation {
        padding: 50px 0 175px;
    }
}

@media only screen and (min-width: 1425px) {
    .frame-animation {
        padding: 50px 0 100px;
    }

        .frame-animation .text {
            right: 24%;
        }
}

@media only screen and (min-width: 1800px) {
    .frame-animation {
        padding: 50px 0;
    }

        .frame-animation .text {
            right: 26%;
        }
}

.product-cta {
    background: #e3e3e3;
    text-align: center;
    padding: 50px 15px;
}

    .product-cta .play-icon {
        max-width: 250px;
        margin: auto;
    }

.play-icon img {
    width: 100%;
}

.left-button.button a, .right-button.button a {
    font-size: 24px;
    padding: 20px;
}

.play-icon.two {
    display: none;
}

@media only screen and (min-width: 600px) {
    .left-button.button, .right-button.button {
        display: inline-block;
        vertical-align: middle;
        margin: 20px 5px;
    }
}

@media only screen and (min-width: 1000px) {
    .product-cta {
        padding: 100px 15px;
    }

    .play-icon.one {
        display: none;
    }

    .play-icon.two {
        display: inline-block;
        vertical-align: middle;
    }

    .left-button.button, .right-button.button {
        margin: 0;
        padding: 0 30px;
    }
}

footer.main li {
    display: inline;
}

/***************
 * Author: Jesse
 *
 * Purpose: Desktop footer
 * changes
 **********/
@media only screen and (min-width:900px) {
    footer.main .inner.cf {
        display: flex;
        flex-direction: row;
        /*max-width: 1600px;*/
        max-width: 1200px;
        /*padding: 0 15px;*/
    }

    footer.main li {
        display: block;
    }


    footer.main .inner .rightFoot {
        min-width: 331px;
        text-align: left;
    }


    footer.main .inner .block {
        text-align: left;
    }


    .groupParagraph p {
        margin: 0px 0 0px 0;
    }


    .logoFooter {
        margin-bottom: 17px;
    }

    .middleFooter {
        /*padding: 0px 6%;*/
        padding: 0px 6% 0px 0px;
    }
}

.middleFooter {
    text-align: left;
}

img.logoFooter {
    max-width: 200px;
}


/* CONTACT BANNER */
@media only screen and (max-width:899px) {
    .hero.contact {
        margin-top: 0px !important;
    }
}

/* MAKES PARALLEL EFFECT VISIBLE */
.full.interior {
    background-color: transparent;
}



.textPopOut {
    height: 50%;
    padding: 24px;
}

@media only screen and (min-width:1400px) {
    .textPopOut {
        padding: 23px;
    }

    .prierAboutLastName {
        font-size: 65px !important;
    }

    .founderAbout {
        font-size: 24px !important;
    }

    .slide2 .text {
        left: 34%;
    }

    .slide3 .text {
        left: 86%;
        top: 20%;
    }
}

.prierAboutLastName {
    font-size: 40px;
    font-weight: bold;
}

.founderAbout {
    font-size: 20px;
    font-weight: bold;
}

.column1Of4 {
    width: 25%;
    height: 800px;
}

.half4Columns {
    display: flex;
    flex-direction: column;
    height: 800px;
}


/* ABOUT PAGE bottom section  950*/
@media only screen and (max-width:1300px) {
    .textPopOut {
        display: none;
    }

    .text-popout-bottom {
        height: 100% !important;
    }


    .textPopOutBody {
        display: block !important;
    }

    .column1Of4 {
        width: 25%;
        height: 300px;
    }

    .half4Columns {
        display: flex;
        flex-direction: column;
        height: 300px;
    }
}

.textPopOutBody {
    transform: translate(-50%);
    left: 50%;
    max-width: 800px;
    margin: 21px;
}

@media only screen and (min-width:1301px) {
    .textPopOutBody {
        display: none !important;
    }
}

footer {
    font-weight: bold;
}

/* DEALER LIST */

/************************* Map *************************/
.search-wrap {
    margin-top: 18px;
}


.search {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 15px 0;
    max-width: 300px;
    width: 100%;
}

.search-sidebar {
    margin: 20px auto;
    padding: 0 15px;
    max-width: 300px;
    width: 100%;
}

    .search-sidebar h1 {
        font-size: 21px;
        margin-bottom: 5px;
        text-align: center;
        text-transform: none;
    }

.search > input {
    display: table-cell;
    width: 100%;
}

.search .button {
    display: table-cell;
    vertical-align: top;
}

.search button {
    background: #ccc;
    border: 0;
    line-height: 1;
    padding: 9px;
}

    .search button:hover, .search button:focus {
        background: #b7b7b7;
        color: #505050;
    }

.search-sidebar h6 {
    font-size: 18px;
    text-transform: uppercase;
}

.dealer-list li {
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

.search-wrap .gmnoprint {
}

.landscape .search-map, .landscape #map-canvas {
    height: 97vh !important;
}

@media only screen and (min-width : 700px) {
    .search-wrap, #map-canvas, .landscape .search-wrap, .landscape #map-canvas {
        height: 96vh !important;
    }

    .search {
        margin: auto;
        max-width: 250px;
        padding: 0 0 15px;
        width: 100%;
    }

    .search-map {
        margin-left: 310px;
    }

    .search-sidebar {
        border-right: 1px solid #ccc;
        float: left;
        height: 87vh;
        margin: 0;
        max-width: none;
        padding: 0 0 0 10px;
        position: absolute;
        top: 0;
        width: 300px;
    }

    .dealer-list {
        overflow-y: scroll;
        padding: 15px;
        height: 56%;
    }
}

@media only screen and (min-width : 800px) {
    .search-sidebar {
        padding: 0px 0 0 10px !important;
    }
}

.search-sidebar p {
    margin: 0px 0 10px 0;
}

.dealer-list ul li p {
    margin: 0px 0 0px 0;
}

@media only screen and (min-width : 1200px) {
    #hbicon {
        visibility: hidden;
    }
}

@media only screen and (min-width : 1500px) {
    .dealer-list {
        height: 57%;
    }
}

p.copyright-mark {
    font-size: 24px !important;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    line-height: 1;
}

p.copyright-mark-repairs {
    font-size: 48px !important;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-size: 48px !important;
}


p.copyright-mark-instrument1 {
    display: none;
}

@media (min-width: 1300px) {
    p.copyright-mark {
        font-size: 45px !important;
    }

    p.copyright-mark-instrument1 {
        font-size: 45px !important;
        color: #fff;
        position: absolute;
        bottom: 15px;
        left: 15px;
        margin: 0;
        line-height: 1;
        display: block;
    }

    p.copyright-mark-repairs {
        font-size: 45px !important;
        color: #fff;
        margin: 0;
        line-height: 1;
    }

    .methodsHeading {
        font-size: 45px !important;
        text-align: left !important;
    }
}

.form-messages {
    font-weight: 700;
    margin-bottom: 20px;
}


.instrument-selection {
    text-align: center;
    padding: 0px 0px 15px 0px;
}

/**********************
/* Modal - COVID
/******************/
.modal {
    background-color: #4D4D4D;
    width: 600px;
    max-width: 100%;
    color: white;
}

.mfp-content {
    max-width: 700px;
}

.modal-content {
    padding: 20px;
}

.modal-body p {
    margin: 0px;
}

.modal-body .btn {
    background-color: #58A145 !important;
    border-radius: 0px !important;
    color: white !important;
    border: none !important;
}

    .modal-body .btn:hover {
        background-color: #8fd07f !important;
    }


.modal-content {
    padding: 0px;
}


.modal-body {
    padding: 25px;
    font-size: 18px !important;
    font-family: Myriad Pro,'Open Sans Condensed',"Open Sans",arial,sans-serif !important;
    width: 600px;
    max-width: 100%;
}

@media (min-width:800px) {
    .modal-body {
        padding: 49px 49px 39px 49px;
        font-size: 18px !important;
        font-family: Myriad Pro,'Open Sans Condensed',"Open Sans",arial,sans-serif !important;
        width: 600px;
        max-width: 100%;
    }
}

.modal-body a.btn::before {
    background-color: #8fd07f !important;
}

.mfp-close-btn-in .mfp-close {
    color: white !important;
}
/*END COVID*/

/*REPAIRS PAGE*/
.instrumentRepairServices h2 {
    background-color: black;
    padding: 20px;
}

.bowRepairServices h2 {
    background-color: black;
    padding: 20px;
}

.twoColumnRepair {
    background: rgba(0, 0, 0, 0.5);
    padding-left: 0px !important;
    padding-right: 0px !important;
    bottom: 0px !important;
    height: 100%;
}

@media (min-width:1075px) {
    section.scrolling-panel.slide5 {
        height: auto;
    }

    .column1Repair {
        height: 100%;
        background-image: url(/images/repairsPhotos/LayerRepairsBot1.jpg);
        width: 20%;
        height: 50vh;
        background-position: center;
    }

    .twoColumnRepair {
        display: flex;
    }

    .column3Repair {
        height: 100%;
        background-image: url(/images/repairsPhotos/LayerRepairsBot3.jpg);
        width: 20%;
        height: 50vh;
        background-position: center;
    }

    .repairBlock4Columns {
        display: flex;
    }

    .twoColumnContainer {
        width: 60%;
    }

    .halfColumn {
        width: 50%;
    }
}

.slide5 {
    background-image: url(/images/repairsPhotos/LayerRepairsBot2.jpg);
    background-position-x: center;
    height: 100%;
}
/* new vimeo styles */
.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

    .vimeo-wrapper iframe {
        width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
