.special-content {
	background-color: #f6f6f6;
	border-top: solid 1px #ddd;
	padding-top: 30px;
}

#ui-datepicker-div {
	display: none;
}

/* Advice Box */
.advice-box {
	margin-top: 21px;
}

/* =============================================================================
   Rotate
   ========================================================================== */
.rotate {
	clear: both;
	margin: 5px 0 20px;
	position: relative;
}
.rotate img {
	height: 400px;
	width: 635px;
}
.rotate .credit {
	color: #666;
	font-size: 12px;
	height: 15px;
	line-height: 1;
	margin: 0;
	text-align: right;
}
.rotate .container {
	height: 415px;
	overflow: hidden;
	position: relative;
	width: 635px;
}
.rotate .list {
	display: block;
	position: absolute;
}
.rotate .list .block {
	display: inline;
	float: left;
	height: 415px;
	position: relative;
	width: 635px;
}
.rotate .image-caption {
	background: rgba(255,255,255,0.90);
	bottom: 0;
	left: 0;
	height: 42px;
	padding: 8px 10px 10px;
	position: absolute;
	width: 490px;
}
.rotate .image-caption a {
	color: #555;
}
.rotate .image-caption a:hover {
	color: #000;
}
.rotate .image-caption .content {
	position: relative;
	z-index: 3;
}
.rotate .image-caption p {
	margin: 0;
	font-size: 14px;
}
.rotate .image-caption .theme {
	font-family: 'OpenSansBold', sans-serif;
	font-weight: 700;
	margin-right: 6px;
}
.rotate .rotate-control {
	background: rgba(242,202,16,0.40);
	bottom: 0;
	position: absolute;
	right: 0;
	width: 124px;
}
.rotate .rotate-control .control-btns {
	height: 30px;
	margin: 15px 7px;
}

/* =============================================================================
   Slider Services
   ========================================================================== */
.slider-services {
	margin-bottom: 20px;
	position: relative;
	height: 226px;
	overflow: hidden;
	width: 100%;
}
.slider-services .list {
	display: block;
	margin-top: 20px;
	left: 0;
	position: absolute;
}
.slider-services .list .block {
	display: inline;
	float: left;
	width: 300px;
}
.slider-services p {
	color: #666;
	font-size: 13px;
	line-height: 1.2;
	margin: 5px;
}
.slider-services .block a:hover p {
	color: #000;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-ms-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
.slider-services .block a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.slider-services .view-more {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
}
.slider-services img {
	float: left;
	margin-right: 15px;
	max-height: 150px;
	max-width: 165px;
}
.slider-services .control-slider {
	right: 0;
	position: absolute;
	top: 8px;
}
/* =============================================================================
   Special
   ========================================================================== */
.special  {
	clear: both;
	margin-bottom: 20px;
}
.special .special-item {
	display: inline;
	float: left;
	height: 150px;
	list-style: none;
	margin-left: 11px;
	position: relative;
	width: 150px;
}
.special .special-item h2 {
	font-size: 14px;
	font-family: 'OpenSans', sans-serif;
	font-weight: 400;
	margin-top: 10px;
}
.special .special-item a:hover h2 {
	font-family: 'OpenSansBold', sans-serif;
	font-weight: 700;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.special .special-item a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.special .special-item:first-child {
	margin-left: 0;
}
.special .special-list {
	padding-top: 20px;
}
.special .special-item a {
	display: block;
}
.special .special-item.last {
	margin-right: 0;
}
.special .special-item img {
	height: 150px;
	width: 150px;
}
.special-title {
	font-size: 14px;
	margin-top: 10px;
}

/* =============================================================================
   Buttons, Controllers
   ========================================================================== */

/* Slider Control Services */
.slider-services .slider-control {
   position: absolute;
   right: 10px;
   top: 0;
}

/* =============================================================================
   Internet Explorer Assets
   ========================================================================== */

html.lt-ie9 .rotate .image-caption {
	background: url( 'http://f.i.uol.com.br/folhapress/furniture/1.1/images/bg-image_caption-1x60.png?20140310' ) repeat;
}
html.lt-ie9 .rotate .rotate-control {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66f2ca10, endColorstr=#66f2ca10);
}
html.lt-ie8 #tutor {
	padding-top: 40px;
}