/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'NeoSans';
  src: url("../fonts/NeoSansStd-Regular.ttf"), url("../fonts/NeoSansStd-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

/* line 20, ../sass/screen.scss */
body {
  background: url(../images/nuvem-topo.png) repeat-x, url(../images/bg.jpg);
  font-family: "NeoSans", Arial, Helvetica, sans-serif;
}
/* line 24, ../sass/screen.scss */
body p {
  margin: 15px 0;
}
/* line 27, ../sass/screen.scss */
body a {
  outline: none;
}

/* line 32, ../sass/screen.scss */
.wrapper {
  width: 970px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

/* line 41, ../sass/screen.scss */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 43, ../sass/screen.scss */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
  display: inline-block;
}

/* line 46, ../sass/screen.scss */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
  display: block;
  zoom: 1;
}

/* line 49, ../sass/screen.scss */
#ui-tooltip {
  position: absolute;
}

/* line 50, ../sass/screen.scss */
.tooltip {
  color: #55544f;
  line-height: normal;
  display: none;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  z-index: 10;
  position: absolute;
  font-size: 11px;
}

/* line 51, ../sass/screen.scss */
.tooltip .detalhe {
  background: url(../images/tooltip-detalhe.png) 0 0 no-repeat;
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 6px;
}

/* line 52, ../sass/screen.scss */
.tooltip p {
  margin: 0;
  font-size: 10px;
  color: #8e9291;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 58, ../sass/screen.scss */
#header {
  position: relative;
  height: 230px;
}
/* line 62, ../sass/screen.scss */
#header .site-logo {
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0;
  margin-left: -222px;
  width: 445px;
  font-size: 36px;
}
/* line 72, ../sass/screen.scss */
#header .site-description {
  position: absolute;
  top: 175px;
  font-size: 17px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  color: #797b81;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  text-align: center;
}

/* line 90, ../sass/screen.scss */
.footer {
  padding: 10px 0 40px;
  clear: both;
}
/* line 94, ../sass/screen.scss */
.footer .back-top {
  clear: both;
  float: right;
}
/* line 98, ../sass/screen.scss */
.footer .back-top a {
  background: url(../images/voltar-para-cima.png) no-repeat;
  display: block;
  width: 114px;
  height: 26px;
  text-indent: -900em;
  outline: none;
}
/* line 106, ../sass/screen.scss */
.footer .back-top a:hover {
  background-position: 0 -26px;
}

/* line 115, ../sass/screen.scss */
#portfolio .nav {
  text-align: center;
  width: 300px;
  padding: 30px 0 20px;
  margin: 0 auto;
  display: block;
}
/* line 122, ../sass/screen.scss */
#portfolio .nav li {
  width: 36px;
  height: 33px;
  display: inline-block;
  margin: 0 15px;
}
/* line 128, ../sass/screen.scss */
#portfolio .nav a {
  background: url(../images/icones-portfolio.png) no-repeat;
  display: block;
  text-indent: -9999px;
  width: 36px;
  height: 33px;
  -webkit-transition: background-position 500ms ease-in-out;
  -moz-transition: background-position 500ms ease-in-out;
  -ms-transition: background-position 500ms ease-in-out;
  -o-transition: background-position 500ms ease-in-out;
  transition: background-position 500ms ease-in-out;
}
/* line 136, ../sass/screen.scss */
#portfolio .nav a.todos {
  background-position: 0 top;
}
/* line 138, ../sass/screen.scss */
#portfolio .nav a.todos:hover {
  background-position: 0 bottom;
}
/* line 141, ../sass/screen.scss */
#portfolio .nav a.todos.selecionado {
  background-position: 0 bottom;
}
/* line 145, ../sass/screen.scss */
#portfolio .nav a.id-visual {
  background-position: -85px top;
}
/* line 147, ../sass/screen.scss */
#portfolio .nav a.id-visual:hover {
  background-position: -85px bottom;
}
/* line 150, ../sass/screen.scss */
#portfolio .nav a.id-visual.selecionado {
  background-position: -85px bottom;
}
/* line 154, ../sass/screen.scss */
#portfolio .nav a.impresso {
  background-position: -172px top;
}
/* line 156, ../sass/screen.scss */
#portfolio .nav a.impresso:hover {
  background-position: -172px bottom;
}
/* line 159, ../sass/screen.scss */
#portfolio .nav a.impresso.selecionado {
  background-position: -172px bottom;
}
/* line 163, ../sass/screen.scss */
#portfolio .nav a.web {
  background-position: -257px top;
}
/* line 165, ../sass/screen.scss */
#portfolio .nav a.web:hover {
  background-position: -257px bottom;
}
/* line 168, ../sass/screen.scss */
#portfolio .nav a.web.selecionado {
  background-position: -257px bottom;
}
/* line 176, ../sass/screen.scss */
#portfolio .jobs {
  height: 484px;
  /*.fechar-modal{
  	display:block;
  	background:#f5f5f5 url(../images/fechar-modal.gif) no-repeat 50px 7px;
  	height:20px;
  	width:63px;
  	position:absolute;
  	font-size:12px;
  	color:#9b9f9e;
  	text-decoration:none;
  	top:0px;
  	right:10px;
  	padding:5px 0 0 5px;
  }*/
}
/* line 179, ../sass/screen.scss */
#portfolio .jobs li {
  float: left;
  border: 1px solid #dbdcdd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px;
  margin: 11px;
  width: 218px;
  height: 218px;
}
/* line 187, ../sass/screen.scss */
#portfolio .jobs li a {
  padding: 12px;
  background: #fff;
  display: block;
  width: 194px;
  height: 194px;
  position: relative;
}
/* line 196, ../sass/screen.scss */
#portfolio .jobs li a .hover-content {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(238, 56, 151, 0.9);
  text-decoration: none;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 207, ../sass/screen.scss */
