@font-face {
  font-family: 'BebasNeueRegular';
  src: url("fonts/BebasNeue-webfont.eot");
  src: url("fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype"), url("fonts/BebasNeue-webfont.svg#BebasNeue") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas';
  src: url('fonts/bebas/BebasNeueBold.eot');
  src: url('fonts/bebas/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('fonts/bebas/BebasNeueBold.woff2') format('woff2'), url('fonts/bebas/BebasNeueBold.woff') format('woff'), url('fonts/bebas/BebasNeueBold.ttf') format('truetype'), url('fonts/bebas/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("fonts/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.bebas-font {
  font-family: 'Bebas', sans-serif;
}
.helvetica-neue-thin {
  font-family: 'HelveticaNeue-Thin';
}
.center-vertically {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-center-vertically {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
@keyframes seq-preloader {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.seq-preloader {
  background: white;
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s .5s, opacity .5s;
}
.seq-preload-indicator {
  overflow: visible;
  position: relative;
  /*top: 50%;
left: 50%;
transform: translate(-50%, -50%);*/
}
.seq-preload-circle {
  display: inline-block;
  height: 64px;
  width: 64px;
  fill: #f71308;
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}
.seq-preload-circle-2 {
  animation-delay: .15s;
}
.seq-preload-circle-3 {
  animation-delay: .3s;
}
.seq-preload-indicator-fallback {
  width: 42px;
  overflow: visible;
}
.seq-preload-indicator-fallback .seq-preload-circle {
  width: 16px;
  height: 16px;
  background-color: #f71308;
  border-radius: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}
.seq-preload-indicator-fallback .seq-preload-circle-2 {
  margin-left: 3px;
  margin-right: 3px;
  width: 32px;
  height: 32px;
}
.seq-preload-indicator-fallback .seq-preload-circle-3 {
  width: 64px;
  height: 64px;
}
body {
  font-family: 'Helvetica';
  margin-top: 0 !important;
  text-align:justify;
}
.content-area p{text-align:justify !important;}
.content-area p.text-center{text-align:center !important;}
.page {
  color: #7b7b7b;
}
.page h1 {
  font-size: 6rem;
}
.page h2 {
  color: #abacad;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
.page h3 {
  color: #abacad;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: lighter;
  font-size: 20px;
  margin-top: 40px;
}
.single-actividades {
  color: #7b7b7b;
}
.single-actividades h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2em;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'HelveticaNeue-Thin';
}
.single-actividades h2 {
  color: #abacad;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Thin';
  font-size:1.8rem;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 40px;
  letter-spacing: 4px;
  margin-top:80px;
}
.single-actividades h3 {
  color: #abacad;
  margin-bottom: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
  letter-spacing: 1px;
}
.single-actividades article {
  width: 100%;
}
.similar-activities h3,
.similar-destinations h3 {
  color: #abacad;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: lighter;
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
header#masthead {
  background: #FFFFFF;
  padding: 20px 0;
  box-shadow: 1px 1px 10px 1px lightgray;	
}
header#masthead .navbar-brand img {
  width: 120px;
}
header#masthead.scrolled .navbar-brand > a > img {
  width: 60px;
}
header#masthead.scrolled > .container {
  padding: 0;
}
#event-carousel {
  background-color: #f3f3f3;
  margin-top: 130px;
}
#event-carousel .carousel-inner {
  position: absolute;
}
#event-carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
#event-carousel .carousel-item .d-block {
  height: 700px;
  background-size: cover;
}
#event-carousel .carousel-content {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 39px;
  opacity: 1;
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 100px;
}
#event-carousel .carousel-content .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#event-carousel .carousel-content .isotipo-header {
  width: 200px;
  margin-bottom: 12px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#event-carousel .carousel-content .carousel-title,
