/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
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;
}
@font-face {
  font-family: 'Futura Md BT';
  src: url('../styles/fonts/subset-FuturaBT-Medium.eot');
  src: url('../styles/fonts/subset-FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/subset-FuturaBT-Medium.woff2') format('woff2'), url('../styles/fonts/subset-FuturaBT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
html {
  width: 100%;
  height: 100%;
}
html body {
  font-family: 'Futura Md BT';
  color: #ADA9A0;
  background-image: -o-linear-gradient(#4A4A4A, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000000));
  background-image: linear-gradient(#4A4A4A, #000000);
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 1440px;
  margin: 0 auto;
}
html body header {
  float: left;
  width: 280px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
html body header .mobile-menu,
html body header .close-menu {
  display: none;
}
html body header h1 {
  background: url(../images/mm.png) no-repeat center;
  background-size: contain;
  width: 200px;
  height: 266px;
  margin: 25px auto;
}
html body header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
html body header h1 a span {
  display: none;
}
html body header nav .menu-links {
  text-align: left;
  margin-left: 20px;
}
html body header nav .menu-links li {
  margin-bottom: 15px;
}
html body header nav .menu-links li.active a {
  color: #C58400;
}
html body header nav .menu-links li.active:before {
  display: block;
  content: ' ';
  background-image: url('../images/mm.png');
  background-size: contain;
  height: 28px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
html body header nav .menu-links li a {
  color: #ADA9A0;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 30px;
}
html body header nav .menu-links li:hover {
  color: #C58400;
}
html body header nav .menu-links li:before {
  display: block;
  content: ' ';
  height: 28px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
html body header nav .social-media {
  margin: 40px 20%;
  text-align: center;
  overflow: hidden;
}
html body header nav .social-media li {
  float: left;
  width: 50%;
}
html body header nav .social-media li a {
  background: url(../images/instagram.svg);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
html body header nav .social-media li a span {
  display: none;
}
html body header nav .social-media li:last-child a {
  background-image: url(../images/facebook.svg);
}
html body header .address {
  clear: both;
  font-size: 14px;
  margin-top: 20px;
  display: block;
  letter-spacing: 2px;
  line-height: 18px;
}
html body header .phones {
  margin-top: 20px;
  position: relative;
}
html body header .phones a {
  color: #ADA9A0;
  line-height: 25px;
  text-decoration: none;
}
html body header .phones:before {
  position: absolute;
  top: 27px;
  left: 45px;
  content: '';
  background: url(../images/phone.svg);
  background-size: contain;
  width: 20px;
  height: 21px;
  display: block;
}
html body header .disclaimer {
  position: relative;
  width: 70%;
  margin: 20px 15%;
  font-size: 13px;
  line-height: 18px;
}
html body header .disclaimer:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  background: url(../images/acessibility.svg);
  background-size: contain;
  width: 27px;
  height: 33px;
  display: block;
}
html body article {
  width: calc(100% - 380px);
  padding: 0 50px;
  float: left;
}
@media only screen and (max-width: 1439px) {
  html body {
    width: 100%;
    position: relative;
    margin: 0px;
  }
  html body main {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  html body {
    width: 100%;
  }
  html body main {
    width: 100%;
  }
  html body main header {
    will-change: all;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    z-index: 9;
    left: -318px;
    background-image: -o-linear-gradient(#4A4A4A, #000000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000000));
    background-image: linear-gradient(#4A4A4A, #000000);
  }
  html body main header .mobile-menu {
    display: block;
    position: absolute;
    right: -80px;
    top: 20px;
    height: 15px;
    width: 20px;
    background: url(../images/menu-icon.svg);
    background-size: contain;
  }
  html body main header .close-menu {
    position: absolute;
    top: 0px;
    right: 20px;
  }
  html body main header.active {
    will-change: all;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    left: 0px;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 20;
  }
  html body main header.active .mobile-menu {
    display: none;
  }
  html body main article {
    width: 100%;
    padding: 0;
    position: relative;
  }
  html body main article.fade:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 10;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  html body header h1 {
    width: 160px;
    height: 200px;
  }
  html body header nav .menu-links {
    margin: 0 auto;
    width: 180px;
  }
  html body header nav .menu-links li {
    margin-bottom: 5px;
  }
  html body header nav .menu-links li .active:before {
    height: 20px;
    width: 20px;
  }
  html body header nav .menu-links li:before {
    height: 20px;
    width: 20px;
  }
  html body header nav .menu-links li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
  }
  html body header nav .social-media {
    margin: 20px 20%;
  }
  html body header nav .social-media li a {
    height: 35px;
    width: 35px;
  }
  html body .address {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 550px) {
  html body header h1 {
    width: 160px;
    height: 120px;
  }
}
.section-title {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.section-title .title {
  font-size: 60px;
  text-transform: uppercase;
}
.section-title .description {
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
}
.section-title.align-left {
  text-align: center;
}
.section-title.align-left .title {
  float: left;
  width: 40%;
  font-size: 40px;
}
.section-title.align-left .description {
  float: right;
  width: 60%;
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .section-title.align-left .title {
    width: 100%;
    font-size: 60px;
  }
  .section-title.align-left .description {
    width: 100%;
    margin: 10px 0;
    font-size: 25px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 550px) {
  .section-title.align-left .title {
    font-size: 45px;
  }
  .section-title.align-left .description {
    font-size: 16px;
    line-height: 18px;
  }
  .section-title .title {
    font-size: 45px;
  }
}
.studio-title {
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.studio-title img {
  margin: 10px auto 0;
  display: block;
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .studio-title img {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .studio-title img {
    width: 50%;
  }
}
.section-gallery {
  overflow: hidden;
}
.section-gallery.margin-top {
  margin-top: 20px;
}
.section-gallery.studio .gallery-pictures {
  height: auto;
}
.section-gallery.studio .gallery-pictures .slick-list {
  width: 100%;
}
.section-gallery.studio .gallery-pictures .slick-slide {
  height: auto;
}
.section-gallery.studio .gallery-pictures .slick-next {
  left: 95%;
}
.section-gallery.studio .gallery-pictures .slick-prev {
  right: 95%;
}
.section-gallery .gallery-tattooer {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-gallery .gallery-tattooer .tattooer {
  float: left;
  width: 33.3%;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.section-gallery .gallery-tattooer .tattooer.active a {
  background: #4E4E4E;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.section-gallery .gallery-tattooer .tattooer a {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  text-decoration: none;
  overflow: auto;
  position: relative;
}
.section-gallery .gallery-tattooer .tattooer a img {
  float: left;
  width: 30%;
}
.section-gallery .gallery-tattooer .tattooer a p {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 100px;
  color: #FFFFFF;
}
.section-gallery .gallery-tattooer .tattooer a:hover {
  background: #4E4E4E;
}
.section-gallery .gallery-tattooer .tattooer a:hover p {
  font-weight: bold;
}
.section-gallery .gallery-pictures {
  width: 100%;
  height: 530px;
  clear: both;
  position: relative;
  max-height: 0;
  opacity: 0;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.section-gallery .gallery-pictures.active {
  max-height: 530px;
  opacity: 1;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.section-gallery .gallery-pictures .slick-list {
  width: 530px;
  margin: 0 auto !important;
  cursor: pointer;
}
.section-gallery .gallery-pictures .slick-list .picture img {
  width: 100%;
}
.gallery-thumbnails {
  width: 100%;
  height: 60px;
  clear: both;
  position: relative;
  max-height: 0;
  opacity: 0;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.gallery-thumbnails.active {
  max-height: 60px;
  opacity: 1;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 20px;
}
.gallery-thumbnails.active .picture.is-active {
  opacity: 1;
}
.gallery-thumbnails .picture {
  width: 60px;
  float: left;
  margin-left: 10px;
  opacity: 0.5;
  outline: none;
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery-thumbnails .picture img {
  width: 100%;
}
.gallery-thumbnails .picture.is-active {
  will-change: all;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 1;
}
.gallery-thumbnails .slick-list {
  width: 80%;
  margin: 0 auto !important;
  cursor: pointer;
}
.gallery-thumbnails .slick-next,
.gallery-thumbnails .slick-prev {
  background-size: contain;
  width: 13px;
  height: 22px;
  margin-top: -11px;
  z-index: 9;
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  height: 47px;
  width: 29px;
  margin-top: -15px;
  background: url();
  font-size: 0;
  border: 0px;
  z-index: 8;
  cursor: pointer;
}
.slick-next:focus,
.slick-prev:focus {
  outline: none;
}
.slick-next {
  left: 90.5%;
  background-image: url(/assets/images/next.svg);
}
.slick-prev {
  right: 90.5%;
  background-image: url(/assets/images/prev.svg);
}
.slick-slide {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .section-gallery {
    margin: 30px;
  }
  .section-gallery .gallery-tattooer {
    width: 100%;
  }
  .section-gallery.studio .slick-next {
    right: 5px;
    left: auto;
  }
  .section-gallery.studio .slick-prev {
    left: 5px;
    right: auto;
  }
  .gallery-thumbnails .slick-list {
    width: 85%;
  }
  .gallery-thumbnails.active {
    margin-top: 30px;
  }
  .slick-next {
    right: 5px;
    left: auto;
  }
  .slick-prev {
    left: 5px;
    right: auto;
  }
}
@media only screen and (max-width: 550px) {
  .section-gallery {
    margin: 0 10px;
  }
  .section-gallery.studio .gallery-pictures.active {
    height: auto;
    min-height: 100px;
  }
  .section-gallery.studio .gallery-pictures .slick-next {
    right: 5px;
    left: auto;
  }
  .section-gallery.studio .gallery-pictures .slick-prev {
    left: 5px;
    right: auto;
  }
  .section-gallery.studio.home .gallery-pictures.active {
    height: auto;
  }
  .section-gallery .gallery-tattooer .tattooer a img {
    float: none;
    width: 50%;
  }
  .section-gallery .gallery-tattooer .tattooer a p {
    position: relative;
    margin-top: 10px;
    margin-left: auto;
  }
  .section-gallery .gallery-pictures {
    height: 300px;
  }
  .section-gallery .gallery-pictures.active {
    min-height: 280px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .section-gallery .gallery-pictures .slick-list {
    width: 85%;
  }
  .section-gallery .gallery-pictures .slick-list .slick-slide img {
    width: 100%;
    height: 100%;
  }
  .section-gallery .gallery-pictures .slick-prev,
  .section-gallery .gallery-pictures .slick-next {
    background-size: contain;
    height: 32px;
    width: 20px;
  }
  .section-gallery .gallery-pictures .slick-prev {
    left: 3px;
  }
  .section-gallery .gallery-pictures .slick-next {
    right: 3px;
  }
  .gallery-thumbnails.active {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #home .section-gallery .gallery-pictures .slick-list .slick-slide img {
    height: auto;
  }
}
.multiple-text {
  padding: 20px 25%;
  text-align: center;
}
.multiple-text.home {
  padding: 20px 15%;
}
.multiple-text p {
  margin: 20px auto;
}
.multiple-text.line-height {
  line-height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .multiple-text {
    padding: 20px 15%;
  }
}
@media only screen and (max-width: 550px) {
  .multiple-text {
    padding: 40px;
  }
}

/*# sourceMappingURL=o-estudio.css.map */
