@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}



.bkgGrey {background-color:#dedede;}

.fullWidthHeight {
	position:relative;
	background-color:#D71E21;
	width:100%;
	height:100%;
}

.wrapExteriorInterior{
	margin-top:50px;
	margin-bottom:50px;
	position:relative;
}
	
	
.col-930{
	width:930px;
	margin:auto;
	position:relative;
	background-color:#FF00D2;
}

.col,
.photo {
    position: relative;
    float: left;
    width: 100%;
    /*height: 100%;*/
    /*overflow: hidden;*/
	
	box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
	
	border-top:#fff solid 10px;
	border-bottom:#fff solid 10px;
	
}


.col-maxHeight{ max-height:550px;}
.img-maxHeight{ max-height:550px;overflow: hidden;}

.col:nth-child(odd) {
	border-right:#fff solid 5px;
        border-left: #fff solid 10px;
}
.col:nth-child(even) {
	border-left:#fff solid 5px;
        border-right: #fff solid 10px;
}

.borderleftRight{
	border-left:#fff solid 10px;
	border-right:#fff solid 10px;
}

.col.n-2 {
    width: 50%;
	background-color:#BAF2FF;
	/*height: 50% !important;*/
	
}



.col img {width:100%;height:auto;/*100%;*/}

.col.n-2,
.col.n-2 .itemImg {background-position:top center!important;}



.label {
	position:absolute;
	height:35px;
	background-color: rgba(126,205,7,1.00);
	display:table; 
	vertical-align:middle;
}

.label .labelText {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	/*padding:5px 10px;*/
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	
	
}


.exterior.label{
	top:-45px;
	left:-10px;
	
	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.interior.label{
	bottom:-45px;
	right:-10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}


.glass {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  
  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  
  /* hide the glass by default */
  display: none;
}

/*
.exterior_bottom.label{
	top:630px;
	right:0px;
	
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
}
*/


.yellowGradient{
	background: #eec012; /* Old browsers */
	background: -moz-linear-gradient(top,  #eec012 0%, #e4a10c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eec012), color-stop(100%,#e4a10c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eec012 0%,#e4a10c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eec012 0%,#e4a10c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eec012 0%,#e4a10c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eec012 0%,#e4a10c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec012', endColorstr='#e4a10c',GradientType=0 ); /* IE6-9 */	
	
}



.btn-small {

  font-size: 12px;
  margin-bottom: 10px;
  display: table-cell;
  vertical-align:middle;
  text-align: center;
  padding: 6px 12px;
  line-height: 18px;
  text-shadow:0px 1px 1px rgba(0,0,0,0.5);
  cursor: pointer;
   
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

 -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
		    
}

.btn-block {
  display: block;
  width: 100%;

  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
	text-decoration:none !important;
	color:#ffffff !important;
}

a:hover {
	 color:#665012 !important;
	 text-shadow: 0px 1px 1px rgba(255,255,255,0.5) !important;
}

span.roll {
	background:url(lupa.png) center center no-repeat #FFF;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}


a.caixa {
	text-decoration:none !important;
	color:#000 !important;
}

a.caixa:hover {
	 color:#665012 !important;
	 text-shadow: 0px 1px 1px rgba(255,255,255,0.5) !important;
}