@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:300,300i,400,400i,700,700i");
@import url(/lib/fonts/topping_icn.css);
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #FFF; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* 
	font-family: 'Roboto Slab', serif;
*/
/* esta variável é para compensar padding da área de conteúdo no caso de um topo translúcido com posicionamento absoluto */
a {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-decoration: underline; }

a:hover {
  font-family: "Roboto", sans-serif;
  color: orange;
  text-decoration: underline; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: #333;
  line-height: 1.3;
  font-weight: 300;
  margin: 1.5em 0; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

.headings, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  font-size: 1.7em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

.clear {
  clear: both; }

section.cont .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px; }
  section.cont .inner .page_title {
    border-bottom: solid 1px #000;
    padding-bottom: .5em; }

section.cont img {
  max-width: 100%;
  height: auto; }

a.bt_nav {
  background-color: #333;
  color: #FFF;
  font-size: .95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: lowercase; }

a.bt_nav:hover {
  background-color: #000;
  transition: 0.2s; }

div.bcs {
  width: 100%;
  max-width: 1240px;
  margin-bottom: 0em;
  padding: 0; }
  div.bcs a {
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 0.75em;
    text-transform: uppercase; }

.box-destqs.cols3 .box, .box-destqs.cols4 .box {
  width: 100%;
  max-width: 480px; }

.box-destqs.cols4 {
  padding-top: 20px; }
  .box-destqs.cols4 .box-img {
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center center; }

.box-destqs .box {
  background-color: #FFF;
  border-bottom: solid 2px #000;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  margin: 20px auto 0 auto; }
  .box-destqs .box.clickable {
    cursor: pointer; }
  .box-destqs .box img {
    display: block;
    width: 100%;
    height: auto; }
  .box-destqs .box .date {
    width: 60px;
    height: 60px;
    border-radius: 35px;
    margin: -30px auto 0 auto;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: .9;
    background-color: #000;
    color: #FFF;
    padding-top: 15px;
    font-size: 1.1em;
    z-index: 2;
    position: relative;
    pointer-events: none; }
    .box-destqs .box .date span {
      font-size: .9em; }
  .box-destqs .box .tit, .box-destqs .box .txt {
    padding: 20px; }
  .box-destqs .box .tit2 {
    padding: 0 20px; }
  .box-destqs .box .tit, .box-destqs .box .tit2 {
    background-color: #000;
    height: 130px; }
    .box-destqs .box .tit h5, .box-destqs .box .tit2 h5 {
      color: #FFF;
      text-transform: uppercase;
      line-height: 1.2; }
      .box-destqs .box .tit h5 a, .box-destqs .box .tit2 h5 a {
        color: inherit;
        text-decoration: none; }
  .box-destqs .box .tit2 {
    height: 50px; }
    .box-destqs .box .tit2 h5 {
      line-height: 50px; }
  .box-destqs .box .lead2 {
    height: 13.5em;
    position: relative; }
    .box-destqs .box .lead2 a {
      position: absolute;
      bottom: 20px;
      left: 20px; }
  .box-destqs .box .txt {
    font-size: .9em; }
    .box-destqs .box .txt h5 {
      font-size: 1.1em;
      margin-bottom: 5px; }
    .box-destqs .box .txt a.bt_nav {
      font-size: .9em;
      line-height: auto; }
    .box-destqs .box .txt .lead {
      position: relative;
      height: 4.8em;
      /* exactly three lines */
      overflow: hidden;
      font-size: .9em;
      color: #000; }
      .box-destqs .box .txt .lead p {
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        font-size: 1em;
        color: #000; }
      .box-destqs .box .txt .lead:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0em;
        left: 0;
        width: 100%;
        height: 1.5em;
        background: linear-gradient(to top, white, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0)); }
    .box-destqs .box .txt span {
      margin-left: 5px; }

@media only screen and (min-width: 768px) {
  .box-destqs.cols3 .box {
    margin: 3.5% 0 0 3.5%;
    width: 31%;
    float: left; }
    .box-destqs.cols3 .box:nth-child(3n+1) {
      clear: both;
      margin-left: 0; }
  .box-destqs.cols4 {
    padding-top: 2%; }
    .box-destqs.cols4.centered {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
      .box-destqs.cols4.centered .box {
        margin: 4% 0 0 4%;
        width: 48%;
        float: left; }
        .box-destqs.cols4.centered .box .box-img {
          width: 100%;
          padding-bottom: 50%;
          background-size: cover;
          background-position: center center; }
    .box-destqs.cols4 .box {
      margin: 2% 0 0 2%;
      width: 32%;
      float: left; }
      .box-destqs.cols4 .box:nth-child(3n+1) {
        clear: both;
        margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .box-destqs.cols4 {
    padding-top: 2%; }
    .box-destqs.cols4 .box {
      margin: 2% 0 0 2%;
      width: 23.5%;
      float: left; }
      .box-destqs.cols4 .box:nth-child(3n+1) {
        clear: none;
        margin-left: 2%; }
      .box-destqs.cols4 .box:nth-child(4n+1) {
        clear: both;
        margin-left: 0; } }

.videoWrapper_16_9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px; }

.videoWrapper_4_3 {
  position: relative;
  padding-bottom: 75%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px; }

.videoWrapper_16_9 iframe, .videoWrapper_4_3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
  width: 100%; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
    margin-top: 0;
    width: 48%;
    margin-left: 4%;
    padding-bottom: 27%;
    float: left;
    margin-top: 4%; }
    .videoWrapper:nth-child(2n+1) {
      margin-left: 0; }
    .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .videoWrapper
section.cont .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px; } }

