/* RESPONSIVE: PHONE
------------------------------------------------------------------------------*/
@media (max-width: 767px) {

body {
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
}

  
/* HEADER 
------------------------------------------------------------------------------*/
#header {
  padding: 20px 0;
}

#header .container {
  padding: 0 5px !important;
}

#header .navbar-header {
  text-align: left;
}

#header .navbar-brand {
  margin-left: 30px;
}

#header .navbar-brand img {
  height: 35px;
}

.navbar {
  margin-bottom: 20px;
  min-height: 30px;
}

#header .navbar-collapse {
  border: none;
}

#header .navbar-toggle {
  background: url("../images/navbar-toggle.png") no-repeat 50% 50%;
  border: none;
  height: 20px;
  margin: 5px 30px 0 0;
  padding: 0;
  text-align: center;
  width: 20px;
  z-index: 10;
}


/* MENU 
------------------------------------------------------------------------------*/
#header .block-superfish,
#header .languages {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: -3px 3px 3px #D0CCCC;
  margin-left: 0;
  margin-top: 0;
  padding: 56px 30px 30px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 180px;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color=#d0cccc)";/*IE 8*/
  -moz-box-shadow: -3px 3px 3px #d0cccc;/*FF 3.5+*/
  -webkit-box-shadow: -3px 3px 3px #d0cccc;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: -3px 3px 3px #d0cccc;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color=#d0cccc); /*IE 5.5-7*/
}

#header .block-superfish ul {
  float: none;
}

#header .block-superfish li {
  display: block;
  float: none;
  padding: 0;
  width: 100%;
}

#header .block-superfish li a {
  border-bottom: 1px solid #fff;
  color: #000;
  display: inline-block;
  line-height: 1em !important;
  margin-left: 0;
  padding: 20px 0 15px 0;
}

#header .block-superfish li a:hover,
#header .block-superfish li .active a {
  border-bottom: 1px solid #000;
}

/* LANGUAGES 
------------------------------------------------------------------------------*/
#header .languages {
  padding-top: 0;
  top: 270px;
  width: 180px;
}

#header .menu .language-switcher-locale-url {
  float: none;
  padding: 0;
}

#header .language-switcher-locale-url {
  padding-top: 20px;
}

#header .language-switcher-locale-url li {
  display: inline-block;
  float: left;
  width: auto;
}

#header .language-switcher-locale-url li a {
  border: none;
  border-left: 1px solid #E1E1E1;
  color: #999999;
  padding: 0 15px;
}
#header .language-switcher-locale-url li:first-child a {
  border-left: 1px solid #fff;
  padding-left: 0;
}

#header .language-switcher-locale-url li.active a,
#header .language-switcher-locale-url li a:hover {
  color: #000;
}


/* BANNER 
------------------------------------------------------------------------------*/
#banner {
  background-size: auto 280px;
  height: 280px;
}

#banner > img {
  height: 280px;
}

#banner .caption {
  margin-top: -50px;
}

#banner .caption > span {
  height: 55px;
  line-height: 55px;
  width: 55px;
}

#banner .caption > span i {
  font-size: 1.5em;
  line-height: 40px;
}

#banner .caption h1 {
  font-size: 22px;
  margin: 20px 0 0;
}


/* HOME SLIDESHOW 
------------------------------------------------------------------------------*/
#home-slideshow .carousel-inner > .item {
  background-size: auto 280px;
  height: 280px;
}

#home-slideshow .carousel-inner > .item > img,
#home-slideshow .carousel-inner > .item > a > img {
  height: 280px;
}

#home-slideshow .carousel-caption > span {
  height: 50px;
  line-height: 50px;
  width: 50px;
}

#home-slideshow .carousel-caption > span i {
  font-size: 1.5em;
  line-height: 40px;
}

#home-slideshow .carousel-caption h1 {
  font-size: 22px;
  margin: 15px 0 25px;
}

#home-slideshow .carousel-caption .btn {
  font-size: 15px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
}

#home-slideshow .carousel-indicators {
  bottom: 15px;
}

/* MAIN 
------------------------------------------------------------------------------*/
#main {
  border: none;
  padding: 0;
}

#main .container {
  border-top: none;
  padding: 20px;
}


/* BLOCKQUOTE 
------------------------------------------------------------------------------*/
blockquote {
  margin: 20px auto;
  max-width: none;
}

blockquote p {
  font: 20px/26px 'cooper_hewittlight_italic',Arial,Helvetica,Sans-serif;
  margin-bottom: 0;
}


/* GALLERY 
------------------------------------------------------------------------------*/
.gallery .row > div {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0;
  max-width: 460px;
}

.gallery .caption {
  height: 90px;;
  max-height: none;
  padding-bottom: 0px;
}

.gallery .caption h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.gallery-detail .row > div {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0;
  max-width: 460px;
  width: auto !important;
}


/* HOME GALLERY 
------------------------------------------------------------------------------*/
.home-gallery.gallery .row > div {
  margin-bottom: 0;
}

.home-gallery.gallery .caption {
  display: block;
  margin-top: 0;
  max-width: 460px;
  position: static;
  width: auto;
}

.home-gallery.gallery .caption h2 {
  font-size: 20px;
  text-decoration: none;
}


/* CONTACTO 
------------------------------------------------------------------------------*/
#contacto .dl-horizontal {
  margin: 45px 0;
  max-width: none;
}

#contacto .dl-horizontal dt {
  text-align: center;
  width: auto;
}

#contacto .dl-horizontal dd {
  margin-bottom: 15px;
  margin-left: 0;
  text-align: center;
}


/* SOCIAL 
------------------------------------------------------------------------------*/
#social {
  font-size: 14px;
  padding: 0;
}

#social .container {
  font-size: 14px;
  padding: 30px 20px;
}


/* FOOTER 
------------------------------------------------------------------------------*/
#footer {
  padding: 0;
}

} /* max-width: 767px */