#event-carousel .carousel-content .carousel-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4em;
  line-height: normal;
  font-family: 'Bebas', sans-serif;
  opacity: 0.8;
}
#event-carousel .carousel-content .carousel-title span,
#event-carousel .carousel-content .carousel-subtitle span {
  font-size: 30px;
}
#event-carousel .carousel-content .carousel-subtitle {
  font-size: 1em;
  margin-top: -26px;
}
#event-carousel .carousel-content .btn {
  background: #fff;
  border-radius: 0;
  opacity: 0.7;
  color: #000;
  text-transform: uppercase;
}
.home h1 {
  color: #FFFFFF;
  font-size: 39px !important;
  padding: 0 0 0px 0 !important;
  margin-bottom: -5px !important;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Bebas', sans-serif;
  line-height: auto;
}
.home h1 b {
  font-weight: 700;
}
.btn-carousel {
  background: #f71308;
  color: #FFFFFF;
  border: 0;
  font-size: 30px;
  padding: 18px 36px;
}
.btn-carousel:hover {
  background: #FFFFFF;
  color: #f71308;
}
.after-shadow:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  background: rgba(32, 36, 40, 0.4);
}
.advantages {
  margin-top: 80px;
  margin-bottom: 40px;
}
#advantages-tabs {
  text-transform: uppercase;
  margin-bottom: 40px;
  border: 0;
}
#advantages-tabs li.nav-item {
  width: 25%;
  /*width:33.33%;*/
  text-align: center;
}
#advantages-tabs li {
  border: 0;
  border-bottom: 2px solid #FFFFFF;
}
#advantages-tabs li a {
  color: #abacad;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
}
#advantages-tabs li a:hover {
  border: 0;
}
#advantages-tabs li a:hover span {
  border-bottom: 2px solid #abacad;
  padding-bottom: 6px;
}
#advantages-tabs li a.active {
  color: #7b7b7b;
  border: 0;
}
#advantages-tabs li a.active span {
  border-bottom: 2px solid #7b7b7b;
  padding-bottom: 6px;
}
#top-activities-tabs {
  text-transform: uppercase;
  margin-bottom: 40px;
  border: 0;
}
#top-activities-tabs li.nav-item {
  width: 33.33%;
  text-align: center;
}
#top-activities-tabs li {
  border: 0;
  border-bottom: 2px solid #FFFFFF;
}
#top-activities-tabs li a {
  color: #abacad;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
}
#top-activities-tabs li a:hover {
  border: 0;
}
#top-activities-tabs li a:hover span {
  border-bottom: 2px solid #abacad;
  padding-bottom: 6px;
}
#top-activities-tabs li a.active {
  color: #7b7b7b;
  border: 0;
}
#top-activities-tabs li a.active span {
  border-bottom: 2px solid #7b7b7b;
  padding-bottom: 6px;
}
.nav-tabs li {
  line-height: 35px;
}
.tab-content .post-img {
  height: 100px;
}
#custom-tabs {
  text-transform: uppercase;
  margin-bottom: 40px;
  border: 0;
}
#custom-tabs li.nav-item {
  width: 25%;
  width: auto;
  text-align: center;
}
#custom-tabs li {
  border: 0;
  border-bottom: 2px solid #FFFFFF;
}
#custom-tabs li a {
  color: #abacad;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
}
#custom-tabs li a:hover {
  border: 0;
}
#custom-tabs li a:hover span {
  border-bottom: 2px solid #abacad;
  padding-bottom: 6px;
}
#custom-tabs li a.active {
  color: #7b7b7b;
  border: 0;
}
#custom-tabs li a.active span {
  border-bottom: 2px solid #7b7b7b;
  padding-bottom: 6px;
}
.column-accordian {
  /*min-height: 100%;*/
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.column-accordian > .column {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  background-size: initial;
}
.column-accordian > .column.flex {
  background-size: cover !important;
  transition: 0.3s;
}
.possible-locations .column-accordian > .column {
  cursor: default;
}
.similar-activities {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom:60px;
  margin-bottom:10px;
}
.similar-activities .column-accordian {
  min-height: 250px;
}
.similar-activities .column-accordian > .column {
  cursor: default;
}
.similar-activities .article {
  width: 100%;
}
.similar-destinations {
  background: #fafafa;
  padding-top: 40px;
  margin-top: 40px;
  padding-bottom:60px;
  margin-bottom:10px;
}
.similar-destinations article {
  width: 100%;
}
/*
.column-accordian > .column:nth-child(1) {
background: rgba(191, 149, 64, 0.8);
}
.column-accordian > .column:nth-child(2) {
background: rgba(149, 191, 64, 0.8);
}
.column-accordian > .column:nth-child(3) {
background: rgba(64, 191, 64, 0.8);
}
.column-accordian > .column:nth-child(4) {
background: rgba(64, 191, 149, 0.8);
}
.column-accordian > .column:nth-child(5) {
background: rgba(64, 149, 191, 0.8);
}
.column-accordian > .column:nth-child(6) {
background: rgba(64, 64, 191, 0.8);
}
.column-accordian > .column:nth-child(7) {
background: rgba(149, 64, 191, 0.8);
}
*/
.column-accordian > .column {
  background: #abacad;
}
.column-accordian > .column > div {
  font-size: 2.5vmin;
  transition: 0.6s;
  font-weight: 300;
}
.column-accordian > .column.flex {
  /*flex: 10;*/
  flex: 5;
}
.similar-destinations .column-accordian > .column > div {
  font-size: 1.5vmin;
}
.similar-destinations .column-accordian > .column.flex > div {
  font-size: 2.5vmin;
}
.column-accordian div.accordian-desc {
  font-size: 1.5vmin;
  font-weight: 100;
  text-transform: none;
  border-radius: 0;
  /*opacity: 0.7;*/
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.column-accordian div.accordian-desc a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 6px 12px;
  display: inline-block;
  margin-top: 5px;
  background: #f71308;
  font-weight: 100;
  font-size: 0.9em;
}
.column-accordian div.accordian-desc a:hover {
  text-decoration: none;
  color: #f71308;
  background: #FFFFFF;
}
.similar-destinations .column-accordian {
  min-height: 300px;
}
.similar-destinations .column-accordian div.accordian-desc {
  display: none;
}
.similar-destinations .column-accordian > .column.flex > div > div.accordian-desc {
  display: block;
}
.column-accordian .accordian-title {
  font-family: 'Bebas', sans-serif;
  letter-spacing: 1px;
}
.benefits {
  margin-top: 60px;
  margin-bottom: 40px;
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
}
.benefits li {
  height: 50px;
}
.benefits li img {
  margin-right: 10px;
  margin-top: -2px;
  margin-bottom:0;
}
#contact-form {
  background: #fafafa;
  padding: 40px;
}
#contact-form a {
  color: #f71308;
}
#contact-form h3 {
  color: #abacad;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100 !important;
  font-size: 24px;
  margin-top: 40px;
  letter-spacing: 1px;
  font-family: 'Helvetica';
}
#contact-form h4 {
  color: #abacad;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100 !important;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Helvetica';
}
#contact-form p {
  color: #7b7b7b;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Helvetica';
}
#contact-form p a:hover {
  text-decoration: none;
}
#contact-form select.form-control {
  height: 56px;
}
#contact-form span.wpcf7-list-item {
  margin: 0;
  margin-right: 2px;
  padding: 20px 0 0 0;
}
#contact-form span.wpcf7-list-item label {
  margin-bottom: 0;
}
#contact-form span.wpcf7-list-item input[type=checkbox] {
  position: relative;
  top: -1px;
}
#contact-form .wpcf7-submit {
  margin-top: 30px;
}
#contact-form .wpcf7-checkbox {
  background: none;
  padding: 0;
  color: #7b7b7b;
  margin-bottom: 10px;
  border: 0;
}
#contact-form .acceptance {
  margin-bottom:20px;margin-top:0;
}
#contact-form .acceptance input[type=checkbox] {
  position: relative;
  top: -1px;
}
#contact-form br {
  display: none;
}
#contact-form p.cptch_block {
  margin-bottom: 0;
  position: relative;
  top: 10px;
  left: 15px;
}
#contact-form .cf7sr-g-recaptcha {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 10px;
  margin-top:7px;
  overflow:hidden;
}
#contact-form .captcha-title {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#contact-form .checkbox-newsletter {
  margin-top: 20px;display: inline-block;
}
#sidebar #contact-form-blog select.form-control {
  height: 56px;
}
#sidebar #contact-form-blog span.wpcf7-list-item {
  margin: 0;
  margin-right: 2px;
  padding: 20px 0 0 0;
}
#sidebar #contact-form-blog span.wpcf7-list-item label {
  margin-bottom: 0;
  color: #000000;
}
#sidebar #contact-form-blog span.wpcf7-list-item input[type=checkbox] {
  position: relative;
  top: -1px;
  width: 15px;
  margin-bottom: 0;
}
#sidebar #contact-form-blog .wpcf7-submit {
  margin-top: 30px;
}
#sidebar #contact-form-blog .wpcf7-checkbox {
  background: none;
  padding: 0;
  color: #7b7b7b;
  margin-bottom: 10px;
  border: 0;
}
#sidebar #contact-form-blog .acceptance {
  margin-bottom: 10px;
}
#sidebar #contact-form-blog .acceptance input[type=checkbox] {
  position: relative;
  top: -1px;
  width: 15px;
  margin-bottom: 0;
}
#sidebar #contact-form-blog br {
  display: none;
}
#sidebar #contact-form-blog .wpcf7-submit {
  width: 100%;
  background: #f71308;
  border-color: #f71308;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px;
  color: #FFFFFF;
}
.home #contact-form {
  margin-top: -20px;
}
article.type-actividades {
  width: 100%;
}
.menu-item-language > a {
  display: none;
}
.menu-item-language > ul.sub-menu {
  list-style: none;
  padding: .5rem 0;
  padding-right: .5rem;
  padding-left: .5rem;
}
.menu-item-language > ul.sub-menu li > a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.menu-item-language > ul.sub-menu li > a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
#main-nav > ul.navbar-nav {
  text-transform: uppercase;
}
#main-nav > ul.navbar-nav li > a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
	text-align:left;
}
#main-nav > ul.navbar-nav li > a:hover {
  color: #444444;
}
#main-nav > ul.navbar-nav li.active > a {
  font-weight: bold;
  color: #444444;
}
#main-nav > ul.navbar-nav li.current_page_parent > a {
  font-weight: bold;
  color: #444444;
}
#main-nav > ul.navbar-nav li.menu-item-language > a {
  display: block;
  padding-right:.5em;
}
#main-nav > ul.navbar-nav li.menu-item-language > ul.dropdown-menu {
  padding: 0;
  right: 0;
  left: auto;
  border-radius: .25rem 0 .25rem .25rem;
  margin-right: -1px;
  min-width: initial;
}
#main-nav > ul.navbar-nav li.menu-item-language > ul.dropdown-menu li a {
  display: block;
  font-weight: normal;
  padding-left: 20px;
}
.single-actividades #main-nav > ul.navbar-nav li.active > a {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.single-actividades #main-nav > ul.navbar-nav li.current_page_parent > a {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.menu-item-language img.iclflag {
  margin-top: -3px;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.customers-menu > a > span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 10px;
}
.top-activities a:hover {
  text-decoration: none;
}
.top-activities b {
  color: #f71308;
}
.top-activities .row {
  margin-bottom: 20px;
}
#successstories .row {
  margin-bottom: 20px;
}
.home #main-nav > ul.navbar-nav > li {
  border: 1px solid transparent;
}
.home #main-nav > ul.navbar-nav > li > ul.dropdown-menu li a {
  font-weight: bold;
  font-size: 13px;
}
.home #main-nav > ul.navbar-nav > li > ul.dropdown-menu li.last-link a {
  font-size: 14px;
}
.home header#masthead.scrolled {
  background: #FFFFFF;
}
.home header#masthead.scrolled #main-nav > ul.navbar-nav li > a {
  color: rgba(0, 0, 0, 0.5);
}
.home header#masthead.scrolled #main-nav > ul.navbar-nav > li > ul.dropdown-menu li a {
  color: #FFFFFF;
}
.home header#masthead.scrolled #main-nav > ul.navbar-nav li.show > a {
  color: #FFFFFF;
}
#main-nav > ul.navbar-nav > li {
  border: 1px solid #FFFFFF;
}
#main-nav > ul.navbar-nav > li > ul.dropdown-menu {
  background: #f71308;
  border: 1px solid #be211b;
  border-top: 0;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 0 .25rem .25rem .25rem;
  padding: 20px 0;
}
#main-nav > ul.navbar-nav > li > ul.dropdown-menu li {
  padding: 6px 0 6px 0;
}
#main-nav > ul.navbar-nav > li > ul.dropdown-menu li a {
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
}
#main-nav > ul.navbar-nav > li > ul.dropdown-menu li a:hover {
  color: #EFEFEF;
}
#main-nav > ul.navbar-nav > li > ul.dropdown-menu li.last-link a {
  font-weight: bold;
}
#main-nav > ul.navbar-nav > li > ul.dropdown-menu .dropdown-item:focus,
#main-nav > ul.navbar-nav > li > ul.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
#main-nav > ul.navbar-nav > li.show {
  background: #f71308;
  border: 1px solid #be211b;
  border-radius: .25rem;
}
#main-nav > ul.navbar-nav > li.show a {
  color: #FFFFFF;
}
.footer-form .wpcf7 {
  width: 100%;
}
.footer-form .form-control {
  padding: 16px;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1rem;
  color: #212529;
}
.footer-form .wpcf7-submit {
  width: 100%;
  background: #f71308;
  border-color: #f71308;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px;
}
.footer-form textarea {
  margin-bottom: 0;
  height: 132px;
}
.footer-form span.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 20px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #f71308;
  border-color: #f71308;
  color: #FFFFFF;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
