/* Activ'Map Plugin
 * Copyright (c) 2015 Pandao
 * Documentation : /doc/index.html
 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Open Sans";
    font-size: 14px;
    box-sizing: border-box;
}
p {
    margin: 3px 0;
}
a:focus {
    outline: none;
    text-decoration: none;
}
#activmap-accordion {
    clear: both;
}
#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}
#activmap-accordion .panel-heading {
    background: #07ABAC;
    color: #fff;
}
#activmap-accordion .panel-title a {
    display: block;
}
#activmap-accordion .panel-title a:hover {
    text-decoration: none;
}
#activmap-accordion .panel-title a:after {
    font-family: FontAwesome;
    content: '';
    float: right;
}
#activmap-accordion .panel-title a.collapsed:after {
    content: '';
}
#activmap-reset {
    float: right;
    display: block;
}
#activmap-geolocate {
    margin-bottom: 10px;
}

#activmap-wrapper {
    height: 700px;
    position: relative;
}
#activmap-wrapper.ht2 {
    height: 550px;
}
#activmap-wrapper.full {
    height: inherit;
}


#activmap-wrapper.padd-slide {
    padding-bottom: 200px!important;
}


/*
#activmap-wrapper {
    height:600px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}*/
/*
#activmap-canvas {
    position: fixed!important;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}*/

#activmap-canvas {
    width: 100%;
    height: 100%;
    float: right;
    padding: 0;
    overflow: hidden;
}
#activmap-places {
    float: left;
    width: 50%;
}
#activmap-places.suggest {
    width: 100%;
}

#activmap-places.full {
    width: 100%;
    position: absolute;
    padding-top: 350px;
}


@media (min-width: 1300px) {
    /*#activmap-places {
        width: 725px;
    }*/
}

#activmap-canvas.fixe-map {
    position: fixed!important;
    right: 0;
    top: 80px;
    height: 85%;
}


/*
#activmap-places {
    background: #fff;
    position: absolute;
    z-index: 10;
    height: 100%;
    padding: 0;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}*/
@media(max-width:767px){
    #activmap-places.hidden-xs {
        display: none!important;
    }
}
@media(min-width:768px){
    #activmap-places.hidden-xs {
        display: block!important;
    }
}
#activmap-results-num-bottom,
#activmap-results-num {
    font-size: 1rem;
    color: #000;
/*    padding: 0 10px;*/
    width: 68%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#activmap-results-num .sm {
    width: 20%;
}

.activmap-place {
    /*display: none;*/
   /* border-left: 5px solid #F24937;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin: 10px 0;*/
    transition: 0.1s;
    padding: 0;
    margin: 0 0 10px 0;
}
.activmap-place.shadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    margin: 25px 10px;
    background-color: #fff;
    border-radius: 0.35rem;
}

.activmap-place:hover,
.activmap-place.active {
    background-color: transparent;

   /* border-top: 1px solid #F24937;
    border-bottom: 1px solid #F24937;
    border-right: 1px solid #F24937;*/

}
.activmap-place h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.activmap-place h3:before {
    /*font-family: FontAwesome;
    content: '';*/
    margin-right: 10px;
}

@media (min-width: 480px) and (max-width: 768px) {
    #activmap-results-num-bottom, #activmap-results-num {
        height: 100px;
        font-size: 13px;
    }
}

@media (min-width: 210px) and (max-width: 480px) {

    #activmap-results-num-bottom, #activmap-results-num {
        height: 100px;
        font-size: 13px;
    }
    #activmap-places {
        width: 100%;
    }
    /*
    #activmap-canvas {
        display: none;
    }*/

}


h4.activmap-title {
    font-size: 18px;
    margin: 10px 0 0;
}
.activmap-brand {
    margin: 0;
    height: 150px;
    width: 150px;
}
.activmap-brand img {
    max-height: 100%;
    max-width: 100%;
}
