.box {
    margin: 2% !important;
}

/*.slider-slide {
    display: inline-block;
    overflow: hidden;
}*/

ion-slide img {
    width: 100%;
    /*height: 150px !important;*/
    background-color: #7F3390;  /* Set a background color that will be displayed while the background image is loading */
}

#columns {
    column-width: 40%;
    column-gap: 10%;
    width: 98%;
    margin: 0 auto;
}

div#columns figure {
    margin: 1%;
    width: 18%;
    /*transition: opacity .4s ease-in-out;*/
    display: inline-block;
    column-break-inside: avoid;
}

#columns figure img {
    background: white;
    padding: 0px;
}

.current-address {
    /*background: white;*/
    background: #7f3390;
    border-bottom: 1px solid #ddd;
    color: #7f3390;
    padding: 2% 3% 2% 2%;
}

.current-address span {
    display: block;
    color: #666;
}

.current-address .card {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
}

.current-address .col {
    /*margin-top: -3%;*/
    /*margin-top: 0%;*/
    /*padding-top: 0%;*/
}

.current-address .map {
    color: #666 !important;
    font-size: 8px;
    text-align: center;
    /*padding-top: 3%;*/
    padding-left: 8%;
}

.current-address .map span {
    font-weight: 300;
    font-size: 1.1em;
    color: #7f3390;
    padding-top: 10%;
}

.current-address .map button {
    background-color: white;
    border-style: none;
}

div#columns figure img {
    width: 100%;
}

div#columns:hover figure:not(:hover) {
    /*opacity: 0.4;*/
}

/*.current-address li {
    color: #7f3390;
    margin-left: -1%;
    border: none;
    font-size: 14px;
}

.current-address .toggle input:checked+.track {
    border-color: #7f3390;
    background-color: #7f3390;
}*/

.segment {
    background: white;
    border-bottom: 1px solid #ddd;
    padding: 2% 3% 2% 2%;
}

.segment span {
    display: block;
}

ul#ion-segment[convem] li.active {
    background-color: #7F3390;
    color: #FFF;
}

ul#ion-segment[convem] li {
    border-color: #7F3390;
    color: #7F3390;
}

ul#ion-segment[convem] li:hover:not(.active) {
    background-color: rgba(127, 51, 144, 0.1);
}


/* input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    color: #7f3390;

    padding: 10px;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="checkbox"]+label span {
    background-color: transparent;
    border: solid 1px #7f3390;;
    padding: 5px;
    background-clip: content-box;
    /* support: IE9+ 
}

input[type="checkbox"]:checked+label span {
    background-color: #7f3390;
}

input[type="checkbox"]+label span,
input[type="checkbox"]:checked+label span {
    /* //   -webkit-transition:background-color 0.4s linear;
//   -o-transition:background-color 0.4s linear;
//   -moz-transition:background-color 0.4s linear;
//   transition:background-color 0.4s linear; 
} */

@media screen and (max-width: 800px) {

    div#columns figure {
        margin: 2%;
        width: 46%;
        /*transition: opacity .4s ease-in-out;*/
        display: inline-block;
        column-break-inside: avoid;
    }
}

@media screen and (max-width: 320px) {
    #columns {
        column-width: 30% !important;
        width: 100%;
        margin: 0 auto;
    }
    #columns figure {
        margin: none !important;
        width: 96% !important;
    }
    #columns figure img {}

}