#footer {
  padding: 40px 0 20px 0;
}
#footer .row {
  margin-bottom: 32px;
}
#footer ul {
  list-style: none;
  padding: 0;
}
#footer ul li {
  margin-bottom: 8px;
}
#footer ul.footer-icons-list li {
  margin-bottom: 0;
}
#footer ul.footer-icons-list li img {
  position: relative;
  top: -1px;
}
#footer h3 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #444444;
  margin-top: 40px;
  margin-bottom: 40px;
}
#footer a {
  color: #abacad;
  font-weight: 100;
}
#footer a:hover {
  color: #7b7b7b;
  text-decoration: none;
}
#footer .footer-main-links a {
  color: #abacad !important;
  font-weight: 100 !important;
  font-family: 'Helvetica' !important;
  font-size: 16px !important;
}
#footer .mc-field-group ul {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
#footer .mc-field-group label {
  display: initial;
  cursor: pointer;
}
#footer .mc-field-group a {
  color: #f71308;
  text-decoration: none;
  font-weight: bold;
}
#footer .mc-field-group a:hover {
  text-decoration: underline;
}
footer .site-info a {
  color: #f71308;
}
div.wpcf7-mail-sent-ok {
  color: #398f14;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
}
div.wpcf7-mail-sent-ko {
  color: #ff0000;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #fdc511;
  color: #fdc511;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
}
div.wpcf7-spam-blocked {
  border: 2px solid #fdc511;
  color: #fdc511;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
}
.btn-suscribe {
  background: #f71308;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
}
#mc_embed_signup .mc-field-group > ul > li > label {
  font-size: 12px;
}
#mc_embed_signup #mce-EMAIL {
  background: #f3f3f3;
  border: 0;
  border-radius: 0;
}
.advanced-search {
  padding: 40px;
  background: #f3f3f3;
  margin-top:60px;
}
.advanced-search .select-search {
  background-color: #FFFFFF !important;
  border-radius: 0;
  height: 40px;
  margin-right: 20px;
  display: inline-block;
  font-size: 1em;
}
.advanced-search .search-section-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.advanced-search h2 {
  margin-bottom: 40px;
  text-align: center;
  text-transform:none;letter-spacing:0;
  font-weight:100;
}
#advanced-search-btn {
  background: #f71308;
  color: #FFFFFF;
  padding: 10px 32px;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.2em;
  height: auto;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
