/* FONTS
-------------------------------------------------- */
font-family: 'Playball', cursive;


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 20px;
	border-bottom: 1px solid #333;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -92px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 50px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-inner .first {
	background: #222 url(../images/acantilados-del-golfo-grutas-1.jpg) 50% 50% no-repeat;
}

.carousel-inner .second {
	background: #222 url(../images/acantilados-del-golfo-grutas-2.jpg) 50% 50% no-repeat;
}

.carousel-inner .third {
	background: #222 url(../images/acantilados-del-golfo-grutas-3.jpg) 50% 50% no-repeat;
}

.carousel-inner .fourth {
	background: #222 url(../images/acantilados-del-golfo-grutas-4.jpg) 50% 50% no-repeat;
}

.carousel-inner .fifth {
	background: #222 url(../images/acantilados-del-golfo-grutas-5.jpg) 50% 50% no-repeat;
}

.carousel-inner .sixth {
	background: #222 url(../images/acantilados-del-golfo-grutas-6.jpg) 50% 50% no-repeat;
}

#TT_RiJ11EEEkdA9dQIA7fSDjjDDjWnALEd2bdEY1ZC5K1DImIG53 {
	border: none !important;
	margin: 10px auto !important;
	
}

body.home .container .dark p,
body.home .container .dark h2 {
	color: white;
}

body.home .container .dark .text-muted{
	color: #999;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* CUSTOM CSS
-------------------------------------------------- */

body {
  background: url('../images/bg.png') repeat !important;
}

body.home {
  background: #243650 url('../images/acantilados-del-golfo-grutas-bg.jpg') 50% 50% no-repeat !important;
}

.navbar-brand {
	font-family: Playball,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.9em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-header {
	margin-top:0;
}

.page-header h1 {
	font-family: Playball,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 3em;
	color: #3071a9;
}

.page-header {
	border-bottom-color: #333;
}

header.navbar {
background: #1f5584; /* Old browsers */
background: -moz-linear-gradient(left,  #1f5584 0%, #4a90d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1f5584), color-stop(100%,#4a90d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1f5584 0%,#4a90d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1f5584 0%,#4a90d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1f5584 0%,#4a90d6 100%); /* IE10+ */
background: linear-gradient(to right,  #1f5584 0%,#4a90d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5584', endColorstr='#4a90d6',GradientType=1 ); /* IE6-9 */



}

.text-muted {
	color: #3071a9;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	border: 1px solid #333;
}

footer p {
	margin: 0;
}


img.img-circle {
	margin: 0.5em;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 360px) {
	#TT_RiJ11EEEkdA9dQIA7fSDjjDDjWnALEd2bdEY1ZC5K1DImIG53 {
		width: 270px !important;	
	}
}

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}