﻿.background-black {
    background-color: black;
}


.map-selector {
}

    .map-selector input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .map-selector label {
        display: inline-block;
        background-color: #FFFFFF;
        padding: 11px 10px;
        font-family: sans-serif, Arial;
        font-size: 16px;
        /*border: 2px solid #444;*/
        width: 125px;
        margin: -1px;
        border-color: #E5E2E7;
        border-style: solid;
        border-width: 2px;
        text-align: center;
    }

        .map-selector label:hover {
            background-color: #CECECE !important;
        }

        .map-selector label:first-of-type {
            border-bottom-left-radius: 24px;
            border-top-left-radius: 24px;
            margin-right: -2px;
        }

        .map-selector label:last-of-type {
            border-bottom-right-radius: 24px;
            border-top-right-radius: 24px;
            margin-left: -2px;
        }

    .map-selector input[type="radio"]:focus + label {
        background-color: #CECECE !important;
    }

    .map-selector input[type="radio"]:checked + label {
        background-color: #E5E2E7;
    }

.carousel {
    z-index: 1000;
}

.category-selector {
    /*margin:  10px;*/
}

    .category-selector input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .category-selector label {
        display: inline-block;
        background-color: #FFFFFF;
        padding: 15px 30px;
        font-family: sans-serif, Arial;
        font-size: 18px;
        /*border: 2px solid #444;*/
        width: 170px;
        /*text-transform: uppercase;*/
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 15px;
        border-color: #E5E2E7;
        border-style: solid;
        border-width: 2px;
        text-align: center;
    }

        .category-selector label:hover {
            background-color: #CECECE !important;
        }

    /*        .category-selector label:first-of-type {
            border-bottom-left-radius: 15px;
            border-top-left-radius: 15px;
        }

        .category-selector label:last-of-type {
            border-bottom-right-radius: 15px;
            border-top-right-radius: 15px;
        }*/

    .category-selector input[type="radio"]:focus + label {
        background-color: #CECECE !important;
    }

    .category-selector input[type="radio"]:checked + label {
        background-color: #E5E2E7;
    }

.carousel-control-next-icon {
    background-image: url('/img_custom/tasmania/arrowright.png');
    height: 40px;
}

.carousel-control-prev-icon {
    background-image: url('/img_custom/tasmania/arrowleft.png');
    height: 40px;
}

.location-image-tasmania {
    padding: 0;
    margin: 0;
    transition: ease 300ms all;
    background-color: transparent;
    border: none;
}

.location-image-tasmania-img {
    transition: ease 300ms all;
}

.location-image-tasmania-img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}


    .location-image-tasmania.carousel-image {
        padding-left: 15px;
        padding-right: 15px;
    }