.advanced-search-results a {
  text-decoration: none;
  color: inherit !important;
}
.advanced-search-results a:hover {
  text-decoration: none;
}
.advanced-search-results .result-card-situation {
  display: none;
}
.advanced-search-results-title {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-size: 1.5em !important;
  text-align: center !important;
}
.advanced-search-results-title b {
  font-weight: bold;
}
.result-card {
  margin-bottom: 40px;
}
.result-card .result-card-title {
  background: #DDDDDD;
  text-align: right;
  padding: 20px;
  min-height: 88px;
}
.result-card .result-card-main-title {
  text-transform: uppercase;
}
.result-card .result-card-body {
  width: 100%;
  height: 200px;
}
.result-card .result-card-prefooter {
  background: #999999;
  padding: 20px;
  color: #FFFFFF;
}
.result-card .result-card-footer {
  background: #DDDDDD;
  padding: 20px;
}
.client-menu > .nav-link > span {
  display: none;
}
.client-menu > .nav-link > i.dashicons {
  font-size: 1.8em;
  margin-right: 0;
}
.advanced-search-results.destiny-results .result-card {
  display: none;
}
.advanced-search-results.destiny-results .result-card.display-card {
  display: inline-block;
}
#destiny-founds {
  font-weight: bold;
}
.advanced-search .destiny-search {
  position: relative;
  top: -1px;
}
.advanced-search-filter label {
  cursor: pointer;
  font-weight: bold;
}
/* POPUP */
.contact-link {
  z-index: 999;
  display: inline-block;
  position: relative;
}
.popout {
  position: fixed;
  bottom: 3rem;
  right: 0;
}
.popout .btn-p {
  display: inline-block;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  z-index: 999;
  background: #f71308;
  color: #FFFFFF;
  /*border-radius: 50%;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: 0.2s opacity ease-in-out;
  -webkit-transition: 0.2s opacity ease-in-out;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(78, 71, 111, 0.4);
  /* animation: pulse 2s infinite;
  border: 3px solid #be211b;*/
  text-transform: uppercase;
  font-size: 0.8em;
  position: relative;
  line-height: 84px;
  font-weight: bold;
	
    border-radius:0;
    height:auto;
    width:50px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    line-height: 4;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:500;
}
.popout .btn-p.active {
  visibility: hidden;
  opacity: 0;
}
.popout .btn-p:after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 60px;
  height: 60px;
  /*background: #fff;*/
  z-index: -2;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.popout .btn-p:active:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.popout .fa-envelope.phone-btn {
  font-size: 2.5em;
  position: relative;
  top: 14px;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 17, 8, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(247, 17, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 17, 8, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(247, 17, 8, 0.8);
    box-shadow: 0 0 0 0 rgba(247, 17, 8, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(247, 17, 8, 0);
    box-shadow: 0 0 0 10px rgba(247, 17, 8, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(247, 17, 8, 0);
    box-shadow: 0 0 0 0 rgba(247, 17, 8, 0);
  }
}
/* END POPUP */
.widget-contact-form {
  width: 100%;
  color:#7b7b7b;
}
/* BLOG */
.hidden {
  display: none !important;
}
.single-post .site-content {
  background: #EFEFEF;
}
a.content-button {
  font-family: inherit;
}
a.content-button:hover {
  text-decoration: none;
}
.blog,
.single-post,
.category,
.tag {
  font-family: inherit;
}
.post-single h2,
.post-single h3 {
  font-family: inherit;
}
.blog .container,
.single-post .container,
.category .container,
.tag .container {
  max-width: 1140px;
  padding: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#sidebar .widget,
#sidebar .widget h3 {
  font-family: inherit;
}
#sidebar .widget input,
#sidebar .widget select,
#sidebar .widget textarea {
  font-family: inherit;
}
.blog .section,
.single-post .section,
.category .section,
.tag .section {
  width: 100%;
  background: #EFEFEF;
  margin-top: 196px;
}
.blog .site-content,
.archive .site-content {
  background: #EFEFEF;
}
.blog-category-block .blog-header {
  margin-top: -2px;
}
.blog-header {
  width: 100%;
}
.blog h1 {
  /* width: 100%;
  font-family: inherit;
  font-size: 3em;
  font-weight: bold;
  color: #7b7b7b;
  text-align: center;
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: -5px;
  letter-spacing: 2px;
  /*text-transform: uppercase;
  padding: 20px; */
}
.blog-header .blog-header-content {
  height: 120px;
  /*text-shadow: 1px 1px 10px #000000;*/
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}
.blog-header .blog-header-content span {
  color: #efefef;
  font-size: 0.8em;
  /*text-shadow: 1px 1px 10px #000;*/
  font-weight: 100;
}
.blog-header .blog-header-content h3 {
  font-size: 1em;
  color: #FFFFFF;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-category-block .blog-header-content {
  height: 110px;
}
.main-header .blog-header li{height: 360px;border-right: 8px solid #ffffff;}
.blog-header li {
  display: inline;
  float: left;
  height: 280px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:8px solid #FFFFFF;
}
.blog-header li.no-border{border-right:0;}
.blog-header li.subheader, .blog-header li.subheader .min-subheader{height:180px;border-right:0;}
.blog-header li.subheader .min-subheader{border-bottom:4px solid #ffffff;}
.blog-header li.subheader .min-subheader.sub-bottom{border-bottom:0;border-top:4px solid #ffffff;}
.blog-category-block {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.blog-category-block ul {
  padding: 0;
}
.header-category {
  background: #FFFFFF;
  display: inline-block;
  width: 100%;
}
.header-category ul {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
  padding: 0;
  margin-bottom: 0;
}
.header-category ul li {
  padding: 10px;
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: -5px;
}
.post-categories a {
  color: #f71308;
}
.post-categories a:hover {
  color: #7b7b7b;
  text-decoration: none;
}
.admin-bar #submenu {
  top: 20px;
}
#submenu {
  position: relative !important;
  background: #fff;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  top: 20px;
	border-top:1px solid;
}
#submenu ul {
  width: 100%;
  text-align: center;
  list-style: none;
}
#submenu .container {
  padding: 0.8em 0 0.8em 0;
}
#submenu li {
  display: inline;
  width: auto;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}
