/*************************
 *
 * AYTO GUIA DE ISORA
 *
 *************************/

a {
  color: #0099ba;
}

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 1rem;
    display: none;
}

/* Columnas y filas */
.row {
	width:100%;
	max-width:100%;
}

/* Tipografías, encabezados y textos*/
@font-face {
	font-family:'ChaparralPro-Regular';
	src: url('../fonts/ChaparralPro-Regular_gdi.eot');
	src: url('../fonts/ChaparralPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChaparralPro-Regular_gdi.woff') format('woff'),
		url('../fonts/ChaparralPro-Regular_gdi.ttf') format('truetype'),
		url('../fonts/ChaparralPro-Regular_gdi.svg#ChaparralPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

h1, h2, h3, h4, h5, h6 {
 	font-family: "ChaparralPro-Regular", Georgia, "Times New Roman", serif;
}
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
p, li, td {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* #cabecera */
/* f-topbar fixed fix */
body.f-topbar-fixed { padding-top: 0; }
#cabecera {
	position:absolute;
	z-index: 9999;
}

/* #logo */
# logo {
	background-color:#333 !important;
}

#logo a {
	color: rgba(0,0,0,0);
	width:300px;
	height:170px;
	display:block;
	padding: 0;
	transition: all 0.2s ease-in-out;
}

.fixed #logo a {
	background-position: bottom left !important;
	width: 300px;
	height:45px;
}

/* Top-Bar */
#menu{
	margin: 0 0 0 1rem;
}

#menu.fixed {
  background-color: rgba(0,0,0,0.4);
  margin:0;
  padding-left:1rem;
}
.top-bar {
    background: transparent none repeat scroll 0% 0%;
}
.top-bar-section ul li {
    background: transparent none repeat scroll 0% 0%;
    margin-right: 4px;
}
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    font-size: 1rem;
    font-family: "ChaparralPro-Regular", Georgia, "Times New Roman", serif;
}

.top-bar-section .has-form {
    background: rgba(0, 0, 0, 0.43) none repeat scroll 0% 0%;

}

.top-bar-section .has-form:hover {
    background: #333 none repeat scroll 0% 0%;
}

#search {
    background: rgba(255, 255, 255, 0) url("../img/lupa.png") no-repeat scroll right 50%;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}

/* Home-Slider */
#home-slider .orbit-timer {
	display: none;
}

#home-slider .orbit-bullets {
	z-index: 999;
	top: auto;
	bottom: 75px;
	margin: 0 15px 0 0;
}

#home-slider .orbit-caption {
  text-align: center;
}

#home-slider .orbit-bullets li {
  background-color: #5b5b5f;
  border: 1px solid #ccc;
}
/* Imagen destacada */
#imagen-destacada {
  height:186px;
  overflow:hidden;
}

/* #secciones-fijas */
#secciones-fijas {
	background-color: #ccc;
  min-height:100px;
}
#secciones-fijas h2 {
	text-align: center;
}

/* #destacados REVISAR */
#destacados h2, #destacados p, #sticky h2, #sticky p {
  color: #eee;
}
.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  }

.image-overlay-content {
  width: 100%;
  height: 40%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0; 
}

.overlay-fade-in p {
  opacity: 0;
  transition: all 0.2s linear; 
}

.overlay-fade-in img {
  transition: all 0.2s linear; 
}

.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.4s ease-in-out; 
}
.overlay-fade-in h2 {
  margin-top: 1rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.overlay-fade-in .button {
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: all 0.2s ease-in-out; 
}

.overlay-fade-in:hover img {
  transform: scale(1.2); 
}

.overlay-fade-in:hover .image-overlay-content {
  opacity: 1; 
}

.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
  opacity: 1; 
}

.overlay-fade-in:hover p {
  transition-delay: 0.1s; 
}

.overlay-fade-in:hover .button {
  transition-delay: 0.2s; 
}

#destacados {
  min-height: 300px;
}

/* REVISAR ^^^ */

/* pie */
footer.row {
  margin-top: 0;
}
#pie {
  background-color: #222;
  color: #eee;
  text-align: center;
}
#logo_pie img {
  margin:1rem 0;
}
#pie #contacto p {
  text-align: left;
  margin-bottom: 0.4rem;
}

#pie .fa-stack {
  color: #eee;
}
#pie .fa-stack .fa-stack-2x {
  color: #333;
}
#pie a:hover .fa-stack .fa-stack-2x {
  color: #5e98ac;
}
#pie a:hover .fa-stack .fa-stack-1x {
  color: #eee;
}

.post-map {
  height:400px;
}

#noticias hr:last-child, #eventos hr:last-child {
  display: none;
}

#post-content {
  padding-top:2rem;
  padding-bottom: 2rem;
  box-shadow: 0 0 16px rgba(0,0,0,0.4);
  min-height:800px;
}

#social-share {
  border-top: 1px solid #ccc;
   border-bottom: 1px solid #e5e5e5;
  background-color: #eee;
}
#social-share  ul {
  margin: 8px 1rem 8px 0;
}

#area {
  border-bottom: 4px solid #333;
}