body {
  background-color: #adadad;
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 87.5%;
  color: #666; }

a:link {
  color: #F6B37E; }
a:visited {
  color: #F6B37E; }
a:hover {
  color: #F6B37E; }

.link-brand {
  font-size: 1.5em; }

.text-16px {
  font-size: 1rem; }

.text-42px {
  font-size: 2.625rem; }

.text-24px {
  font-size: 1.5rem; }

.text-21px {
  font-size: 1.3125rem; }

.text-32px {
  font-size: 2rem; }

.text-26px {
  font-size: 1.625rem; }

@media (min-width: 320px) and (max-width: 480px) {
  .logo-mobile {
    /* CSS */
    margin: 0 auto; } }

@media (min-width: 320px) and (max-width: 480px) {
  .toogle-nav-mobile {
    /* CSS */
    margin: 0 auto; } }

@media (min-width: 320px) and (max-width: 480px) {
  .span-brand {
    /* CSS */
    display: block;
    text-align: center; } }

.disc_green {
  list-style: none; }
  .disc_green li:before {
    content: "\2022";
    color: #666;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.verticaltext {
  position: relative;
  padding-left: 100px;
  margin: 1em 0;
  min-height: 120px;
  word-wrap: break-word; }

.verticaltext_content {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -40px;
  top: 80px;
  position: absolute;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold; }

.bk_green {
  background-color: #81ca3f; }

/*# sourceMappingURL=style.css.map */
