/* custom css by 8bit */

@media (max-width: 767px) {
    body{
      padding-top: 67px;
    }
}

h3, .h3 {
    font-size: 19px;
}

.mb10 {
  margin-bottom: 10px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mr5 {
  margin-right: 5px !important
}

.mr10 {
  margin-right: 10px !important
}

.ml5 {
  margin-left: 5px !important
}

.ml10 {
  margin-left: 10px !important
}

.sf-menu a {
  padding: 0.8em 1.5em;
}

.menu-txt {
  margin-right: 48px;
    line-height: 1.5em;
    font-size: 18px;
}

ul.spaced-list {
  list-style: none;
  margin:0;
  padding:0
}

ul.spaced-list li {
  margin-bottom: 10px
}

ul.spaced-list li i {
  display: inline-block;
  border:2px solid #CCC;
  border-radius: 28px;
  height: 28px;
  line-height: 23px;
  width: 28px;
  text-align: center;
  margin-right: 5px
}

.ph5full {
  padding-left: 5px;
  padding-right: 5px
}

.img-rounded.styled {
  margin: 5px 0;
}

div.separa {
  display: inline-block;
  height: 0;
  line-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

.badge-mtr {
  margin-left: 0px;
  margin-top: -15px;
}

div.separa.separa10 {
  height: 15px !important;
  line-height: 15px !important;
}

div.separa.separa15 {
  height: 15px !important;
  line-height: 15px !important;
}

div.separa.separa20 {
  height: 20px !important;
  line-height: 20px !important;
}

div.separa.separa30 {
  height: 30px !important;;
  line-height: 30px !important;
}

div.actionBar {
  background-color: #eee;
  padding: 3px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  /*margin-top: -30px;*/
  margin-bottom: 10px
}

button.buy {
  background-color: #0070ba;
  border-color:  #0070ba;
  margin-top: -10px
}

div.requests {
  margin-top: 20px
}

div.row.reqElement {
  background-color: #F9F9F9;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

div.req-actions {
  margin-top: 70px;
}

ul.req-user {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.7em;
  display: inline-block;
  margin: 5px;
}

.pic-footer {
  margin-top: -15px;
  display: block;
}

ul.advert-details li {
  line-height: 34px
}

.questions {
  display: none
}

div.no-list ul, div.no-list ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 5px !important;
  line-height: 36px !important;
  box-sizing: border-box !important;
}

p.remove {
  text-align: center;
  margin-top: -20px
}

.fb-button {
  height: 36px
}

.margin_top_20 {
  margin-top: 20px
}

.margin_top_30 {
  margin-top: 30px
}

@keyframes fondomueve {
    from { background-position: 15% center; }
    to { background-position: 0% center; }
}

@keyframes fondozoomout {
    from { background-size: auto 120%  }
    to { background-position: auto 100%  }
}

.intro {
    /*margin-top: 131px;*/
    height: 300px;
    margin-bottom: 30px;
    background-size: auto 100%;
    background-position:top center;
    background-repeat:no-repeat;
    animation-name: fondozoomout;
    animation-duration: 20s;
}

.intro div {
  height: 300px;
  position: relative;
}

.imagen-index {
  height:500px;
  background-size: 120%;
  background-position:0% center;
  animation-name: fondomueve;
  animation-duration: 1.4s;
}

.imagen-index div {
  height:500px
}

.intro .c2a_container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center
}

.and-dashboard .c2a_container {
  justify-content: flex-start;
}

.intro .intro_text   {
  height: auto;
  max-width: 100%
}

.imagen-index .intro_text  {
  max-width: 50%
}

.intro .intro_text h1 {
    font-family: 'Open Sans Condensed','Helvetica', sans-serif;
    color: #00174F;
    font-size: 56px;
    margin: 20px 0;
    line-height: 5.5rem;
}

.intro.home .intro_text h1 {
  color: white;
  font-size: 4.2rem;
  line-height: 6rem;
}

.intro .intro_text p {
  font-size: 24px;
  color: #222;
  line-height: 1.2em
}

.intro .c2a_container div.c2a_box {
  background-color: rgba(255, 255,255, 0.75);
  padding: 20px;
  height: auto;
  height: auto;
}

.intro .c2a_container div.c2a_box h2 {
  font-family: 'Open Sans';
  margin: 0;
  font-size: 34px;
  font-weight: bold;
}

.intro .c2a_container div.c2a_box label {
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px
}

.intro .c2a_container div.c2a_box input {
  border: none;
  color: white;
  background-color: #00174F;
  width: 100%;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
}
/* fix para cambiar el color de los placeholders */
.intro .c2a_container div.c2a_box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
.intro .c2a_container div.c2a_box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
.intro .c2a_container div.c2a_box input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
.intro .c2a_container div.c2a_box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}
.intro .c2a_container div.c2a_box input
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ddd;
}

