@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}

a.btn.btn-full-width {
	width: 100%;
}
a.btn.btn-w250 {
	min-width: 200px;
}

div.offer-image-overlay {
    width: auto;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-top: -56px;
    border-radius: 5px 5px 0px 0px;
    margin-left: -5px;
    margin-right: -5px;
    border: 1px solid silver;
	margin-bottom: 20px
}

.full-width {
    min-width: 300px !important;
    width: 100% !important;
}
.easy-autocomplete-container
{
    min-width: 300px !important;
    width: 100% !important;
}
.select2-container {
    /* min-width: 300px !important; */
    width: 100% !important;
}
span.select2-selection.select2-selection--multiple {
	border: 0px !important;
	border-bottom: 1px solid grey !important;
	border-radius: 0px !important;
}

div.location-helper {
    background-color: lightblue;
}

input#category {
    border: 0px;
    border-bottom: 1px solid grey;
}




#map {
    height: 450px;
  }

  .space-left {
    margin-left: 50px;
  }

  .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
  }

  #pac-input:focus {
    border-color: #4d90fe;
  }

  .pac-container {
    font-family: Roboto;
  }

  #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
  }

  #type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }

  #selecthotel {
      width: 350px;
      border-bottom: solid 1px lightgrey;
  }
  
.notice-item {
position: relative;
padding: 1rem;
border: 2px solid #d81b60;
margin:0 auto;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 10px;
background: #fff;
}

.notice-item:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 30px;
top: 100%;
border: 18px solid;
border-color: #d81b60 transparent transparent #d81b60;
}

.notice-item:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 32px;
top: 100%;
border: 16px solid;
border-color: #ffffff transparent transparent #ffffff;
}	

.notice-user-image {border-radius: 50%; height: 30px; width: 30px; overflow: hidden; margin-top: 20px; margin-left: 0px;  border: 1px solid silver; }
.notice-user-image img  { margin-left: -50%; width: 50px;}

.notice-info {
margin-top: -24px;
margin-left: 48px;
}  

.notice-item-container {
    margin-bottom: 2rem;
}
.notice-item.automated {
    border: 2px solid #999;
} 
.notice-item.automated:before {
	
border-color: #999 transparent transparent #999;
}

.offer-trafficlight {
	display: flex;
}

.traffic-element {
	/* padding: 10px; */
	width: 56px;
	height: 54px;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 34px;
	margin-right: 5px;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	margin: -20px 15px 0;
	border-radius: 3px;
	padding: 15px;
	background-color: #404040;
	position: relative;
	color: white;
	
}
.traffic-element .okayelement {
	display: none;
}
.traffic-element.okay .okayelement {
	display: inline;
	color: green;
	/* font-size: small; */
	bottom: -22px;
	position: absolute;
	right: -9px;
}
.traffic-element.okay div.okayelement i.material-icons {
	font-size: 30px;
}
.traffic-element.okay {
	background-color: #0bbf0b;
}
.traffic-element.current {
	background-color: #ff9800;
}
.traffic-element .description {
	position: absolute;
	left: 0px;
	font-size: 10px;
	color: black;
	text-align: center;
	/* border: 1px solid red; */
	width: 100%;
}

li.whoiam {
    line-height: 4rem;
}

span.label.label-info.label-help {
    display: unset;
    background: #333;
    font-size: 10px !important;
    padding: 1px;
    border-radius: 50%;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
	cursor: pointer;
}