
.content-service .tags ul li , .content-product .tags ul li {
	transition: all 0.3s;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: initial;
	transition-delay: initial;
	cursor:pointer;
}

.content-service .tags ul li:hover , .content-product .tags ul li:hover {
	background:#b8b8b8;
}

.content-service .tags ul li.active , .content-product .tags ul li.active {
	background:#b8b8b8;
}




#google-container {
	height: 100%;
}
#google-container2 , #google-container3 {
	height: 300px;
	width:100%;
}


#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(211, 104, 104, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.png");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #b08c2e;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
  background-color: #b08c2e;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
  background-color: #b08c2e;
}


input.error {
	border-color:#b08c2e;
}

.form_success {
	display:none;
	font-weight:bold;
}

.horizontal-image {
	margin-top:60px!important;
}

@media (max-width: 1200px) {
	.sidebar {
		position:fixed;
	}	
}

@media (max-width: 992px) {
	.horizontal-image {
		margin-top:0px;
	}
}

@media (max-width: 1300px) {
	.content-about .text { 
		width: auto!important;
	}
}

.fb_ico {
	color:#919497!important;
}


.fb_ico i {
	font-size:20px!important;
}

#hid_urls { display:none; }

@media (max-width: 1200px) {
	.fb_ico i {
		font-size:26px!important;
		color:#e6c97c!important;
	}
}
/*
@media (max-width: 992px) {
	.intro .title {
		font-size: 72px!important;
		width: 450px!important;
		line-height: 42px!important;
		color: #fff;
		margin: 0 0 60px 0;
		font-family: 'Playfair Display', serif;
	}
}


@media (max-width: 692px) {
	.intro .title {
		font-size: 42px;
		width: 180px;
		line-height: 42px;
	}
}
*/