#portfolio .jobs li a .hover-content .tit {
  color: #fff;
  display: block;
  margin: 10px 10px 5px;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 215, ../sass/screen.scss */
#portfolio .jobs li a .hover-content .categoria {
  color: #fff;
  display: block;
  margin: 5px 10px 10px;
  font-size: 16px;
}
/* line 224, ../sass/screen.scss */
#portfolio .jobs li a:hover .hover-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 232, ../sass/screen.scss */
#portfolio .jobs .galeria-ant {
  position: absolute;
  left: 30px;
  display: block;
  width: 50px;
  height: 50px;
  top: 20px;
  text-indent: -9999px;
  background: url(../images/setas-portfolio.png) 0 0 no-repeat;
}
/* line 242, ../sass/screen.scss */
#portfolio .jobs .galeria-ant:hover {
  background-position: 0 -50px;
}
/* line 246, ../sass/screen.scss */
#portfolio .jobs .galeria-prox {
  position: absolute;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  top: 20px;
  text-indent: -9999px;
  background: url(../images/setas-portfolio.png) -50px 0 no-repeat;
}
/* line 256, ../sass/screen.scss */
#portfolio .jobs .galeria-prox:hover {
  background-position: -50px -50px;
}
/* line 276, ../sass/screen.scss */
#portfolio .carregando {
  margin: -12px;
  left: 50%;
  width: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

/* line 286, ../sass/screen.scss */
#portfolio-mask {
  background: rgba(138, 138, 138, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  display: none;
}

/* line 297, ../sass/screen.scss */
#portfolio-area {
  background: #fff;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  z-index: 99;
  min-height: 470px;
  border-top: 6px solid rgba(208, 208, 208, 0.7);
  border-bottom: 6px solid rgba(208, 208, 208, 0.7);
  padding: 40px 0;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 50px;
}
/* line 311, ../sass/screen.scss */
#portfolio-area .carregando {
  margin: -12px;
  left: 50%;
  width: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
