#content{
    /*padding-top: 30px !important;*/
    padding-bottom: 30px;
}

.flex-direction-nav a{
    width: 32px;
    height: 100px;
    background: transparent url('../img/nav-left.png');
    text-indent: -1000px;
    margin-top: -50px;
    opacity: 1;
}
.flex-direction-nav a.flex-next{
    background: transparent url('../img/nav-right.png');
}
.flexslider:hover .flex-next {opacity: .6; right: 20px;}
.flexslider:hover .flex-prev {opacity: .6; left: 20px;}

.flexslider{
    margin-bottom: 25px;
}
.flexslider .carousel-caption{
    display: none;
}
.flexslider a.prettyPhoto{
    display: block;
}

@media (max-width: 550px) {
    .flex-direction-nav {
        display: none;
    }
}
.extra-slideshow-fullwidth .flexslider{

}

.products-slider{
    margin-bottom: 0;
    overflow-x: hidden;
}
.products-slider .thumbnail{
    border: none;
    padding: 0;
    background: none;
}
.products-slider .caption{
    display: none;
}
.products-slider .flex-direction-nav a{
    background-image: url('../img/nav-black-left.png');
}
.products-slider .flex-direction-nav a.flex-next{
    background-image: url('../img/nav-black-right.png');
}

/* Grid of images on homepage */

.seasonal-features .box{
    display: block;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.seasonal-features .slideshow{
    height: 570px;
}
.seasonal-features .slideshow .slideshow-overlay{
    left: -1px;
    right: -1px;
    bottom: 0;
    position: absolute;
    z-index: 10;
}
.seasonal-features .slideshow .slideshow-overlay img{
    width: 100%;
}
.seasonal-features .slideshow .slides li{
    height: 570px;
    background-size: cover;
    background-position: center;
}
.seasonal-features .slideshow .slides li a{
    display: block;
    height: 570px;
}
.seasonal-features .slideshow.feature-slideshow,
.seasonal-features .slideshow.feature-slideshow .slides li,
.seasonal-features .slideshow.feature-slideshow .slides li a{
    height: 370px;
}
.seasonal-features .video{
    height: 320px;
}
.seasonal-features .campaign{
     height: 400px;
}
.seasonal-features .store{
    height: 370px;
}
.seasonal-features .feature{
    height: 370px;
}
.seasonal-features .collection{
    height: 90px;
}
.seasonal-features .about{
    height: 90px;
}

@media (max-width: 550px){
    .flex-direction-nav {
        display: none;
    }

    .seasonal-features .slideshow.feature-slideshow,
    .seasonal-features .slideshow.feature-slideshow .slides li,
    .seasonal-features .slideshow.feature-slideshow .slides li a{
        height: 100%;
    }

    .seasonal-features .slideshow.feature-slideshow .flexslider{
        margin-bottom: 0;
    }

    .seasonal-features .store{
        height: 100%;
    }

    .seasonal-features .collection{
        height: 100%;
    }

    .seasonal-features .about{
        height: 100%;
    }
}
/* Big image with text overlayed */

#bio-item{
    margin-bottom: -30px;
}
#bio-item .panel-component{
    position: relative;
    background-position: center;
    background-size: cover;
}
#bio-item .image{
    min-width: 100%;
}

#bio-item .text{
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 100px;
    right: 15px;
    padding-bottom: 80px;
}
#bio-item h2{
    font-size: 52px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-left: 15px;
}
#bio-item .description{
    background:rgba(255,255,255,.8);
    padding: 20px;
}
#bio-item .social{
    padding-top: 40px;
}

@media (max-width: 767px){
    #bio-item .text{
        position: relative;
        z-index: 10;
        left: auto;
        top: 50px;
        right: auto;
    }
    #bio-item .image{
        display: none;
    }
}

/* Forms */

.component-content-form{
    padding: 20px;
    background: rgba(255,255,255,.6);
    border-radius: 10px;
}

/* Map */

.listings-map-wrap .search{
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 30px;
    width: 280px;
    margin: 0 0 0 -140px;
}
@media (max-width: 767px){

    .listings-map-wrap .search{
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: 30px;
        width: auto;
        margin: 0;
    }

}