body {
font-size: 62.5%;
overflow-x:hidden;
font-family:'Roboto', Arial;
background-color:#F0F0F0;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
background-attachment: fixed;
}
body {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
  margin: 0 0 0 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

html,body {
    height:100%;
}

@media only screen and (min-width: 980px) { /* COMPUTADOR */
	.btholder,.ttholder{
		width:100%;
	}
		
	#editorholder, #consultaescolha, #forms{
		width:360px;
		right:25%;
	}
	
	.fullres {
		height: 440px;
	}
	
	.tileholder, .headtop, .mainhold, .conteudo, .btafter, .descricao, .section, #PopUp{
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}

	.tileholder{
		height:192px;
	}
	
	.toptext{
		font-size:36px;
		line-height: 48px;
	}
	
	.quarters{
	width:25%;
	}

	.middies{
	width:50%;
	}
	
	.btholder {
		height: 48px;
	 }
	
	.conteudo{
		height: 440px;
	}
	
	.destaque{
		height:398px;
	}
	
	.devices{
		background-image:url(../img/book.png);
	}
	
	.tiles{
		width: 100%;
	}
	
	.midtile{
		margin-left: 2%;
		margin-right: 2%;
	}

	.bigtext {
		font: normal 3.1em 'Roboto', Arial, sans-serif;
		width:100%;
		display:block;
	}
	
	.ntile, .tilein, .promo{
	width:100%;
	height:98%;
	}
	.intheleft{
		width:69.5%;
		margin-right:.5%;
	}
	
	.tdies{
		width: 32%;
		margin: .65%;
	}
	
	.intheright{
		width:29.5%;
		margin-left:.5%;
	}
	.servs{
		font-size: 24px;
	}
	.btlabel {
		font-size: 20px;
		font-weight:bold;
		text-shadow: 2px 2px 2px rgba(0,0,0,1);
	}
}

@media only screen and (max-width: 980px) { /* CELULAR */

	.btlabel {
		font-size: 14px;
		text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	}
	.toptext{
		font-size:24px;
		line-height: 36px;
	}
	
	.servs{
		font-size: 16px;
	}
	
	.quarters{
	width:50%;
	}
        
	.btholder {
		height: 24px;
	}
         
	.devices{
		background-image:url(../img/mob.png);
	}
	
	.cnimg{
		background-size:100%;
	}
	
	.destaque{
		height:220px;
	}
	

	.ttholder, .tdies, .headtop, .btholder, .descricao, .btafter, .mainhold, .middies, .servs, .ntile,.tiles, #PopUp{
		width:100%;
	}
		
	#editorholder, #consultaescolha, #forms{
		max-height:90%;
		overflow:auto;
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}

	.tileholder, .section, .conteudo{
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}
	
	.bigtext {
		font: normal 1.6em 'Roboto', Arial, sans-serif;
		width: 100%;
		display: block;
	}

}

.results {
	font: normal 16px 'Roboto', Arial, sans-serif;
	text-align:left;
	overflow:hidden;
	width: 98%;
	margin:1%;
}

#editorholder, #consultaescolha, #forms{
	position:fixed;
	bottom:0;
	background-color:#FFF;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	display:none;
	animation: msgbox 1s;
}
#PopUp{
	position:fixed;
	bottom:0;
	top:0;
	background-color:#FFF;
	border-radius:2px;
	display:none;
	animation: msgbox 1s;
	z-index:2;
}

#PopFrame{
	height:100%;
	width:100%;
	border: none;
}

.line {
    border-bottom: 1px solid #EAEAEA;
}

.CloseMsg,.ClosePopUp{
	position:absolute;
	top:4px;
	right:4px;
}

.topimg {
  width: 120px;
  height: 120px;
}

.ttholder{
	position:relative;
	float:left;
}

.btholder {
  position: absolute;
  float: right;
  height: 48px;
  bottom: 0;
  right: 0;
  border-radius:2px;
}

img{
max-width:100%;
}

.headtop {
	transition: all 0.3s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	float:left;
	overflow:visible;
	height:100%;
	text-align:center;
}

.fixar{
	background-image:none;
}

.tileholder{
	position:relative;
	float:left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mainhold {
    position: absolute;
	bottom:0;
    height: 48px;
    border-radius: 2px;
    overflow: hidden;
}

.btafter{
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}

input[type="text"],input[type="email"],input[type="password"],input[type="file"],input[type="date"], select, textarea, option {
    background-color:#FFF;
	border:1px solid #D3D3D3;
    height:32px;
	font: normal 1.3em 'Roboto', Arial, sans-serif;
    color: #333;
}

input[type="button"]{
	padding: 2px 6px 3px;
	border: none;
	background-color: #FFF;
	margin: 3px;
}

input[type="date"] {
	margin-top:2px;
}

input[type="text"],input[type="email"],input[type="password"],input[type="file"], select, textarea{
	width:99%;
	margin:.5%;
}

input:focus, textarea:focus, select:focus{
	outline:none;
}

label {
	font: normal 12px 'Roboto', Arial, sans-serif;
	color:#999;
}


.buttons {
	color:#F5F5F5;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #007B66;
}

.ptext{
	font-size:16px;
}

.ptitle{
	font-size:18px;
	font-weight:bold;
}

.btlabel {
	text-align: center;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 48px;
	width: 100%;
	display: table;
}

.tiles, .ntile{
  position: relative;
  float: left;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: none;
  background-color: #FFF;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
}

.editor{
  position: relative;
  float: left;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: none;
  background-color: #FFF;
  border-radius: 2px;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  box-shadow: 0 1px 0 rgba(0,0,0,0.07);
  box-sizing: border-box;
  overflow: hidden;
  width: 98%;
  margin:1%;
}

#titlefield {
  border: none;
  font: bold 24px 'Roboto', Arial, sans-serif;
}
#textfield {
  border: none;
  font: normal 16px 'Roboto', Arial, sans-serif;
  height:192px;
}