@media only screen and (min-width: 1024px) {
  section.cont .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px; } }

section.topo {
  background-color: #000;
  color: #FFF;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9999; }
  section.topo a {
    color: inherit;
    text-decoration: none; }
  section.topo .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    height: 80px;
    padding: 15px;
    position: relative; }
    section.topo .inner #menu_mobile_toggle {
      float: left;
      height: 100%;
      width: 20%;
      line-height: 50px;
      font-size: 1.75em;
      cursor: pointer; }
    section.topo .inner #logo_ph {
      float: left;
      width: 60%;
      height: 100%;
      text-align: center; }
      section.topo .inner #logo_ph picture {
        display: inline-block; }
        section.topo .inner #logo_ph picture img {
          height: 100%;
          width: auto;
          display: inline-block; }
    section.topo .inner #lang_selector {
      float: right;
      height: 100%;
      width: 20%;
      line-height: 50px;
      text-align: right; }
      section.topo .inner #lang_selector a {
        font-size: .85em; }
        section.topo .inner #lang_selector a:hover {
          color: #999; }
    section.topo .inner #menu {
      display: none; }

ul#menu_mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #000;
  width: 100%;
  display: none;
  z-index: 2002;
  padding-top: 80px; }
  ul#menu_mobile li {
    display: block;
    width: 100%;
    line-height: 2.5em;
    border-bottom: solid 1px #F6F6F6; }
    ul#menu_mobile li a {
      padding: 0 20px;
      text-transform: uppercase;
      text-decoration: none;
      color: #FFF;
      font-family: "Roboto", sans-serif;
      font-size: 1em;
      display: block; }
    ul#menu_mobile li a.on {
      color: #666; }

section#topo1 {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom: solid 1px #F6F6F6; }