#submenu li a {
  color: #000;
  font-size: 0.75em;
}
#submenu li a:hover {
  color: #000000;
  text-decoration: none;
}
/*.blog nav li#menu-item-2841:after, .single-post nav li#menu-item-2841:after, .category nav li#menu-item-2841:after, .tag nav li#menu-item-2841:after {
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #f71308 transparent;
    bottom: 0px;
    content: "";
    position: absolute;
    right: 18%;
    width: 0;
    height: 0;
    margin-bottom: -20px;
}*/
.single .container .columns {
  margin-top: 0;
}
.list-post-content p {
  font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  text-align: justify;
  color: #444444;
}
.category h1 {
  font-weight: bold;
  padding:20px 0;
}
.category h2.archive_title {
  color: #f71308;
  font-size: 1em;
}
.category h2.archive_title a {
  color: #f71308;
}
.category h2.archive_title a:hover {
  text-decoration: none;
  color: #444444;
}
#submenu li a.active {
  color: #000000;
}
.post-single > .container > .row > .col-lg-9{background:#FFFFFF;margin-bottom:20px;}
.post-image,
.post-gallery,
.post-video,
.post-audio {
  margin-bottom: 30px !important;
  /*height:570px;*/
  height: 300px;
  margin-left: 30px;
  margin-right: 30px;
}
.single-post h1 {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #444444;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
  font-family: inherit;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  text-align:left;
}
.title h1 {
  display: inline-block;
  padding: 0 0 10px 0;
}
.post p {
  font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.post ul {
  font: 1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.post-single h2,
.post-single h3 {
  margin-top: 20px;
  font-weight: bold;
  color: #f71308;
}
.post-single-content{;padding:0 30px;margin-bottom:20px;}
.widget {
  margin-bottom: 20px;
}
#sidebar .widget a {
  color: #f71308;
}
#sidebar .widget a:hover {
  text-decoration: none;
  color: #444444;
}
#sidebar .widget {
  background: #FFFFFF;
  overflow: hidden;
}
/*.single-post .section.post-single{padding-top: 60px !important;}*/
#sidebar .widget h3 {
  background: #f71308;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 0;
}
#sidebar .textwidget {
  padding: 10px;
}
#sidebar .widget input,
#sidebar .widget select,
#sidebar .widget textarea {
  background: #efefef;
  border: 0;
  width: auto;
  padding: 8px 8px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333333;
}
#sidebar .widget input,
#sidebar .widget select,
#sidebar .widget textarea {
  font-family: inherit;
}
#sidebar .widget input,
#sidebar .widget select,
#sidebar .widget textarea {
  background: #efefef;
  border: 0;
  width: auto;
  padding: 8px 8px;
  margin-bottom: 10px;
  font-size: 1em;
  width: 100%;
  color: #333333;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  color: #666;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  width: 180px;
  color: #999;
  border: 1px solid #e8e8e8;
}
#sidebar .widget input.submit {
  border: 0 none;
  color: #ffffff;
  display: block;
  width: 50%;
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(http://www.exploramas.com/wp-content/themes/exploramas/images/mail.png);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 0;
  width: 100%;
  background-color: #f71308;
}
.tagcloud {
  padding: 10px;
}
.tagcloud a {
  color: #f71308;
  font-size: 1em !important;
}
.tagcloud a:hover {
  text-decoration: none;
  color: #444444;
}
.widget-call-us a {
  color: #f71308;
}
.widget-call-us a:hover {
  color: #444444;
  text-decoration: none;
}
.widget-call-us span:before {
  content: "\f525";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: bold;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f71308;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.tag-cloud-link:before,
.icon-tags:before {
  /*content: "\f345";*/
  content: "\f323";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: bold;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f71308;
  position: relative;
  top: 3px;
  margin-right: 5px;
  /*    content: "\f02c";
    font-family: FontAwesome;*/
  top: 2px;
  font-weight: normal;
}
.icon-tags:before {
  margin-right: 0;
  top: 1px;
}
.widget-call-us span {
  font-size: 1em;
  margin-bottom: 10px;
  display: inline-block;
}
.widget-call-us span b {
  font-weight: bold;
  text-transform: uppercase;
}
.jetpack-video-wrapper {
  margin-bottom: 0 !important;
}
#sidebar .widget textarea {
  height: 70px;
}
.list-post-content {
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.list-post-content p {
  line-height: 1.4em;
}
.list-post-content a:hover {
  text-decoration: none;
}
.list-post-content a:hover h2 {
  color: #444444;
}
.list-post-content-l {
  background-size: cover;
  height: 100vh;
  max-height: 190px;
}
.list-post-content-r {
  padding: 20px;
  padding-top:0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category h2.archive_title {
  font-size: 1.5em;
  margin-top: 0;
  font-weight:bold;
  margin-bottom:12px;
}
.post-single h2,
.post-single h3 {
  font-weight: 100;
  color: #7b7b7b;
  line-height: 1.2em;
  text-align: left;
  position: relative;
  margin-bottom:20px;
}
.post-tags {
  margin-top: 20px;
}
.post-tags ul {
  display: inline-block;
  padding: 0;
}
.post-tags li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
}
.post .button{
    font-size: 16px;
    color: white;
    background-color: #f71308;
    border-radius: 8px;
    padding: 14px 40px;
    cursor:pointer;
}
/*
.post ul li {
  font: 0.9em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.post figure {
  width: 100% !important;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.posts-nav {
  margin: 15px 0 30px;
  padding: 10px 0;
}
.posts-nav a {
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  background: #f6f6f6;
  color: inherit;
  font-size: 16px;
  padding: 8px 15px;
}
.post-tags li a {
  color: #f71308;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}
.single .title {
  text-transform: uppercase;
  padding-top: 0;
}
.sidebar-content form p {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
a.content-button {
  background: #f71308;
  border-radius: 5px;
  padding: 20px;
  color: #FFFFFF !important;
  width: auto;
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}
a#content-button img {
  width: 60px;
  display: inline;
}
a#content-button span {
  top: 0;
  display: inline;
  position: relative;
}
.content-button-cont {
  text-align: center;
}
.single-post .post-single img {
  width: 100%;
  height: auto;
  margin:0;
}
.mobile-select {
  width: 95%;
  padding: 20px;
  height: 40px;
  margin-top: 0px;
  font-size: 1em;
  display: none;
  margin-top: -8px;
}
.blog #contact-form {
  width: 100%;
  /*background:@grey-blog;*/
}
.blog #contact-form h3 {
  text-align: center;
}
.blog #contact-form .wpcf7-list-item-label {
  color: #000000;
}
.blog #contact-form br {
  display: none;
}
.single-post .post-single #contact-form {
  display: none;
}
.single-post .post-single div.wpcf7 {
  display: none;
}

.box-newsletter-blog {
	border-radius: 5px;
	box-shadow: 1px 3px 12px 3px rgba(0,0,0,0.15);
	padding: 18px;
}