/* line 320, ../sass/screen.scss */
#portfolio-area .wrapper {
  overflow: hidden;
}
/* line 323, ../sass/screen.scss */
#portfolio-area .img-area {
  width: 850px;
  margin: 25px auto;
  height: auto;
  text-align: center;
}
/* line 329, ../sass/screen.scss */
#portfolio-area .descricao {
  color: #797b81;
  text-align: center;
  font-size: 14px;
}
/* line 334, ../sass/screen.scss */
#portfolio-area .descricao .divisao {
  display: inline-block;
  height: 1px;
  width: 600px;
  border-bottom: 1px solid #c4c4c4;
}
/* line 340, ../sass/screen.scss */
#portfolio-area .descricao h3 {
  margin-top: 20px;
}
/* line 343, ../sass/screen.scss */
#portfolio-area .descricao h4 {
  margin-top: 10px;
}
/* line 347, ../sass/screen.scss */
#portfolio-area .ant {
  position: absolute;
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  top: 210px;
  text-indent: -9999px;
  background: url(../images/setas-portfolio.png) 0 0 no-repeat;
}
/* line 357, ../sass/screen.scss */
#portfolio-area .ant:hover {
  background-position: 0 -50px;
}
/* line 361, ../sass/screen.scss */
#portfolio-area .prox {
  position: absolute;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  top: 210px;
  text-indent: -9999px;
  background: url(../images/setas-portfolio.png) -50px 0 no-repeat;
}
/* line 371, ../sass/screen.scss */
#portfolio-area .prox:hover {
  background-position: -50px -50px;
}
/* line 375, ../sass/screen.scss */
#portfolio-area .fechar-modal {
  display: block;
  background: #f5f5f5 url(../images/fechar-modal.gif) no-repeat 50px 7px;
  height: 18px;
  width: 63px;
  position: absolute;
  font-size: 12px;
  color: #9b9f9e;
  text-decoration: none;
  top: 0px;
  right: 10px;
  padding: 7px 0 0 5px;
}

/* line 392, ../sass/screen.scss */
#about {
  background: rgba(255, 255, 255, 0.5);
  border-top: 6px solid rgba(208, 208, 208, 0.7);
  border-bottom: 6px solid rgba(208, 208, 208, 0.7);
  height: 350px;
  position: relative;
  color: #696b70;
  font-size: 14px;
  font-family: "NeoSans", Arial, Helvetica, sans-serif;
  line-height: 24px;
  padding: 30px 0 20px;
  margin-top: 140px;
}
/* line 405, ../sass/screen.scss */
#about h2 {
  background: url(../images/bg-titulo.png) no-repeat;
  width: 173px;
  height: 77px;
  position: absolute;
  top: -130px;
  left: 50%;
  margin-left: -96px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 7px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 421, ../sass/screen.scss */
#about h3 {
  font-family: "NeoSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 429, ../sass/screen.scss */
#about .article {
  width: 560px;
  float: left;
  padding: 10px 50px 10px 0;
  border-right: 1px solid #e3e3e3;
}
/* line 437, ../sass/screen.scss */
#about .aside {
  float: left;
  width: 300px;
  padding: 10px 0;
  margin-left: 50px;
}
/* line 443, ../sass/screen.scss */
#about .aside ul {
  margin: 15px 0;
}
/* line 446, ../sass/screen.scss */
#about .aside ul li {
  line-height: 24px;
}
/* line 449, ../sass/screen.scss */
#about .aside ul li .item {
  width: 150px;
  display: inline-block;
}
/* line 454, ../sass/screen.scss */
#about .aside ul li .estrela {
  display: inline-block;
  width: 144px;
  background: url(../images/estrelas.png);
  height: 11px;
}
/* line 460, ../sass/screen.scss */
#about .aside ul li .estrela .uma {
  width: 12px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 463, ../sass/screen.scss */
#about .aside ul li .estrela .duas {
  width: 35px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 466, ../sass/screen.scss */
#about .aside ul li .estrela .tres {
  width: 60px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 469, ../sass/screen.scss */
#about .aside ul li .estrela .quatro {
  width: 80px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 472, ../sass/screen.scss */
#about .aside ul li .estrela .cinco {
  width: 102px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 475, ../sass/screen.scss */
#about .aside ul li .estrela .seis {
  width: 125px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 478, ../sass/screen.scss */
#about .aside ul li .estrela .sete {
  width: 144px;
  height: 11px;
  display: block;
  background: url(../images/estrelas.png) 0 -24px;
}
/* line 486, ../sass/screen.scss */
#about .label-loveit {
  position: absolute;
  bottom: -105px;
  right: 20px;
  background: url(../images/label-loveit.png);
  width: 185px;
  height: 185px;
}

