@font-face {
  font-family: 'Icomoon';
  src: url("fonts/icomoon.eot");
  /* IE9 Compat Modes */
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  /* Legacy iOS */ }
body {
  font-family: Verdana, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

p {
  line-height: 28px; }

.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 32px 0 32px; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

header#main {
  position: relative;
  height: 109px; }
  header#main img {
    width: 140px;
    position: absolute;
    bottom: 6px; }
  header#main div.contato {
    position: absolute;
    top: 8px;
    right: 0;
    text-align: right; }
    header#main div.contato p {
      margin: 0;
      line-height: 22px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300; }
      header#main div.contato p span {
        font-size: 14px; }

/*------------------------------------*\
    #MAIN-MENU
\*------------------------------------*/
nav {
  float: right;
  margin-top: 61px; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: block;
  z-index: 3; }

nav ul li {
  float: left;
  display: list-item;
  list-style: none;
  background-color: #64abfb;
  border-bottom: 5px solid #2ecc71; }

nav ul li a {
  display: block;
  padding: 15px 20px 10px;
  color: #FFF;
  font-size: 16px;
  text-decoration: none; }

nav li a:hover {
  background-color: #2ecc71; }

/* The Dropdown Styles */
/* =================== */
/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 49px; }

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display: list-item; }

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 170px;
  float: none;
  position: relative;
  border-bottom: none; }

/* Second, Third and more Tiers	*/
nav ul ul ul li {
  position: absolute relative;
  top: -58px;
  left: 170px; }

#slider {
  height: 480px;
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #2ecc71; }
  #slider .wrapper h1 {
    position: absolute;
    top: 100px;
    z-index: 2;
    width: 380px;
    color: white;
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 300;
    line-height: 50px;
    text-shadow: 0 1px 2px #111; }
    #slider .wrapper h1 strong {
      font-weight: 600; }

article#intro {
  width: 100%;
  min-width: 1024px;
  padding: 100px 0 50px;
  background-image: linear-gradient(to bottom, #d3e5ec, #ffffff); }
  article#intro .wrapper h2 {
    width: 380px;
    float: left;
    font-size: 51px;
    line-height: 52px;
    text-transform: uppercase;
    margin-top: 17px; }
  article#intro .wrapper div {
    width: 470px;
    margin-top: -9px;
    float: right; }

div#owl-home {
  width: 100%;
  min-width: 1024px;
  max-width: 2000px;
  margin: 0 auto; }
  div#owl-home div.owl-controls > div > div.owl-next,
  div#owl-home div.owl-controls > div > div.owl-prev {
    border-radius: 0;
    opacity: 0.65;
    width: 29px;
    height: 60px;
    position: absolute;
    bottom: 65px;
    transition: 0.3s; }
  div#owl-home div.owl-controls > div > div.owl-next:hover,
  div#owl-home div.owl-controls > div > div.owl-prev:hover {
    opacity: 1;
    transition: 0.3s; }
  div#owl-home div.owl-controls > div > div.owl-next {
    background: url(images/och-button-r.svg) center no-repeat;
    background-color: rgba(0, 0, 0, 0.75);
    right: 0; }
  div#owl-home div.owl-controls > div > div.owl-prev {
    background: url(images/och-button-l.svg) center no-repeat;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0; }

#owl-parceiros div.owl-controls > div > div.owl-next,
#owl-parceiros div.owl-controls > div > div.owl-prev {
  border-radius: 0;
  opacity: 0.65;
  width: 29px;
  height: 60px;
  position: absolute;
  bottom: 12px;
  transition: 0.3s; }
#owl-parceiros div.owl-controls > div > div.owl-next:hover,
#owl-parceiros div.owl-controls > div > div.owl-prev:hover {
  opacity: 1;
  transition: 0.3s; }
#owl-parceiros div.owl-controls > div > div.owl-next {
  background: url(images/ocg-button-r.svg) center no-repeat;
  right: -50px; }
