/*
Theme Name: DOWNTOWN MALL - PUNTA CANA
Theme URI: https://chanclasmedia.com
Author: Chanclas Media
Author URI: https://chanclasmedia.com/
Description: Un theme desarrollado con amor en ChanclasMedia.
Version: 1.0
*/

body{
	font-family: 'Ubuntu', sans-serif;
	height: 100%;
	font-weight: 300;
    letter-spacing: 1px;
}

body.directorio,
body.category{
	background-color: #F3F3F5;
}

a,
input[type=submit],
input[type=button],
button[type=submit],
img,
span,
strong,
li,
ul{
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

nav .container{
	position: relative;
}

.navbar{
	background-color: #FFF;
}

.top-bar{
	background-color: #18093E;
}

.top-bar .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 12px; 
}

.top-bar .navbar-nav>li>a:hover,
.top-bar .navbar-nav>li>a:focus{
	background-color: rgba(0, 169, 234,0.5);
}

.top-bar .navbar-nav>li>a>i.fa-chevron-down{
	font-size: 10px;
}

.top-bar .navbar-nav>li>a>i{
	color:#00ACEB;
	font-size: 15px;
}

.top-bar img{
	float: left;
	width: 16px;
	margin-right: 5px;
}

.navbar{
	height: auto;
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 1px solid #F8C08F;
	padding: 7px 0;
}