/* END BLOG */
.home header#masthead {
  background: none;
}
.home #main-nav > ul.navbar-nav li > a {
  color: #FFFFFF;
}
.home #event-carousel {
  margin-top: -20px;
}
.home #event-carousel .carousel-content {
  margin-bottom: 0;
}
.navbar-light .navbar-toggler {
  border: 3px solid #f71308;
  color: #f71308;
  font-weight: bold;
}
.home .navbar-light .navbar-toggler.collapsed {
  border: 3px solid #FFFFFF;
  color: #FFF;
  font-weight: BOLD;
}
.carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.texto_destacado h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.texto_destacado a {
  text-decoration: none;
  color: #f71308;
}
.service_col a {
  text-decoration: none;
}
.site-content a {
  color: #f71308;
}
.milestone-count {
  line-height: 80px;
}
.milestone-counter h3 {
  font-weight: bold;
}
.service-box {
  min-height: 440px;
}
.team-line {
  margin-bottom: 20px;
}
.site-content .team-line img{margin:0;}
.team-content h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  color: #7b7b7b;
  font-weight: 600;
  font-size: 1.6em;
  letter-spacing: 0;
  font-family: 'Bebas', sans-serif;
}
.team-content h4 {
  text-transform: uppercase;
  color: #abacad;
  font-size: 1em;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.team-content p {
  text-align: justify;
}
.team-content.right-team h3 {
  text-align: right;
}
.team-content.right-team h4 {
  text-align: right;
}
.team-content.right-team p {
  text-align: right;
}
.pasarela-redsys label {
  display: none;
}
.pasarela-redsys label[for=importeeuros] {
  display: inline-block;
}
.pasarela-redsys input {
  padding: 16px;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1rem;
  color: #212529;
  background: #fafafa;
}
.pasarela-redsys .tf {
  line-height: 80px;
}
.pasarela-redsys .tf input {
  width: 49%;
  height: 56px;
}
.pasarela-redsys .tf input[name="importeeuros"] {
  float: left;
}
.pasarela-redsys .tf input[name="importeeuros"]:before {
  content: 'Euros';
  display: block;
}
.pasarela-redsys .tf input[name="importecentimos"] {
  float: right;
}
.pasarela-redsys input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  background: #f71308;
  border-color: #f71308;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px;
  color: #fff;
  cursor: pointer;
}
#counter-stats {
  padding-top: 40px;
  padding-bottom: 40px;
}
#counter-stats .counting {
  color: #f71308;
  font-size:3em;
  text-align: right;
  font-family: 'Bebas', sans-serif;
}
#counter-stats .counting-text {
  text-transform: uppercase;
  font-size: 1em;
  color: #abacad;
  font-weight: 100;
  padding: 0;
  text-align: left;
  margin-top: -4px;
}
#featured-event-type {
  padding-top: 40px;
  padding-bottom: 40px;
}
#featured-event-type h4 {
  text-transform: uppercase;
  color: #f71308;
  font-family: 'Bebas', sans-serif;
  letter-spacing: 2px;
}
#featured-event-type p {
  text-align: center;
}
#cookie-law-info-bar {
  background: #fff;
  border-top: 1px solid #444444 !important;
  /*    position: fixed;
    width: 100%;
    min-height: 50px;
    bottom: 0px;*/
}
#cookie-law-info-bar .cli-plugin-button {
  font-size: 13px;
  text-shadow: none;
}
#cookie-law-info-bar a:hover {
  text-decoration: none;
}
.foto_full {
  margin-bottom: 20px;
}
.foto_full img {
  width: 100%;
}
.full-img {
  width: 100%;
  height: auto;
}
.full-iframe {
  width: 100%;
}
.single-post .post-single img.size-auto {
  width: auto;
}
/* Old shortcodes */
#portfolio-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#portfolio-wrap .portfolio-item {
  margin: 0;
  overflow: hidden;
  width: 20%;
  padding: 0;
  line-height: 0;
}
.portfolio-item.current {
  box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
  z-index: 101;
}
.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item .portfolio-image img {
  width: 100%;
  height: auto;
  margin:0;
}
.portfolio .portfolio-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #000000;
  background: rgba(0, 0, 0, 0.2);
  opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);
}
.portfolio > a,
.portfolio > a:hover {
  color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.blancoynegro .portfolio > a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg#greyscale);
  filter: gray;
}
.blancoynegro .portfolio > a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.portfolio > a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:1;-moz-opacity:1;filter:alpha(opacity=100);
}
.portfolio a:hover .portfolio-overlay .thumb-info {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-overlay .thumb-info h3 {
  top: 38%;
  font-size: 22px;
  line-height: 1.1;
}
.portfolio-overlay .thumb-info p {
  top: 59%;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}
.portfolio-overlay .thumb-info h3 {
  color: #ffffff;
  width: 96%;
  position: absolute;
  text-align: center;
  padding: 0 2%;
}
.portfolio-overlay .thumb-info p {
  color: #ffffff;
  width: 96%;
  position: absolute;
  text-align: center;
  font-weight: bold;
  padding: 0 2%;
}
.portfolio-overlay .thumb-info i {
  color: #ffffff;
  width: 100%;
  position: absolute;
  text-align: center;
  display: block;
}
.portfolio-description,
.project-details {
  margin-bottom: 20px;
}
.one_fourth {
  width: 22%;
}
.one_fourth.no-margin {
  width: 25%;
  margin-right: 0;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 30px;
  float: left;
}
.one_fourth.service_col {
  width: 25%;
  margin: 0;
}
.last {
  margin-right: 0 !important;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#pagination {
  margin-bottom: 20px;
}
.pagination {
  position: relative;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#pagination a,
#pagination span {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 15px 11px 15px;
  border: 1px solid #f71308;
  font-size: 1em;
  line-height: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-weight: bold;
  color: #f71308;
  border-right: 0;
  margin: 0;
}
#pagination a:last-child {
  border-right: 1px solid;
}
#pagination a:hover {
  color: #ffffff !important;
  background: #f71308;
  text-decoration: none;
}
#pagination span.current {
  background: #f71308;
  color: #ffffff;
  font-weight: bold;
}
#pagination span.allpages {
  color: #000000;
}
/* End oldshortcodes */
.cf7sr-g-recaptcha-invalid{position: relative;top: 30px;}
li.customers-menu > a {padding-right:5px !important;padding-left:5px !important;}
li.menu-item-language-current > a {padding-left:5px !important;}
.menu-item i._before{margin-right:0 !important;}
.site-content img{margin-top:30px;margin-bottom:30px;}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{border:0;}
.footer-img-logo{border-top: 1px solid #cdcdcd;padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #cdcdcd;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23212529'><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat;
    background-size: 16px;
    background-position: calc(95%) 23px;
    background-repeat: no-repeat;
}
.menu-item i._mi{font-size:1.8em;}
select.select-search {
  background-color: #FFFFFF !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23212529'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: calc(95%) 15px !important;
  background-color: #FFFFFF;
}
.search #event-carousel .carousel-item .d-block {
  height: 300px !important;
}
.search #event-carousel .carousel-content {
  height: 300px !important;margin-bottom: 40px;
}
.search .search-submit {
  background: #f71308;
  border-color: #f71308;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 12px;
  color: #fff;
  margin-top: -1px;
}
.search{color:#7b7b7b;}
.search .page-content {
  margin-bottom: 80px;
}
.search .advanced-search {
  margin-top: 40px;
}
.search .page-header h2 {
  margin-bottom: 20px;
}
.search .search-results-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
.search-page-results h2.entry-title{font-size:1.5em;letter-spacing:0;text-align:left;text-transform:none;margin-bottom:12px;font-weight: 500;}
.search-page-results .entry-meta{display:none;}
.search-page-results .entry-footer{display:none;}
.search-page-results .screen-reader-text{display:none;}
.search-page-results .nav-previous, .search-page-results .nav-next{width: 50%;display:inline-block;margin-bottom:20px;}
.search-page-results .nav-next{text-align:right;}
.search-page-results article{margin-bottom:30px;}
.search h2.search-title{display: inline-block;margin-right: 20px;position: relative;top: 5px;}
.search-page-results form{display:inline-block;}
.search-menu-icon > a{padding-left:20px !important;padding-right:5px !important;}
.search #main-nav > ul.navbar-nav li.current_page_parent > a{color:inherit;font-weight:normal;}
.search #main-nav > ul.navbar-nav li.current_page_parent > a:hover{color:#444444;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0; overflow:hidden; width:100%; margin:0; clear: both;font-size:13px;}
#mc_embed_signup div.response {margin:0; padding:0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:100%;}
#mc_embed_signup div.response a{color:#f71308;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
.ods-text{background:#fafafa;padding:24px;margin-top: 69px;}
.ods-icon{position: relative;margin-top:0 !important;}
.site-content .ods-icons img{margin-top:0;margin-bottom:15px;}
.ods-list {
  list-style: none;
}
.ods-list img {
  margin: 0;
}
.ods-list .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ods-list p {
  margin-top: 20px;
}
.single-actividades .team-building-online h1{
    letter-spacing: 2px;
    font-size: 1.8em;
}
.single-actividades .team-building-online h2{
    text-align:left;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.single-actividades .team-building-online .advantages{
    display:none;
}
@media screen and (max-width: 1350px) {
	#main-nav > ul.navbar-nav li > a{text-align:left;}
	.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem;}
}
@media screen and (max-width: 1200px) {
  #main-nav > ul.navbar-nav li > a {
    text-align: center;
  }
  .blog nav li#menu-item-2841:after,
  .single-post nav li#menu-item-2841:after,
  .category nav li#menu-item-2841:after,
  .tag nav li#menu-item-2841:after {
    display: none;
  }
  .home #main-nav > ul.navbar-nav li > a {
    color: rgba(0, 0, 0, 0.5);
  }
  .home #main-nav.show > ul.navbar-nav li > a {
    color: rgba(0, 0, 0, 0.5);
  }
  .home #main-nav > ul.navbar-nav li > a:hover {
    color: #444444;
  }
  /*.home .navbar-collapse{margin-bottom:160px;}*/
  header#masthead .navbar-brand > a > img {
    width: 60px;
  }
  header#masthead > .container {
    padding: 0;
  }
  #main-nav > ul.navbar-nav {
    margin-top: 20px;
  }
  #main-nav > ul.navbar-nav > li.show {
    border: 0;
  }
  #main-nav > ul.navbar-nav > li > ul.dropdown-menu {
    margin-top: 0;
    margin-left: 0;
  }
  #event-carousel {
    margin-top: 105px;
  }
  .home #page {
    padding-top: 105px;
  }
  .home header#masthead {
    background: #FFFFFF;
  }
  .home .navbar-light .navbar-toggler.collapsed {
    border: 3px solid #f71308;
    color: #f71308;
  }
  .home #main-nav > ul.navbar-nav > li > ul.dropdown-menu li a {
    color: #FFFFFF;
    white-space: normal;
  }
  .home #main-nav > ul.navbar-nav > li.show a {
    color: #FFFFFF;
  }
  #main-nav > ul.navbar-nav > li.customers-menu > ul.dropdown-menu {
    padding: 0;
  }
  #main-nav {
    overflow: hidden;
  }
  .blog .section,
  .single-post .section,
  .category .section,
  .tag .section {
    margin-top: 156px;
  }
}
@media screen and (max-width: 990px) {
  .popout {
    bottom: 0.5rem;
    right: 0rem;
  }
  .tab-content .post-img {
    height: 240px;
    margin-bottom: 20px;
  }
  #event-carousel .carousel-content {
    margin-bottom: 40px;
  }
  #event-carousel .carousel-content .carousel-title {
    font-size: 3em;
  }
  .home #event-carousel .carousel-content .carousel-title {
    font-size: 2.5em;
  }
  #event-carousel .carousel-content {
    height: 300px !important;
  }
  #event-carousel .carousel-item .d-block {
    height: 300px !important;
  }
  #event-carousel .carousel-content .carousel-subtitle{margin-top:-15px;}
  .portfolio-overlay .thumb-info h3{top:15%;}
  .blog-header li.main-post{height:220px;}
  .main-header .blog-header li{border-right:0;border-bottom:8px solid #FFFFFF;}
  .blog-header li{border-right:0;border-bottom:8px solid #FFFFFF;height:180px;}
  .blog-header li.no-border{border-bottom:0;}
  .blog-header{margin-bottom:200px;}
}
@media screen and (min-width: 850px) {
  #main-nav > ul.navbar-nav > li.menu-left > ul.dropdown-menu {
    right: 0;
    left: auto;
    border-radius: .25rem 0 .25rem .25rem;
    margin-right: -1px;
  }
  #main-nav > ul.navbar-nav > li.two-columns > ul.dropdown-menu {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
  }
}
@media (max-width: 778px) {
  .mobile-select {
    display: inline;
    color: #444444;
    font-weight: bold;
    height: 40px;
    padding: 0;
    font-size: 1.5em;
    margin-top: -8px;
	background:#FFFFFF;
    padding-left:10px;
  }
  #submenu ul {
    display: none;
  }
  #event-carousel .carousel-content .carousel-title {
    font-size: 2em !important;
  }
  #event-carousel .carousel-content .carousel-subtitle {
    font-size: 0.8em;
    margin-top: 0;
  }
  .similar-destinations .column-accordian > .column.flex > div {
    font-size: 3.5vmin;
  }
  .similar-activities .column-accordian > .column.flex > div {
    font-size: 3.5vmin;
  }
  .similar-destinations > .container {
    max-width: 100%;
  }
  .similar-activities > .container {
    max-width: 100%;
  }
  .similar-destinations .column-accordian {
    min-height: 200px;
  }
  .similar-activities .column-accordian {
    min-height: 200px;
  }
  .benefits {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .team-content {
    margin-bottom: 20px;
  }
  .team-content h3 {
    margin-top: 20px;
  }
  .team-content.right-team h3 {
    text-align: left;
  }
  .team-content.right-team h4 {
    text-align: left;
  }
  .team-content.right-team p {
    text-align: left;
  }
  .team-line {
    margin-bottom: -20px;
  }
  .page h1 {
    font-size: 3rem;
  }
  #main-nav > ul.navbar-nav > li > ul.dropdown-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .one_fourth.service_col,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    float: none;
  }
  .blog .section, .single-post .section, .category .section, .tag .section{margin-top:156px;}
  .blog-header li{height:180px;}
  .post-single-content{padding:0;}
  .post-image, .post-gallery, .post-video, .post-audio{margin:0;}
  .single-post h1{margin-left:0;}
  .post-single h2{font-size:1.8em;} 
  .post-single h3{font-size:1.5em;}
  .category h2.archive_title{margin-top:12px;}
  .list-post-content{margin-bottom:30px;}
}
@media screen and (max-width: 600px) {
  #advantages-tabs {
    overflow: hidden;
  }
}
@media screen and (max-width: 550px) {
  .blog h1 {
    font-size: 2em;
  }
  .tab-content .post-img {
    height: 140px;
  }
  .nav-tabs li {
    width: 100% !important;
  }
  .nav-tabs li a {
    border-bottom: 0 !important;
  }
  #event-carousel .carousel-content .carousel-title {
    font-size: 1em !important;
  }
  #event-carousel .carousel-content .carousel-subtitle {
    font-size: 0.6em;
  }
  #event-carousel .carousel-content {
    height: 180px !important;
  }
  #event-carousel .carousel-item .d-block {
    height: 180px !important;
  }
  .carousel-indicators {
    bottom: -7px;
  }
  .similar-destinations .column-accordian,
  .similar-activities .column-accordian {
    display: inline;
  }
  .similar-activities .column-accordian > .column {
    height: 150px;
  }
  .similar-destinations .column-accordian > .column {
    height: 80px;
  }
  .similar-activities .column-accordian > .column.flex {
    height: 150px;
  }
  .similar-destinations .column-accordian > .column.flex {
    height: 150px;
  }
  .similar-destinations .column-accordian > .column.flex > div {
    font-size: 6vmin;
  }
  .similar-destinations .column-accordian > .column.flex > div > div.accordian-desc {
    font-size: 3vmin;
  }
  .similar-activities .column-accordian > .column > div {
    font-size: 6vmin;
  }
  .similar-activities .column-accordian > .column > div > div.accordian-desc {
    font-size: 3vmin;
  }
  .possible-locations .column-accordian > .column > div {
    font-size: 6vmin;
  }
  .possible-locations .column-accordian > .column > div > div.accordian-desc {
    font-size: 3vmin;
  }
  .benefits li {
    margin-bottom: 10px;
  }
  .home #event-carousel .carousel-content .carousel-title {
    font-size: 1.2em;
  }
  .home .carousel-indicators {
    bottom: 10px;
    display: none;
  }
  .home .carousel-indicators li {
    height: 10px;
    width: 10px;
  }
  /*.home .carousel-link{margin-top:-5px;}*/
  .home #event-carousel {
    margin-top: 0;
  }
  .page h1 {
    font-size: 1em;
  }
  #main-nav > ul.navbar-nav > li > ul.dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
  }
  #main-nav > ul.navbar-nav li > a {
    font-size: 1em;
  }
  #main-nav > ul.navbar-nav > li.customers-menu > ul.dropdown-menu {
    height: auto;
    max-height: 100px;
    overflow-x: hidden;
  }
  #pagination span.allpages {
    display: none;
  }
  #pagination a {
    font-size: 0.9em;
  }
  select{background:none;}
}
@media screen and (max-width: 404px) {
  .carousel-indicators {
    bottom: -10px;
  }
  .carousel-indicators li {
    height: 10px;
    width: 10px;
  }
  .possible-locations .column-accordian,
  .similar-activities .column-accordian {
    display: inline;
  }
  .possible-locations .column-accordian > .column {
    height: 150px;
  }
  .page h1 {
    font-size: 0.8em;
  }
  #main-nav > ul.navbar-nav{margin-top:0;}
  .home #main-nav.show > ul.navbar-nav li > a{padding-bottom:2px;}
}
.lang-item{
	list-style:none;
	margin: 0 5px;
}
/*
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * */


