/* CSS Document 
* Nombre del proyecto: HOSTEL AMANECER
* Nombre del archivo: hostel-amanecer.css
* Descripción: Hoja de estilos global
* Fecha de creación: Marzo de 2015
* Autor: Diana Cuenca
* Autor eMail: dianitacuenca@gmail.com
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***************************************/
/*=========     @FONT-FACE    =========*/
/***************************************/
@font-face {
  font-family: 'museo-100';
  src: url('fonts/MuseoSans-100.eot');
  src: url('fonts/MuseoSans-100.eot') format('embedded-opentype'), url('fonts/MuseoSans-100.woff2') format('woff2'), url('fonts/MuseoSans-100.woff') format('woff'), url('fonts/MuseoSans-100.ttf') format('truetype'), url('fonts/MuseoSans-100.svg#museo-100') format('svg');
}
@font-face {
  font-family: 'museo-300';
  src: url('fonts/MuseoSans-300.eot');
  src: url('fonts/MuseoSans-300.eot') format('embedded-opentype'), url('fonts/MuseoSans-300.woff2') format('woff2'), url('fonts/MuseoSans-300.woff') format('woff'), url('fonts/MuseoSans-300.ttf') format('truetype'), url('fonts/MuseoSans-300.svg#museo-700') format('svg');
}
@font-face {
  font-family: 'museo-500';
  src: url('fonts/MuseoSans-500.eot');
  src: url('fonts/MuseoSans-500.eot') format('embedded-opentype'), url('fonts/MuseoSans-500.woff2') format('woff2'), url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf') format('truetype'), url('fonts/MuseoSans-500.svg#museo-500') format('svg');
}
@font-face {
  font-family: 'museo-700';
  src: url('fonts/MuseoSans-700.eot');
  src: url('fonts/MuseoSans-700.eot') format('embedded-opentype'), url('fonts/MuseoSans-700.woff2') format('woff2'), url('fonts/MuseoSans-700.woff') format('woff'), url('fonts/MuseoSans-700.ttf') format('truetype'), url('fonts/MuseoSans-700.svg#museo-700') format('svg');
}
/***************************************/
/*========= CLEANERS & OTHERS =========*/
/***************************************/
* {
  box-sizing: border-box;
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
::-moz-selection {
  background: #d9b38c;
  color: #ffffff;
}
::selection {
  background: #d9b38c;
  color: #ffffff;
}
* img {
  width: 100%;
  width: 100%\9;
  height: auto;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: 'museo-300', sans-serif;
  font-size: 10px;
  overflow-x: hidden;
  min-height: 1200px;
}
/*-------------
*-- CLEARFIX --*
-------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.cleaner {
  clear: both;
  margin: 0;
  padding: 0;
  width: 0 !important;
  height: 0 !important;
}
/*-------------
*-- WRAPPER --*
-------------*/
.wrapper {
  max-width: 1190px;
  position: relative;
  margin: auto;
}
.wrapper.internas {
  background-color: #FFF;
  padding: 0 2.4% 80px;
  margin: -140px auto 70px;
}
/********************************************/
/*=========      $HEADER-&-NAV     =========*/
/********************************************/
header {
  width: 100%;
  max-width: 960px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
nav {
  width: 91.666%;
  background-color: #fff;
  float: left;
  position: relative;
}
nav::before {
  content: '';
  background: url(../images/bg-nav.png);
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: ;
}
.main-menu li {
  float: left;
  width: 16.66%;
  min-height: 45px;
  position: relative;
}
.main-menu li a {
  font-size: 1.8em;
  color: #996633;
  font-family: 'museo-500';
  display: block;
  text-align: center;
  line-height: 45px;
  position: relative;
}
.main-menu li a::after {
  content: '';
  background: url(../images/bg-line-menu.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
}
.main-menu li:last-child a::after {
  content: none;
}
.main-menu li:hover a {
  color: #fde02e;
}
.main-menu li:hover .submenu {
  display: block;
}
#btn-nav {
  display: none;
}
.submenu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #86592d;
}
.submenu li {
  float: none;
  width: 100%;
  min-height: 0;
  border-bottom: solid 1px #fde02e;
}
.submenu li a {
  color: #FFF !important;
  font-family: 'museo-300';
  text-align: center;
  line-height: 1.3em;
  padding: .4em;
}
.submenu li a::after {
  content: none;
}
.submenu li:last-child a {
  border-bottom: none;
}
.submenu li:hover {
  background-color: #bf8040;
}
.languages {
  float: left;
  width: 8.334%;
  background-color: #fde02e;
  border-radius: 0 6px 6px 0;
  padding: 8px 10px;
}
.languages li {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../images/sprite-icons.png);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.languages li a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}
.languages li:last-child {
  margin-left: 5px;
}

.languages li[data-icon=flag-es]{ background-position:0px 0px; }
.languages li[data-icon=flag-en]{ background-position:-30px 0px; }

