@import url(http://fonts.googleapis.com/css?family=Abel);

/* RESET */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, q,strong, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

aside,figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

a {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

input, select, textarea {
	font-family: 'Abel', sans-serif;
		
	border-radius: 2px;
	
	outline: none;
	
	
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

[required]{
    box-shadow: none;
}

/* PRESETS */

.t02 {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.button {
	
	float: left;
	
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	background:#091168;
	/*background: -moz-linear-gradient(top, #0000B9  0%, #091168  100%);
	
	background:  -webkit-linear-gradient(top, #0000B9  0%,#091168  100%);
	background:  -o-linear-gradient(top, #0000B9  0%,#091168  100%);
	background:  -ms-linear-gradient(top, #0000B9  0%,#091168  100%);
	background:  linear-gradient(to bottom, #0000B9  0%,#091168  100%);	*/	
	color: #FFF;		
	border: none;
	border-radius: 0px;
	cursor: pointer;		
	border-radius:20px;	
}

.button:hover {	

	background: #FF8600;
/*background: -moz-linear-gradient(top,  #0000FC  0%, #0815A3  100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0000FC ), color-stop(100%,#0815A3 ));
background: -webkit-linear-gradient(top,  #0000FC  0%,#0815A3  100%);
background: -o-linear-gradient(top, #0000FC  0%,#0815A3  100%);
background: -ms-linear-gradient(top,  #0000FC  0%,#0815A3  100%);
background: linear-gradient(to bottom,  #0000FC  0%,#0815A3  100%);*/
	color: #FFF;
}

.button.wait, .button.wait:hover {	
	background: #EEE url(../img/loader/input-wait.GIF) no-repeat 10px 10px;
	
	color: #003f93;
	
	cursor: default;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.sd {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


input[type=text]:focus, textarea:focus {
	border: 1px solid rgba(0, 63, 147, .3) !important;	
}

select:focus {
	box-shadow: 0 0 0 1px rgba(0, 63, 147, .3) !important;	
}

#bkg {
	position: fixed;
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background: rgba(0, 0, 0, 0.7);
		
	z-index: 999999;
	display: none;
}

/* CONTENT */

html {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #000;
	
	background: #FFF url(../img/bkg/bkg.png);
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
	body {
		min-width: 1024px;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){
	body {
		min-width: 980px;
	}
}


@-webkit-keyframes telefonetrim {
	0% {-webkit-transform: rotate(0deg);}
	15% {-webkit-transform: scale(1.1);}
	30% {-webkit-transform: rotate(-5deg);}
	45% {-webkit-transform: rotate(5deg);}
	60% {-webkit-transform: rotate(-5deg);}
	75% {-webkit-transform: rotate(5deg);}
	100% {-webkit-transform: scale(1);}
}

@keyframes telefonetrim {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	15% {
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	30% {
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	45% {
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	60% {
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	75% {
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

#contato-topo {
	position: relative;
	float: left;
	
	width: 100%;
	height: 40px;
	
	background:#333;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	
	z-index: 100;
	border-bottom: 2px solid #FFCC00;
}

#contato-topo .case {	
	width: 980px;
	height: 40px;
	
	margin: 0 auto;
	padding: 0 10px;
	
	font-family: 'Abel', sans-serif;
}

#subMenu .case .info .tel {
	position: relative;
	float: left;
	width:225px;
	height: 70px;
	
	font-size: 15px;
	color: #FFF;		
}
#subMenu .case .info .tel .numero {
		color: #091168;
		float: left;
		margin-top: 5px;
		font-size: 20px;
	}
#subMenu .case .info .tel .trim {
	position: absolute;
	
	top: 18px;
	left: 32px;
	
	width: 18px;
	height: 18px;
	
	background: url(../img/icons/phone/telefone-trim.png) no-repeat;
}

#subMenu .case .info .tel .icon {
	float: left;
	
	width: 45px;
	height: 40px;
	
	background: url(../img/icons/phone/telefone.png) no-repeat center;
	
	margin: 15px 10px 0 10px;
	
	-webkit-animation: telefonetrim 2s ease infinite;
	-moz-animation: telefonetrim 2s ease infinite;
	-o-animation: telefonetrim 2s ease infinite;
	-ms-animation: telefonetrim 2s ease infinite;
	animation: telefonetrim 2s ease infinite;
}

#contato-topo .case a.atendimento {
	position: relative;
	float: right;
	
	height: 40px;
	
	line-height: 40px;
	
	font-size: 18px;
	color: #FFF;
	
	text-shadow: 0 0 1px #FFF;
}

#contato-topo .case a.atendimento .icon {
	float: left;
	
	width: 30px;
	height: 40px;
	
	background: url(../img/icons/atendimento.png) no-repeat center;
	
	margin-right: 10px;
}
#subMenu {
	position: relative;
	float: left;
	width: 100%;
	height: 75px;
	}
#subMenu .case{
		width: 970px;
		margin: 0 auto;
		padding: 0 0px;
	}
#subMenu .case .info{		
		width:730px;		
		float:right;
		height:70px;
		margin-top: 25px;
	}
nav#menu {
	position: relative;
	float: left;
	
	width: 100%;
	height: 75px;	
	background: #091168;
	background: -moz-linear-gradient(top,  #0000B9 0%, #091168  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0000B9 ), color-stop(100%,#091168 ));
	background: -webkit-linear-gradient(top,  #0000B9  0%,#091168   100%);
	background: -o-linear-gradient(top,  #0000B9  0%,#091168  100%);
	background: -ms-linear-gradient(top,  #0000B9  0%,#091168   100%);
	background: linear-gradient(to bottom,  #0000B9  0%,#091168  100%);
	
	border-bottom: 1px solid #DDD;
	
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	
	z-index: 400;	
}
nav#menu .case .logo > div{		
		float: left;
		
		width: 250px;
		height: 190px;		
		background: #FFF url(../img/logo/logo-nova.png);
		background: url(../img/logo/logo-nova.png), -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
		background: url(../img/logo/logo-nova.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
		background: url(../img/logo/logo-nova.png), -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
		background: url(../img/logo/logo-nova.png), -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
		background: url(../img/logo/logo-nova.png), -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
		background: url(../img/logo/logo-nova.png), linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
		background-repeat: no-repeat;
		background-position: center;
		
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		
		border: 1px solid #eee;
		border: 1px solid rgba(0, 0, 0, 0.15);
		
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		
		margin-top: -10px;
	}

nav#menu .case ul{
		/* width: 679px; */
		/* float: right; */
		float: left;
		margin-left: 35px;
	}
nav#menu .case {
	width: 983px;
	
	margin: 0 auto;
}
nav#menu ul li a{
		-webkit-transform:skewX(45deg);
		-moz-transform:skewX(45deg);
		-ms-transform:skewX(45deg);
		-o-transform:skewX(45deg);
		transform:skewX(45deg);
	}
nav#menu ul li {
	position: relative;
	float: left;		
	display: inline;
	overflow:hidden;
	-webkit-transform:skewX(-45deg);
	-moz-transform:skewX(-45deg);
	-ms-transform:skewX(-45deg);
	-o-transform:skewX(-45deg);
	transform:skewX(-45deg);
}
nav#menu ul li:hover:after{
	top:0%;	
}

nav#menu ul li:after{
		-webkit-transition:all .3s ease;
		-moz-transition:all .3s ease;
		-ms-transition:all .3s ease;
		-o-transition:all .3s ease;
		transition:all .3s ease;
		background: #FF8600;
		
		border-radius:5px 0 5px 0;
		
		content: '';
		top: 100%;
		width: 100%;
		height: 100%;
		position: absolute;		
		left: 0;
		z-index:-1;
	}
nav#menu ul li ul {
	position: absolute;
	
	top: 50px;
	left: 0;
	
	width: 100%;
	
	background: #003f93;
	
	text-align: center;
	
	display: none;
}

