/* Activ'Map Plugin
 * Copyright (c) 2015 Pandao
 * Documentation : /doc/index.html
 */

p {
    margin: 3px 0;
}
a:focus {
    outline: none;
    text-decoration: none;
}

#contentCntr{ margin-bottom: 0px !important;  }
a{ text-decoration:none !important; }

#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}
#activmap-accordion .panel-heading {
    background: #f60;
    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: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px !important;
	border-radius: 0px !important;
	padding: 14px;
	background: #000;
	color: #fff;
}
#activmap-wrapper {
    height: 600px;
    width: auto;
    overflow: hidden;
    position: relative;
}
#activmap-canvas {
    width: 100%;
    height: 100%;
    float: right;
}
#activmap-places {
    background: #fff;
    position: absolute;
    left: -320px;
    z-index: 10;
    height: 100%;
    width: 320px;
    padding: 0 20px;
    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 {
    font-weight: bold;
    font-size: 18px;
    color: #f60;
    text-transform: uppercase;
    padding: 20px 0;
}
.activmap-place {
    display: none;
    border-left: 5px solid #f60;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.activmap-place:hover,
.activmap-place.active {
    background: #f3f3f3;
    border-top: 1px solid #f60;
    border-bottom: 1px solid #f60;
    border-right: 1px solid #f60;
}
.activmap-place h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}
h4.activmap-title {
    font-size: 18px;
    margin: 10px 0 0;
}
.activmap-brand {
    float: left;
    margin: 10px 10px 10px 0;
    height: 80px;
    width: 80px;
}
.activmap-brand img {
    max-height: 100%;
    max-width: 100%;
}

.col-md-9{ width: 100% !important; }
#activmap-location{     padding: 15px 12px;box-sizing:border-box;width: 100%; }
.fa-location-arrow{ color: #fff; }
.input-group-addon{ font-size: 30px !important; background: #f60 !important; }
.radius{ display:none;opacity: 0; height: 0px; padding:0px; background: #fff; width: 100%;     padding-bottom: 0 !important; padding-top: 0 !important; }
input[type="checkbox"]{ margin-right: 10px !important; }
.panel-heading{ padding: 16px 15px !important; }
#activmap-accordion{/* opacity: 0; height: 0px; padding: 0px; padding-top: 0px !important;  */ margin-top:0;   /*height: 48px;*/ height: auto; display: block;    padding: 0px 0px 5.5px 10px;    box-sizing: border-box;}
#geo{ width: 100%; position: absolute;  /*top: 15px;*/top: 0px; z-index: 1; }
#geo .searchGeo{ border-bottom: 3px solid #f60; }
#geo .searchGeo{ /*max-width: 1178px; max-width:1280px;*/    padding: 15px 2%; margin: 0 auto; background: #fff; }
#activmap-canvas{ position: absolute; /*top: 0px;*/ /*top:81px;*/ top: 120px; z-index: 0; }
.form-group{ margin-bottom: 0px !important; }
#geo .searchGeo .form-group{ width:25%;float:left; }
.panel-group{ padding:15px; width: 100%; background: #fff; height: 0px; }
.filter-options{ background: #fff; float:left;width:75%; overflow: hidden; }
#show-panel, #close-panel{ float: right; margin-top: 12px; border-radius: 0; }
#show-panel{ background: #f60; color: #fff; margin: 0px !important; opacity: 0; position: absolute; /*top: 81px;*/ top: 120px; right: 6.2%; border-top: 0; }
#show-panel i:before{ padding-right: 10px; }
.input-group-addon{        border-top: 1px solid #f60 !important; border-bottom: 0 !important; }
.gm-style-iw {
	width: 400px !important;
	max-width: 412px !important;
	/*height: 500px !important;	*/	
	overflow: hidden !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}
.iw-title {
	width: 92.4%;
	height: auto;
	background-color: #f60;
	color: #fff;
	padding: 15px;
}
.iw-title h1{
	font-size: 22px;
	font-weight: 600;
}

.iw-content {
	font-size: 13px;
	line-height: 18px;
	width: 100%;
	font-weight: 400;
	margin-right: 20px;
	padding: 15px 5px 20px 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.iw-subTitle {
	font-size: 13px;
	font-weight: 700;
	padding: 5px 0;
	color: #000;
	margin-left: 5px;
	margin-bottom: 20px;
}
#products { margin-top:5px; }
/*
.more {
    float: left;
    text-align: center;
    width: 150px;
	height:24px;
    background-color: #e3e3e3;
    text-decoration: none;
    color: #000;
    font-size: 15px;
   padding-top:6px;
}*/
.more{
    padding: 15px 30px 13px 10px !important;
    margin: 5px 0 5px 6px;
    cursor: pointer;
    width: 76%;
    /* height: 45px; */
    float: left;
    border: none;
    font-size: 14px !important;
    color: #fff;
    font-weight: bold;
    text-align: left !important;
    background: #f60 url("../../images/arw_btn_small.png") 95% 50% no-repeat;
    display: block;
}
.containerlink img{  
	height:30px;
}
.markerLeft{
	float: left;
	width: 50%;
}
.markerRight{
	float: right;
	width: 47%;
	margin-left: 3%;
	padding: 5px 0px;
}

.more a {
	width: 100%;
}

#telefoon {
	width: 100%;
}


.containerlink {
	height: auto;
}

.gm-style .gm-style-iw{ overflow: hidden !important; }

.close-button{ position: absolute; right: 7px; top: 14px; z-index: 999999; }

.subtekst {
	clear: both;
	overflow: hidden;
	padding-top: 30px;
	width: 100%;
}
#activmap-accordion label {
        width: 20.8%;
}
.pac-item{ cursor:pointer; }
.pac-item:hover{ background-color:#e6e6e6; }

.zoomControl_wrapper{     position: absolute;    bottom: 15px;    left: 15px;    width: 30px;    background-color: #fff;    text-align: center; }
.zoomControl_wrapper a{   display: block;    padding: 2px 0;    color: #000;    font-size: 22px; }
.zoomControl_wrapper a.plus{background-color:#f60; color:#fff; font-size: 19px; }
.zoomControl_wrapper a.plus:hover{background-color:#252525; color:#fff;}
.zoomControl_wrapper a.minus{    background-color: #252525;    color: #fff;}
.zoomControl_wrapper a.minus:hover{    background-color: #f60;    color: #fff;}

@media screen and (max-width:420px){
    .gm-style-iw .more{width: 70%;}
}
@media screen and (max-width:360px){
    .gm-style-iw .markerLeft{width:100%; float:none; margin:0;}
    .gm-style-iw .markerRight{width:100%; float:none; margin:0;}
    .gm-style-iw .more{margin-left:0;width:77%;}
}