@charset "UTF-8";
/*--Versão Mobile--*/
* {
	margin: 0px;
	padding: 0px;
}
a {/*--Firefox baralha-se com selectores agrupados--*/
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #455560;
}
a:visited {
	color: #455560;
}
a:hover {
	color:#BAC4CC;
}
a:active {
	color:#BAC4CC;
}
.tagContact {
	color: #74838E;
}
.txtBig {
	font-size: 24px;
}
.clientImg {
	width: 180px;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}
body {
	color: #455560;
}
h1 {
	display: none;
}
h2 {
	font-family: "bodegaseriflightregular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	width: 90%;
	display:inline-block;
	margin-bottom: 5px;
}
iframe {
	margin-top: 20px;
	margin-bottom: 10px;
}
header {
	text-align: center;
	background-image: url(images/top-back.png);
	background-repeat: repeat-x;
}
#asLogo {
	margin-top: 24px;
	margin-bottom: 24px;
	width: 50%;
	max-width: 300px;
}
nav {
	background-image: none;
	background-color: #333E48;
	width: 100%;
	font-family: "bodegaseriflightregular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #FFF;
}
nav ul {
	list-style-type: none;
	padding: 10px;
}
nav li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
nav a {
	text-decoration: none;
}
nav a:link {/*--Firefox baralha-se com selectores agrupados--*/
	color: #CCC;
	font-weight: normal;
}
nav a:visited {
	color:#CCC;
}
nav a:hover {
	color:#FFF;
}
nav a:active {
	color:#FFF;
}
#mainArea {
	background-image: url(images/back-table.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center top;
	padding-bottom: 0px;
}
.mainAreaTrabalhos {
	padding-bottom: 50px !important;
}
#objects {
	width: 90%;
	max-width: 500px;
}
/*Galeria | Trabalhos*/
.logo-thumbs, .work-thumbs {
	width: 150px;
	height: auto;
	border: thin solid #999;
	margin: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 4px 4px 6px #cccccc;
}
.logos-works {
	width: 125px;
	height: auto;
}
.work-thumbs:hover {
	opacity: 0.5;
}
#previous-next {
	padding-top: 5px;
}
.arrows-nav {
	width: 50px;
	height: auto;
}
.arrows-nav:hover {
	opacity: 0.5;
}
.gallery-img {
	width: 80%;
	height: auto;
	max-width: 512px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 4px 4px 6px #cccccc;
	margin: 5px;
}
/*Footer*/
footer {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #455560;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
/*-- Versão Desktop (para resuluções >750 px) --*/
@media all and (min-width: 750px) {
	h2 {
	font-size: 46px;
}
#asLogo {
	margin-top: 24px;
	width: 300px;
	height: auto;
	margin-bottom: 0px;
}
nav {
	font-size: 32px;
	background-color: #FFF;
	background-image: url(images/nav-award.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 29px;
}
nav li {
	vertical-align: 10%;
}
nav ul {
	padding-bottom: 5px;
}
#mainArea {
	padding-bottom: 25px;
}
#objects {
	width: 500px;
	height: auto;
}
.arrows-nav {
	width: 70px;
	height: auto;
}
.logos-works {
	width: 150px;
	height: auto;
}
.gallery-img {
	width: 50%;
}
}