.intro .c2a_container div.c2a_box div.c2a_buttons {
  height: auto;
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.intro .c2a_container div.c2a_box div.c2a_buttons button {
  background-color: #CC0C2F;
  color: white;
  border: none;
  width: 100px;
  height: 100px;
  margin: 15px;
  font-size: 13px
}

.intro .c2a_container div.c2a_box div.c2a_buttons button i {
  font-size: 64px;
}

.imagen-default {
  background-image: url(../img/mainimage_default.jpg);
}

.advert_background {
  background-image: none;
  background: #2c3e50;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #3498db, #2c3e50);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #3498db, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.advert_background.intro .intro_text h1 {
  color: white;
  text-transform: none;
  line-height: 1.1em;
}

.imagen-index {
  background-image: url(../img/mainimage_index.jpg);
}

.imagen-index.and-dashboard {
  background-image: url(../img/mainimage_dashboard.jpg);
}

.imagen-hiw {
  background-image: url(../img/mainimage_hiw.jpg);
}

.box_container.variant a {
    background: #fff url(../img/waves-gray.png) repeat-x left bottom;
    min-height: 120px;
}

.box_container.variant i {
    margin-top: 10px;
}

.submit-contact{
	border:none;
	background:#00174F;
	/* Old browsers */
	background:#00174F -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* FF3.6+*/
	background:#00174F -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	/* Chrome,Safari4+*/
	background:#00174F -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Chrome10+,Safari5.1+*/
	background:#00174F -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Opera11.10+*/
	background:#00174F -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* IE10+*/
	background:#00174F linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	color:#fff;
	padding:8px 15px;
	float:right;
	margin-right:15px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	font-size:13px;
	cursor:pointer;
	outline:none;
	font-weight:700;
	margin-bottom:20px;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.submit-contact:hover {
	background:#00aeef;
	/* Old browsers */
	background:#00aeef -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* FF3.6+*/
	background:#00aeef -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	/* Chrome,Safari4+*/
	background:#00aeef -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Chrome10+,Safari5.1+*/
	background:#00aeef -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Opera11.10+*/
	background:#00aeef -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* IE10+*/
	background:#00aeef linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	}

.validation-errors {
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px
}

.validation-errors h4 {
  margin-top: 0;
  padding-top: 0
}

.validation-errors p {
  font-weight: normal
}

.validation-errors ul {
  padding-left: 0;
  margin-left: 20px;
  font-weight: normal;
}

section.container_wrapper {
  width: 100%;
  height: auto;
  background-color: #00174f;
  color: white;
  display: inline-block;
  clear: both;
  position: fixed;
  z-index: 10000;
  top: 0
}

section.container_wrapper.warning {
  background-color: #c95754
}

section.container_wrapper.success {
  background-color: #4caf50
}

.flash_messages {
  color: white;
  line-height: 30px;
  height: auto;
  font-size: 13px;
  text-align: center;
  padding: 10px 0
}

.flash_messages a.close {
  color: white !important;
  opacity: 1;
  font-size: 25px;
}

.dates {
  width: 100%;
  overflow: hidden;
  height: 36px;
  background: #f3f3f3;
  border: none;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 15px;
}

.dates select {
  box-sizing: border-box;
  background: transparent url(../img/down_arrow_select.png) no-repeat right center;;
  width: 33%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  color: #999;
  border-right: 2px solid white
}

.dates select:last-child {
  border-right: none
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.h226 {
  height: 226px !important
}

.h190 {
  height: 190px !important
}

.h150 {
  height: 150px !important
}

.h120 {
  height: 120px !important
}

.h112 {
  height: 112px !important
}

.h110 {
  height: 110px !important
}

.h100 {
  height: 100px !important
}

.h90 {
  height: 90px !important
}
.h80 {
  height:80px !important
}

.h68 {
  height: 68px !important
}

.h60 {
  height: 60px !important
}

.text-danger ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form-group.file {
  max-width: 250px !important
}

.form-group.file input {
  max-width: 100%
}

.dropzone .dz-preview .dz-image img {
  height: 120px !important;
  width: 180px !important;
  clip: rect(0px,150px,120px,30px) !important;
  margin-left:-30px !important;

}

.padded {
  box-sizing: border-box !important;
  padding:10px !important
}

.flash_messages .success {
  line-height: 1.5em;
  padding: 0 10px;
  text-align: center;
}

.flash_messages a {
  color: white;
  font-weight: bold
}

.welcome_modal_overlay {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  z-index: 20000 !important;
  background: rgba(0, 23, 79, 0.7);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px;
  backdrop-filter: blur(1px);
}

.welcome_modal {
  width: 100%;
  max-width: 760px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  animation: welcomeModalIn 0.28s ease-out;
}

@keyframes welcomeModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.welcome_modal_head {
  background: #00174f;
  color: #fff;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #00aeef;
}

.welcome_modal_icon {
  font-size: 21px;
  margin-right: 10px;
  line-height: 1;
}

.welcome_modal_brand {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.welcome_modal_close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 36px;
  line-height: 1;
  color: #00174f !important;
  text-decoration: none;
  opacity: 0.85;
}

.welcome_modal_close:hover,
.welcome_modal_close:focus {
  opacity: 1;
}

.welcome_modal_body {
  padding: 28px 28px 22px;
  font-size: 17px;
  line-height: 1.6em;
  color: #333;
}

.welcome_modal_body h3 {
  margin: 0 36px 10px 0;
  color: #00174f;
  font-size: 32px;
  line-height: 1.2em;
  text-transform: none;
}

.welcome_modal_body p {
  margin: 0 0 12px;
}

.welcome_modal_body ul {
  margin: 0 0 14px;
  padding-left: 26px;
}

.welcome_modal_body li {
  margin: 0 0 6px;
}

.welcome_modal_body a {
  color: #00174f;
  text-decoration: underline;
  font-weight: 700;
}

.welcome_modal_actions {
  padding: 0 28px 24px;
  text-align: right;
}

.welcome_modal_actions .button_medium {
  margin: 0;
}

@media (max-width: 767px) {
  .welcome_modal_overlay {
    padding: 10px;
  }

  .welcome_modal_body {
    padding: 18px 16px;
    font-size: 15px;
  }

  .welcome_modal_head {
    padding: 12px 14px;
  }

  .welcome_modal_brand {
    font-size: 14px;
  }

  .welcome_modal_body h3 {
    font-size: 24px;
    margin-right: 28px;
  }

  .welcome_modal_actions {
    padding: 0 16px 18px;
  }

  .welcome_modal_close {
    right: 10px;
    font-size: 30px;
  }
}

.rel_pos {
  position: relative;
}

/* Ribbon */
.box_style_2 {
	background: #a94442;
	padding:35px 25px 20px 25px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	color:#fff;
	margin-bottom:25px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul.list_ko {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:600;
}
ul.list_ko li {
	margin-bottom:0;
	position:relative;
	padding-left:20px;
}
ul.list_ko li:before {
	font-family: "fontello";
	content: "\e81e";
	position:absolute;
	left:0;
	top:0;
}

.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.comments {
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5em;
  width: 80%;
  display: block;
  margin-bottom: 10px;
}

.comment_you {
  background-color: #f2f8fb;
  margin-left: 20%;
  text-align: right
}

.comment_other {
  background-color: #eee;
  margin-right: 20%;
}

a.clickable_block {
  display: block;
  height: auto;
  width: 100;
  color:#222;
  background-color:white;
  transition: background-color 0.2s;
  text-decoration: none;
  box-sizing: border-box;
  padding: 5px;
  padding-bottom: 0
}

a.clickable_block:hover {
  text-decoration: none;
  color:#222;
  background-color: #f2f8fb
}

ul.data-lessons {
    display: inline-block;
}

div.button-flex {
  display: inline-block;
  width: auto;
  margin-top: -10px
}

div.button-flex.right {
  float: right;
}

div.button-flex.left {
  float: left;
}

div.actionBar .button-flex  {
  margin-top: 0
}


#map_wrapper {
  margin-bottom: 20px
}

.post-left {
    width: 100%;
    max-width: 75%
}

.post-left.full {
    width: 100%;
    max-width: 100%
}

.dropzone {
  margin-bottom: 20px
}

.box_container.variant a i {
    margin: 0;
}

#filters.in,
#filters.collapsing {
    display: block!important;
}

.filtersBar {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  margin-top: -10px;
}
.filtersBar p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  font-family: 'Open Sans';
  line-height: 30px;
}

.circ-wrapper.blue {
	width: 48px;
	height: 48px;
	line-height:48px;
  margin-top: -10px
}

.circ-wrapper.blue i {
  font-size: 150%!important
}

ul#follow_us_lateral {
	list-style:none;
	padding:0;
	margin:10px 0 15px 0;
}
ul#follow_us_lateral  li{
	font-weight:600;
}