nav#menu ul li ul a {
	float: left;
	
	width: 100%;
	
	padding: 10px 0;
	
	font-size: 14px;
	color: #FFF;
	
}

nav#menu ul li ul a:hover {
	background: #888;
	
	border-bottom: 0;
}

nav#menu ul li:hover ul {	
	display: inline;
}

nav#menu ul:hover a.active {	
	border-bottom: none;
}

nav#menu ul li a {
	position: relative;
	float: left;
	
	padding: 30px 14px;
	
	font-size: 12.7px;
	color: #FFF;
	
	display: inline-block;
}


header {
	position: relative;
	float: left;
	
	width: 100%;
	height: 165px;
	background: url(../img/nespoli_topo.png) no-repeat center;	
}

header .case {
	
	position: relative;
	
	width: 345px;
	height: 100px;
	
	margin: 0 auto;
	padding: 0 10px;
	float:left;
}

header .case a.logo {
	float: left;

	width: 300px;
	height: 100px;
	
	background: url(../img/logo/logo.png) no-repeat center 10px;
	background-size: 90% auto;
}

#subMenu .case .info .itens {

	float: right;
	
	width: 485px;
	
}

#subMenu .case .info .search-box {
	position: relative;
	float: left;
	
	width: 345px;
	height: 50px;
	/* margin:10px; */
	

}

#subMenu .case .info .search-box input[name=search]{
	float: left;
	width: 235px;
	padding: 10px 40px 10px 5px;
	font-size: 17px;
	color: #091168;
	margin-top: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding-left: 12px;
}

#subMenu .case .info .search-box  input[type=submit]{
	
	position: absolute;
	
	top: 8px;
	right: 60px;
	
	width: 38px;
	height: 38px;
	
	background: url(../img/icons/search.png) no-repeat center;
		
	border: none;
	border-left: 1px solid #EEE;
	
	cursor: pointer;
	
	display: block;
}

header .case .itens .box {
	float: left;
	
	width: 160px;
	height: 50px;
	
	margin-top: 13px;
}

header .case .itens .box .icon {
	float: left;
	
	width: 50px;
	height: 50px;
	
	margin-right: 10px;
}

header .case .itens .box.facebook .icon {	
	background: url(../img/icons/social/sprite.png) 0 -50px;
}

header .case .itens .box.facebook:hover .icon {
	background: #FF8600 url(../img/icons/social/sprite.png) 0 -100px;
}

header .case .itens .box.youtube .icon {	
	background: #FF8600 url(../img/icons/social/sprite.png) no-repeat -50px 0;
}

header .case .itens .box.youtube:hover .icon {
	background: url(../img/icons/social/sprite.png) no-repeat -50px -50px;
}

header .case .itens .box.youtube:hover .text {
	color: #fe3432;
}

header .case .itens .box .text {
	float: left;
	
	width: 100px;
	height: 50px;
	
	font-size: 16px;
	color: #003f93;
}

.container-search-social-media{
	display: flex;
	justify-content: center;
	align-items: flex-start;

	flex-direction: column;
}

.container-social-media{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	align-items: center;
}

#wrapper {
	position: relative;
	float: left;
	
	width: 100%;
	
	margin: 0 auto;
	padding-top: 50px;
}

#wrapper .case {
	width: 980px;
	
	margin: 0 auto;
		
}

#wrapper #painel {
	position: relative;
	float: left;
	
	width: 950px;
	height: 350px;
	
	margin: 5px 0 20px 0;
}

#wrapper #painel:before, #painel:after {
	content: '';
	
	position: absolute; 
  
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	
	max-width: 300px;
	
	background: #777;
	
	box-shadow: 0 15px 10px #777;
	
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
  
  	z-index: -1;
}

#wrapper #painel:after {
  right: 10px;
  left: auto;
  
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

#wrapper #painel .painel-case {
	float: left;
	
	width: 950px;
	height: 350px;
}

#wrapper #painel .pager {
	position: absolute;
	
	top: 0;
	
	width: 50px;
	height: 350px;
	
	z-index: 100;
}

@-webkit-keyframes pagerleft {
	0% {background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 50% 50%;}
	50% {background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 20% 50%;}
	100% {background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 50% 50%;}
}

@keyframes pagerleft {
	0% {background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 50% 50%;}
	50% {background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 20% 50%;}
	100% {background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 50% 50%;}
}

#painel .pager.left {	
	left: -50px;
	
	background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 50% 50%;
}

@media screen and (max-width: 1097px){
	#painel .pager.left {	
		left: 0px;
		
		background: url(../img/icons/arrow/arrow-painel-left.png) no-repeat 50% 50%;
	}
}

#wrapper #painel .pager.left:hover {	
	-webkit-animation: pagerleft 1s ease infinite;
	-moz-animation: pagerleft 1s ease infinite;
	-khtml-animation: pagerleft 1s ease infinite;
	animation: pagerleft 1s ease infinite;
}

@-webkit-keyframes pagerright {
	0% {background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 50% 50%;}
	50% {background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 80% 50%;}
	100% {background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 50% 50%;}
}

@keyframes pagerright {
	0% {background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 50% 50%;}
	50% {background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 80% 50%;}
	100% {background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 50% 50%;}
}

#wrapper #painel .pager.right {	
	right: -50px;
	
	background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 50% 50%;
}

@media screen and (max-width: 1097px){
	#wrapper #painel .pager.right {	
		right: 0px;
		
		background: url(../img/icons/arrow/arrow-painel-right.png) no-repeat 50% 50%;
	}
}

#wrapper #painel .pager.right:hover {	
	-webkit-animation: pagerright 1s ease infinite;
	-moz-animation: pagerright 1s ease infinite;
	-khtml-animation: pagerright 1s ease infinite;
	animation: pagerright 1s ease infinite;
}

#wrapper #painel #progress-bar {
	position: absolute;
	
	left: 0;
	bottom: 0;

	height: 13px;
	
	background: rgba(255, 169, 40, 0.70);
	
	z-index: 100;
}

#wrapper #painel-pagers {
	position: relative;
	float: left;
		
	left: 50%;
	
	margin-bottom: 20px;
	z-index: 100;
}

#wrapper #painel-pagers span {
	float: left;
	
	width: 10px;
	height: 10px;
	
	background: #EDEFFF ;
	border: 1px solid #091168;
	
	border-radius: 15px;
	
	font-size: 0;
	
	margin-right: 11px;
	
	cursor: pointer;
}

#wrapper #painel-pagers span:hover, #wrapper #painel-pagers span.active {
	background: #091168;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-khtml-transform: scale(1.5);
	transform: scale(1.5);
}

#wrapper #painel-pagers span:last-child {
	margin-right: 0;
}

#search {
	position: relative;
	float: left;
	
    width: 100%;
	border-radius:3px;
    margin: 0 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #FFF;
	
	/*background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);*/
		
}

#search .case {
	width: 213px;
	
	margin: 0 auto;
	
	padding: 0 10px;
}


#search label {
	position: relative;
    float: left;
	
    font-size: 14px;
    color: #FFF;
	margin:10px 0;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0), only screen and (-moz-images-in-menus:0){

	/*#search label:after {
		content: '<>';
		position: absolute;
		
		right: 18px; 
		top: 4px;
		
		font-family: 'Abel', sans-serif;
		color: #AAA;
			
		padding: 0 0 4px;
		
		border-bottom: 1px solid #ddd;
		
		pointer-events: none;
		
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	#search label:before {
		content: '';
		position: absolute;
		
		top: 0px;
		right: 15px;
		
		width: 20px;
		height: 24px;
		
		background: #FFF;
		
		pointer-events: none;
	}*/

}
#search select:hover {
		text-shadow: 0 0 1px rgba(0, 0, 0, 0.29);
	}