.languages li:hover {
  opacity: .4;
}
.share-box {
  width: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  left: -35px;
  top: 36%;
  z-index: 300;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.share-box:hover {
  left: -10px;
}
.share-aside {
  float: right;
}
.share-aside li {
  background-color: #805600 !important;
}
.share-aside li:last-child {
  margin-bottom: 0;
}
/*******************************************/
/*==========  $MAIN-BANNER-HOME  ==========*/
/*******************************************/
.main-banner {
  width: 1920px;
  line-height: 0;
  position: relative;
  z-index: 0;
  left: 50%;
  overflow: hidden;
  background: url(../images/bg-main-banner.jpg) no-repeat;
  background-size: contain;
  transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -webkit-transform: translateX(-52%);
}
.slide-banner {
  width: 50%;
  float: right;
}
.wrap-banner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
.wrap-banner figure {
  width: 275px;
  line-height: 0;
  margin: 90px 0 0 165px;
}
.wrap-banner h1 {
  width: 330px;
  margin: 90px 0 0 90px;
  text-align: right;
  color: #FFF;
  font: normal 4em/0.9em 'museo-100';
  text-shadow: 1px 1px 6px #000;
}
.wrap-banner h1 strong,
.wrap-banner h1 em {
  display: block;
  font-size: .75em;
  font-family: 'museo-300';
  font-weight: normal;
}
.wrap-banner h1 em {
  font-family: 'museo-700';
  font-style: normal;
}
.wrap-banner h2 {
  width: 330px;
  margin: 50px 0 0 90px;
  text-align: right;
  color: #FFF;
  font: normal 1.9em/1.3em 'museo-500';
}
.wrap-banner h2 strong {
  font-weight: normal;
  font-family: 'museo-700';
}
.wrap-banner h2 span {
  float: right;
  width: 30px;
  height: 45px;
  background: url(../images/sprite-icons.png) -85px -130px;
}
.rslides {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.rslides > li {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
}
.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
/**************************************/
/*==========  $COMODIDADES  ==========*/
/**************************************/
.grey-bar {
  background-color: #EFEFEF;
  padding-bottom: 40px;
}
.white-bar {
  background-color: #FFF;
  overflow: hidden;
  padding: 5px 0;
  margin-top: -47px;
}
.white-bar p {
  float: left;
  width: 47%;
  font-size: 1.9em;
  color: #996633;
  text-align: right;
  padding-right: 3.3%;
}
.white-bar p strong {
  color: #0041a3;
  font-family: 'museo-700';
  font-weight: normal;
}
.white-bar p + p {
  width: 50%;
  text-align: left;
  position: relative;
  padding-left: 7.6%;
  padding-right: 0;
}
.white-bar p + p::before {
  content: '';
  background: url(../images/sprite-icons.png) 0 -25px #b90310;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -3px;
  top: -30px;
}
.white-bar + h2 {
  color: #333333;
  border: solid 1px #B6B6B6;
  font-weight: normal;
  font-family: 'museo-100';
  display: inline-block;
  font-size: 2.5em;
  padding: .5em 1em;
  position: relative;
  left: 50%;
  margin: 30px 0;
  transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -webkit-transform: translateX(-52%);
}
.comodities-list {
  max-width: 1130px;
  margin: auto;
  overflow: hidden;
}
.comodities-list li {
  float: left;
  color: #F08320;
  font-size: 2em;
  font-family: 'museo-300';
  text-align: center;
}
.comodities-list li strong {
  font-weight: normal;
  font-family: 'museo-700';
}
.comodities-list li span[class*=icon-] {
  display: block;
  margin: auto;
  width: 135px;
  height: 115px;
  background: url(../images/sprite-icons.png) -465px 0;
}
.comodities-list li span[class*=icon-].icon-bed {
  background-position: -465px -115px;
}
.comodities-list li span[class*=icon-].icon-kitchen {
  background-position: -465px -230px;
}
.comodities-list li span[class*=icon-].icon-bread {
  background-position: -465px -345px;
}
.comodities-list li:last-child {
  float: right;
  margin-right: 2%;
}
.comodities-list li:nth-child(2) {
  margin: 0 12% 0 13%;
  position: relative;
}
.comodities-list li:nth-child(2)::before {
  content: '';
  background: url(../images/sprite-icons.png) -425px -65px;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -50%;
  top: 0;
}
.comodities-list li:nth-child(2)::after {
  content: '';
  background: url(../images/sprite-icons.png) -420px 0;
  width: 45px;
  height: 60px;
  position: absolute;
  right: -60%;
  top: 0;
}
.comodities-list li:nth-child(3) {
  position: relative;
}
.comodities-list li:nth-child(3)::after {
  content: '';
  background: url(../images/sprite-icons.png) -425px -101px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -50%;
  top: 0;
}
/*************************************/
/*==========  $MIDDLE-BAR  ==========*/
/*************************************/
.middle-bar {
  width: 1920px;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -webkit-transform: translateX(-52%);
}
.middle-bar figure {
  width: 50%;
  float: right;
  line-height: 0;
}
.middle-bar-wrap {
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1190px;
}
.text-box {
  width: 50%;
  padding: 0 3% 0 5%;
  text-align: right;
}
.text-box h2 {
  font-size: 4.5em;
  color: #b80110;
  font-weight: normal;
  font-family: 'museo-100';
  
  font-size:2.4em;
}
.text-box h2 em {
  font-family: 'museo-500';
  font-style: normal;
}
.text-box p ,
.text-box {
  font-size: 1.9em;
  color: #996633;
  margin: 1.6em 0;
}
.text-box a {
  display: inline-block;
  margin-top: 25px;
  color: #0041a3;
  font-size: 1.9em;
  font-family: 'museo-500';
  padding: .5em 1.2em;
  border: solid 1px #B6B6B6;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  
  font-size: 1em;
}
.text-box a:hover {
  background-color: #0041a3;
  color: #FFF;
  border-color: #0041a3;
}
/**********************************/
/*==========  $GALERÍA  ==========*/
/**********************************/
.gall-title {
  font: normal 2.8em/70px 'museo-100';
  color: #333333;
  position: relative;
  padding-left: 80px;
  margin-bottom: 0;
}
.gall-title span {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sprite-icons.png) 0 -95px #b80110;
}
.gall-title em {
  color: #b80110;
  font-style: normal;
}
.gallery-thumbs {
  margin-bottom: 30px;
}
.gallery-thumbs li {
  overflow: hidden;
}
.gallery-thumbs figure {
  width: 19.74%;
  float: left;
  margin-right: .325%;
  position: relative;
}
.gallery-thumbs figure:last-child {
  margin: 0;
}
.gallery-thumbs figure:hover img {
  opacity: .8;
}
.gallery-thumbs a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.gallery-thumbs a span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #b80110;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  text-align: center;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
  transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  -webkit-transform: scale(0) rotate(0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.gallery-thumbs a:hover span {
  transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
  box-shadow: 0 0 5px #000000;
}
/***************************************/
/*==========  $BOTTOM-BOXES  ==========*/
/***************************************/
.bottom-boxes {
  display: table;
  width: 100%;
  max-width: 1190px;
  margin: auto;
  padding-bottom: 50px;
  margin-top: -30px;
}
.bottom-boxes [class*=col-] {
  display: table-cell;
  width: 33.3333%;
}
.bottom-boxes [class*=col-] h2 {
  text-align: center;
  margin: 0 0 15px;
  color: #FFF;
  font-size: 2.7em;
  font-family: 'museo-100';
  font-weight: normal;
  padding: .5em 0;
}
.bottom-boxes [class=col-1] h2 {
  background: url(../images/bg-yellow-pattern.jpg);
}
.bottom-boxes [class=col-2] h2 {
  background: url(../images/bg-blue-pattern.jpg);
}
.bottom-boxes [class=col-3] h2 {
  background: url(../images/bg-green-pattern.jpg);
}
.booking-box {
  margin: 50px auto 0;
  position: relative;
  border-radius: 10px;
  width: 82.070%;
  background-color: #EFEFEF;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.booking-box img {
  border-radius: 10px 10px 0 0;
}
.booking-box p {
  font-size: 1.8em;
  color: #333333;
  padding: 1em;
  margin: 0;
}
.booking-box .icon-booking {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 22px;
  width: 45px;
  height: 45px;
  background: url(../images/sprite-icons.png) -85px 0;
}
.booking-box a {
  width: 170px;
  height: 35px;
  background: url(../images/sprite-icons.png) -145px 0 #0041a3;
  border-radius: 18px;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  bottom: -17px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.booking-box a:hover {
  right: -20px;
  box-shadow: 0 0 5px #000000;
}
.like-box {
  border-right: solid 1px #D2D2D2;
  border-left: solid 1px #D2D2D2;
  padding: 25px 0;
}
.like-box div {
  margin: auto !important;
  width: 300px;
  display: block !important;
}
.trip-advisor-text {
  width: 78.08%;
  margin: auto;
}
.trip-advisor-text h3 {
  font-size: 3em;
  color: #4B8338;
  font-weight: normal;
  font-family: 'museo-700';
  margin-bottom: 12px;
}
.trip-advisor-text h3 .icon-ok-trip {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../images/sprite-icons.png) -325px 0;
}
.trip-advisor-text p {
  font-size: 1.8em;
  color: #4B8338;
  line-height: 1.3em;
  margin: 12px 0;
}
.trip-advisor-text .icon-trip {
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(../images/sprite-icons.png) -360px 0;
  float: left;
}
.trip-advisor-text a {
  color: #0041a3;
  font-size: 1.6em;
  position: relative;
  top: -2px;
}
.trip-advisor-text a:hover {
  text-decoration: underline;
}
.trip-advisor-text hr {
  border: none;
  border-top: solid 1px #D2D2D2;
  margin: 10px 0;
}
.trip-advisor-text strong {
  font: normal 1.3em/18px 'museo-100';
  display: inline-block;
  width: 63%;
  float: left;
  padding-left: 3%;
  margin-bottom: 5px;
}
.trip-dots {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
}
.trip-dots li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 2px #4B8338;
  float: left;
  position: relative;
  overflow: hidden;
}
.trip-dots li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #4B8338;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.trip-dots li.empty::before {
  content: none;
}
.trip-dots li.half::after {
  content: '';
  border-style: solid;
  border-width: 6px 3px;
  border-color: #fff;
  border-radius: 0 50% 50% 0;
  position: absolute;
  right: 1px;
  top: 2px;
}
/**********************************/
/*==========  $BOX-MAP  ==========*/
/**********************************/
.map-box {
  min-height: 390px;
  background: url(../images/img-footer-map.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.info-wrap {
  margin: auto;
  width: 67%;
}
.info-wrap figure {
  float: left;
  width: 49.68%;
  max-width: 390px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.data {
  float: right;
  width: 49.68%;
  max-width: 390px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}
.data > h2 {
  font-size: 2.5em;
  color: #b80110;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
.data p {
  font-size: 2em;
  color: #606060;
  padding-left: 22%;
  margin: 12px 0;
}
.data p strong {
  font-size: 1.25em;
  font-weight: normal;
  display: block;
}
.data p a {
  color: #333333;
  font-family: 'museo-700';
  display: block;
}
.data p .icon-map {
  display: inline-block;
  width: 30px;
  height: 45px;
  background: url(../images/sprite-icons.png) -85px -45px;
  float: left;
  margin: 0 8px 20px 0;
}
.box-clima {
  background-color: #FFF;
  overflow: hidden;
  padding-bottom: 10px;
}
.box-clima > h2 {
  color: #0041a3;
  font-size: 2em;
  font-weight: normal;
  float: left;
  text-align: right;
  margin-left: 7%;
}
.box-clima > h2 em {
  font-style: normal;
  font-family: 'museo-700';
  display: block;
}
.box-clima div[id] {
  float: left;
  margin-left: 5%;
}
/*********************************/
/*==========  $FOOTER  ==========*/
/*********************************/
footer {
  background-color: #7E5429;
  position: relative;
}
footer::before {
  content: '';
  background: url(../images/bg-footer-line.png);
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
footer .wrapper {
  padding: 40px 0;
}
.footer-nav {
  max-width: 460px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.footer-nav li {
  float: left;
  width: 18.91%;
  height: 40px;
  border: solid 1px #fde02e;
  margin-right: 1.09%;
  background-color: #7E5429;
}
.footer-nav li a {
  display: block;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  font-size: 1.5em;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer-nav li a:hover {
  background-color: #fde02e;
  color: #996633;
}
.info-footer {
  color: #FFF;
  font-size: 1.6em;
  padding-left: 50px;
  position: relative;
  z-index: 100;
  margin-bottom: 0;
}
.info-footer::before {
  content: '';
  background: url(../images/sprite-icons.png) -85px -90px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
.info-footer a {
  display: block;
  font-size: 1.125em;
  font-family: 'museo-500';
  color: #FFF;
}
.info-footer a em {
  font-style: normal;
  color: #fde02e;
}
.info-footer a:hover {
  color: #fde02e;
}
.logo-footer {
  width: 23.10%;
  position: absolute;
  z-index: 50;
  right: 6%;
  bottom: 0;
  line-height: 0;
}
.logo-tad {
	position:absolute;
	left:50%;
	bottom:15px;
}
.credits {
  background-color: #EFEFEF;
  overflow: hidden;
  padding: 5px 0;
}
.credits a {
  width: 120px;
  float: left;
}
.credits a:hover {
  opacity: .6;
}
.credits p {
  float: right;
  font: normal 1.5em/1.2em 'museo-500';
  color: #996633;
  margin: 0;
  padding: 10px 0;
}
.credits p strong {
  font-weight: normal;
  color: #fde02e;
  font-family: 'museo-700';
}
.share-footer {
  position: absolute;
  right: 5%;
  top: 20px;
}
.share-footer li:first-child {
  background-color: #0041a3;
}
.share-footer li:nth-child(2) {
  background-color: #fde02e;
}
.share-footer li:last-child {
  background-color: #b80110;
}
[class*=share-] li {
  width: 30px;
  height: 30px;
  background: url(../images/sprite-icons.png) -145px -35px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
[class*=share-] li:nth-child(2) {
  background-position: -175px -35px;
}
[class*=share-] li:last-child {
  background-position: -205px -35px;
}
[class*=share-] li:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  box-shadow: 0 0 5px #000000;
}
[class*=share-] li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
/***************************************/
/*==========    $INTERNAS    ==========*/
/***************************************/
.wrapper.internas h3 {
  color: #b80110;
  font: normal 3.5em/1.2em 'museo-100';
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 5px;
}
.wrapper.internas h3 em {
  font-style: normal;
  font-family: 'museo-500';
}
.main-title {
  color: #fff;
  font-size: 2.8em;
  padding: .6em 3em;
  font-weight: normal;
  background-color: #b80110;
  margin: 0 0 50px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subtitle {
  float: left;
  font-family: 'museo-100';
  font-size: 2.8em;
  margin: 0 0 50px;
  color: #996633;
  font-weight: normal;
}
.subtitle > span {
  float: left;
  position: relative;
  top: -10px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background: url(../images/sprite-icons.png) 0 -215px;
}
/*-----------------
=== interna-contenido ===
-----------------*/
.icons-box {
  background-color: #0041a3;
  width: 54.86%;
  margin: auto;
  padding: 15px 0;
  overflow: hidden;
  transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}
.icons-box li {
  float: left;
  width: 25%;
  text-align: center;
}
.icons-box p {
  font-size: 1.4em;
  color: #fde02e;
  font-family: 'museo-100';
  margin: 0;
}
.icons-box p strong {
  font-weight: normal;
  font-family: 'museo-500';
}
.icons-box span {
  display: inline-block;
  margin-bottom: 5px;
  width: 70px;
  height: 60px;
  background: url(../images/sprite-icons.png) -145px -65px;
}
.icons-box span.icon-bed-yellow {
  background-position: -145px -125px;
}
.icons-box span.icon-kitchen-yellow {
  background-position: -145px -185px;
}
.icons-box span.icon-bread-yellow {
  background-position: -145px -245px;
}
.col-left {
  width: 46.90%;
  float: left;
}

.col-left.fullwidth { width:100%; }

.col-left h1 {
  color: #b80110;
  font: normal 3.5em/1.2em 'museo-100';
  margin-top: 0;
}
.col-left h1 em {
  font-style: normal;
  font-family: 'museo-500';
}
.col-left p,
.col-left .wrapper_contenidos {
  font-size: 1.8em;
  line-height: 1.3em;
  color: #996633;
}
.bread-crumbs {
  overflow: hidden;
  float: left;
}
.bread-crumbs li {
  float: left;
  font-size: 1.5em;
  color: #DF8E20;
  font-family: 'museo-700';
  border-right: solid 1px #666;
  padding-right: 10px;
  margin-right: 10px;
}
.bread-crumbs li:last-child {
  border-right: none;
}
.bread-crumbs li a {
  color: #666666;
  font-family: 'museo-300';
}
.bread-crumbs li a:hover {
  color: #DF8E20;
}
.col-right {
  width: 50%;
  float: right;
}
.share-box-internas {
  float: right;
}
.share-box-internas p {
  float: left;
  font-size: 1.4em;
  color: #996633;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  line-height: 30px;
}
.share-interna {
  float: right;
  margin-bottom: 15px;
}
.share-interna li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  background-color: #F7BB3A;
}
.share-interna li:last-child {
  background-color: #b80110;
  background-position: -270px -35px;
  margin-right: 0;
}
.gallery-thumbs-big {
  overflow: hidden;
}
.gallery-thumbs-big li {
  float: left;
  width: 23%;
  overflow: hidden;
  position: relative;
  margin: 0 2.66% 2.66% 0;
}
.gallery-thumbs-big li:nth-child(4n) {
  margin-right: 0;
  clear:right;
}
.gallery-thumbs-big li:nth-child(4n+1) { clear:left; }
.gallery-thumbs-big li:last-child {
  float: right;
  padding-top: 12%;
}
.gallery-thumbs-big li:last-child > a {
  display: block;
  border: solid 1px #B6B6B6;
  color: #333;
  text-align: center;
  font-size: 2.5em;
  font-family: 'museo-100';
  padding: .5em 0;
}
.gallery-thumbs-big li:last-child > a em {
  color: #b80110;
  font-style: normal;
}
.gallery-thumbs-big li:last-child > a:hover {
  background-color: #b6b6b6;
  color: #FFF;
}
.gallery-thumbs-big li:last-child > a:hover em {
  color: #FFF;
}
.gallery-thumbs-big li * {
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.gallery-thumbs-big li span {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  bottom: 10px;
  background: url(../images/sprite-icons.png) -235px -35px #b80110;
  border-radius: 50%;
  text-indent: -9999px;
}
.gallery-thumbs-big li:hover img {
  opacity: .7;
}
.gallery-thumbs-big li:hover span {
  right: 50%;
  bottom: 50%;
  margin: 0 -18px -18px 0;
}
.pager {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pager li {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 3px;
  font-family: 'museo-100';
  color: #333333;
}
.pager li a {
  font-size: 2.3em;
  display: block;
  border: solid 1px #CCCCCC;
  line-height: 48px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pager li a:hover,
.pager li a.active {
  background-color: #F7B52A;
  border-color: #fde8bd;
  color: #ffffff;
}
.pager li:first-child,
.pager li:last-child {
  width: auto;
  margin: 0 8px;
}
.pager li:first-child a,
.pager li:last-child a {
  border: none;
  color: #b80110;
  font-size: 3em;
}
.pager li:first-child a:hover,
.pager li:last-child a:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
/*-----------------
=== galerías ===
-----------------*/
.gallery-list {
  overflow: hidden;
}
.gallery-list li {
  float: left;
  width: 46.90%;
  position: relative;
  margin: 0 6.2% 6.2% 0;
  line-height: 0;
  overflow: hidden;
}
.gallery-list li:nth-child(2n) {
  margin-right: 0;
}
.gallery-list li:hover .caption {
  background-color: #0d4ca7;
}
.gallery-list li:hover .caption em {
  color: #0041a3;
  background-color: #FFF;
}
.gallery-list li:hover .caption.red {
  background-color: #b90310;
}
.gallery-list li:hover .caption.red em {
  color: #b80110;
}
.gallery-list li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.gallery-list li * {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.caption {
  width: 100%;
  line-height: 1.3em;
  padding: 10px;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: rgba(13, 76, 167, 0.7);
}
.caption p {
  margin: 0;
  color: #FFF;
  font-size: 2.2em;
  line-height: 1.2em;
  width: 80%;
}
.caption .icon-camera {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: url(../images/sprite-icons.png) 0 -165px;
}
.caption em {
  color: #FFF;
  font: normal 4em/47px 'museo-100';
  text-align: center;
  background-color: #0041a3;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.caption.red {
  background-color: rgba(185, 3, 16, 0.7);
}
.caption.red em {
  background-color: #b80110;
}
/*-----------------
=== contacto ===
-----------------*/
.form-wrap {
  width: 76.10%;
  margin: auto;
}
.form-wrap p,
.form-wrap .wrapper_contenidos {
  font-size: 1.9em;
  line-height: 1.3em;
  color: #996633;
  text-align: center;
  margin: 0;
}

.form-wrap .wrapper_contenidos a { font-weight:bold; }

.form-wrap > form {
  margin-top: 50px;
  overflow: hidden;
}
.form-wrap > form button {
  font-family: 'museo-100';
  float: right;
  width: 30.23%;
  background-color: #F7BA38;
  color: #FFF;
  font-size: 2.5em;
  border: none;
  padding: .4em;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.form-wrap > form button:hover {
  background-color: #b80110;
}
.form-col {
  float: left;
  width: 30.23%;
}
.form-col.middle {
  margin: 0 4.655%;
}
.form-col input,
.form-col textarea,
.form-col span {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #444444;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 1.7em;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  color: #999999;
}

.form-col input.error, .form-col textarea.error, .form-col span.error { border:solid 1px red !important; }

.form-col input:focus,
.form-col textarea:focus,
.form-col span:focus {
  background-color: #f2f2f2;
  color: #333;
}

.form-col .wrap_fecha
{
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	position:relative;
}

.form-col .wrap_fecha:after
{
  content: '';
  background: url(../images/sprite-icons.png) -315px -35px;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top:17px;
}

.form-col .wrap_fecha.salida:after  { background: url(../images/sprite-icons.png) -332px -35px; }

.form-col span {
  padding: 0;
  position: relative;
}
.form-col span:after {
  content: '';
  background: url(../images/sprite-icons.png) -315px -35px;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}
.form-col span + span:after {
  background-position: -332px -35px;
}
.form-col span > input {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  height: auto;
  font-size: 1em;
  border: none;
  border-radius: 0;
  top: 50%;
  margin: -13px 0 0;
  color: #999999;
  padding-right: 0;
}
.form-col textarea {
  height: 180px;
  resize: none;
  padding: 13px 15px;
}
#b_editDates * {
  font-size: 16px;
}
#b_editDates h3 {
  color: #003580;
  font-family: inherit;
  font-size: 16px !important;
}
#b_editDates h4 {
  margin-bottom: 5px !important;
}
/*****************************************/
/*=========    $MEDIA-QUERIES   =========*/
/*****************************************/
@media screen and (max-width: 1130px) {
  /*HOME*/
  .wrapper {
    width: 98%;
  }
  .comodities-list li:nth-child(2) {
    margin: 0 11%;
  }
  .comodities-list li:nth-child(2):before {
    left: -25%;
  }
  .comodities-list li:nth-child(2):after {
    right: -50%;
  }
  .text-box {
    padding: 0 1.5% 0 11%;
  }
  .trip-advisor-text {
    width: 85%;
  }
  .trip-advisor-text strong {
    padding-left: 0;
    width: auto;
  }
  .info-wrap {
    width: 78%;
  }
}
@media screen and (max-width: 990px) {
  /*HOME*/
  .languages {
    margin-left: 1%;
    width: auto;
    border-radius: 0 0 6px 6px;
  }
  .languages li {
    display: block;
    margin-bottom: 5px;
  }
  .languages li:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .white-bar p {
    width: 46.4%;
    padding-left: 1.1%;
  }
  .white-bar p + p {
    padding-left: 8.5%;
  }
  .comodities-list li {
    width: 25%;
  }
  .comodities-list li:nth-child(2) {
    margin: 0;
  }
  .comodities-list li:nth-child(2):before,
  .comodities-list li:nth-child(2):after {
    content: none;
  }
  .comodities-list li:nth-child(3):after {
    content: none;
  }
  .comodities-list li:last-child {
    float: left;
    margin-right: 0;
  }
  .middle-bar {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .middle-bar figure {
    position: absolute;
    right: -45%;
    top: 0;
    min-width: 960px;
  }
  .middle-bar-wrap {
    background-color: #FFF;
    width: 47%;
    float: left;
    position: relative;
    z-index: 100;
  }
  .text-box {
    width: 100%;
    padding: 0 3%;
  }
  .booking-box .icon-booking {
    display: none;
  }
  .info-wrap {
    width: 90%;
  }
  .share-footer {
    right: 1%;
  }
  /*INTERNAS*/
  .gallery-thumbs-big {
    overflow: hidden;
  }
  .gallery-thumbs-big li:last-child {
    padding-top: 6%;
  }
}
@media screen and (max-width: 880px) {
  /*HOME*/
  .white-bar p {
    width: 46%;
  }
  .white-bar p + p {
    padding-left: 9.5%;
  }
  .bottom-boxes {
    display: block;
  }
  .bottom-boxes [class*=col-] {
    display: block;
    width: 60%;
    margin: 0 auto 60px;
  }
  .booking-box .icon-booking {
    display: block;
  }
  .trip-advisor-text strong {
    width: 70%;
  }
  .info-wrap {
    width: 96%;
  }
  .logo-footer {
    min-width: 270px;
  }
}
@media screen and (max-width: 800px) {
  /*HOME*/
  .languages {
    background-color: #f6d402;
    border: solid 1px #c3a802;
  }
  .main-banner {
    width: 100%;
    line-height: 1.3em;
    left: 0;
    background-size: cover;
    background-position: center center;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .slide-banner {
    display: none;
  }
  .wrap-banner {
    position: relative;
  }
  .wrap-banner figure {
    margin: 90px auto 0;
  }
  .wrap-banner h1 {
    margin: 20px auto 90px;
    text-align: center;
    font-size: 3em;
  }
  .wrap-banner h2 {
    margin: 20px auto 60px;
    text-align: center;
  }
  .white-bar p {
    width: 45%;
  }
  .white-bar p + p {
    width: 55%;
    padding-left: 10.5%;
  }
  .middle-bar figure {
    width: 94%;
    position: relative;
    right: 0;
    float: none;
    min-width: 0;
    margin: auto;
  }
  .middle-bar-wrap {
    width: 100%;
    float: none;
  }
  .text-box {
    width: 100%;
    padding: 0 3% 3%;
  }
  .info-wrap {
    padding-bottom: 40px;
  }
  .info-wrap figure {
    display: none;
  }
  .data {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  /*INTERNAS*/
  .wrapper.internas {
    margin-top: 0;
  }
  .gallery-list li {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-list li:nth-child(2n) {
    margin-right: auto;
  }
  .form-wrap {
    width: 95%;
  }
}
@media screen and (max-width: 695px) {
  /*HOME*/
  nav {
    width: 100%;
    float: none;
  }
  .main-menu {
    display: none;
    clear: both;
    border-top: solid 1px #afafaf;
  }
  .main-menu > li {
    float: none;
    width: 100%;
    border-top: solid 1px #f4f4f4;
    border-bottom: solid 1px #afafaf;
    min-height: 40px;
  }
  .main-menu > li a {
    text-align: left;
    padding-left: 30px;
  }
  .main-menu > li a::after {
    content: none;
  }
  .main-menu > li:last-child {
    border-bottom: none;
  }
  .submenu {
    position: relative;
  }
  .submenu li:last-child {
    border-bottom: none;
  }
  .submenu li a {
    padding-left: 50px;
  }
  #btn-nav {
    display: block;
    float: right;
    margin: 5px 10px;
    width: 40px;
    height: 40px;
    padding: 10px 7px;
    position: relative;
    z-index: 100;
  }
  #btn-nav::before {
    content: 'MENU';
    left: -50px;
    top: 0;
    position: absolute;
    font: normal 1.6em/40px 'museo-300';
    color: #000;
  }
  #btn-nav span {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    position: relative;
  }
  #btn-nav span::after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
  }
  .languages {
    float: none;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: transparent;
    border-color: transparent;
  }
  .languages li {
    display: inline-block;
    margin-right: 12px;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .share-box {
    display: none;
  }
  .white-bar p {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 3%;
  }
  .white-bar p + p {
    width: 100%;
    padding: 85px 3% 0;
    text-align: center;
  }
  .white-bar p + p::before {
    left: 50%;
    top: 0;
    margin-left: -35px;
  }
  .comodities-list li {
    width: 50%;
    margin-bottom: 15px;
  }
  .comodities-list li:nth-child(2) {
    margin-bottom: 15px;
  }
  .bottom-boxes [class*=col-] {
    width: 90%;
  }
  .trip-advisor-text strong {
    width: 50%;
  }
  /*INTERNAS*/
  .icons-box {
    width: 90%;
  }
  .col-right,
  .col-left {
    float: none;
    width: 100%;
  }
  .col-right > img,
  .col-left > img {
    margin-bottom: 30px;
  }
  .gallery-thumbs-big li:last-child {
    padding-top: 0;
  }
  .logo-tad{
  display:none;
	}
}
@media screen and (max-width: 535px) {
  /*HOME*/
  .gallery-thumbs figure {
    width: 48%;
    margin: 0 4% 3% 0;
  }
  .gallery-thumbs figure:nth-child(2n) {
    margin-right: 0;
  }
  .logo-footer {
    display: none;
  }
  .share-footer {
    position: absolute;
    top: auto;
    bottom: 5px;
  }
  .share-footer li {
    display: inline-block;
    margin-left: 4px;
  }
  /*INTERNAS*/
  .gallery-thumbs-big li {
    width: 49%;
    margin-right: 2%;
  }
  .gallery-thumbs-big li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-list li {
    width: 100%;
  }
  .caption p {
    font-size: 1.7em;
  }
  .form-col {
    float: none;
    width: 100%;
    display: block;
  }
  .form-col.middle {
    width: 100%;
    margin: 0;
  }
  .form-wrap > form button {
    width: 55%;
  }
}
@media screen and (max-width: 400px) {
  /*HOME*/
  .white-bar + h2 {
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: .5em;
    text-align: center;
  }
  .comodities-list li {
    float: none;
    width: 100%;
  }
  .text-box a {
    width: 100%;
    font-size: 2.2em;
    margin-top: 0;
    text-align: center;
  }
  .bottom-boxes [class*=col-] {
    width: 100%;
  }
  .booking-box {
    width: 95%;
  }
  .like-box {
    overflow: hidden;
    border: none;
  }
  .trip-advisor-text {
    width: 95%;
  }
  .data p {
    padding-left: 10%;
  }
  .box-clima h2 {
    float: none;
    margin: 0;
    text-align: center;
    padding: 1em;
  }
  .box-clima h2 em {
    display: inline;
  }
  .box-clima div[id] {
    float: none;
    margin: auto;
  }
  footer .wrapper {
    padding-bottom: 10px;
  }
  .footer-nav li {
    width: 49%;
    margin: 0 2% 10px 0;
  }
  .footer-nav li:nth-child(2n) {
    margin-right: 0;
  }
  .info-footer {
    margin-bottom: 20px;
  }
  .info-footer a {
    font-size: .9em;
  }
  .share-footer {
    position: relative;
    float: right;
    margin: 0;
  }
  .credits a {
    float: none;
    display: block;
    width: 120px;
    margin: auto;
  }
  .credits p {
    float: none;
    text-align: center;
  }
  /*INTERNAS*/
  .wrap-banner h1,
  .wrap-banner h2 {
    width: 100%;
  }
  .wrap-banner h2 span {
    display: none;
  }
  .icons-box {
    width: 100%;
  }
  .bread-crumbs {
    float: none;
  }
  .share-box-internas {
    float: none;
    width: 200px;
    margin-top: 20px;
    clear: both;
  }
  .form-col input[type=date] {
    width: 90%;
  }
}




.notices_holder
{
	float: left;
	display: inline-block;
	font-size: 18px;
	margin: 29px 0;
}




#contact label.error { display:none !important; }



.fancy_sharer
{
	display: inline-block;
	clear: both;
	width:100%;
	z-index: 9000;
	position: relative;
}

.fancy_sharer .share-box-internas { margin-top:20px; }


.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
	overflow: hidden;
	width: 20px;
	line-height: 200px;
	height: 20px;
}

.wrapper.internas h3.fecha { font-size:15px; clear:both; margin-bottom:30px;  padding-left:90px;
	position:relative;
	padding-bottom:15px;
}

.wrapper.internas h3.fecha:after {
  content: '';
 background: url(../images/sprite-icons.png) -332px -35px;
  width: 17px;
  height: 17px;
  position: absolute;
   left: 60px;
  top: -1px;
}



@media screen and (max-width:700px) {
	.map-box {
	  background-position:61% center;
	}
}



hr.invisible
{
	width:100%;
	height:1px;
	border:0;
	padding:0;
	margin:0;
	background-color:transparent;
	clear:both;
	float:left;
}


[class*=share-] li a span { opacity:0; }



.languages { display:none !important; }