.dropdownjs {
  position: relative;
}
.dropdownjs  * {
  box-sizing: border-box;
}
.dropdownjs > input {
  width: 100%;
  padding-right: 30px;
  text-overflow: ellipsis;
}
.dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10000;
}
.dropdownjs > ul[placement=top-left] {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: 0;
}
.dropdownjs > ul[placement=bottom-left] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  top: 0;
  left: 0;
}
.dropdownjs > ul  > li {
  list-style: none;
  padding: 10px 20px;
}
.dropdownjs > ul  > li.dropdownjs-add {
  padding: 0;
}
.dropdownjs > ul  > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}

/* Theme */
.dropdownjs > input[readonly] {
  cursor: pointer;
}
select[data-dropdownjs][disabled] + .dropdownjs > input[readonly] {
  cursor: default;
}
.dropdownjs > ul {
  background: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.2s ease-out;
          transition: transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}
.dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
}
.dropdownjs > ul > li.selected,
.dropdownjs > ul > li:active {
  background-color: #eaeaea;
}
.dropdownjs > ul > li:focus {
  outline: 0;
  outline: 1px solid #d4d4d4;
}
.dropdownjs > ul > li > .close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .6;
}
.dropdownjs > ul > li:h > .close:hover:before {
  opacity: .9;
}



/******MEDIA*******/

/*col-lg*/
@media screen and (min-width: 1200px) {
	#map-form {
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
		background: #FFFFFF;
		margin-left: -535px;
		padding: 60px 90px;
		position: absolute;
		max-width: 100%;
		z-index: 9;
		width: 1070px;		
		left: 50%;
		top: 25%;
	}
}

/*col-lg - col-md*/
@media screen and (min-width: 992px) { 	

	.jumbotron {
		padding: 70px 100px !important;
	}

	ul.contact-list {
		padding: 0;
		margin: 0 0 70px 0;
	}

	ul.contact-list li {
		list-style: none;
		display: inline-block;
		padding: 0 30px;
		border-right: 1px solid #257146;
		font-size: 18px;
		font-weight: 700;
	}

	ul.contact-list li:first-child {
		padding-left: 0;
	}

	ul.contact-list li:last-child {
		padding-right: 0;
		border-right: 0;
	}

	.btn-red {
		font-size: 16px;
		padding: 15px 40px;
		background: #c7383e;
		font-weight: 600;
		border: 0;
	}

	.btn-red:hover {
		box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.37);
	}

	#mapa {
	    width: 100%;
	    height: 400px;
	}

	#box-map {
		margin-bottom: 50px;
	}

	#box-form {
		box-shadow: 0px 7px 20px -8px #8E8E8E;
		position: relative;
		z-index: 9;
	}

	#box-map {
		position: relative;
	}	

	#map-form label {
		color: #4c4c4c;
		font-weight: 700;
	}

	#map-form .form-group {
		margin: 0;
	}

	.btn-search {
		margin-top: 12px;
		width: 100%;
	}
}

/*col-md*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	ul.contact-list li {
		padding: 0 13px;
	}

	#map-form {
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
		background: #FFFFFF;		
		padding: 15px;		
		max-width: 100%;
	}
}

/*col-sm*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	ul.contact-list {
		padding: 0;
		margin: 0 0 30px 0;
	}

	ul.contact-list li {
		list-style: none;
		display: inline-block;
		padding: 0 16px;
		border-right: 1px solid #257146;
		font-size: 16px;
		font-weight: 700;
	}

	ul.contact-list li:first-child {
		padding-left: 0;
	}

	ul.contact-list li:last-child {
		padding-right: 0;
		border-right: 0;
	}   

	#map-form {
		margin: 0 15px;
	}

	.map-route .btn-red {
		margin: 5px 0 0 0;
		padding: 15px;
	}
}

/*col-sm - col-xs*/
@media screen and (max-width: 991px) {
	.btn-red {
		font-size: 16px;
		padding: 15px 40px;
		background: #c7383e;
		font-weight: 600;
		border: 0;
	}

	#mapa {
	    width: 100%;
	    height: 300px;
	    margin-top: 20px;
	}	

	#map-form {
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
		background: #FFFFFF;		
		padding: 15px;		
		max-width: 100%;
	}

	#map-form label {
		color: #4c4c4c;
		font-weight: 700;
	}

	#map-form .form-group {
		margin: 0;
	}

	.btn-search {
		margin-top: 12px;
		width: 100%;
	}	

	.map-title h2 {
		font-size: 22px;
		margin-bottom: 0;
	}

	.map-title sub {
		font-size: 16px;
	}
}

/*col-xs*/
@media screen and (max-width: 767px) {
	ul.contact-list {
		padding: 0;
		margin: 0 0 30px 0;
		text-align: center;
	}

	ul.contact-list li {
		list-style: none;
		display: block;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
	}	 
}