#search select {
    float: left;
	
    width: 210px;
	
    font-size: 16px;
    color:#091168;
	
    padding: 5px;
	margin: 0 10px 0 0;
	
	background: #FFF;
	 
	border: none;
	border-radius: 3px;
	
	/*-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;*/
	
	box-shadow: 0 0 0 1px #eee;
	
	display: inline-block;
	cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    #search select { padding-right: 18px }
}


#search .button {
    width: 100px;
	
	padding: 7px 0;
	
	margin-top: 0;
	
}

#newsletter {
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-ms-transition:0.3s ease;
	transition:0.3s ease;
	position: relative;
	float: left;
	width: 213px;
	height: 100%;
	margin-top:20px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #FFF;
	border: none;
	border-radius:3px;
}

#newsletter .case {
	width: 212px;
	height: 100%;
}

#newsletter .case img {
	float: left;
	
	margin-right: 10px;
}

#newsletter .case p {
	float: left;
	
	margin: 0;
	
	line-height: 24px;
	
    font-size: 14px;
    color: #888;
}

#newsletter .case input[name=newsletter], #newsletter .case input[name=newsletter-conta]{
	float: left;
	
	width: 200px;
	
	padding: 3px;
	
	color: #003f93;
	
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	margin-top:10px;
		
}
#newsletter .case .perguntaTexto{
	width:200px;
	}

#newsletter .case input[type=submit], #newsletter .case input[type=button]{	
	padding: 4px 10px;
	width:90px;
	margin:0 7px;
	margin-top:11px;
	margin-bottom:10px;
	
}

#newsletter .case input.submet-newsletter.wait {	
	width: 100px;
	height: 22px;
	background-position: center;
}

#sortable-itens {
	float: left;
	
	width: 100%;
}
#sortable-itens > .case{
	width: 998px;
}

#sortable-itens .sort-buttons {
	position: relative;
	
	width: 980px;
	height: 30px;
	
	margin: 0 auto;
	margin-bottom: 30px;

	padding: 10px 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	
}

#sortable-itens .sort-buttons:before {
	content: '';
	position: absolute;
	
	top: -8px;
	left: 0;
	
	width: 980px;
	height: 8px;
	
	background: url(../img/shadow/shadow-sort-buttons-top.png) no-repeat center;
}

#sortable-itens .sort-buttons:after {
	content: '';
	position: absolute;
	
	bottom: -8px;
	left: 0;
	
	width: 980px;
	height: 8px;
	
	background: url(../img/shadow/shadow-sort-buttons.png) no-repeat center;
}

#sortable-itens .sort-buttons ul li {
	float: left;
	
	display: inline;
}

#sortable-itens .sort-buttons ul:hover li a.active {	
	color: #AAA;
}

#sortable-itens .sort-buttons ul li a {
	float: left;
	
	width: 245px;
	height: 30px;
	
	line-height: 30px;
	
	text-align: center;
    font-size: 16px;
    color: #AAA;
}

#sortable-itens .sort-buttons ul li a.active, #sortable-itens .sort-buttons ul li a.active:hover, #sortable-itens .sort-buttons ul li a:hover {
	color: #FF8600;
}

#sortable-itens .imoveis {	
	
	width: 746px;
	
	float:left;
	
	overflow: hidden;
}

#sortable-itens .imoveis .case {
	position: relative;
	
	width: 760px;
	/*height: 379px !important;*/
}

#sortable-itens .imoveis .imovel {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	float: left;
	
	width: 210.5px;
	
	padding: 10px;
	
	margin: 10px 15px 30px 0px;
	
	border: 1px solid #E0DFDF;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#sortable-itens .imoveis .imovel:before, #sortable-itens .imoveis .imovel:after{
	content: '';
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;	
}
#sortable-itens .imoveis .imovel:after{
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}

#sortable-itens .imoveis .imovel:hover {
	background: #F7FBFF;
	border:1px solid #D9E3EC;
}

#sortable-itens .imoveis .imovel:hover .img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#sortable-itens .imoveis .imovel .img {
	position: relative;
	float: left;
	
	width: 100%;
	height: 158px;
	
	background: #EEE;	
	
	overflow: hidden;
}

#sortable-itens .imoveis .imovel .img .status {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
	padding: 5px 10px 5px;
	background: rgba(29, 64, 129, 0.51);
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}


.lancamento:hover {
	opacity: 0;
	filter: alpha(opacity=0);
	
}
.lancamento{
	position: absolute;
	width:211px;
	height:185px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	top: 16px;
	left: 5px;
}

#sortable-itens .imoveis .imovel .img img {
	margin-bottom: -2px;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


/*#sortable-itens .imoveis .imovel:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
*/
#sortable-itens .imoveis .imovel .info {
	float: left;
	
	width: 100%;
	
	text-align: center;
}

#sortable-itens .imoveis .imovel .info span.title {
	float: left;
	width: 100%;
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	color: #302D2D;	
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px 0;
}

#sortable-itens .imoveis .imovel .info span.place {
	float: left;
	
	width: 100%;
	
	font-size: 14px;
	font-weight: bold;
	color: #888;
	margin-top: 0px;
}

#sortable-itens .imoveis .imovel .info span.city {
	float: left;
	
	width: 100%;
	
	font-size: 13px;
	color: #888;
	
	margin-bottom: 5px;
}

#menuHorz {
	position: relative;
	float: left;
	
	width: 100%;
	
	margin: 0 auto;
	
	padding: 30px 0;
	
	border-top: 1px solid #EEE;
}

#menuHorz .case {
	width: 980px;
	
	margin: 0 auto;
	
	padding: 0 10px;
}

#menuHorz .case .iconCase {
	position: relative;
	
	float: left;
	
	width: 16.6%;
	height: 170px;
}

#menuHorz .case .iconCase a.icon, a.icon:visited {
	position: absolute;
	
	top: 0px;
	left: 50%;
	
	margin-left: -50px;
	
	width: 100px;
	height: 100px;
	
	background: #FF8600;
	
	border-radius: 100%;
}

#menuHorz .case .iconCase a.icon:after {
	content: '';
	
	position: absolute;
	
	top: -7px;
	left: -7px;
	
	width: 100%;
	height: 100%;
	
	padding: 7px;
	
	pointer-events: none;
	
	border-radius: 50%;
	
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box; 
	-ms-box-sizing: content-box; 
	box-sizing: content-box;
	
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-o-transition: -moz-transform 0.2s, opacity 0.2s;
	-ms-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
	opacity: 0;
	
	box-shadow: 0 0 0 4px #FF8600;
}

#menuHorz .case .iconCase a.icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
		
	opacity: 1;
}

#menuHorz .case .iconCase a.icon span {
	float: left;
	
	width: 73px;
	height: 73px;
	
	margin: 13.5px 0 0 13.5px;

	background: url(../img/icons/sprite.png) no-repeat;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#menuHorz .case .iconCase a.icon.depoimentos span {
	background-position: 0 -60px;
}

#menuHorz .case .iconCase a.icon.venda span {
	background-position: -292px -60px;
}

#menuHorz .case .iconCase a.icon.avalie span {
	background-position: -372px -60px;
}

#menuHorz .case .iconCase a.icon.financiamento span {
	background-position: -73px -60px;
}

#menuHorz .case .iconCase a.icon.localizacao span {
	background-position: -219px -60px;
}

#menuHorz .case .iconCase a.icon.indicadores span {
	background-position: -146px -60px;
}

#menuHorz .case .iconCase span.title {
	position: absolute;
	
	top: 110px;
	
	width: 100%;
	
	padding: 10px 0;
	
	text-align: center;
	font-size: 20px;
	color: #FF8600;
}

#menuHorz .case .facebook {
	position: relative;
	
	float: left;
	
	width: 100%;
	
	margin-top: 30px;
	
	border-top: 1px solid #EEE;
}