ul#follow_us_lateral  li{
	display: inline-block;
	margin-right:5px;
}
ul#follow_us_lateral  li a{
	width:34px;
	/*color:#fff;*/
	height:34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid;
	display:block;
	line-height:32px;
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
ul#follow_us_lateral li a:hover{
	border: 2px solid #FF6;
	/*color:#FF6;*/
}

.wizard {
  background-color: #f1f1f1;
  padding: 20px;
  border-bottom: 2px solid #00174f;
  margin-bottom: 30px;
}

.wizard h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.wizard hr {
  border-top-color: #ddd;
}

.wizard ul.steps {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.wizard ul.steps li {
  text-align: center;
}

.wizard ul.steps li a {
  color: #CC0C2F
}

.wizard ul.steps li i {
  margin-bottom: 10px;
}

.wizard ul.steps li.done {
  text-decoration: line-through;
}

.wizard ul.steps li.next {
  opacity: 0.25;
  filter: alpha(opacity=25); /* For IE8 and earlier */
}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .imagen-index {
      /*margin-top: 131px;*/
      height: 400px;
  }
  .imagen-index div {
    height: 400px;
  }

  .ph5full {
    padding-left: auto;
    padding-right: auto;
  }

}

@media screen and (min-width:992px) {
  #filters{
    display: block!important;
    visibility:visible!important;
    height: auto!important;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  .sm-mb10 {
    margin-bottom: 10px !important
  }

  .imagen-index {
      /*margin-top: 131px;*/
      height: 350px;
  }
  .imagen-index div {
    height: 350px;
  }

  .intro .intro_text h1 {
    font-size: 48px;
  }

  .intro .intro_text p {
    font-size: 18px;
    line-height: 1.4em;
  }

  .intro .c2a_container div.c2a_box {
    padding: 15px;
  }

  .intro .c2a_container div.c2a_box label {
    font-size: 16px;
    margin-top: 5px;
  }

  .intro .c2a_container div.c2a_box div.c2a_buttons button {
    width: 64px;
    height: 64px;
    margin: 5px;
    font-size: 10px;
    line-height: 1em;
  }

  .intro .c2a_container div.c2a_box div.c2a_buttons button i {
    font-size: 32px;
  }

  .intro.home .intro_text h1 {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }

  div.req-actions {
    margin-top: -15px;
  }

  .ph5full {
    padding-left: auto;
    padding-right: auto;
  }

  div#filters {
    margin-top: -45px;
  }

  .sf-menu a {
    padding: 0.8em 0.7em;
  }

}

