.experiencias-bloc4 .viewport {
  position: relative;
}

.experiencias-bloc4 .row {
  /*margin: 0 auto;*/
  *zoom: 1;
}
.experiencias-bloc4 .row:before, .experiencias-bloc4 .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.experiencias-bloc4 .row:after {
  clear: both;
}



.experiencias-bloc4 .demo {
  position: relative;
  *zoom: 1;
}
.experiencias-bloc4 .demo:before, .demo:after {
  display: table;
  content: "";
  line-height: 0;
}
.experiencias-bloc4 .demo:after {
  clear: both;
}
.experiencias-bloc4 .demo .GITheWall {
  float: left;
}
.demo .ajax {
  padding: 20px 0;
  color: white;
  min-height: 550px;
}
.demo .ajax .txt {
  font-size: 0em;
  float: left;
  width: 45%;
}
.demo .ajax .img {
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
}
.demo ul {
	margin: 0 auto;
}

.demo ul li {
  cursor: pointer;
  color: white;
  float: none;
  display: inline-block;
  width: 49%;
	padding: 1% !important;
}

.experiencias-bloc4 .GI_TW_expander {
}

/**
 *
 * The wall could be used to show an image gallery or any other content in a "google images" user interaction way
 * Here there is all the html needed
 *
 *
 *  <div class="GITheWall">
 *    <ul>
 *      <li data-contenttype="image" data-href="path/to/the/image">
 *        <img src="small/thumb" />
 *      <li>
 *      <li data-contenttype="ajax" data-href="path/to/the/html/to/load">
 *        <img src="small/thumb" />
 *      <li>
 *    </ul>
 *  </div>
 *
 */
.experiencias-bloc4 .GITheWall ul {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
.experiencias-bloc4 .GITheWall ul li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.experiencias-bloc4 .GITheWall ul li.GI_TW_Selected_Row {
  -webkit-transition: margin-bottom 0.3s ease-in;
  -moz-transition: margin-bottom 0.3s ease-in;
  -o-transition: margin-bottom 0.3s ease-in;
  transition: margin-bottom 0.3s ease-in;
}

.experiencias-bloc4 .GI_TW_expander {
  position: absolute;
  z-index: 1;
  top: 0;
  background: #f2f2f2;
  left: 0;
  width: 100%;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  
}
.experiencias-bloc4 .itemexpanded{
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}


.experiencias-bloc4 .GI_TW_expander.animating {
  overflow: hidden !important;
}
.experiencias-bloc4 .GI_TW_expander.opened {
  overflow: visible;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_pointer {
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f2f2f2;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_expander-inner {
  width: 80%;
  height: 560px;
  margin: 0 auto;
  overflow: hidden;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  position: relative;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_Controls {
  z-index: 1;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  right: 10px;
  cursor: pointer;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
  display: none;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_arrow.GI_TW_next {
  right: 10px;
  display: none;
}
.experiencias-bloc4 .GI_TW_expander .GI_TW_arrow.GI_TW_prev {
  left: 10px;
  display: none;

}
.experiencias-bloc4 .GI_TW_expander .GI_TW_loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  -ms-animation: loader 0.5s infinite ease-in-out both;
  -o-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-moz-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-o-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-ms-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.experiencias-bloc4 .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.experiencias-bloc4 .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.experiencias-bloc4 .hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.experiencias-bloc4 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.experiencias-bloc4 .visuallyhidden.focusable:active,
.experiencias-bloc4 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.experiencias-bloc4 .invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.experiencias-bloc4 .clearfix:before,
.experiencias-bloc4 .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.experiencias-bloc4 .clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.experiencias-bloc4 .clearfix {
  *zoom: 1;
}

.experiencias-bloc4 .fr {
  float: right;
}

.experiencias-bloc4 .fl {
  float: left;
}

.experiencias-bloc4 .tac {
  text-align: center;
}

.experiencias-bloc4 .tal {
  text-align: left;
}

.experiencias-bloc4 .tar {
  text-align: right;
}

.experiencias-bloc4 .clear-both {
  clear: both;
}

.experiencias-bloc4 .clear-left {
  clear: left;
}

.experiencias-bloc4 .clear-right {
  clear: right;
}