.case #menuvert {
	float: left;
	
	width: 232px;
	
	margin-left: 20px;
	height:965px;
}

.case #menuvert span.tag {
    float: left;
	
    width: 100%;
	
    font-size: 18px;
    color: #FF8600;
	
    border-bottom: 1px solid #EEE;
	
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.case #menuvert #menu {
	float: left;
	
	width: 100%;
	
	margin-bottom: 10px;
}

.case #menuvert #menu ul li {
	float: left;
	
	width: 100%;
	height: 60px;
	
	margin-bottom: 10px;
}

.case #menuvert #menu ul li:hover .icon {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.case #menuvert #menu ul li .icon {
	float: left;
	
	width: 60px;
	height: 60px;
	
	background: #FF8600 url(../img/icons/sprite.png) no-repeat;
	background: url(../img/icons/sprite.png) no-repeat, -moz-linear-gradient(top,  #FFC500  0%, #FF8600  100%);
	background: url(../img/icons/sprite.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC500 ), color-stop(100%,#FF8600 ));
	background: url(../img/icons/sprite.png) no-repeat, -webkit-linear-gradient(top,  #FFC500  0%,#FF8600  100%);
	background: url(../img/icons/sprite.png) no-repeat, -o-linear-gradient(top,  #FFC500  0%,#FF8600  100%);
	background: url(../img/icons/sprite.png) no-repeat, -ms-linear-gradient(top,  #FFC500  0%,#FF8600  100%);
	background: url(../img/icons/sprite.png) no-repeat, linear-gradient(to bottom,  #FFC500  0%,#FF8600  100%);
	
	border-radius: 100%;
	
	margin-right: 5px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.case #menuvert #menu ul li.depoimentos .icon{
	background-position: -240px 0px;
}

.case #menuvert #menu ul li.venda .icon{
	background-position: 0px 0px;
}

.case #menuvert #menu ul li.financiamento .icon {
	background-position: -60px 0px;
}

.case #menuvert #menu ul li.indicadores .icon {
	background-position: -180px 0px;
}

.case #menuvert #menu ul li.localizacao .icon {
	background-position: -120px 0px;
}

.case #menuvert #menu ul li .info {
	float: left;
	
	width: 167px;
	height: 60px;
		
	display: table;
}
.case #menuvert #menu ul li .info p {
	display: table-cell;
  	vertical-align: middle;
}

.case #menuvert #menu ul li .info .title {
	float: left;
	
	width: 167px;
	
    font-size: 18px;
    color: #FF8600;
}

 .case #menuvert #menu ul li .info .subtitle {
	float: left;
	
	width: 167px;
	
    font-size: 14px;
    color: #888;
}

 .case #menuvert #facebook {
	float: left;
	
	width: 100%;
	
	margin-bottom: 20px;
}

 .case #menuvert #facebook .tag {
	border-top: 1px solid #EEE;
	
	padding-top: 10px;
}

 .case #menuvert #facebook iframe {
	float: left;
	
	width: 242px !important;
	margin: 0 0 0 -5px;
}

#cont {
	float: left;
	
	width: 727.5px;
}

#cont #secao {
	float: left;
	
	width: 707.5px;
	
	background: #FFF;
	
	padding: 10px;
	margin-bottom: 20px;
	
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#cont #secao .head {
	float: left;
	
	width: 100%;
}

#cont #secao .head .title {
	float: left;
	
	width: 100%;
	
	text-transform: uppercase;
	font-size:40px;
	color: #091168;
	
	padding: 0 0 10px;
	margin-bottom: 10px;
	
	border-bottom: 1px solid #EEE;
}

#cont #secao #simulador {
    float: left;
    width: 100%;
}

#cont #secao #simulador .banco {
    position: relative;
    float: left;

    width: 348px;
    height: 261px;

    margin: 0px 10px 10px 0px;

    overflow: hidden;
}

#cont #secao #simulador .banco img {
    float: left;

    width: 100%;
}

#cont #secao #simulador .banco:hover .nome {
    opacity: 1;
}

#cont #secao #simulador .banco:hover .nome p {
    margin-top: 0;
	opacity: 1;
}

#cont #secao #simulador .banco .nome {
    position: absolute;

    left: 0;
    top: 0;

    width: 338px;
    height: 231px;

    padding: 15px 0px 15px 10px;

    background: rgba(0, 0, 0, 0.7);

    font-size: 50px;
    color: #FF8600;
	
	opacity: 0;
}

#cont #secao #simulador .banco .nome p {
    float: left;
	
	width: 100%;
	
	margin: 0;
	margin-top: -30px;

	
	opacity: .5;
	
	-webkit-transition: margin-top .3s ease-out;
	-moz-transition: margin-top .3s ease-out;
	-ms-transition: margin-top .3s ease-out;
	-o-transition: margin-top .3s ease-out;
	transition: margin-top .3s ease-out;
	
}

#cont #secao #imovel-list {
	float: left;
	
	width: 100%;
}

#cont #secao #imovel-list .emptyresults .title-r {
    float: left;
    width: 100%;

    font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: #444;

    margin-bottom: 10px;
}

#cont #secao #imovel-list .emptyresults .dc {
    float: left;
    width: 100%;

    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #888;

    margin-bottom: 10px;
}

#cont #secao #imovel-list .imovel {
	webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	float: left;
	
	width: 695px;
	
	padding: 5px;
	
	margin-bottom: 10px;
	
	border: 1px solid rgba(0, 0, 0, .1);
}

#cont #secao #imovel-list .imovel:hover {
	background: #F7FBFF;
border: 1px solid #D9E3EC;
}

#cont #secao #imovel-list .imovel .img {
	position: relative;
	float: left;
	
	width: 250px;	
	height:180px;	
	background: #EEE;

	margin-right: 5px;
	
	overflow: hidden;
}

#cont #secao #imovel-list .imovel .img .status {
	position: absolute;
	
	bottom: 0;
	left: 0;
	
	width: 250px;
	
	padding: 5px 0px 5px;
	
	background: rgba(29, 64, 129, 0.51);
	
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#cont #secao #imovel-list .imovel .img img {
	margin-bottom: -6px;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.imovel img.lancamento{
	position: absolute;
	width:211px;
	height:185px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	top: 0px;
	left: -1px;
}

/*#cont #secao #imovel-list .imovel:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}*/

#cont #secao #imovel-list .imovel .info {
	float: left;
	
	width: 440px;
}

#cont #secao #imovel-list .imovel .info span.ref {
	float: left;
	
	width: 100%;
	
	font-size: 14px;
	color: #888;
	
	margin-bottom: 5px;
}

#cont #secao #imovel-list .imovel .info span.title {
	float: left;
	
	width: 100%;
	
	font-size: 30px;
	color: #091168;
	
	text-transform: uppercase;
	
	margin-bottom: 5px;
}

#cont #secao #imovel-list .imovel .info span.endereco {
	float: left;
	
	width: 100%;
	
	font-size: 16px;
	color: #888;
	
	margin-bottom: 5px;
}

#cont #secao #imovel-list .imovel .info span.place {
	float: left;
	
	width: 100%;
	
	font-size: 14px;
	font-weight: bold;
	color: #888;
}

#cont #secao #imovel-list .imovel .info span.city {
	float: left;
	
	width: 100%;
	
	color: #888;
	
	padding-bottom: 5px;
	margin-bottom: 5px;
	
	border-bottom: 1px solid #EEE;
}

#cont #secao #imovel-list .imovel .info .text {
	float: left;
	
	width: 100%;
	
	font-size: 14px;
	color: #888;
}

#paginacao {
    float: left;
	
    width: 100%;
	height: 35px;
	
    text-align: center;
	
    margin: 0 auto;
}

#paginacao .pagina, .pagina:visited {
	background:#091168 ;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-ms-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	

    padding: 7px 14px 7px;
    border-radius: 3px;
    color: #FFF;
    margin-right: 5px;
}

