
.fifty-percent {
     width: 50%;
}

.forty-percent {
     width: 40%;
}

.sixty-percent {
     width: 60%;
}

.phone-block .carousel-inner{
	width:70px !important;
	height:70px !important;
	margin:10px;
}
.phone-block .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.phone-block .carousel-fade .carousel-inner .item,
.phone-block .carousel-fade .carousel-inner .active.left,
.phone-block .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.phone-block .carousel-fade .carousel-inner .active,
.phone-block .carousel-fade .carousel-inner .next.left,
.phone-block .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.phone-block .carousel-fade .carousel-inner .next,
.phone-block .carousel-fade .carousel-inner .prev,
.phone-block .carousel-fade .carousel-inner .active.left,
.phone-block .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.phone-block .carousel-fade .carousel-control {
  z-index: 2;
}
.phone-block .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
/*    background-color: #000\9;*/
    background-color: rgba(0,0,0,0);
    border: 1px solid #716868;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.phone-block .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #716868;
}
.phone-block .mobile-indicators{
    bottom: 15%;
}
.carousel-control.left,
.carousel-control.right{
    background: none !important;
}
.phone-block .carousel-control .colorArrow{
    color:#716868;
}
.phone-block .carousel,
.phone-block .carousel-inner,
.phone-block .carousel-inner .item {
  height: 100%;
}
.fontMobile{
    color:#716868;
}
.phone-block .carousel-caption{
    /*position: absolute;*/
    z-index: 3000;
    width:70px;
    left: 0;
    padding:0px;
}
.dynac-caption{
    position: absolute;
    top:0;
    width:100%;
}

.carousel-caption .top-block-img{
    height: 25%;
    background-color: rgba(113, 104, 104, 0.1);
}
.carousel-caption .middle-block-img{
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: 10%;
}
.phone-block .footer-mobile{
    position:absolute;
    bottom:0px;
    border-top: 2px solid #716868;
    width: 100%;
    height: 9%;
    padding-top: 3%;
}
.item:nth-child(1) {
  background: #FFF;  
}
.item:nth-child(2) {
  background: #FFF;
}
.item:nth-child(3) {
  background: #FFF;
}


.dynac-caption2{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
}
.carousel-caption .top-block-img{
    height: 25%;
    background-color: rgba(113, 104, 104, 0.1);
}
.top-block{
    height: 25%;
    background-color: rgba(113, 104, 104, 0.1);
}
.carousel-caption .middle-block-img{
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: 10%;
}
.middle-block{
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: 5%;
}
.phone-block .footer-mobile{
    position:absolute;
    bottom:0px;
    border-top: 2px solid #716868;
    width: 100%;
    height: 9%;
    padding-top: 3%;
}
.phone-block .footer-mobile-clean{
    position:absolute;
    bottom:0px;
    width: 100%;
    height: 9%;
    padding-top: 3%;
}
.item:nth-child(1) {
  background: #FFF;  
}
.item:nth-child(2) {
  background: #FFF;
}
.item:nth-child(3) {
  background: #FFF;
}
.btn-mobile{
    color:#fff; 
    background-color:rgba(113, 104, 104, 0.7);
}
.phone-block .footer-mobile-clean > button {
    height:100%;
}
.input-phone{
    border:1px solid rgba(113, 104, 104, 0.7); 
    text-align:left;
}

.orThing{
    text-align:center;
    width:100%;
}
.orThing .izq{
    width:40%; 
    float:left; 
    margin-right:8%;
}
.orThing .der{
    width:40%; 
    float:right;
}
.orThing .mid{
    float:left;
}
.textAtMiddle{
    text-align:center;
}
.mh2{
    margin-bottom:20px;
}
.font-m-label{
	font-size: 15px;
}
.font-m-text{
	font-size: 12px;
}

#owl-mobile .item img{
    display: block;
    width: 100%;
    height: auto;
}
.gridImgActivity.tripSearch{
	overflow-y:hidden;
	overflow-x:hidden;
	width:0px;
	height:0px;
	/*width: 5px;
	height:5px;*/
}
.gridImgActivity + div{
	overflow-y:hidden;
	overflow-x:hidden;
	width:100px;
	height:100px;
}
.gridImgActivity + div > .item{
	margin: 0 auto;
	text-align:center;
	float: left;
    width: 100%;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important; 
    opacity:0;
}
.gridImgActivity + div > .item img{
	height: 100px;
    position: absolute;
    width: 100px;
    left:52%;
}
.gridImgActivity + div > .item.active{
	opacity:1;
}
.gridImgActivity{
	overflow-y:hidden;
	overflow-x:hidden;
	width: 100px;
	height:100px;
}
.gridImgActivity > .item{
	margin: 0 auto;
	text-align:center;
	float: left;
    width: 100%;
    /*-webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important; 
    opacity:0;*/
}
.gridImgActivity > .item img{
	position: absolute;
    width: 50px;
    left: 20px;
/*
 *  top: 70px;
 */   
    
}
.gridImgActivity > .item.active{
	opacity:1;
}

.tiny-popup {
    position: fixed;
    z-index: 5000;
    top: 10px;
    left: 2.6%;
    width: 95%;
    height: 40px;
    background-color: #8f8f8f;
    border-radius: 5px;
    display: none;
}

.tiny-popup-text {
    font-size: 14pt;
    font-family: sans-serif;
    position: initial;
    margin-top: 7px;
    color: white;
    text-align: center;
    text-shadow: none;
}