.tilein{
	padding:12px;
	position:relative;
	float:left;
	box-sizing:border-box;
	display:inline-flex;
	width:100%;
}

.tileimg {
	background-size: 100% 100%;
	width: 50%;
	position: relative;
	float: left;
}

.tiletxt {
	position: relative;
	float: left;
	width: 100%;
	padding: 4px;
	margin: -4px;
	font: normal 16px 'Roboto', Arial, sans-serif;
}

.toptext {
  font-family: 'Roboto','Roboto', Arial,sans-serif;
  font-size:56px;
  color: #FFF;
  text-shadow: 8px 4px 8px rgba(0,0,0,.8);
  line-height:56px;
}

.tiles,.ntile, .conteudo{
	margin-top:4px;
	margin-bottom:4px;
}

.conteudo{
  background-color: #FFF;
  border-radius: 2px;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  box-shadow: 0 1px 0 rgba(0,0,0,0.07);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  float: left;
}

.descricao{
  background-color: #FFF;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  box-shadow: 0 1px 0 rgba(0,0,0,0.07);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  float: left;
}

.fullres {
	font: normal 16px 'Roboto', Arial, sans-serif;
	text-align: left;
	padding-left: 2%;
	width: 96%;
	padding-right: 2%;
	position: relative;
	float: left;
	overflow: hidden;
}

.tdies{
	position:relative;
	float: left;
}

.wt{
	color:#FFF;
}

.inh, .section{
	position: relative;
	float: left;
	font: 300 12px 'Roboto', Arial, sans-serif;
}

.fullies, .servs{
width:100%;
}

.servs{
margin-bottom:8px;
}
.mun{
width:80%;
}

.est{
width:20%;
}

.boxtitle {
	font: bold 12px 'Roboto', Arial, sans-serif;
	color: #333;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

.postimage{
  height: 315px;
  background-size: contain;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebt {
  margin: 20px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background-color: #427FED;
  color: #F0F0F0;
  float: right;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.roller{
position:absolute;
width:126px;
left:50%;
margin-left:-63px;
bottom:0;
}

.rolbt{
position:relative;
float:left;
border-radius:8px;
height:14px;
width:14px;
margin:14px;
background-color:#D3D3D3;
box-shadow: 0px 1px 2px #000;
}

.desc {
  position: relative;
  float: left;
  font: normal 24px 'Roboto', 'Roboto', Arial,sans-serif;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 8px;
  margin-bottom:46px;
  background-repeat:no-repeat;
  background-position:right;
  text-align:right
}

.intheleft, .intheright{
	position:relative;
	float:left;
}

.devices{
	-webkit-backface-visibility: visible;
	-webkit-animation-name: devices;
	-webkit-animation-duration:1s;
	background-size:contain;
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
}

.postitle{
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 20px;
}

img{
	max-height:100%;
	max-width:100%;
}

.servs{
	overflow:hidden;
	align-self: center;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

#darkbg{
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.4);
	display:none;
	position: fixed;
	top:0px;
	left:0px;
}

#newpostbt{
	background-color:#F5F5F5;
	cursor:pointer;
}

.editme:hover{
	opacity:.9;
	background-color:#F5F5F5;
	cursor:pointer;
}

.adjbth{
	width:75%;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:inherit;
}

.fullies, .middies, .quarters{
	position:relative;
	float:left;
}

.editor{
	display:none;
}

.rec {
	box-shadow: 0 0 1px #000;
	border-radius: 4px;
	background-color: #FFFFFF;
	font: normal 14px 'Roboto', 'Roboto', Arial, sans-serif;
	padding: 1%;
	margin: 1%;
	width: 46%;
	position: relative;
	float:left;
}

.promo{
	width:50%;
	position:relative;
	float:left;
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-flex;
	align-self:center;
}

.fromleft{
animation: fromleft .6s;
}
.fromright{
animation: fromright .6s;
}

.destaque{
background-position:center;
background-repeat:no-repeat;
background-size: contain;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#weather {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}

i {
    color: #555;
    font-family: weather;
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
	display: inline-block;
	height:48px;
	width:48px;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  width:70%;
  margin: 0;
  color: #555;
  font-size: 48px;
  font-weight: 500;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

#weather ul {
  width:30%;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#weather li {
  width:100%;
  display: inline-block;
}

#weather .currently {
  margin: 0 20px;
}


@-webkit-keyframes slide {
from {background-position:0px;}
to{background-position:-60px;}
}

@-webkit-keyframes devices  {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-webkit-keyframes msgbox  {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0%);
	}
}
@-webkit-keyframes fromleft  {
	0% {
		transform: translateX(-110%);
	}

	100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes fromright  {
	0% {
		transform: translateX(110%);
	}

	100% {
		transform: translateX(0%);
	}
}