#paginacao .pagina:hover { 
	  background:#FF8600 ;
	
}

#paginacao span {
    background: #A9B1FF;

    padding: 7px 14px 7px;
    border-radius: 3px;
    color: #091168;
    margin-right: 5px;
}


#cont #secao #form-case {
	float: left;
	
	width: 100%;
	
	margin-top: 10px;
}

#cont #secao #form-case .inputCase {
    float: left;
    width: 100%;

    padding: 10px 0px 10px;
}

#cont #secao #form-case .inputCase label {
    float: left;
    width: 150px;

    text-align: center;

    font-size: 14px;
    color: #555;

    line-height: 30px;

    cursor: pointer;
}

#cont #secao #form-case .inputCase label p {
    float: left;
    width: 145px;

    text-align: center;

    font-size: 12px;
    color: #888;

    line-height: 10px;
}

#cont #secao #form-case .inputCase input.formInput {
    float: left;
	
    width: 545px;
	
    padding: 5px;
	
	font-size: 14px;
	
    border: 1px solid #CCC;
}

#cont #secao #form-case .inputCase textarea.formTextarea {
    float: left;
	
    min-width: 545px;
    max-width: 545px;
    min-height: 150px;
	
    padding: 5px;
	margin: 0;
	
	font-size: 14px;
	
    border: 1px solid #CCC; 
}

#cont #secao #form-case .inputCase input[type=submit]{
	float: right;
	
	padding: 10px 20px;
}

#cont #secao #form-case .inputCase input[type=submit].wait {
	padding: 10px 20px 10px 35px;
}

#cont #secao #form-case .select-input {
	float: left;
	
	margin: 3px 0 0 10px;
}

#cont #secao #form-case .select-input label {
	position: relative;
    float: left;
	
	width: auto;
	
    font-size: 14px;
    color: #FFF;
	
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0), only screen and (-moz-images-in-menus:0){

	/*#cont #secao #form-case .select-input label:after {
		content: '<>';
		position: absolute;
		
		right: 18px; 
		top: -3px;
		
		font-family: 'Abel', sans-serif;
		color: #AAA;
			
		padding: 0 0 4px;
		
		border-bottom: 1px solid #ddd;
		
		pointer-events: none;
		
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	#cont #secao #form-case .select-input label:before {
		content: '';
		position: absolute;
		
		top: 0px;
		right: 15px;
		
		width: 20px;
		height: 24px;
		
		background: #FFF;
		
		pointer-events: none;
	}*/

}

#cont #secao #form-case .select-input select {
    float: left;
	
    width: 75px;
	
    font-size: 14px;
    color: #555;
	
    padding: 4px;
	margin: 0 10px 0 0;
	
	background: #FFF;
	 
	border: none;
	border-radius: 2px;
	
	
	
	box-shadow: 0 0 0 1px #CCC;
	
	display: inline-block;
	cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    #cont #secao #form-case .select-input select { padding-right: 18px }
}

#cont #secao #form-case #return {
    float: left;

    width: 100%;

    text-align: center;
    color: #003f93;
    font-size: 25px;

    background: #EEE;

    padding: 10px 0px 10px;
    margin-bottom: 7px;

    border-radius: 3px;
}

#cont #secao .text {
	float: left;
	
	width: 100%;
	
	text-align: justify;
	font-size: 18px;
	color: #888;
}

#cont #secao .text .imagem-empresa {
	float: left;
	
	width: 100%;
	height: 250px;
	
	background: #EEE;
	
	margin-bottom: 10px;
}

#contato {
	/*position: fixed;
	
	top: 50%;
	left: -25%;
	
	margin-top: -260px;
	margin-left: -310px;*/
	
	
	
	width: 342px;
	height: 465px;
	
	background: #FFF;
	
	border-radius: 3px;
	
	
	
	float:left;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	
}

#contato span.hd {
	position: relative;
	float: left;
	
	width: 100%;
	
	font-size: 25px;
	color: #091168;
		
	border-bottom: 1px dotted #CCC;
	
	padding-bottom: 5px;
}

#contato span.hd .subtl {
	float: left;
	
	width: 100%;
	
	font-family: sans-serif;
	font-size: 12px;
	color: #888;
	text-align:justify;
	line-height:17px;
	margin-top: 5px;
}
#contato span.hd .subtl > span{
	font-size:15px;
}
#contato span.hd .close {
	position: absolute;
	
	top: 0;
	right: 0;
	
	width: 39px;
	height: 39px;
	
	background: rgba(0, 0, 0, 0.1) url(../img/icons/close.png) center no-repeat;
	
	border-radius: 2px;
}

#contato span.hd .close:hover {
	box-shadow: inset 0px 0px 10px #AAA;
	
	cursor: pointer;
}

#contato .fieldArea {
	float: left;
	
	width: 100%;	
}

#contato .fieldArea label {
	float: left;
	
	width: 100%;
	
	text-align: center;
	line-height: 20px;
	
	font-size: 14px;
	color: #555;
	
	cursor: pointer;
	text-align:left;
}

#contato .fieldArea label p {
    float: left;
    width: 90px;

    text-align: center;

    font-size: 12px;
    color: #888;

    line-height: 10px;
	margin-top:5px;
}

#contato .fieldArea input.inputText {
	float: left;
	
	width: 330px;
	
	padding: 5px;
	
	margin-top: 0;
	
	font-size: 14px;
	
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 2px;
}

#contato .fieldArea textarea.textArea {
	float: left;
	
	min-width: 330px;
	max-width: 330px;
	
	min-height: 80px;
	max-height: 80px;		
	
	margin-top: 0;
	
	font-size: 14px;
	
	border: 1px solid rgba(0, 0, 0, .1);	
}

#contato .fieldArea span.item {
	float: left;
	
	width: 486px;
	height: 30px;
	
	line-height: 30px;
	
	font-size: 12px;
	font-style: italic;
	
	color: #3b3331;
}

#contato .fieldArea input[name=submit], input[name=submit]:visited {
	float: right;
	
	padding: 4px 40px;
	
	font-size: 14px;
}

#contato .fieldArea .retorno {
	float: left;
	
	width: 365px;
	
	font-family: sans-serif;
	font-size: 14px;
	
	display: none;
}

#cont #secao #imovel-view {
	float: left;
	
	width: 707px;
}

#cont #secao #imovel-view .cover {
	float: left;
	
	width: 343px;
		
	margin-right: 10px;
padding-right: 10px;
border-right: 1px dashed #CCC;
}

#cont #secao #imovel-view .cover .img {
	position: relative;
	
	float: left;
	
	width: 343px;
	
	overflow: hidden;
	
	margin-bottom: 10px;
}

#cont #secao #imovel-view .cover .img a.zoom {
	position: absolute;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 101%;
}

#cont #secao #imovel-view .cover .img a.zoom:hover {
	background: rgba(255, 169, 40, 0.50);
}

#cont #secao #imovel-view .cover .img a.zoom:hover .lupa {
	opacity: 1;
}

#cont #secao #imovel-view .cover .img a.zoom .lupa {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	margin-top: -50px;
	margin-left: -50px;
	
	width: 100px;
	height: 100px;
	
	background: rgba(255, 255, 255, 1) url(../img/icons/zoom-in.png) no-repeat center;
	
	border-radius: 100%;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	
	opacity: 0;
}

#cont #secao #imovel-view .cover .img img {
	margin-bottom: -3px;
}

#cont #secao #imovel-view #gallery {
	position: relative;
	float: left;
	
	width: 343px;
	height: 80px;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #EEE;
}

#cont #secao #imovel-view #gallery .pager {
	position: absolute;
	
	top: 0;
	
	width: 20px;
	height: 80px;
	
	cursor: pointer;
}

