﻿.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

    .swipe-wrap > div {
        float: left;
        width: 100%;
        position: relative;
    }

/*#mySwipe div.swipe-wrap div
{
    max-height: 469px;
}*/

#mySwipe .inner {
    margin: 0px;
}

#mySwipe .nav {
    border: none;
    height: 80px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 30%;
    background-repeat: no-repeat;
    z-index: 10000;
}

#mySwipe .prev {
    left: 0px;
}

#mySwipe .next {
    right: 0px;
}



#mySwipe .banner {
    height: 350px;
    color: #fff;
    background-repeat: no-repeat;
    /*max-height:350px;
       width:100%;*/
    /*overflow:hidden;*/
}

#content-1col {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    #content-1col span {
        text-shadow: 1px 1px 1px #fff;
    }

    #content-1col p {
        text-shadow: 1px 1px 1px #fff;
        margin-bottom: 0px;
    }

/*#content-2col
{
    float: left;
    margin-top: 10px;
}

    #content-2col div.leftpane
    {
        position: relative;
        float: left;
        width: 180px;
    }

    #content-2col div.rightpane
    {
        position: relative;
        float: left;
        width: 770px;
    }*/


div.rounded-5px {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;
}

.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.middle {
    padding: 5px;
    margin: 0px auto;
    width: 100%;
}

div.margin-top-small {
    margin-top: 10px;
}

div.margin-bottom-small {
    margin-bottom: 20px;
}

div.float {
    float: left;
}

.nicegray {
    color: dimgray;
}

div.center {
    text-align: center;
}

div.feature {
    font-size: 14px;
    font-stretch: condensed;
    text-transform: uppercase;
    height: 60px;
}



    div.feature span {
        text-align: center;
    }

div.advice {
    color: #373737; /*background-color: #F0F4F7;*/
}

div.ausship {
    color: #405864;
    /*background-color: #F0F4F7;*/
}

div.intship {
    color: #2C5B3B;
    /*background-color: #F1F8F5;*/
}

div.reward {
    color: #CC0066;
    /*background-color: #FFFBFF;*/
}

div.categories {
    width: 100%;
}

div.category a {
    font-size: 20px;
    font-stretch: condensed;
    color: #595959;
    text-align: right;
}

div.categoryinner {
    padding: 5px;
    height: 70px;
    background-color: #F0F0F0;
}

div.border {
}

div.padding-5 {
    padding: 5px;
}

span.padding-7 {
    padding: 7px;
    display: block;
}

span.padding-10 {
    padding: 10px;
    display: block;
}

span.padding-20 {
    padding: 20px;
    display: block;
}

div.size33 {
    float: left;
    width: 33%;
    border: 1px solid blue;
}

div.size25 {
    float: left;
    width: 25%;
}

div.size20 {
    float: left;
    width: 20%;
}

div.size30 {
    float: left;
    width: 30%;
}

div.size34 {
    float: left;
    width: 34%;
}


.margin10 {
    margin: 10px;
}

.margin20 {
    margin: 20px;
}

ul.navmenu li {
    height: 60px;
    border-bottom: 1px solid lightgrey;
    border-bottom-color: #E2E2E2;
}

ul.navmenu img {
}

h2.section {
    margin-top: 15px;
    border-bottom: 2px solid lightgrey;
    font-size: 20px;
    font-stretch: condensed;
    text-transform: uppercase;
    font-weight: normal;
    color: #666666;
}

.salon h2 {
    border: none;
}

.salon img {
    border: 1px solid #fff;
}

/*columns*/
div.two-column {
    float: left;
    width: 50%;
}

div.one-column {
    float: left;
    width: 100%;
}

div.three-column {
    position: relative;
    float: left;
    width: 33.33333333%;
}

div.four-column {
    position: relative;
    float: left;
    width: 25%;
}

div.threeplus-column {
    position: relative;
    float: left;
    width: 33.33333333%;
}

div.inner3 {
    padding: 3px;
}

div.inner5 {
    padding: 5px;
}

div.inner10 {
    padding: 10px;
}

div.inner20 {
    padding: 20px;
}


div.imagecontainer {
    position: relative;
    /*display: table-cell; 
     vertical-align: middle;*/
    height: 33.3333%;
    margin-bottom: 10px;
}

img.imagefill {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: auto;
    padding-left: 10%;
    /* margin-top: auto;
    margin-bottom: auto;*/
}

img.full {
    width: 100%;
    height: 145px;
}

img.fillcontainer {
    width: 100%;
    height: auto;
}


img.one-column {
    display: block;
    max-width: 33%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 33%;
}

img.fill {
    clip: rect(0px,60px,200px,0px);
    width: 100%;
}

span.category {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    font-stretch: condensed;
    color: steelblue;
    text-shadow: 2px 2px 2px #E2E2E2;
    z-index: 10000;
}