.full-widths, .full-width {
  width: 99.5vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.bloque_completo{
  background-color: #E5E5E5; 
}
.page-distribuidora{
	margin-top:148px;
}
.post-featured_text{
  font-size: 24px;
  font-family: inherit;
  font-weight: 100 ;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 15px;
}
.main-img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.main-h1{
  color: #000 !important;
	font-size:40px !important;
}
.main-box{
  background-color: #F81737;
}
.main-box div{
	padding:45px;
}

/* SLIDER POSTS STYLES */
.carousel-control-prev{
  left: -10px;
  width: auto !important;
}
.carousel-control-next{ 
  right: -10px;
  width: auto !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  border-radius: 100%;
}
.carousel-control-prev-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%433f3f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%433f3f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.post-blog-title__slider{
  font-size: 16px;
  position: absolute !important;
  bottom:0 !important;
  font-family: inherit;
  font-weight: 100;
  line-height: 1.2em;
  text-align: left;  
  margin: 0px !important;
  margin-bottom: 15px !important;
  text-transform: uppercase;  
}
.post-blog-title__slider a{
  color: #fff;
}
.post-blog-img__slider-featured{
  background-size:cover !important;
  background-position:center !important;
  height: 550px;
  margin-bottom: 30px;
  position: relative;
}
.post-blog-img__slider{
  background-size:cover !important;
  background-position:center !important;
  min-height: 262px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .slider_posts_mobile{
    display: none;
  }
  .carousel-control-next, .carousel-control-prev {

  }
}
@media screen and (max-width: 767px) {
  .post-blog-title__slider{
    font-size: 1.3em !important;
  }
  .carousel-control-prev{
    left: 20px !important;
    bottom: 0;
  }
  .carousel-control-next{
    bottom: 0;   
    right: 20px !important;
  }
  .carousel-control-next, .carousel-control-prev {
    top: 270px !important
  }
  .slider_posts_desktop{
    display: none;
  }
  .slider_posts_mobile{
    margin-bottom: 30px;
  }

}

/* POSTS  */
@media screen and (max-width: 767px) {
  .post-blog-item__right{
    border-top: 1px solid grey;
  }
}
@media screen and (min-width: 767px) {
  .post-blog-item__right{
    border-left: 1px solid grey;
  }
}
.post-blog-item{
	margin:15px 0;
}
.post-blog-title{
  font-family: inherit;
  font-weight: 100;
  line-height: 1.2em;
  text-align: left;  
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-category a{
  font-family: inherit;
  font-weight: 100;
  line-height: 1.2em;
  text-align: left;  
  font-size: 13px !important;
  margin-bottom: 15px;
  text-transform: uppercase;	
}
.post-blog-item a{
  color: #040404 !important;
}
.post-blog-item p,.post-blog-item a{
  font-size: 15px;
}
.img-container{
    width: 350px;
    height: 230px;
    overflow: hidden;	
}
.img-container img{
    width: auto;
    height: auto;

    max-height: 100%;	
}
/* SINGLE */
.post-title_single{
  font-size: 24px !important;
  font-family: inherit  !important;
  font-weight: 100 !important;
  line-height: 1.3em !important;
  text-transform: uppercase !important;
  margin: 15px 0;
}
.post-single-content h2, .post-single-content h3{
  font-family: inherit  !important;
  font-weight: 100 !important;
  line-height: 1.3em !important;
  margin: 15px 0;
}
.post-single-content h2{
	font-size: 20px;
}
.post-single-content h3{
	font-size: 18px;
}