#cont #secao #imovel-view #gallery .pager.left {
	left: 0;
	
	background: url(../img/icons/arrow/arrow-carouselleft.png) no-repeat center;
}

#cont #secao #imovel-view #gallery .pager.right {
	right: 0;
	
	background: url(../img/icons/arrow/arrow-carouselright.png) no-repeat center;
}

#cont #secao #imovel-view #gallery .case {
	position: absolute;
	
	top: 0;
	left: 30px;
	
	width: 263px;
	height: 80px;
	
	overflow: hidden;
}

#cont #secao #imovel-view #gallery .case .belt {
	position: absolute;
	
	top: 0;
	left: 0;
}

#cont #secao #imovel-view #gallery .case .img {
	float: left;
	
	width: 80px;
	height: 80px;
	
	margin-right: 10px;
}

#cont #secao #imovel-view .cover a.optbutton {
	float: left;
	
	width: 322px;
	
	padding: 10px;
	margin-bottom: 10px;
	
	background: #091168;
	
	font-size: 17px;
	color: #FFF;
	
	border-radius: 3px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#cont #secao #imovel-view .cover a.optbutton:hover {
	background:#FF8600;
}

#cont #secao #imovel-view .cover a.optbutton.middle {
	line-height: 30px;
}

#cont #secao #imovel-view .cover a.optbutton span {
	float: left;
	
	width: 32px;
	height: 32px;
		
	margin-right: 10px;
	
	background: url(../img/icons/sprite.png) no-repeat center;
}

#cont #secao #imovel-view .cover a.optbutton.contato span {
	background-position: -300px -14px;
}

#cont #secao #imovel-view .cover a.optbutton.mapa span {
	background-position: -332px -14px;
}

#cont #secao #imovel-view .cover a.optbutton.video span {
	background-position: -365px -14px;
}


#cont #secao #imovel-view .cover a.optbutton p {
	font-size: 15px;
	
	margin: 0;
}

#cont #secao #imovel-view #qrcode {
	float: left;
	
	width: 343px;
	
	margin-top: 20px;
	padding-top: 10px;
	
	border-top: 1px solid #EEE;
}

#cont #secao #imovel-view #qrcode .title {
	float: left;
	
	width: 343px;
	
	font-size: 14px;
	color: #FF8600;
	
	margin-bottom: 10px;
}

#cont #secao #imovel-view #qrcode .title {
	float: left;
	
	width: 343px;
	
	font-size: 14px;
	color: #FF8600;
	
	margin-bottom: 10px;
}

#cont #secao #imovel-view #qrcode .title a.wtf {		
	font-size: 10px;
	color: #888;
}

#cont #secao #imovel-view #qrcode .code  {
	float: left;
	
	width: 75px;
	height: 75px;
	
	margin-right: 10px;
}

#cont #secao #imovel-view #qrcode .txt {
	float: left;
	
	width: 257px;
			
	font-size: 12px;
	color: #888;
}

#cont #secao #imovel-view .info {
	float: left;
	
	width: 343px;
}

#cont #secao #imovel-view .info .tipo {
	float: left;
	
	width: 343px;
	
	font-size: 14px;
	color: #888;
	
	margin-bottom: 10px;
}

#cont #secao #imovel-view .info .title {
	float: left;
	
	width: 343px;
	
	text-transform: uppercase;
	
	font-size: 30px;
	color: #091168;
	
	margin-bottom: 10px;
}

#cont #secao #imovel-view .info .ext {
	float: left;
	
	width: 343px;
	
	font-size: 14px;
	color: #FF8600;
	
	margin-bottom: 10px;
}

#cont #secao #imovel-view .info .place {
	float: left;
	
	width: 343px;
	
	font-size: 16px;
	color: #888;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #EEE;
}

#cont #secao #imovel-view .info .place .city {
	float: left;
	
	width: 343px;
	
	font-size: 14px;
	color: #888;
	
	margin-top: 5px;
}

#cont #secao #imovel-view .info .addthis {
	float: left;
	
	width: 343px;

	margin-bottom: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #EEE;
}

#cont #secao #imovel-view .info .addthis .bitly {
	float: right;
}

#cont #secao #imovel-view .info .addthis .bitly input[type=text]{
	float: left;
	
	width: 125px;
	padding: 2px 5px;
	font-size: 12px;
	border: 1px solid #CCC;
	
	margin: -1px;
}

#cont #secao #imovel-view .info .text {
	float: left;
	
	width: 343px;
	
	line-height: 20px;
	font-size: 16px;
}

#cont #secao #imovel-view .info .text .lista {
	float: left;
	
	width: 331px;
	
	padding: 0 5px 5px 5px;
	margin: 10px 0px 10px 0px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	
	border: 1px solid #EEE;
	border-radius: 3px;	
}

#cont #secao #imovel-view .info .text .lista span {
	font-size: 20px;
	color: #091168;
}

#cont #secao #imovel-view .info .text .titulo {
	float: left;
	
	width: 100%;
	
	font-size: 20px;
	color: #091168	;
	
	padding-bottom: 10px;
}

#cont #secao #imovel-view .info .text .lista .titulo {
	float: left;
	
	width: 100%;
	
	font-size: 20px;
	color: #FF8600;
	
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #EEE;
}

#cont #secao #imovel-view .info .text .lista .item {
	float: left;
	
	width: 100%;
	
	padding: 5px 0px 5px 0px;
	
	border-bottom: 1px solid #EEE;
	
	color: #888;
}

#cont #secao #imovel-view .info .text .lista .item:last-child {
	padding: 5px 0 0 0;

	border-bottom: none
}

footer {
	position: relative;
	float: left;
	color:#FFF;
	width: 100%;
	
	background: #1d4081;
	
	padding: 20px 0 0 0;
	
	border-top: 1px solid #EEE;
	margin-top:50px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 5px 25px;
	-o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 5px 25px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 5px 25px;
	-ms-box-shadow: inset rgba(0, 0, 0, 0.25) 0 5px 25px;
	box-shadow: inset rgba(0, 0, 0, 0.25) 0 5px 25px;
}
footer .base{
		width: 100%;	
	background: #131313;	
	float: left;
	padding:10px 0;
	margin-top:20px;
	}
footer .base .case{
	width: 980px !important;
	
	margin: 0 auto !important;
	}
footer .base .case .arco{
		float:right;	
	}
footer .base .case .texto{
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
		float:left;	
		margin-top:17px;
	}
footer .case {
	position: relative !important;
	
	width: 980px !important;
	
	margin: 0 auto !important;
}
footer .case .coluna{
	float: left;
	width: 214px;
	height: 174px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
footer .case .coluna a.maplink, a.maplink:visited{
		float: left;
		width: 100%;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.7);
		margin-bottom: 3px;
	}
footer .case .coluna a.maplink:hover,footer .case .coluna a.maplink:hover p{
		color:#FF8600;
	}
footer .case .coluna a.maplink p{
		float: left;
		margin: 0 10px 0 0;
		color: #fff;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-khtml-transition: all .2s ease;
		transition: all .2s ease;
	}
footer .case .coluna .titulo{
	float: left;
	width: 100%;
	font-size: 14px;
	
	margin-bottom: 20px;
	}

footer .case .logo {
	float: left;
	
	width: 500px;
	height: 120px;
	
	border-bottom: 1px solid #EEE;
	
	margin-bottom: 20px;
}

footer .case .logo a {
	position: absolute;
	
	top: 0;
	left: 50%;
	
	margin-left: -45px;
	
	width: 90px;
	height: 120px;
	
	background: url(../img/logo/logovert.png) no-repeat center top;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	
	opacity: .5;
}

footer .case .place {
	float: left;
	
	width: 500px;
	
	text-align: center;
	
	font-size: 14px;
	color: #888;
}

