@font-face {
  font-family: 'dosisbold';
  src: url("../fonts/dosis-bold-webfont.woff2") format("woff2"), url("../fonts/dosis-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'dosismedium';
  src: url("../fonts/dosis-medium-webfont.woff2") format("woff2"), url("../fonts/dosis-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'dosis';
  src: url("../fonts/dosis-regular-webfont.woff2") format("woff2"), url("../fonts/dosis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dosissemibold';
  src: url("../fonts/dosis-semibold-webfont.woff2") format("woff2"), url("../fonts/dosis-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --img-size: 200px;
}

html {
  height: 100%;
}

/* General styles */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-size: 1rem;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
  font-family: "dosis", arial, sans-serif, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
}

.view {
  display: -ms-grid;
  display: grid;
  grid: auto / 1fr 200px;
  text-align: center;
}

figure img {
  width: 100%;
  /* 	max-width: 1024px; */
}

figcaption {
  padding: 2rem 0;
  font-size: 1.2rem;
}

.ut-navigation.scrolled {
  background: #fff;
}

.art-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 	height: 100vh; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg {
  background: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center;
}

.bg-fruits {
  background: url(../img/bg-fruits.jpg);
  background-size: cover;
  background-position: center;
}

.bg-architecture {
  background: url(../img/bg-architecture.jpg);
  background-size: cover;
  background-position: center;
}

.bg-landscapes {
  background: url(../img/bg-landscapes.jpg);
  background-size: cover;
  background-position: center;
}

.bg-ocean {
  background: url(../img/bg-ocean.jpg);
  background-size: cover;
  background-position: center;
}

.bg-flowers {
  background: url(../img/bg-flowers.jpg);
  background-size: cover;
  background-position: center;
}

.bg-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  background: url(../img/bg-header.jpg);
  background-size: cover;
}

.header-title {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 5px;
}

.art-logo {
  width: 80%;
  display: block;
  margin: auto;
}

.art-logo2 {
  width: 300px;
  display: inline-block;
  padding: 15px 15px 0;
}

.artist-wrapper {
  padding-top: 15px;
  font-weight: 300;
  font-size: 16px;
  max-width: 1024px;
  margin: auto;
}

.artist-wrapper p {
  position: relative;
  text-align: justify;
  margin: 0;
}

.artist {
  width: 100%;
  border-radius: 10px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem;
  background: transparent;
}

.menu__logo {
  margin-right: auto;
}

.menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* 	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%); */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__item {
  color: #aba3a3;
  font-family: dosismedium;
  font-weight: normal;
  margin: 0 .5rem;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 1px;
  position: relative;
}

.menu__item.current,
.menu__item.current:after {
  color: #fff;
}

.menu .btn {
  display: none;
  color: #fff;
}

.menu.menu-small {
  padding: 1rem 2rem;
  background: #2E2D3B;
}

.menu.menu-small .menu__item:hover,
.menu__item:hover {
  color: #fff;
}

.md-close {
  color: #d0d0d0;
}

.vertical {
  padding: 2rem 0 0 2rem;
}

.vertical > .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vertical > .menu__item > span {
  position: relative;
  padding-left: 2rem;
}

.vertical > .menu__item > span::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.vertical > .menu__item > span::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  margin-left: -2rem;
  border-left: 1px solid #fff;
}

.vertical > :last-child > span::after {
  display: none;
}

.menu.vertical .menu__item.current {
  color: #fff;
  border-bottom: none;
  border-left: 3px solid;
}

.vertical .menu__item {
  margin: 0;
  color: #d0d0d0;
}

.vertical .menu__item:hover,
.vertical .menu__item.current {
  color: #f97142;
}

.vertical .menu__item:hover > span::before,
.vertical .menu__item.current > span::before {
  background: #f97142;
}

.gallery-menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #212121;
}

.gallery-menu .btn {
  float: right;
  font-size: 18px;
}

.ratio-50 {
  position: relative;
}

.ratio-50:before {
  content: "";
  display: block;
  padding-top: 30%;
}

.bg-home {
  width: 100%;
}

.wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.portfolio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-auto-flow: dense;
  padding: 1rem;
}

.portfolio > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio a {
  display: block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.portfolio img {
  width: 100%;
  height: auto;
}

.title-album {
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
}

.portfolio a:hover {
  opacity: .4;
}

.item-album {
  position: relative;
}

.item-album img {
  width: 100%;
  /* 	height: 30vw; */
  display: block;
  position: relative;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 2rem;
  padding: 2rem;
}

.item-image a {
  display: block;
  background: #fff;
}

.item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.item-image img:hover {
  opacity: .7;
}

.item-image figcaption,
figcaption {
  padding: 10px 10px 0 0;
  text-align: right;
}

.item-image figcaption span,
figcaption span {
  display: block;
}

figcaption .item-style,
.item-image figcaption .item-style {
  color: #bbb;
}

.item-image figcaption .item-price,
figcaption .item-price {
  font-weight: 100;
}

figcaption .item-price {
  font-weight: bold;
  color: #f97142;
}

.container-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: carouselAnim 50s infinite alternate linear;
          animation: carouselAnim 50s infinite alternate linear;
}

