#page{
    color: #333;
}
#slideshow .slide{
    display:none;
}
#slideshow_homepage{
    margin-bottom: 30px;
    font-size: 1.7em;
    border: 8px solid rgba(255,255,255,.8);
    box-shadow: 1px 1px 7px #333;
}
#slideshow_homepage .left{
    padding: 30px;
}
#slideshow_homepage .slideshow_title{
    font-family: 'Indie Flower',cursive;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 1px 1px 3px #999;
    color: #f39200;
}
@media screen and (min-width: 568px) and (max-width:991px){
    /* ipad */
    #slideshow_homepage{
        font-size: 1.2em;
    }
}
@media screen and (max-width: 567px){
    /* iphone */
    body{
        width: 100%;
        overflow: hidden;
    }
    #slideshow_homepage{
        font-size: 1em;
    }
    #slideshow_homepage .slideshow_title{
        font-size: 2em;
    }
    #slideshow_homepage .left{
        padding: 15px;
    }
    .camera_wrap{
        width: 100%;
        height: 350px!important;
    }
}

#slideshow_homepage p{
    margin: 0;
}
#slideshow_homepage img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#banners{
    margin-bottom: 30px;
}
.banner{
    position: relative;
    min-height: 250px;
    margin-bottom: 15px;
    padding: 0 15px;
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    /*border: 8px solid rgba(255,255,255,1);*/
    /*box-shadow: 1px 1px 7px #333;*/
}
@media screen and (max-width:567px){
    .banner{
        min-height: 150px;
    }
}
#banners div:nth-child(1) .banner{
    background-image: url(../images/banners/sawear_banner_dames.png);
}
#banners div:nth-child(2) .banner{
    background-image: url(../images/banners/sawear_banner_heren.png);
}
#banners div:nth-child(3) .banner{
    background-image: url(../images/banners/sawear_banner_funnysuits.png);
}
.banner h2{
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2;
    width: 75%;
}
.banner a{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*bottom: 20px;
    left: 20px;
    width: auto;*/
    padding: 3px 10px;
    color: #666;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
.banner a span{
    position: absolute;
    display: block;
    bottom: 30px;
    right: 0;
    padding: 5px 10px;
    font-weight: bold;
    background: #f39200;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /*color: #333;*/
    /*background: rgba(255,255,255,.8);*/
}
@media (min-width:768px){
    #selling-points{
        float: right;
    }
}
#content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #333;
    margin-top: 20px;
}
.page-title h1{
    font-family: "Open Sans", sans-serif;
    color: #333;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
}
#content h2{
    margin-top: 3px;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}
@media screen and (min-width: 567px){
    .slick-dots li button:before{
        width: 6px;
        height: 6px;
        background: #f39200;
        border-radius: 50%;
        color: transparent!important;
    }
}
/*
footer{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}*/