footer .case .place a.dev {
	float: left;
	
	width: 30px;
	height: 30px;
	
	margin-left: 235px;
	
	background: url(../img/logo/arco.png) no-repeat center;
}

.bkgTopo{
position: relative;
	width: 1006px;
	height: 165px;
	margin: 0 auto;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.11) 1%, rgba(255,255,255,0.95) 9%, rgba(255,255,255,0.95) 91%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.11)), color-stop(9%,rgba(255,255,255,0.95)), color-stop(91%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.11) 1%,rgba(255,255,255,0.95) 9%,rgba(255,255,255,0.95) 91%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.11) 1%,rgba(255,255,255,0.95) 9%,rgba(255,255,255,0.95) 91%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.11) 1%,rgba(255,255,255,0.95) 9%,rgba(255,255,255,0.95) 91%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.11) 1%,rgba(255,255,255,0.95) 9%,rgba(255,255,255,0.95) 91%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}

.divLogo{
	position: relative;
	width: 1006px;
	height: 165px;
	margin: 0 auto;
	

	}
.divLogo .logo{
	float: left; 
	width: 640px;
	height: 150px;
	background: url(../img/logo/logo.png) no-repeat center 10px;
	background-size: 100% auto;
	}


#noticias{
				float:left;
				width:100%;
				padding: 30px 0;
				border-top: 1px solid #EEE;
			}
        	.tituloNoticias{
				position: relative;
				width: 982px;
				margin: 0 auto;
				font-family: 'Abel', sans-serif;
				color: #FF8600;
				font-size:24px;
				padding-bottom:20px;				
				
			}
			.tituloSecao{
				position: relative;
				width: 760px;
				margin: 0 auto;
				font-family: 'Abel', sans-serif;
				color: #091168;
				font-size: 30px;	
				
			}
			.maisImoveis{
				position: relative;
				text-align:right;
				width: 730px;
				height:45px;
				margin: 0 auto;				
				font-family: 'Abel', sans-serif;
				color: #003f93;
			}
			.maisImoveis a:visited,.maisImoveis a{				
				color: #FFF;
				padding: 10px 20px;
				font-size: 13px;
				-webkit-transition: .3s ease;
				-moz-transition: .3s ease;
				-o-transition: .3s ease;
				-ms-transition: .3s ease;
				transition: .3s ease;
				background: #091168;
				border-radius: 30px;
				margin-right: 20px;
			}
			.maisImoveis a:hover{								
				background: #FF8600;	
				-webkit-transition: .3s ease;
				-moz-transition: .3s ease;
				-o-transition: .3s ease;
				-ms-transition: .3s ease;
				transition: .3s ease;	
			}
			
			
			.itensNoticias{
				position: relative;
				width: 982px;
				margin: 0 auto;
				margin-bottom:30px;
				height:120px;
			}
			.noticiaItem{
				display:table;
				-webkit-transition-duration: 0.5s;
				-moz-transition-duration: 0.5s;
				-ms-transition-duration: 0.5s;
				-o-transition-duration: 0.5s;
				transition-duration: 0.5s;
				width:285px;
				float:left;
				padding:10px;
				margin:10px;
				background: #FFF;
				border: 1px solid rgba(0, 0, 0, 0.1);
			}
			.noticiaItem:hover{
				-webkit-transform: scale(1.05);

				-moz-transform: scale(1.05);
			
				-o-transform: scale(1.05);
			
				transform: scale(1.05);	
				}
			.noticiaItem .noticiaItemTitulo{
				margin-bottom:10px;
				color: #003f93;
				font-size:19px;
							}
			.noticiaItem img{				
				margin-right:10px;
				
				}
			
			.noticiaInfo{
					font-family: 'Abel', sans-serif;
					display:table-cell;
					vertical-align:middle;																									
				}
			.maisNoticias{
				position: relative;
				text-align:right;
				width: 982px;
				margin: 0 auto;
				font-family: 'Abel', sans-serif;
				color: #003f93;
			}
			.maisNoticias a:visited,.maisNoticias a{
				-webkit-transition-duration: 0.5s;
				-moz-transition-duration: 0.5s;
				-ms-transition-duration: 0.5s;
				-o-transition-duration: 0.5s;
				transition-duration: 0.5s;
				color: #AAA;
				padding-right: 12px;
				font-size:16px;
			}
			.maisNoticias a:hover{
				color: #003f93;
			}

	.botoesDeBaixo{
		float: left;
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #EEE;
		height: 180px;
	}

#ballMenuContainer {
    position: relative;
	width: 670px;
	margin: 0 auto;
	font-family: 'Abel', sans-serif;
    right: 25px;
    top:0;
	padding-left: 20px;
	height: 100%;
	float:left;
}

.subTituloBkg{
	background: #091168;
		
}


@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1) rotate(0deg); 
    }
    50% {
      -webkit-transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg); 
    }
}
@-o-keyframes pulse {
    0% {
      -o-transform: scale(1) rotate(0deg); 
    }
    50% {
      -o-transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      -o-transform: scale(1) rotate(0deg); 
    }
}
@-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1) rotate(0deg); 
    }
    50% {
      -moz-transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      -moz-transform: scale(1) rotate(0deg); 
    }
}
@keyframes pulse {
    0% {
      transform: scale(1) rotate(0deg); 
    }
    50% {
      transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      transform: scale(1) rotate(0deg); 
    }
}

@-webkit-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@-o-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@-moz-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 3px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}

.menuBall {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 5px;
    display: inline-block;
	margin-right:50px;
	margin-bottom: 25px;
}

.ball {
    position:absolute;
    width:100%;
    height:100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #fff;
    margin: 10px;
    text-decoration: none;	
}

.ball:hover {
    -webkit-animation: pulse 1s ease 0s infinite normal;
    -o-animation: pulse 1s ease 0s infinite normal;
    -moz-animation: pulse 1s ease 0s infinite normal;
    animation: pulse 1s ease 0s infinite normal;
}

.redball {
    background-color: #d90e23;
    -moz-box-shadow: 0 0 0 3px #d90e23, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 3px #d90e23, 2px 1px 4px 4px rgba(10,10,0,.5);
    -o-box-shadow: 0 0 0 3px #d90e23, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 3px #d90e23, 2px 1px 6px 4px rgba(10,10,0,.5);
  
    background-image: -moz-linear-gradient(0deg, rgba(0,0,0,.25) 50%, transparent 10%),-moz-linear-gradient(rgba(0,0,0,.25) 50%, transparent 50%);
    background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,.25) 50%, transparent 10%),-webkit-linear-gradient(rgba(0,0,0,.25) 50%, transparent 50%);
    background-image: -o-linear-gradient(0deg, rgba(0,0,0,.25) 50%, transparent 10%),-o-linear-gradient(rgba(0,0,0,.25) 50%, transparent 50%);
    background-size:10px 10px;
}

