/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */

.navbar-logo img {
      background: #000;
    border-radius: 10px;
}

/*!
 * Mobil Slider
 */
@media (max-width: 767px) {
    .cid-ry6drk2Fr4 .mbr-slider .carousel-control {
        display: none;
    }
}
/*!
 * Mobil Slider
 */


/*!
 * InstagramCall
 */
.InstagramCall {
    background-color: #e91e63 !important;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999999;
    bottom: 85px;
    left: 20px;
    text-align: center;
    border-radius: 100px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.InstagramCall .fa {
	font-size: 30px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    margin-left: 4px;
}
/*!
 * InstagramCall
 */

.h2, h2 {
    font-size: 1.2rem;
}

.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 10px;
}

.InformationRentalDetail {
  background-color: #f44337;
    color: #fff; 
}
.EndAddressDetail {
  background-color: #f44337;
    color: #fff; 
}
.StarAddressDetail {
  background-color: #f44337;
    color: #fff; 
}

.current_price {
  display:none
}
.details-price {
    display:none
}

.cid-rxVuiMJXcQ .navbar.navbar-short {
    border-bottom: solid 4px #e91f62;
}
.blog-detail-page-text a {
	    color: #149dcc;
	text-decoration: underline;
}

/*! whatsapp button */
    .socicon-whatsapp:before {
        content: none;
    }

	.WhatsApp{
        align-self: flex-end;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        
    right: 20px!important;
    left: auto;
    width: 183px;
	height: 60px;
    background-image: url(https://www.3crental.com/uploads/whatsapp.png);
    background-color: transparent;
    }

    .WhatsApp {
        animation-name: WhatsApp;
        animation-timing-function: ease;
    }

    @keyframes WhatsApp {
        0%   { transform: translateY(0); }
        30%  { transform: translateY(-100px); }
        50%  { transform: translateY(0); }
        100% { transform: translateY(0); }
    }

/*! whatsapp button */

/*! phone button */
.PhoneCall {
    bottom: 20px;
}
/*! phone button */



#slider-img-zep {
  -webkit-animation: kenburns-top 30s ease-out both;
	        animation: kenburns-top 30s ease-out both;
}

#slider-text-zep {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s  both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s  both;
}


/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}