.bigImage .responsive-img { width:100%; height:auto;}

/* SETUP CARROUSSEL*/
#owl-demo .item, #owl-demo2 .item {
    background: #665256;
    padding: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-left: 0px;
    margin-right: 1px;
	min-height:90px;
}
 

.day {
    color: white;
    padding: 7px 4px;
    text-align: center;
    background-color: rgba(21, 17, 2, 0.23);
    font-size: 12px;
}
.price {
    font-size: 14px;
    color: white;
    text-align: center;
	padding-top:14px;
}




.tarifaWeekend {
    background-color: #036 !important;
}

.tarifaPeriodo {
	
	background-color: red !important;
}




/* DESCRIÇÃO DOS PACOTES */
.descricaoPacote {
	padding: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    color: #716d6d;
    font-size: 13px;
    max-height: 140px;

}


.legend { font-style:italic; font-size:10px;}



/* INFORMAÇÕES LEFT*/


.Name {
    font-size: 16px;
    COLOR: #722d2d;
    PADDING: 6px;
}

/*
.Price {
    
    font-size: 17px;
    COLOR: #722d2d;
    PADDING: 6px;
}

*/
.Desc {
    font-size: 14px;
    PADDING: 6px;
}



.ass-motor {
    position:relative;
    bottom: -8px;
    padding: 0px 10px 4px 10px;
    left: 14px;
    background-color:#edebe9;
	text-align:center;
	max-width:220px;
}



/* CONFIG STEPS */
.stepsNow {	
	width:100%;
	margin:0 auto;
	text-align:center;
	clear:both;
	margin-bottom:30px;
	margin-left: -10px;
}

.stepsNow li {
	display:inline;
	padding-right:42%;
	background-image:url(img/progressbar.png);
	background-repeat:repeat-x;
	background-position:center;
	margin-left:-5px;

}
.stepsNow li:last-child {
	padding-right:0px;
}
.stepsNow li span {
	/*
	color: #fff;
	font-size:20px;
	font-weight:bold;

	padding:6px;
	border:3px solid #999;
	background-color: #999;

	
	-moz-border-radius: 100px ;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	*/	
}

.stepsNow li span img {
	width: 38px;
    border: 2px solid #fcf7f1;
    margin: -10px;
    position: absolute;

	-webkit-box-shadow: 0px 1px 4px 0px #999;
	-moz-box-shadow: 0px 1px 4px 0px #999;
	box-shadow: 0px 1px 4px 0px #999;
}

.bed {  background-image: url(icons/bed.png);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	}
	
.user{  background-image: url(icons/user.png);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	}	
	
.card {  background-image: url(icons/credit-card.png);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	}

.stepsNow li .now {
	border:3px solid #aaaaaa;
	/*color: #999;
	border:3px solid #999;
	background-color:#fff;
	*/
}
.stepsNow li .nowLast {
	color: #fff;
	border: 3px solid #f9f9f9;
    background-color: #12bd64;
}


.mydivs {
	
}
.mydivs>div {

}

.wrapperSteps {
	min-height:470px;
	 
	 
}

.wrapperSteps > .steps {
width:100%;
position:relative;

}
.rounded {
  /* O CSS 3 */
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rnd {
  /* O CSS 3 */
  -moz-border-radius: 100px ;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.shadow {
	-webkit-box-shadow: 0px 1px 4px 0px #999;
	-moz-box-shadow: 0px 1px 4px 0px #999;
	box-shadow: 0px 1px 4px 0px #999;
}
.inShadow {
	-webkit-box-shadow: 0px 1px 4px 0px #999 inset;
	-moz-box-shadow: 0px 1px 4px 0px #999 inset;
	box-shadow: 0px 1px 4px 0px #999 inset;
}