/* line 498, ../sass/screen.scss */
#contact {
  color: #696b70;
  padding: 0 0 10px;
}
/* line 502, ../sass/screen.scss */
#contact h2 {
  background: url(../images/bg-titulo.png) no-repeat;
  width: 173px;
  height: 67px;
  position: relative;
  margin: 40px auto 20px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 13px 10px 12px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 516, ../sass/screen.scss */
#contact h3 {
  font-family: "NeoSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 525, ../sass/screen.scss */
#contact form {
  width: 570px;
  float: left;
  padding: 10px 0;
}
/* line 530, ../sass/screen.scss */
#contact form label {
  font-size: 14px;
  font-family: "NeoSans", Arial, Helvetica, sans-serif;
  display: block;
  margin: 25px 0 10px;
}
/* line 536, ../sass/screen.scss */
#contact form input[type=text] {
  width: 550px;
  border: 1px solid #d6d7db;
  padding: 6px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px inset;
}
/* line 542, ../sass/screen.scss */
#contact form textarea {
  height: 80px;
  width: 550px;
  resize: none;
  border: 1px solid #d6d7db;
  padding: 6px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px inset;
}
/* line 550, ../sass/screen.scss */
#contact form .submit {
  background: #ee4692;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "NeoSans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #882853;
  border: none;
  padding: 8px 10px 7px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background 500ms ease-in-out;
  -moz-transition: background 500ms ease-in-out;
  -ms-transition: background 500ms ease-in-out;
  -o-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
}
/* line 566, ../sass/screen.scss */
#contact form .submit:hover {
  background: #5f5f5f;
  text-shadow: 1px 1px 1px #000000;
}
/* line 571, ../sass/screen.scss */
#contact form .feedbacks {
  position: relative;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
/* line 580, ../sass/screen.scss */
#contact form .feedbacks img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 585, ../sass/screen.scss */
#contact form #ajaxloader {
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 250px;
  display: none;
}
/* line 592, ../sass/screen.scss */
#contact form #msg-sucesso {
  position: absolute;
  left: 10px;
  width: 250px;
  display: inline-block;
  color: #4a7619;
  display: none;
}
/* line 600, ../sass/screen.scss */
#contact form #msg-erro {
  position: absolute;
  left: 10px;
  width: 250px;
  display: inline-block;
  color: #7b6a17;
  display: none;
}
/* line 611, ../sass/screen.scss */
#contact .aside {
  float: left;
  width: 350px;
  padding: 10px 0;
  margin-left: 50px;
}
/* line 617, ../sass/screen.scss */
#contact .aside li {
  padding: 10px 0 10px 50px;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/icones-contato.png) no-repeat;
  margin-bottom: 18px;
}
/* line 624, ../sass/screen.scss */
#contact .aside li:first-child {
  margin-top: 35px;
}
/* line 628, ../sass/screen.scss */
#contact .aside li.email {
  background-position: 0 10px;
}
/* line 631, ../sass/screen.scss */
#contact .aside li.tel {
  background-position: 0 -62px;
}
/* line 634, ../sass/screen.scss */
#contact .aside li.skype {
  background-position: 0 -132px;
}
/* line 637, ../sass/screen.scss */
#contact .aside li.escritorio {
  background-position: 0 -202px;
}
/* line 640, ../sass/screen.scss */
#contact .aside li.google {
  background-position: 0 -272px;
}
/* line 643, ../sass/screen.scss */
#contact .aside li.google a {
  background: url(../images/btn-seta.png) no-repeat center right;
  display: inline-block;
  padding: 6px 50px 6px 0;
}
/* line 648, ../sass/screen.scss */
#contact .aside li.google .tit {
  margin-bottom: 1px;
}
/* line 653, ../sass/screen.scss */
#contact .aside li .tit {
  color: #9b9f9e;
  display: block;
  margin-bottom: 7px;
}
/* line 658, ../sass/screen.scss */
#contact .aside li .cont {
  color: #ee4692;
  display: block;
  letter-spacing: -0.02em;
}
/* line 663, ../sass/screen.scss */
#contact .aside li .cont a {
  color: #ee4692;
  text-decoration: none;
  -webkit-transition: color 500ms ease-in-out;
  -moz-transition: color 500ms ease-in-out;
  -ms-transition: color 500ms ease-in-out;
  -o-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
/* line 667, ../sass/screen.scss */
#contact .aside li .cont a:hover {
  color: #5f5f5f;
}