.navbar-brand{
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.affix {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #FFF;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
}

.navbar-brand>img.logo-affix{
	display: none;
}

.affix .navbar-brand>img.logo-affix{
	display: block;
}

.affix .navbar-brand>img.logo-normal{
	display: none;
}

.customize-support .affix{
	top: 30px;
}

.affix .nav-social{
	display: none;
}

.affix .navbar-brand{
	padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    height: 40px;
    margin:3px 0 0;
}

.affix .navbar-brand img{
	height: 40px;
	width: 70px;
}

.affix .main-menu{
	margin-top: 0;
}

.affix + .container-fluid {
  padding-top: 148px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#myCarousel{
	margin: 0 -15px 30px;
}

.carousel-inner {
  border-radius: 0;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
}

.carousel-indicators li{
	border: 0;
	width: 20px;
	height: 20px;
	background:none;
	border-radius: 100%;
	background-color: #00AAEC; 
	opacity: 0.4;
}

.carousel-indicators li:nth-child(1n+0) {
    background: #00AAEC;
}

.carousel-indicators li:nth-child(2n+0) {
    background: #F18020;
}

.carousel-indicators li:nth-child(3n+0) {
    background: #EA1A27;
}

.carousel-indicators li:hover,
.carousel-indicators .active{
	width: 20px;
	height: 20px;
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.nav-social{
	margin:10px 0 0;
}

.nav-social>li>a{
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	color:#FFF;
	padding: 0;
	line-height: 33px;
	text-align: center;
	margin-right: 10px;
	font-size: 18px;
}

.nav-social>li>a.facebook,
footer ul li.social a.facebook{
	background-color: #3A4AAA
}

.nav-social>li>a.instagram,
footer ul li.social a.instagram{
	background-color: #AB46BC
}

.nav-social>li>a.twitter,
footer ul li.social a.twitter{
	background-color: #44A5F6
}

.nav-social>li>a.youtube,
footer ul li.social a.youtube{
	background-color: #D74315
}

.nav-social>li>a.linkedin,
footer ul li.social a.linkedin{
	background-color: #42A5F6
}

.nav-social>li>a:hover{
	background-color: #18093E;
}

.nav-social>li>form input[type=text]{
    width: 100px;
    margin-left: 20px;
}

.nav-social>li>form input[type=text],
.nav-social>li>form button[type=submit]{
	border-radius: 5px 0 0 5px;
	background-color: #E7E6EB;
	height: 22px;
	border: 0;
}

.nav-social>li>form{
	padding-top: 8px;
}

.nav-social>li>form label{
	display: none;
}

.nav-social>li>form button[type=submit],
.nav-social>li>form input[type=submit]{
	border-radius:0 5px 5px 0;
	float: right;
	border:0;
}

.main-menu>li>a{
	font-size: 16px;
	color: #18093E;
	text-transform: uppercase;
	padding: 15px 11px;
	font-weight: 500;
}

.main-menu>li:last-child>a{
	padding-right: 0;
}

.top-bar .dropdown-menu .language-chooser li a:hover{
	color: #18093e;
}

.top-bar .dropdown-menu .language-chooser li.active{
	display: none;
}

.main-menu>li>a:hover,
.main-menu>li>a:focus,
.main-menu>li.current-menu-item>a,
.main-menu>li.current-post-ancestor>a,
.main-menu>li.current-menu-parent>a,
.main-menu>li.current-post-parent>a{
	color: #e9262d;
	background: none;
}

.icons-home{
	margin-bottom: 45px;
}

.icons-home a{
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}

.icons-home a:hover{
	text-decoration: none;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
}

.icons-home a:hover img{
	z-index: 3;
}

.icons-home a span{
	display: none;
    line-height: 0;
    color: #FFF;
    position: relative;
    top: -10px;
    font-size: 5px!important;
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center;
}

.icons-home a:hover span{
    display: block;
}

.offers-home{
	margin-bottom: 55px;
}

.offers-home h3{
	font-weight: 700;
	font-size: 35px;
	color: #E91B25;
	margin: 0 0 15px
}

.offers-home h3 a,
.offers-home h4 a{
	color: #E91B25;
}

.offers-home h3 a:hover,
.offers-home h4 a:hover{
	color: #F47F1F;
	text-decoration: none;
}

.offers-home h4{
	font-weight: normal;
	font-size: 26px;
	color: #E91B25;
	margin: 0 0 35px;
}

.offers-home .item,
.brands-home .item,
.news-home .post-img{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}

.offers-home .item img,
.brands-home .item img,
.news-home .post-img img,
.maplink img{
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offers-home .item:hover img,
.offers-brands .item:hover img,
.news-home .post-img:hover img,
.news-home article:hover img,
.maplink:hover img  {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-home{
	background:url(img/fondo-novedades.jpg) no-repeat center top;
	padding: 50px 0;
	background-size: cover
}

.news-home h3{
	font-weight: 700;
	font-size: 35px;
	color: #F47F1F;
	margin: 0 0 15px
}

.news-home h3 a,
.news-home h4 a{
	color: #F47F1F;
}

.news-home h3 a:hover,
.news-home h4 a:hover{
	color: #E91B25;
	text-decoration: none;
}

.news-home h4{
	font-weight: normal;
	font-size: 26px;
	color: #F47F1F;
	margin: 0 0 40px;
}

.news-home article{
	position: relative;
	font-size: 12px;
}

.news-home article .post-description{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(2,170,235,0.8);
	padding: 15px;
	color: #FFF;
}

.news-home article .post-description .title{
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
}

.news-home article .post-description .title:hover{
	text-decoration: none;
	color: #18093E;
}


.news-home .title-mini{
	display: block;
	font-weight: 700;
	color: #18093E;
	margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
}

.news-home .title-mini:hover{
	color: #00AAE8;
	text-decoration: none;
}

.brands-home{
	padding: 50px 0;
}

.brands-home h3{
	font-weight: 700;
	font-size: 35px;
	color: #00ABE9;
	margin: 0 0 30px
}

.brands-home .banner img{
	margin: 0 auto;
}

footer{
	background-color: #18093E;
	color: #FFF;
	padding: 30px 0;
	font-size: 12px;
}

footer h4{
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 20px;
	font-size: 14px;
}

footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li a{
	display: block;
	color: #FFF;
	margin-bottom: 15px;
	font-size: 12px;
}

footer ul li a:hover{
	color: #02AAEB;
	text-decoration: none;
}

footer ul li.social a{
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 5px;
}

footer ul li.social a:hover{
	background-color: #E91C23
}

footer .copy{
	padding-top: 15px;
	font-size: 12px;
}

footer .copy a{
	color: #FFF;
}

footer .copy a:hover{
	color: #FFF;
}

.title-page{
	background-color: #18093E;
	margin: 0 -15px;
	color: #FFF;
	padding: 25px 0;
	font-size: 12px;
}

.title-page h2{
	font-size: 20px;
	text-transform: uppercase;
	margin:0 0 10px;
	padding: 0;
	line-height: 30px;
}

.title-page h2:before{
	content: " ";
	float: left;
	height: 30px;
	width: 20px;
	margin-right: 10px;
	background-color: #E91C23;
}

.fiter-page{
	background-color: #FFF;
	margin: 0 -15px;
	padding:30px 0; 
	margin-bottom: 30px;
}

.filter-pisos,
.filter-alfabet{
	margin: 0;
	padding: 0;
	list-style: none;
}

.filter-pisos li,
.filter-alfabet li{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}

.filter-pisos li a{
	display: block;
	text-align: center;
	padding: 0 35px;
	border-left: 2px solid #141414;
	color: #000;
	font-size: 16px;
}

.filter-pisos li a.active,
.filter-pisos li a:hover,
.filter-alfabet li a:hover,
.filter-alfabet li a.active{
	color: #E91C23!important;
	text-decoration: none;
}

.filter-pisos li a.active{
	font-weight: bold;
}

.filter-pisos li:first-child a{
	padding-left: 0;
	border-left: 0;
}

.filter-alfabet li a{
	display: block;
	border-right: 2px solid #141414;
	padding:0 5px;
	color: #000;
}

.filter-alfabet li:last-child a{
	border-right: 0;
}

select[name=filter-categoria]{
	margin-top: 30px;
	width: 100%;
	height: 55px;
	border:1px solid #8C839E;
	padding:0 25px; 
	font-size: 16px;
	background: url(img/DTM-directorio_r2_c2.jpg) 95% no-repeat; 
}

input[name=filter-name]{
	margin-top: 30px;
	width: 100%;
	height: 55px;
	border:1px solid #8C839E;
	padding:0 25px; 
	font-size: 16px;
}

input,select,textarea{
	-webkit-appearance:none;
}

.item-directorio{
   background-color: #FFF;
   margin-bottom: 30px;
   opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.item-directorio:hover{
	opacity: 1!important;
}

.item-directorio .image{
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-bottom: 6px solid #18093E;
}

.item-directorio .description{
	position: relative;
	padding: 30px 20px 20px;
	text-align: center;
	color: #17083F;
	min-height: 195px;
}

.item-directorio .description strong{
	display: block;
	font-size: 17px; 
	margin-bottom: 10px;
}

.item-directorio .description a{
	display: block;
	margin-top: 10px;
	color: #17083F;
}

.item-directorio .social-btn a{
	display: inline-block;
    margin-right: 10px;
}

.item-directorio .cat-icon-cont{
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	text-align: center;
}

.item-directorio .cat-icon-cont a.cat-icon{
	display: inline-block;
	width: 65px;
	height: 65px;
}

.item-directorio .cat-icon-cont a.cat-icon img{
	width: 100%;
}

.item-directorio .stay{
    background: #bdbdbd;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 10px;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
}

.item-directorio .piso{
	display: block;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	text-transform: uppercase;
}

.item-directorio .piso:hover{
	background-color: #19053A!important;
	text-decoration: none;
}

.hero-image {
	margin: 0 -15px 60px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 17px;
}

.hero-text h2{
	margin: 0;
	font-size: 36px;
	text-transform: uppercase;
}

.about-us-details{
	color: #18093E;
	padding-bottom: 30px;
    color: #18093E;
}

.about-us-details h3,
.contacts-details h3,
.modal-title{
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #18093E
}

.about-us-details h4{
	font-size: 16px;
	border-bottom: 1px solid #1A093F;
	margin:0 0 5px;
	padding: 0 0 10px; 
}

.about-us-contacts h4{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #17083F;
}

.about-us-contacts ul{
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	list-style: none;
}

.about-us-contacts ul li{
	margin: 0 0 10px;
	font-size: 14px;
}

.about-us-contacts ul li strong{
	display: block;
}

.about-us-map{
	margin: 0 -15px 30px;
}

.about-us-map iframe{
	width: 100%;
}

.ofertas_container{
	padding-top: 30px;
	padding-bottom: 30px;
}

.ofertas_container .grid-item {
	margin-bottom: 30px;
}

.modal-content{
	border-radius: 0!important;
}

.contacts-details form{
	margin-bottom: 30px;
}
.modal-dialog form input,
.contacts-details form input,
.contacts-details form textarea,
.modal-dialog form textarea{
	background-color: #18093E;
	height: 50px;
	border:0;
	border-radius: 0;
	color: #FFF;
}

.modal-dialog form label,
.contacts-details form label{
    position: absolute;
    z-index: 2;
    color: #FFF;
    font-weight: 300;
    font-size: 12px;
    left: 28px;
    top: 2px;
}

div.wpcf7 input[type="file"]{
	padding-top: 22px;
}

.modal-dialog form textarea,
.contacts-details form textarea{
	height: auto;
}

.contacts-details form .form-group,
.modal-dialog form .form-group{
	margin-bottom: 30px;
}

.contacts-details form input[type=submit],
.modal-dialog form input[type=submit]{
	height: 75px;
	width: 150px;
	text-align: center;
	font-size: 18px;
}

.contacts-details ::-webkit-input-placeholder,
.modal-dialog ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.contacts-details :-moz-placeholder,
.modal-dialog :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.contacts-details ::-moz-placeholder,
.modal-dialog ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.contacts-details :-ms-input-placeholder,
.modal-dialog :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.contacts-details ::-ms-input-placeholder,
.modal-dialog ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    top: -30px;
}

.owl-carousel{
	margin-bottom: 30px;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
}

.owl-carousel .owl-dot:hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
	color: #e9262d;
}

.top-bar .dropdown-menu{
    background: #29b8ee;
    color: #FFF;
    padding: 20px;
    width: 280px;
    border: 0;
}

.top-bar .dropdown-menu h4{
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 700;
}

.top-bar .dropdown-menu span{
	display: block;
	margin-bottom: 5px;
	text-align: right;
}

.top-bar .dropdown-menu span b{
	float: left;
}

.top-bar .dropdown-menu a{
	color: #FFF;
}

.g-recaptcha{
	margin-right: 30px;
}

.top-bar .dropdown-menu.lang{
    padding: 15px;
    width: 113px;
    min-width: 60px;
}

.top-bar .dropdown-menu.lang .qtranxs_flag_and_text {
    padding-left: 25px!important;
    font-size: 13px!important;
}

.top-bar .dropdown-menu .language-chooser{
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-bar .dropdown-menu .language-chooser span{
	display: inline-block;
}

/* BLOG */

/* Photo */
.tribe-events-photo-grid-sizer {
  width: 33.33%;
}
.tribe-events-photo-gutter-sizer {
  width: 0;
}
.tribe-events-photo #tribe-events-photo-events {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.tribe-events-photo #tribe-events-photo-events.isotope {
  opacity: 0;
}
.tribe-events-photo #tribe-events-photo-events.photo-hidden {
  opacity: 0;
}
.tribe-events-photo #tribe-events-photo-events.photo-two-col .tribe-events-photo-event {
  width: 50%;
}
.tribe-events-photo #tribe-events-photo-events .isotope-item {
  -webkit-transition-property: 0.2s ease-in;
  -moz-transition-property: 0.2s ease-in;
  -ms-transition-property: 0.2s ease-in;
  -o-transition-property: 0.2s ease-in;
  transition-property: 0.2s ease-in;
}
.tribe-events-photo .tribe-events-user-recurrence-toggle {
  visibility: hidden;
  display: none;
}
.tribe-events-photo .tribe-events-page-title {
  display: block;
  margin: 0;
  padding: 0 0 35px;
  position: relative;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.tribe-events-photo .tribe-events-photo-event {
  padding-top:15px;
  padding-bottom: 15px;
}
.tribe-events-photo .tribe-events-photo-event-wrap {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.tribe-events-photo .tribe-events-event-image {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 65.5%;
  position: relative;
  overflow: hidden;
}
.tribe-events-photo .tribe-events-event-image img {
  width: auto;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tribe-events-photo .tribe-events-event-details {
  padding: 15px 20px 25px;
  position: relative;
}

.tribe-events-photo .tribe-events-event-details span{
	display: block;
	font-size: 11px;
	margin-top: 10px;
	color: #a9a9a9;
}

.tribe-events-photo .tribe-events-list-event-title {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}

.tribe-events-photo .tribe-events-list-event-title a{
	color:#e91b24;
}

.tribe-events-photo .tribe-events-list-event-title a:hover{
	color:#18093E;
	text-decoration: none;
}

.tribe-events-photo .tribe-events-event-meta {
  margin: 0;
  padding: 0;
  position: relative;
}
.tribe-events-photo .time-details {
  position: relative;
}
.tribe-events-photo .tribe-events-list-photo-description {
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
}
.tribe-events-photo .tribe-events-list-photo-description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alquile{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 130px;
    padding-top: 240px;
}

.alquile img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.alquile span{
	display: block;
	margin: 10px auto 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
    background: #18093e;
    border-radius: 100%;
    border: 1px solid #2f1473;
}

.alquile:hover span{
	background-color: #06acea;
}

.maplink{
    display: block;
    position: relative;
    min-height: 360px;
    line-height: 360px;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}

.maplink span{
    position: relative;
    z-index: 2;
    font-size: 32px;
}

.maplink img{
    position: absolute;
    z-index: 1;
}

.maplink:hover,
.maplink:focus{
	text-decoration: none;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.hide-banner{
    position: absolute;
    top: -80px;
    z-index: 99;
    color: red;
    font-size: 15px;
    right: 5px;
    width: 22px;
    height: 22px;
    display: block;
    border: 2px solid red;
    border-radius: 100%;
    line-height: 8px;
    text-align: center;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  left: 150px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(img/cd-top-arrow.svg) red no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 100%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover,
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}

@media (max-width: 767px){
	.g-recaptcha{
		margin-bottom: 20px;
	}
	.affix + .container-fluid {
	  padding-top: 121px;
	}
	.top-bar .dropdown-menu.lang{
		position: absolute;
		background: #29b8ee;
	}

	.nav-social li{
		display: inline-block;
	}
	.nav-social>li>a{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.navbar-collapse{
	    position: absolute;
	    z-index: 2;
	    background: #FFF;
	    right: 0;
        width: 200px;
        border: 1px solid #F8C08F;
	    border-top: 0;
	    padding-top: 0;
	    margin-top: 7px;
	}
	.affix + .container-fluid {
	  padding-top: 128px;
	}
	.top-bar .navbar-nav{
		float: right;
	}

	.top-bar .navbar-nav>li>a{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0;
	}
	
	.navbar-toggle{
	    background-color: #ffffff;
	    border-radius: 0;
	    padding: 0;
	    margin-top: 15px;
	    margin-right: 35px;
	}

	.navbar-toggle .icon-bar{
		width: 35px;
	    background-color: #18093E;
	    height: 5px;
	    border-radius: 3px;
	    margin-bottom: 5px;
	}

	.affix .navbar-toggle{
		margin-top: 15px;
	}

	.top-bar .navbar-nav>li{
		float: left;
	}

	.navbar-brand{
		padding: 10px;
		width: 220px;
	}

	footer h4{
		display: none;
	}

	footer ul li{
		text-align: center; 
	}

	.icons-home a span{
	    font-size: 10px!important;
    	top: -22px;
	}

	.news-home .date{
		display: block;
		margin-bottom: 30px;
	}

	.brands-home{
		padding-bottom: 0;
	}

	.alquile {
	    width: 80px;
	    padding-top: 150px;
	}

	.alquile img{
		width: 100%;hea
	}
}

@media (min-width: 768px){
	.navbar-brand{
        width: 300px;
	    padding: 30px 0 0;
	    position: absolute;
	    left: 25px;
	    top: 0;
	}

	.main-menu>li>a{
		font-size: 14px;
    	padding: 15px 7px;
	}

	.icons-home a span{
	    font-size: 10px!important;
    	top: -22px;
	}
}

@media (min-width: 992px){
	.navbar-brand{
	    width: 350px;
    	padding: 30px 0;
	}
	.icons-home a span{
	    font-size: 10px!important;
    	top: -22px;
	}

	.col-md-1 {
	    width: 8.98%;
	}

}

@media (min-width: 1200px){
	.navbar-brand{
	    width: 350px;
    	padding: 30px 0;
	}
	.container {
	    width: 1170px;
	}

	.main-menu>li>a {
	    font-size: 16px;
	    padding: 15px 25px;
	}

	.icons-home a span{
	    top: -10px;
    	font-size: 8px!important;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}