.carousel figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: var(--img-size);
  padding: 0;
  margin: 1rem;
}

.carousel figure img {
  border-radius: 2px;
  -webkit-box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.2);
}

.faders {
  width: 100%;
  position: absolute;
  height: 100%;
}

.faders .left,
.faders .right {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.faders .right {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@-webkit-keyframes carouselAnim {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(calc(-100% + (5*var(--img-size))));
            transform: translate(calc(-100% + (5*var(--img-size))));
  }
}

@keyframes carouselAnim {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(calc(-100% + (5*var(--img-size))));
            transform: translate(calc(-100% + (5*var(--img-size))));
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social > * {
  padding: 1rem;
}

footer {
  margin-top: auto;
}

.footer-copy {
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  font-size: .8rem;
  color: #a09d9d;
}

.footer-copy > span {
  text-transform: initial;
  font-size: .7rem;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 768px) {
  /* 	.carousel-control .glyphicon-menu-left,
	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: auto;
		height: auto;
		margin-top: 0;
		font-size: 30px;
	}

	.carousel-control .glyphicon-menu-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-control {
		padding-top: 8%;
		width: 5%;
	} */
}

.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-120,
.spacer-130,
.spacer-150,
.spacer-200 {
  margin: 10px 0;
  border-color: transparent !important;
}

.spacer-10 {
  margin: 10px 0;
}

.spacer-20 {
  margin: 20px 0;
}

.spacer-30 {
  margin: 30px 0;
}

.spacer-40 {
  margin: 40px 0;
}

.spacer-50 {
  margin: 50px 0;
}

.spacer-60 {
  margin: 60px 0;
}

.spacer-70 {
  margin: 70px 0;
}

.spacer-80 {
  margin: 80px 0;
}

.spacer-90 {
  margin: 90px 0;
}

.spacer-120 {
  margin: 120px 0;
}

.spacer-130 {
  margin: 130px 0;
}

.spacer-150 {
  margin: 150px 0;
}

.spacer-200 {
  margin: 200px 0;
}

/* Form */
/*
.wpcf7 {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wpcf7 > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
} */
.wpcf7 input,
.wpcf7 textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #2E2D3B;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 20px;
  color: #000000;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: 0;
}

.wpcf7-submit {
  margin-top: 10px;
  padding: 10px 35px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #2E2D3B;
  color: #ddd;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.wpcf7-submit:hover {
  background: #000;
  color: #fff;
}

.modal-body {
  color: #000;
}

.modal-body span {
  font-size: 1.5em;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  background: transparent !important;
}

@media screen and (max-width: 45em) {
  .art-logo2 {
    width: 80%;
  }
  .item-album img {
    height: auto;
  }
  .item-image img {
    width: 100%;
    height: auto;
  }
  .header-title {
    display: none;
  }
  .spacer-70 {
    margin: 30px 0;
  }
  .md-modal-about .artist-wrapper {
    display: block;
  }
  .md-modal-about .artist-wrapper > * {
    display: block;
    width: 100%;
  }
  .md-modal-about .artist-wrapper > :last-child {
    padding: 2em;
  }
  .glyphicon-menu-left,
  .glyphicon-menu-right {
    right: 33%;
  }
  .view {
    display: block;
  }
  .carousel-control {
    display: none;
  }
  .md-modal-about .artist-wrapper .artist {
    width: 100%;
  }
}

@media screen and (max-height: 35em) {
  .art-header.contact {
    display: block;
    height: 100%;
    padding: 80px 0;
  }
  .wpcf7 {
    position: relative;
  }
  .md-modal-menu {
    overflow-y: scroll;
  }
  .art-logo2 {
    width: 50%;
  }
  .gallery-menu .btn {
    padding-top: 4%;
  }
  .md-modal-about .artist-wrapper .artist {
    width: 50%;
  }
}

@media (max-width: 768px) {
  img.nikolyart-logo {
    max-width: 220px;
  }
  .carousel {
    -webkit-animation: carouselAnim 30s infinite alternate linear;
            animation: carouselAnim 30s infinite alternate linear;
  }
  @-webkit-keyframes carouselAnim {
    from {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    to {
      -webkit-transform: translate(calc(-100% + (2*300px)));
              transform: translate(calc(-100% + (2*300px)));
    }
  }
  @keyframes carouselAnim {
    from {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    to {
      -webkit-transform: translate(calc(-100% + (2*300px)));
              transform: translate(calc(-100% + (2*300px)));
    }
  }
}

@media (min-width: 768px) {
  img.nikolyart-logo {
    max-width: 220px;
  }
  .portfolio {
    -ms-grid-rows: (minmax(20rem, 1fr))[3];
        grid-template-rows: repeat(3, minmax(20rem, 1fr));
  }
}

@media (max-width: 992px) {
  .menu__item {
    display: none;
  }
  .menu .btn {
    display: block;
  }
  .ratio-50:before {
    padding-top: 50%;
  }
}

@media (min-width: 2000px) {
  .ratio-50:before {
    padding-top: 15%;
  }
}
/*# sourceMappingURL=main.css.map */