@media only screen and (min-width: 768px) {
  section.topo {
    height: 100px; }
    section.topo .inner {
      height: 100px;
      padding: 20px; }
      section.topo .inner #menu_mobile_toggle {
        display: none; }
      section.topo .inner #logo_ph {
        text-align: left;
        width: 25%; }
      section.topo .inner #lang_selector {
        height: 20px;
        line-height: 1; }
      section.topo .inner #menu {
        height: 40px;
        width: 75%;
        display: block;
        clear: right;
        float: right; }
        section.topo .inner #menu ul {
          width: 100%;
          height: 40px;
          text-align: right; }
          section.topo .inner #menu ul li {
            display: inline-block;
            height: 40px;
            vertical-align: bottom;
            font-size: 0.9em;
            font-family: "Roboto", sans-serif;
            margin-right: 20px;
            position: relative; }
            section.topo .inner #menu ul li:before {
              content: '\200B';
              /*   content: '';
						  margin-left: -0.25em; */
              display: inline-block;
              height: 100%;
              vertical-align: bottom; }
            section.topo .inner #menu ul li:last-child {
              margin-right: 0; }
            section.topo .inner #menu ul li.on:after {
              content: "";
              display: block;
              border: 10px solid transparent;
              border-bottom-color: #F6F6F6;
              position: absolute;
              bottom: -21px;
              left: 50%;
              margin-left: -10px; }
            section.topo .inner #menu ul li a {
              font-family: inherit !important;
              position: relative; }
            section.topo .inner #menu ul li a:hover {
              color: #999; }
            section.topo .inner #menu ul li.on a {
              color: #999; }
  section#topo1 {
    position: relative; } }

@media only screen and (min-width: 1024px) {
  section.topo {
    height: 120px; }
    section.topo .inner {
      height: 120px;
      padding: 20px; }
      section.topo .inner #lang_selector {
        height: 26.66667px;
        line-height: 1; }
      section.topo .inner #menu {
        clear: right;
        float: right;
        height: 53.33333px;
        display: block; }
        section.topo .inner #menu ul {
          width: 100%;
          height: 100%; }
          section.topo .inner #menu ul li {
            font-size: 1em;
            text-transform: uppercase;
            height: 53.33333px;
            margin-right: 14px; }
            section.topo .inner #menu ul li.on:after {
              bottom: -21px; } }

@media only screen and (min-width: 1100px) {
  section.topo .inner #menu ul li {
    margin-right: 20px; } }

#hlpic {
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(/imagens/topo-1b.png) no-repeat top left;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden; }

section.cont_home {
  padding-top: 160px; }
  section.cont_home .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 99999999999999;
    position: relative;
    z-index: 1; }
    section.cont_home .inner #topo_rotativo {
      width: 100%;
      float: right;
      z-index: 1;
      position: relative; }
      section.cont_home .inner #topo_rotativo .slide {
        width: 100%;
        height: 100%;
        position: relative; }
        section.cont_home .inner #topo_rotativo .slide img {
          width: 100%;
          height: auto;
          display: block; }
        section.cont_home .inner #topo_rotativo .slide .text {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 20px;
          background-color: rgba(0, 0, 0, 0.5); }
          section.cont_home .inner #topo_rotativo .slide .text p {
            color: #FFF;
            font-size: 1.5em;
            margin: 0;
            padding: 0;
            line-height: 1.2; }
      section.cont_home .inner #topo_rotativo a {
        text-decoration: none;
        color: #FFF; }
        section.cont_home .inner #topo_rotativo a:hover {
          text-decoration: underline; }
    section.cont_home .inner #thumbs {
      display: none; }

#home2 {
  position: relative;
  z-index: 2;
  margin-top: 20px; }
  #home2 .inner h2 {
    margin-bottom: 0;
    color: #FFF;
    padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  #hlpic {
    height: 550px; }
  section.cont_home {
    padding-top: 100px; }
    section.cont_home .inner {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      margin-top: 0px;
      position: relative;
      z-index: 99999999999999;
      position: relative;
      z-index: 1;
      padding: 0 20px; }
      section.cont_home .inner #topo_rotativo {
        width: 75%;
        float: right;
        z-index: 1;
        position: relative; }
        section.cont_home .inner #topo_rotativo .slide {
          width: 100%;
          height: 100%;
          position: relative; }
          section.cont_home .inner #topo_rotativo .slide img {
            width: 100%;
            height: auto;
            display: block; }
          section.cont_home .inner #topo_rotativo .slide .text {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.5); }
            section.cont_home .inner #topo_rotativo .slide .text p {
              color: #FFF;
              font-size: 1.5em;
              margin: 0;
              padding: 0;
              line-height: 1.2; }
      section.cont_home .inner #thumbs {
        width: 25%;
        float: left;
        display: block; }
        section.cont_home .inner #thumbs img {
          width: 100%;
          height: auto;
          display: block;
          opacity: 0.5;
          cursor: pointer; }
        section.cont_home .inner #thumbs .cycle-pager-active {
          opacity: 1; }
  #home2 {
    margin-top: 4%; } }