#owl-parceiros div.owl-controls > div > div.owl-prev {
  background: url(images/ocg-button-l.svg) center no-repeat;
  left: -50px; }

article#parceiros {
  width: 100%;
  min-width: 1024px;
  padding: 80px 0 50px 0;
  background-image: linear-gradient(to bottom, white, #cce1e8); }
  article#parceiros h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px; }
  article#parceiros h3:before, article#parceiros h3:after {
    content: "";
    display: inline-block;
    width: 400px;
    height: 2px;
    background-color: black;
    position: relative;
    bottom: 4px; }
  article#parceiros h3:before {
    margin-right: 25px; }
  article#parceiros h3:after {
    margin-left: 25px; }
  article#parceiros div.owl-item {
    text-align: center; }

#owl-parceiros .owl-wrapper {
  display: flex !important;
  align-items: center; }

footer {
  width: 100%;
  height: 260px;
  min-width: 1024px;
  background-color: black;
  padding-top: 80px;
  color: white; }
  footer .social {
    float: right; }
    footer .social p {
      margin-top: 13px;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      font-size: 22px;
      font-weight: 400;
      word-spacing: 2px; }
    footer .social a {
      opacity: 0.6;
      transition: opacity 0.3s;
      margin-left: 10px; }
    footer .social a:first-of-type {
      margin-left: 0; }
    footer .social a:hover {
      opacity: 1; }
  footer .contato {
    width: 360px;
    float: left; }
    footer .contato img {
      width: 220px;
      margin-bottom: 10px; }
    footer .contato p {
      margin: 0;
      line-height: 32px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300; }
      footer .contato p span {
        font-size: 14px; }

.ndheader {
  text-align: center;
  width: 100%;
  min-width: 1024px;
  color: white;
  background: url(images/ndheader.jpg) center no-repeat;
  background-size: cover;
  height: 140px;
  position: relative;
  border-bottom: 5px solid #2ecc71; }
  .ndheader h1 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: 0;
    width: 100%;
    line-height: 140px;
    font-size: 65px;
    font-weight: 300; }
  .ndheader #ndh-lado-go {
    color: black;
    text-shadow: 1px 1px 30px white; }
  .ndheader #ndh-lado-fun {
    color: #00AEEF;
    text-shadow: 1px 1px 30px black; }
  .ndheader div.mask {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1024px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1; }

article.two-column div.wrapper > div {
  width: 50%;
  float: left; }

article#sobre-nos div.wrapper div img {
  float: right;
  margin-top: 62px;
  margin-right: 1em; }
article#sobre-nos div.wrapper div h3 {
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 18px;
  font-weight: 300;
  color: #00AEEF; }

article#sobre-nos.two-column, article#contato.two-column, article#action, article#lado-go, article#lado-fun, #blog {
  background-image: linear-gradient(to bottom, #d3e5ec, #ffffff);
  padding-bottom: 30px;
  width: 100%;
  min-width: 1024px; }

article#criadores {
  text-align: center; }
  article#criadores h1 {
    text-transform: uppercase;
    font-size: 48px;
    color: #00AEEF;
    margin-bottom: 60px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    padding: 17px 0 15px; }
  article#criadores .criadores__info {
    width: 700px;
    min-height: 200px;
    margin: 50px auto 0;
    display: none; }
  article#criadores .criadores__info--main {
    display: block; }
  article#criadores div.criadores {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative; }
  article#criadores .criadores:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer; }
  article#criadores .criadores__head {
    transition: all 0.5s;
    position: relative;
    top: 35px; }
  article#criadores .scale {
    transform: scale(1.35);
    transition: all 0.4s; }

#galeria.five-column {
  width: 100%;
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  background-color: black; }
  #galeria.five-column a {
    display: block;
    width: 20%;
    margin-bottom: -5px;
    position: relative;
    float: left;
    overflow: hidden; }
  #galeria.five-column a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2); }
  #galeria.five-column img {
    width: 100%; }
  #galeria.five-column a:hover img {
    transform: scale(1.5);
    transition: 3s; }