ul#top_nav li a.big {
  font-size: 16px;
}

/* iconos galeria */
.imageWrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.imageOptions {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  padding: 3px 7px;
  color: white;
  background: rgba(0,0,0,0.8);
  border-top-left-radius: 5px;
}

.imageOptions a {
  color: white;
}

/* xs */
@media (max-width: 767px) {

  .fancybox-nav span {
    visibility: visible!important;
  }

  .wizard ul.steps {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  
  .wizard ul.steps li {
    display: block;
    text-align: left;
    margin-bottom: 10px
  }

  .wizard ul.steps li br {
    display: none;
  }

  .wizard ul.steps li i {
    margin-right: 10px;
  }

  .box_container.variant a {
    min-height: 160px;
  }

  .circ-wrapper.blue {
    margin-top: 0
  }

  .sm-mb10 {
    margin-bottom: 10px !important
  }

  .box_container.variant a {
    text-align: center;
    padding: 15px;
    padding-bottom: 25px;
  }

  .box_container a i {
    float: none;
    margin: 0
  }

  .box_container a h3 {
    font-size: 15px
  }

  .post-left ul {
    display: inline-block;
    margin-bottom: 0
  }

  ul.data-lessons {
    display: block !important;
    clear: both !important;
  }

  div.button-flex {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 5px
  }

  div.button-flex.right {
    float: none
  }

  div.button-flex.left {
    float: none
  }

  div.button-flex a {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
  }

  div.button-flex a .btn {
    width: 80%;
    box-sizing: content-box;
    margin: 0 !important;
    display: inline-block;;
    float: none !important
  }

  .intro {
      margin-top: 0px;
      height: 250px;
      background-size: cover;
      background-position:center center;
      animation-name: none;
      animation-duration: 0s;
  }
  .intro div {
    height: 250px;
  }
  a#logo {
      width: auto;
      height: 36px;
      background: url(../img/logo.png) no-repeat 0 0;
      background-size: auto 100%;
      text-indent: -9999px;
      display: inline-block;
      float: none;
  }

  .imagen-index {
    height: auto !important;
  }

  .imagen-index.intro div {
    height: auto;
  }

  .intro .intro_text, .imagen-index .intro_text  {
    max-width: 100%;
    /*background-color: rgba(255,255,255,0.55);*/
    padding: 10px
  }

  .advert_background.intro .intro_text {
    background-color: transparent
  }

  .intro .intro_text h1 {
    font-size: 3.5em;
    line-height: 1.5em;
    margin: 0 0 10px 0;
  }

  .intro.home .intro_text h1 {
      font-size: 3.2rem;
      line-height: 3.8rem;
  }

  .intro .intro_text p {
    font-size: 16px;
    line-height: 1.4em;
  }

  .intro .c2a_container div.c2a_box {
    display: none
  }

  .dropzone .dz-preview .dz-image {
    width: 100px !important;
    height: 100px !important;
  }

  .dropzone .dz-preview .dz-image img {
    height: 100px !important;
    width: 160px !important;
    clip: rect(0px,130px,100px,10px) !important;
    margin-left: -30px !important;
  }

  div.req-actions {
    margin-top: 25px;
  }

  div.actionBar {
    background-color: transparent;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px
  }

  .member-search-list-item.lista-contactos {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 15px 25px;
    margin: 0 0 20px 0;
    background-color: #fff;
    color: inherit;
    border: 1px solid #ededed;
    border-radius: 6px;
    width: 100%
  }

  .member-search-list-item.lista-contactos .pull-left {
    float: none;
    width: 100%;
    margin:0
  }

  .member-search-list-item.lista-contactos .pull-left img {
    float: none;
    display: inline-block;
    max-width: 33%;
    height: auto;
  }

  .member-search-list-item.lista-contactos .media-body h4.p-title {
    display: inline-block;
    margin: 0 auto 15px auto;
    color: inherit;
    font-weight: normal;
    width: auto;
    max-width: 95%;
    font-size: 18px
  }

  .member-search-list-item.lista-contactos .media-body h4.p-title small {
    display: block;
    float: none;
    clear: both;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    color: inherit;
    clear: left;
    margin: auto;
    padding-top: 6px;
    font-style: italic;
  }

  .member-search-list-item.lista-contactos .media-body p {
    font-size: 13px;
    color: inherit;
    text-align: center
  }

  .member-search-list-item.lista-contactos .media-body ul.data-lessons {
    width: 100;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px
  }

  .member-search-list-item.lista-contactos .media-body ul.data-lessons li  {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px;
  }

    .member-search-list-item.lista-contactos .media-body ul.data-lessons li a {
      padding: 4px 7px;
      border-radius: 5px;
      background-color: green;
      color: white;
      font-size: 15px;
    }

    .member-search-list-item.lista-contactos .media-body ul.data-lessons li:last-child a {
      background-color: #c95754
    }

  .member-search-list-item.lista-contactos .media-body div.button-flex a {
    flex-grow: 1;
    flex-basis: 0;
    margin:0;
    padding: 0
  }

  .ph5full {
    padding-left: auto;
    padding-right: auto;
  }

  .badge-mtr {
    margin-left: -20px;
    margin-top: -5px;
  }

  div#filters {
    margin-top: -45px;
  }


  .contains-members {
    margin-bottom: 30px;
  }

  
}

.aCenter {
  text-align: center;
}

.h2_hiw {
  font-size: 33px !important
}

.rectangle h4 {
	font-size:14px;
}

.sf-menu {
  font-size:14px; 
}

.contains-members, .contains-members div, .contains-members>div {
  height: auto!important;
}

.contains-members small {
  color:white;
}

.zEWidget-launcher {
  right: -10px;
  bottom: 35px;
}
img.x-logo {
    max-width: 16px;
    margin-top: -5px;
}
ul#follow_us_contacts li a img{
position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #c6c6c7;
    color: #c6c6c7;
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    padding: 5px;
}
ul#follow_us_contacts  li a:hover img{
	border: 2px solid #333;
	color:#333;
}