@media only screen and (min-width: 1024px) {
  #hlpic {
    height: 650px; }
  .cont_home {
    padding-top: 230px; } }

.art {
  padding: 20px 0 0 0; }

#slideshow-art {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
  margin-top: 50px; }
  #slideshow-art .rotate {
    width: 100%;
    padding-bottom: 66%;
    background-position: center center;
    background-size: cover; }
  #slideshow-art .arrows_ph_inline {
    font-size: 28px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 10000; }
  #slideshow-art .arrow-l2 {
    left: 10px; }
  #slideshow-art .arrow-r2 {
    right: 10px; }
  #slideshow-art #legenda {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    font-family: "Roboto", sans-serif;
    font-size: .9em;
    color: #FFF; }

.gallery .gal-thumb {
  width: 48%;
  padding-bottom: 48%;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  float: left;
  margin-left: 4%;
  margin-top: 4%; }

.gallery .gal-thumb:nth-child(2n+1) {
  margin-left: 0; }

.gallery .gal-thumb:hover {
  opacity: 0.5;
  transition: 0.2s; }

@media only screen and (min-width: 768px) {
  .art {
    padding-top: 2%; }
  .gallery .gal-thumb {
    width: 32%;
    padding-bottom: 32%;
    margin-left: 2%;
    margin-top: 2%; }
  .gallery .gal-thumb:nth-child(2n+1) {
    margin-left: 2%; }
  .gallery .gal-thumb:nth-child(3n+1) {
    margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .gallery .gal-thumb {
    width: 23%;
    padding-bottom: 23%;
    margin-left: 2.33%;
    margin-top: 2.33%; }
  .gallery .gal-thumb:nth-child(2n+1) {
    margin-left: 2.33%; }
  .gallery .gal-thumb:nth-child(3n+1) {
    margin-left: 2.33%; }
  .gallery .gal-thumb:nth-child(4n+1) {
    margin-left: 0; } }

div#filter-bar {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  margin-top: 20px;
  text-align: center;
  padding: 0 20px; }
  div#filter-bar #monthFilter {
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    -moz-appearance: none;
    cursor: pointer;
    background-color: #000;
    padding: 0 25px 0 10px;
    border: solid 1px #000;
    border-radius: 0;
    color: #FFF; }
  div#filter-bar #monthFilter option {
    background-color: #000;
    padding: 5px 30px 5px 10px;
    color: #FFF; }
  div#filter-bar span {
    margin-left: -1.5em;
    color: #FFF; }

@media only screen and (min-width: 768px) {
  div#filter-bar {
    padding: 0 20px;
    text-align: right; } }

@media only screen and (min-width: 1024px) {
  div#filter-bar {
    padding: 0 20px; } }

section#form-news {
  background-color: #333;
  text-align: center;
  padding: 30px 0; }
  section#form-news p {
    color: #FFF; }
  section#form-news strong {
    font-weight: 700; }
  section#form-news form {
    padding-top: 20px; }
    section#form-news form input, section#form-news form button {
      appearance: none;
      border: none;
      height: 30px;
      display: inline-block;
      background-color: #FFF;
      margin: 0;
      padding: 5px 10px;
      font-size: .8em; }
    section#form-news form input {
      width: 400px; }
    section#form-news form button {
      background-color: #000;
      color: #FFF;
      cursor: pointer;
      text-transform: uppercase;
      padding: 0 10px; }