article#contato.two-column {
  padding-top: 90px;
  padding-bottom: 95px; }
  article#contato.two-column form > p:nth-child(1) {
    margin-top: 0; }
  article#contato.two-column h1 {
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px; }
    article#contato.two-column h1 strong {
      font-size: 60px; }
  article#contato.two-column div > div:nth-child(1) > p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px; }

form.contact-form {
  font-family: 'Open Sans', sans-serif;
  float: right; }
  form.contact-form input#nome, form.contact-form input#email, form.contact-form input#telefone {
    display: block;
    width: 400px;
    box-sizing: border-box;
    padding: 4px 8px;
    font-size: 14px; }
  form.contact-form textarea#mensagem {
    display: block;
    resize: vertical;
    font-size: 14px;
    padding: 4px 8px;
    width: 400px;
    max-height: 500px;
    box-sizing: border-box; }
  form.contact-form input, form.contact-form textarea {
    background-color: #00648a;
    color: white; }
  form.contact-form input:focus, form.contact-form textarea:focus {
    background-color: #00AEEF;
    background-image: -moz-radial-gradient(50% 50%, ellipse cover, rgba(0, 100, 138, 0.1) 10%, rgba(0, 100, 138, 0.2) 35%, rgba(0, 100, 138, 0.6) 90%);
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(0, 100, 138, 0.1) 10%, rgba(0, 100, 138, 0.2) 35%, rgba(0, 100, 138, 0.6) 90%);
    background-image: -o-radial-gradient(50% 50%, ellipse cover, rgba(0, 100, 138, 0.1) 10%, rgba(0, 100, 138, 0.2) 35%, rgba(0, 100, 138, 0.6) 90%);
    background-image: -ms-radial-gradient(50% 50%, ellipse cover, rgba(0, 100, 138, 0.1) 10%, rgba(0, 100, 138, 0.2) 35%, rgba(0, 100, 138, 0.6) 90%);
    background-image: radial-gradient(50% 50%, ellipse cover, rgba(0, 100, 138, 0.1) 10%, rgba(0, 100, 138, 0.2) 35%, rgba(0, 100, 138, 0.6) 90%); }

article#action {
  text-align: center; }
  article#action .wrapper > img {
    margin-top: 50px; }
  article#action h1 {
    font-size: 75px;
    text-transform: uppercase; }
  article#action div.owl-item {
    text-align: center;
    font-size: 13px; }
    article#action div.owl-item img {
      display: inline-block;
      width: 110px;
      height: 121px;
      margin-right: 7px; }

div#owl-modalidades, div#owl-time {
  margin-bottom: 80px; }
  div#owl-modalidades div.owl-controls > div > div.owl-next,
  div#owl-modalidades div.owl-controls > div > div.owl-prev, div#owl-time div.owl-controls > div > div.owl-next,
  div#owl-time div.owl-controls > div > div.owl-prev {
    border-radius: 0;
    opacity: 0.65;
    height: 60px;
    position: absolute;
    bottom: 65px;
    transition: 0.3s; }
  div#owl-modalidades div.owl-controls > div > div.owl-next:hover,
  div#owl-modalidades div.owl-controls > div > div.owl-prev:hover, div#owl-time div.owl-controls > div > div.owl-next:hover,
  div#owl-time div.owl-controls > div > div.owl-prev:hover {
    opacity: 1;
    transition: 0.3s; }
  div#owl-modalidades div.owl-controls > div > div.owl-next, div#owl-time div.owl-controls > div > div.owl-next {
    background: url(images/ocg-button-r.svg) center no-repeat;
    right: -30px; }
  div#owl-modalidades div.owl-controls > div > div.owl-prev, div#owl-time div.owl-controls > div > div.owl-prev {
    background: url(images/ocg-button-l.svg) center no-repeat;
    left: -30px; }