span.categoryleft {
    left: 5px;
}

/* Product categories*/

/*div {}
    img {position:absolute;top:0;bottom:0;margin:auto;}
    .image {min-height:50px}*/

div.imgcategory {
    position: relative;
    text-align: left;
    height: 130px;
    /*background:url('/images/catgrad.png');
    background-repeat:repeat-y;
    background-position-x:right;*/
    background-color: #fff;
}

.testf {
    /*background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
    /**/
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


div.imgcategoryrev {
    background: url('/images/catgradrev.png');
    background-repeat: repeat-y;
    background-position-x: left;
    background-color: #fff;
}

div.imgcategory img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100px;
    width: auto;
    max-width: 80px;
    height: auto;
    /*
    
    max-width:50%;
    height:auto;
    margin:5px;*/
    min-height: 50px;
    margin-left: 10px;
}

    div.imgcategory img.rev {
        right: 0px;
        margin-right: 10px;
    }

.wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.38);
    -moz-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.38);
    box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.38);
    float: left;
}

.button.shopnow {
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #487a3d;
    background-image: -moz-linear-gradient(top, #62a553, #487a3d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62a553), to(#487a3d));
    background-image: -webkit-linear-gradient(top, #62a553, #487a3d);
    background-image: -o-linear-gradient(top, #62a553, #487a3d);
    background-image: linear-gradient(to bottom, #62a553, #487a3d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62a553', endColorstr='#ff487a3d', GradientType=0);
    border-color: #5a9c4c #5a9c4c #5a9c4c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    min-width: 80px;
}


    .button.shopnow:hover {
        background-color: #487a3d;
        border-color: #487a3d;
        filter: none;
        background-image: none;
    }


p.about {
    min-height: 100px;
    padding-top: 15px;
}

.sectionpanel {
    margin-bottom: 15px;
}

/*.brands {
    margin: 0px auto;
    max-width: 700px;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 50%;
}*/

/* ========================*/
h3 {
    margin-bottom:30px;
}
body {
}
section.mt20 {
    padding-top:20px;
}
section.mt30 {
    padding-top:30px;
}

section.shophome h3 {
    
    margin-bottom:30px;
}
.whitebackground {
    background-color: #fff;
}
.bbordergrey {
        border-bottom: 1px solid #dedede;
}
#topsection {
    /*background-repeat:no-repeat;
      background-image: url(/images/banners/homepageshopping.JPG);
    background-position: center 30%;*/
}

#salon {
    /*background-image: url(/images/blog/applysuncreamhero.jpg);*/
    /*background-image: url(/images/blog/1400x700.jpg);*/
    background-image: url(/images/salon/salonroom2017.JPG);
    background-position: center 50%;
    height: 600px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

#shop {
    /*background-image: url(/images/blog/applysuncreamhero.jpg);*/
    /*background-image: url(/images/blog/1400x700.jpg);*/
    background-image: url(/images/banners/homepageshopping.JPG);
    background-position: center 0%;
    background-color: transparent;
    height: 800px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 640px) {
    #salon {
        min-height: 0;
        height: 400px;
    }
}

.cover {
    position: relative;
    background-size: cover;
    background-position: center center;
    /*background-color: #292d35;*/
}

#salon .banner-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid white;
}

#salon div.wrapper, #shop div.wrapper {
    margin: 10px;
    background-color: transparent;
    background-image: none;
    color: #fff;
    text-shadow: none;
    text-align: center;
    box-shadow: none;
    transition: background-color .15s ease-out;
    border-radius: 3px;
    margin: 0px auto;
    position: absolute;
    bottom: 25%;
    width: 100%;
    left: 0;
}


#salon div.button, #shop div.button {
    border-radius: 3px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #fff;
    color: #fff;
}

#salon a.link:hover > div.button, #shop a.link:hover > div.button {
    background-color: #fff;
    color: #333;
    transition: background-color .15s ease-out;
}

#shop div.button {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #405864;
    color: #405864;
}

#shop a.link:hover > div.button {
    background-color: #405864;
    color: #fff;
    transition: background-color .15s ease-out;
}

/*section.blog {
    display: table;
    width: 100%;
    padding: 0;
    min-height: 480px;
    height: 480px;
    text-align: center;
    overflow: hidden;
}

    section.blog .banner-wrapper {
        position: relative;
        width: 100%;
        padding: 30px 0;
        display: table-cell;
        vertical-align: middle;
    }*/

    section.hero {
    /*background-image: url(/images/blog/covers/kakadu-plum-2000x1000.jpg);
    background-position: center 50%;*/
    height:600px;
}
    @media only screen and (max-width: 640px) {
    section.hero {
        min-height: 0;
        height: 400px;
    }
}

.overlay-dark {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    /*transition: opacity 0.5s;*/
}

.overlay-light {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    /*transition: opacity 0.5s;*/
}