.blueball1 {
    -moz-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 0 3px #FF8600, 2px 1px 6px 4px rgba(0,0,0,.1);
	background: url(../img/icons/simuladormed.png) no-repeat center,#FFC500;
	background: url(../img/icons/simuladormed.png) no-repeat center,-moz-linear-gradient(top, #FFC500 0%, #FF8600 100%);
	background: url(../img/icons/simuladormed.png) no-repeat center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC500), color-stop(100%,#FF8600 ));
	background: url(../img/icons/simuladormed.png) no-repeat center,-webkit-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/simuladormed.png) no-repeat center, -o-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/simuladormed.png) no-repeat center, -ms-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background: url(../img/icons/simuladormed.png) no-repeat center,linear-gradient(to bottom, #FFC500 0%,#FF8600 100%);  
}
.blueball2 {
    -moz-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 0 3px #FF8600, 2px 1px 6px 4px rgba(0,0,0,.1);
	background: url(../img/icons/indicadormed.png) no-repeat center,#FFC500;
	background: url(../img/icons/indicadormed.png) no-repeat center,-moz-linear-gradient(top, #FFC500 0%, #FF8600 100%);
	background: url(../img/icons/indicadormed.png) no-repeat center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC500), color-stop(100%,#FF8600 ));
	background: url(../img/icons/indicadormed.png) no-repeat center,-webkit-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/indicadormed.png) no-repeat center, -o-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/indicadormed.png) no-repeat center, -ms-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background: url(../img/icons/indicadormed.png) no-repeat center,linear-gradient(to bottom, #FFC500 0%,#FF8600 100%);   
}
.blueball3 {
    -moz-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 0 3px #FF8600, 2px 1px 6px 4px rgba(0,0,0,.1);
	background: url(../img/icons/vendamed.png) no-repeat center,#FFC500;
	background: url(../img/icons/vendamed.png) no-repeat center,-moz-linear-gradient(top, #FFC500 0%, #FF8600 100%);
	background: url(../img/icons/vendamed.png) no-repeat center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC500), color-stop(100%,#FF8600 ));
	background: url(../img/icons/vendamed.png) no-repeat center,-webkit-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/vendamed.png) no-repeat center, -o-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/vendamed.png) no-repeat center, -ms-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background: url(../img/icons/vendamed.png) no-repeat center,linear-gradient(to bottom, #FFC500 0%,#FF8600 100%);   
}
.blueball4 {
    -moz-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 0 3px #FF8600, 2px 1px 4px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 0 3px #FF8600, 2px 1px 6px 4px rgba(0,0,0,.1);
	background: url(../img/icons/avaliemed.png) no-repeat center,#FFC500;
	background: url(../img/icons/avaliemed.png) no-repeat center,-moz-linear-gradient(top, #FFC500 0%, #FF8600 100%);
	background: url(../img/icons/avaliemed.png) no-repeat center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC500), color-stop(100%,#FF8600 ));
	background: url(../img/icons/avaliemed.png) no-repeat center,-webkit-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/avaliemed.png) no-repeat center, -o-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background:url(../img/icons/avaliemed.png) no-repeat center, -ms-linear-gradient(top, #FFC500 0%,#FF8600 100%);
	background: url(../img/icons/avaliemed.png) no-repeat center,linear-gradient(to bottom, #FFC500 0%,#FF8600 100%);   
}


.yellowball {
    background-color: #7968a8;
    -moz-box-shadow: 0 0 0 3px #7968a8, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 3px #7968a8, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 3px #7968a8, 2px 1px 6px 4px rgba(10,10,0,.5);
  
    background-image: -webkit-linear-gradient(90deg, transparent 50%, rgba(99,138,190,1) 50%);
    background-image: -moz-linear-gradient(90deg, transparent 50%, rgba(99,138,190,1) 50%);
    background-size: 8px 8px;
}

.greenball {
    -moz-box-shadow: 0 0 0 3px #65b37a, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 3px #65b37a, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 3px #65b37a, 2px 1px 6px 4px rgba(10,10,0,.5);

    background:
        -webkit-radial-gradient(#e8b15e 4px, transparent 6px);
    background:
        -moz-radial-gradient(#e8b15e 4px, transparent 6px);
    background-size: 20px 20px;
  
    background-image: -webkit-radial-gradient(#e8b15e 15%, transparent 16%),
        -webkit-radial-gradient(#e8b15e 15%, transparent 16%);
    background-image: -moz-radial-gradient(#e8b15e 15%, transparent 16%),
        -moz-radial-gradient(#e8b15e 15%, transparent 16%);
    background-color: #65b37a;
    background-size:30px 30px;
    background-position: 0 0, 20px 20px;
}

.menuText {
    font-family: 'Abel', sans-serif;
    font-size: larger;
    color: #FF8600;
    position: relative;
    vertical-align: middle;
    text-align: center;
    top: 110%;
	left: -7%;
	width:130px;
}

#menuBall1 {
  -webkit-animation: bump 6s linear 0s infinite normal;
  -moz-animation: bump 6s linear 0s infinite normal;
  -ms-animation: bump 6s linear 0s infinite normal;
  -o-animation: bump 6s linear 0s infinite normal;
  animation: bump 6s linear 0s infinite normal;
}
#menuBall2 {
  -webkit-animation: bump 6s linear .5s infinite normal;
   -moz-animation: bump 6s linear .5s infinite normal;
    -ms-animation: bump 6s linear .5s infinite normal;
	 -o-animation: bump 6s linear .5s infinite normal;
	  animation: bump 6s linear .5s infinite normal;
}
#menuBall3 {
  -webkit-animation: bump 6s linear 1s infinite normal;
  -moz-animation: bump 6s linear 1s infinite normal;
  -ms-animation: bump 6s linear 1s infinite normal;
  -o-animation: bump 6s linear 1s infinite normal;
  animation: bump 6s linear 1s infinite normal;
}
#menuBall4 {
  -webkit-animation: bump 6s linear 1.5s infinite normal;
  -moz-animation: bump 6s linear 1.5s infinite normal;
  -ms-animation: bump 6s linear 1.5s infinite normal;
  -o-animation: bump 6s linear 1.5s infinite normal;
  animation: bump 6s linear 1.5s infinite normal;
}



div#partyInfo {
    position: absolute;
    bottom: 30%;
    top: 30%;
    left: 20%;
    right: 20%;
    margin: 5px;
    padding: 8px;
    z-index: 2000;
    text-shadow: -1px -1px #65b37a;
    font-family: 'IdolwildRegular' , Verdana, Helvetica, Sans-Serif;
    font-size: 2.5em;
    color: #FFFFFF;
    border-radius: 10px;
    border: 2px dashed #fff;
    background-color: #d90e23;
    -moz-box-shadow: 0 0 0 3px #d90e23, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 3px #d90e23, 2px 1px 4px 4px rgba(10,10,0,.5);
    -o-box-shadow: 0 0 0 3px #d90e23, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 3px #d90e23, 2px 1px 6px 4px rgba(10,10,0,.5);
}

#darkMe {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 1000;
    -webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

#darkMe.hideMe, #partyInfo.hideMe {
    visibility: hidden;
}

#darkMe.showMe, #partyInfo.showMe{
    visibility:visible;
}

.linksUteis{
	float: left;
	width: 708px;
	}
.linkItem{}
.divlinkItem:hover{
	background: #ECF1FD;
	border: 1px solid #DCDCDD;
	}
.divlinkItem{
	webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	float: left;
	display: table;
	width: 690px;
	/* height: 94px; */
	padding: 7px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	}
.divlinkItem img{
	float: left;
	width: 94px;
	}
.textoLink{
	float: left;
	font-size: 40px;
	padding-top: 19px;
	padding-left: 20px;
	color: #1d4081;
	display: table-cell;
	height: 100%;
	}
.case{
	width: 982px;
margin: 0 auto;	
}
.social-slide {
	height: 40px;
	width: 40px;
	background-size: 100%;
	margin: 8px 10px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	border-radius:5px;
}
.social-slide:hover {
	background-position: 0px -100%;
box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
	cursor:pointer;
}
.facebook-hover{
		background-image: url('../img/icons/facebook-hover.png');
	}
.youtube-hover{
		background-image: url('../img/icons/youtube-hover.png');
	}
.faixa{
	/*background: #1d4081;
	width: 241px !important;
	left: -15px;
	position: relative;
	z-index: 999;*/
}
.borda-esquerda{
	border-color: transparent #030653 transparent transparent;
	border-style: solid;
	border-width: 10.5px;
	height: 0px;
	width: 0px;
	position: relative;
	top: 23px;
	left: -25px;
	}
.borda-direita{
	border-color: transparent transparent transparent #030653;
	border-style: solid;
	border-width: 10.5px;
	height: 0px;
	width: 0px;
	position: relative;
	top: 2px;
	left: 216px;
	}