article#lado-go {
  padding-top: 80px; }
  article#lado-go .wrapper > div:nth-of-type(1) img {
    float: right;
    margin-right: 32px; }
  article#lado-go .wrapper > div:nth-of-type(2) p, article#lado-go .wrapper > div:nth-of-type(2) h3 {
    text-align: justify;
    margin-left: 10px; }
  article#lado-go .wrapper > div:nth-of-type(2) ul {
    padding-left: 8px;
    list-style-type: none;
    margin-left: 10px; }
    article#lado-go .wrapper > div:nth-of-type(2) ul li {
      margin-bottom: 10px; }
    article#lado-go .wrapper > div:nth-of-type(2) ul li:before {
      content: "";
      display: block;
      float: left;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      position: relative;
      top: 3px;
      background: url(images/checkbox-checked.svg) no-repeat; }
    article#lado-go .wrapper > div:nth-of-type(2) ul li:last-child:before {
      height: 32px; }
  article#lado-go .wrapper > div:nth-of-type(2) p:first-child {
    margin-top: 35px; }
  article#lado-go hr {
    clear: both;
    border: 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 40px;
    padding-top: 40px; }
  article#lado-go .wrapper > div:first-of-type h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0; }

.nosso-time__title {
  text-transform: uppercase;
  font-size: 50px;
  text-align: center; }

.nosso-time__subtitle {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 23px; }

[data-icon]:before {
  font-family: Icomoon;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
  font-style: normal;
  position: relative;
  top: 2px; }

.arrow-icon {
  color: #2ECC71;
  margin-right: 9px; }

.ficha-tecnica {
  border-top: 2px dashed #ccc;
  padding: 18px 16px 11px;
  cursor: pointer; }

.ficha-tecnica:hover .ficha-tecnica__nome {
  background-color: rgba(163, 227, 251, 0.58); }

.ficha-tecnica.is-active:hover .ficha-tecnica__nome {
  background-color: inherit; }

.ficha-tecnica.is-active {
  padding: 50px 16px 32px;
  cursor: auto; }
  .ficha-tecnica.is-active .ficha-tecnica__col-n1 {
    width: 215px;
    transition: all 300ms ease; }
  .ficha-tecnica.is-active .ficha-tecnica__col-n2 {
    width: 638px;
    transition: all 300ms ease; }
  .ficha-tecnica.is-active .ficha-tecnica__nome {
    font-size: 24px;
    cursor: pointer; }
  .ficha-tecnica.is-active .ficha-tecnica__nome:hover {
    background-color: rgba(163, 227, 251, 0.58); }
  .ficha-tecnica.is-active .ficha-tecnica__rosto {
    width: 138px;
    transition: all 300ms ease; }

.ficha-tecnica:first-of-type {
  margin-top: 64px; }

.ficha-tecnica:last-of-type {
  margin-bottom: 50px; }

.ficha-tecnica__col-n1, .ficha-tecnica__col-n2 {
  float: left; }

.ficha-tecnica__col-n1 {
  width: 73px;
  margin-left: 60px;
  transition: all 300ms ease; }

.ficha-tecnica__col-n2 {
  width: 795px;
  transition: all 300ms ease; }

.ficha-tecnica .ficha-tecnica__nome {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 5px 0 5px 15px;
  transition: all 300ms ease; }

.ficha-tecnica p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0; }

.ficha-tecnica ul li {
  font-size: 14px;
  line-height: 1.6; }

.ficha-tecnica__rosto {
  width: 50px;
  transition: all 300ms ease; }

.ficha-tecnica__body {
  display: none; }

.balance {
  height: 317px; }

