/*-----------------------------------------------------------------------------------*/
/* LIMITED DEMO CSS ;)
/*-----------------------------------------------------------------------------------*/
body {
	font-size:12px;
	font-family:sans-serif;
	color:#666;
	background:#f2f2f2;
}

a {
	text-decoration:none;
}

.header a,.bottom-wrapper a {
	/* border-bottom:none; */
	color:#555;
	-webkit-transition:color .2s linear;
	-moz-transition:color .2s linear;
	-o-transition:color .2s linear;
	-ms-transition:color .2s linear;
	transition:color .2s linear;
}

.header a:hover,.bottom-wrapper a:hover {
	color:#00B1FF;
}

.footer-wrapper a {
	border-bottom:none;
	color:#fff;
	-webkit-transition:color .2s linear;
	-moz-transition:color .2s linear;
	-o-transition:color .2s linear;
	-ms-transition:color .2s linear;
	transition:color .2s linear;
}

.footer-wrapper a:hover {
	color:#000;
}

.form-flex {
	width:98%!important;
	padding:1%!important;
}

.header {
	background:#f2f2f2;
	padding:20px 0 10px;
}

#nav {
	float:right;
}

#nav a {
	float:left;
	margin-right:25px;
	margin-top:11px;
	margin-bottom:5px;
}

#nav a.last {
	margin-right:0!important;
}

.slider-wrapper {
	background:#fff;
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	padding:20px 0 45px;
}

.bottom-wrapper {
	/* padding:30px 0 0;  PODERA SERVIR PARA O BANNER   */
	background:#f2f2f2;
}

.break-feature h2 {
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	text-align:center;
	font-family:'Dosis',sans-serif;
	text-transform:uppercase;
	padding:8px 0;
	color:#00B1FF;
	font-size:24px;
}

h3 {
	/* margin-top: 5px; */
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	text-align:center;
	font-family:'Dosis',sans-serif;
	text-transform:uppercase;
	padding:0px 0;
	color:#00B1FF;
	font-size:16px;
}

.break-feature p {
	font-family:'Nobile',sans-serif;
	font-size:12px;
}

.feedback div {
	display:none;
}

.feedback p {
	font-size:22px;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-align:center;
	line-height:30px;
	margin:20px 0 5px;
}

.feedback cite {
	float:right;
	font-style:italic;
}

.footer-wrapper {
	background:#00B1FF;
	padding:5px 0;
	color:#fff;
}

.footer-wrapper p {
	margin-bottom:0!important;
	line-height:11px;
	font-size: 10px;
	margin-top: 5px;
}

.footer-right {
	text-align:right;
	float:right;
}

#footer-top {
	margin-top:8px;
}

.fleximage img {
	max-width:100%;
	height:auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:0 0 3px 3px rgba(0,0,0,.10);
	box-shadow:0 0 3px 3px rgba(0,0,0,.10);
}


.icons {
	padding:0 0 0 23px;
	line-height:16px;
	height:16px;
	display:block;
	color:#484848;
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0 0 8px;
	font-weight:700;
}

.icons.ok {
	background:url(../images/icons/ok_2.jpg) left center no-repeat transparent;
}
.icons.email {
	background:url(../images/icons/e-mail_2.jpg) left center no-repeat transparent;
}

.icons.upgrade {
	background:url(../images/icons/inbox.jpg) left center no-repeat transparent;
}

.icons.check {
	background:url(../images/icons/check.jpg) left center no-repeat transparent;
	background-size: 18px
}


.facebook {
	width: 320px;
	float: right;
	margin-top: 10px;
}

.facebook p{
	color: #666;	
	font-family:'Dosis',sans-serif;
	text-transform:uppercase;	
	font-size:10px;
	font-weight: 500;
	text-align: right;
}

.facebook img:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */}

.page_item{
	display: inline ;
	line-height: 2.5em;
	padding-left: 15px;
	background: url(../images/footer-bullet.png) no-repeat 0px 2px;
	margin: 15px 16px;
}