section#footer {
  height: 440px;
  background-color: #000; }
  section#footer .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px; }
    section#footer .inner .cols {
      margin-top: 30px; }
      section#footer .inner .cols:first-child {
        margin-top: 0; }
      section#footer .inner .cols p {
        font-family: "Roboto", sans-serif;
        color: #FFF;
        font-size: 0.9em;
        margin-top: 15px;
        margin-bottom: 0px;
        line-height: 1.25; }
        section#footer .inner .cols p a {
          text-decoration: none;
          color: inherit; }
        section#footer .inner .cols p a:hover {
          text-decoration: underline; }
        section#footer .inner .cols p strong {
          font-weight: 700; }
        section#footer .inner .cols p img.social {
          width: 32px;
          height: auto;
          margin-right: 10px; }
        section#footer .inner .cols p img#logo_algarpalcos {
          height: 48px;
          width: auto;
          display: block; }
        section#footer .inner .cols p:first-child {
          margin-top: 0; }

@media only screen and (min-width: 768px) {
  section#footer {
    height: 130px; }
    section#footer .inner {
      padding: 20px 20px; }
      section#footer .inner .cols {
        float: left;
        width: 25%;
        margin-top: 0; }
        section#footer .inner .cols:nth-child(2) {
          width: 35%; }
        section#footer .inner .cols:nth-child(3) {
          width: 20%; }
        section#footer .inner .cols:last-child {
          width: 20%; } }

@media only screen and (min-width: 1024px) {
  section#footer {
    height: 130px; }
    section#footer .inner {
      padding: 20px 20px; } }

.col-left {
  margin-top: 20px; }

.col-right {
  margin-top: 30px; }

#form-contactos p {
  margin-bottom: 10px; }

#form-contactos input, #form-contactos textarea {
  width: 100%;
  background-color: #333;
  color: #FFF;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  border: solid 1px #333;
  margin: 5px 0;
  font-size: .9em; }
  #form-contactos input.error, #form-contactos textarea.error {
    color: #FFF;
    background-color: #C00; }

#form-contactos textarea {
  height: 200px; }

#form-contactos #bt-contact {
  background-color: #333;
  color: #FFF;
  font-size: .95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none; }

#form-contactos #bt-contact:hover {
  background-color: #000;
  transition: 0.2s; }

.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin: 50px auto 20px auto;
  width: 100%; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.link-to-google-maps {
  text-align: center;
  font-size: .8em; }
  .link-to-google-maps a {
    color: inherit; }

@media only screen and (min-width: 768px) {
  .col-left, .col-right {
    width: 45%;
    float: left; }
  .col-right {
    float: right; }
  .google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin: 50px auto 20px auto;
    width: 100%; }
    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; } }

.container {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #FFF;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 25px;
  width: 500px;
  margin: 20px auto 0 auto;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left; }
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .container input:checked ~ .checkmark {
      background-color: #000; }
    .container input:checked ~ .checkmark:after {
      display: block; }
  .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee; }
    .container .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 8px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .container:hover input ~ .checkmark {
    /*background-color: #FFF;*/ }

html, body {
  height: 100%;
  background-color: #F6F6F6; }

.wrap {
  min-height: 100%;
  margin-bottom: -440px; }

.wrap.home {
  background: linear-gradient(180deg, black, black 700px, #FFF 100%); }

.wrap:after {
  content: "";
  display: block;
  height: 440px; }

.ano_heading {
  padding: 10px;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #666;
  background-color: #000;
  color: #FFF; }

@media only screen and (min-width: 768px) {
  .wrap {
    margin-bottom: -130px; }
  .wrap:after {
    height: 130px; } }

@media only screen and (min-width: 1024px) {
  .wrap {
    margin-bottom: -130px; }
  .wrap:after {
    height: 130px; } }