article#lado-fun {
  padding-top: 80px; }
  article#lado-fun .heading {
    font-size: 27px;
    margin-top: 44px;
    text-transform: uppercase;
    margin-left: 10px; }
  article#lado-fun .left-side {
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 30px; }
  article#lado-fun .right-side {
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 30px; }
  article#lado-fun h3 {
    text-transform: capitalize; }
  article#lado-fun .wrapper > div:nth-of-type(1) img {
    float: right;
    margin-right: 32px; }
  article#lado-fun .wrapper > div:nth-of-type(2) p {
    text-align: justify;
    margin-left: 10px; }
  article#lado-fun .wrapper > div:nth-of-type(2) p:first-child {
    margin-top: 35px; }
  article#lado-fun hr {
    clear: both;
    border: 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 40px;
    padding-top: 40px; }
  article#lado-fun .wrapper > div:first-of-type h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0; }

div#owl-time div {
  width: 100%; }
div#owl-time div.owl-controls > div > div.owl-next,
div#owl-time div.owl-controls > div > div.owl-prev {
  width: auto;
  bottom: 220px; }
div#owl-time .owl-item > div > div {
  width: 33.3333333%;
  text-align: center; }
  div#owl-time .owl-item > div > div img {
    height: 150px;
    display: inline-block;
    padding-right: 7px; }
  div#owl-time .owl-item > div > div h6 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 7px; }
  div#owl-time .owl-item > div > div p {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 20px; }

/*------------------------------------*\
    #BLOG
\*------------------------------------*/
#blog {
  padding-top: 90px;
  padding-bottom: 95px; }
  #blog a {
    text-decoration: none;
    color: darkslateblue; }
  #blog a:hover {
    text-decoration: underline; }

.the-loop {
  float: left;
  width: 600px;
  margin-right: 16px; }

.post {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 1.5em;
  min-height: 180px; }
  .post p {
    font-size: 14px;
    line-height: 25px; }

.post__title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 18px; }

.post__title--single {
  font-size: 32px;
  margin-top: 16px;
  font-weight: 400; }

.post__time {
  margin: 0 0 24px;
  font-weight: 300;
  font-size: 14px; }

.post img {
  float: left;
  margin-right: 1em;
  width: 150px;
  height: 150px; }

.post--single img {
  max-width: 100%;
  height: auto;
  margin: 16px 0; }

.author-info {
  margin-top: 50px;
  margin-bottom: 20px; }
  .author-info p {
    font-size: 13px;
    line-height: 25px; }
  .author-info h3 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    background-color: #00AEEF;
    padding: 10px 0;
    margin-bottom: 23px; }
  .author-info h4 {
    margin-bottom: 0;
    margin-top: 11px;
    font-weight: 300; }
  .author-info img {
    margin: 0; }

.author-info__col-img {
  width: 166px;
  float: left; }

.author-info__col-text {
  width: 434px;
  float: left; }

.sidebar {
  float: left;
  width: 344px;
  padding-left: 40px;
  box-sizing: border-box;
  border-left: 1px dotted #bbb; }
  .sidebar ul {
    padding: 0;
    padding-left: 22px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dotted #bbb; }

.sidebar__title:first-child {
  margin-top: 3px; }

.sidebar__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px; }

#blog .pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px; }
#blog .pagination span, #blog .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #000; }
#blog .pagination a:hover {
  color: #fff;
  background: #00AEEF; }
#blog .pagination .current {
  padding: 6px 9px 5px 9px;
  background: #00AEEF;
  color: #fff; }

.btn {
  padding: 9px 50px 10px;
  color: #333;
  background-color: white;
  border: 1px solid #ccc;
  transition: all 0.3s ease-out; }

.btn:hover {
  background-color: lightblue; }

.btn:focus {
  background-color: lightskyblue; }

/*------------------------------------*\
    #MODAL
\*------------------------------------*/
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 400px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

.md-content {
  background: #eee;
  text-align: center;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  padding: 15px 30px 30px;
  margin: 0; }

p#md-message {
  color: #333;
  text-shadow: none; }

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/*------------------------------------*\
    #RESPONSIVE-SLIDES
\*------------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  max-width: 1300px;
  margin: 0 auto; }

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