@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLight.woff2') format('woff2'),
        url('../fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


.img-responsive{max-width:100%;position: relative;display:block;}
.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}


body{ font-family: 'Gotham';font-weight: 400;}
.top_header {
    background: #000000;
}
.site-logo a {
    text-decoration: none;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
.site_mailnumber a:hover {
    color: #fff;
}
.site_mailnumber a {
    text-decoration: none;
    font-size: 14px;
    color: #a3b7c3;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: 600ms all;
}
.site-nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.site-nav ul li {
    list-style: none;
}

.site-nav ul li a {
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    padding: 0 26px;
    display: inline-block;
    color: rgba(52, 54, 53, 0.8);
    font-size: 13px;
    font-weight: 500;
}
.site-nav ul li a.active {
    color: #ff6e73;
    text-decoration: underline;
}
section.banner {
    position: relative;
}
section.banner {
    position: relative;
}

/*.banner_text {
    position: absolute;
    width: 38%;
    left: 50%;
    right: 0;
    top: 25%;
    text-align: center;
}*/
.banner_text {
position: absolute;
    width: 30%;
    left: 60%;
    right: 0;
    top: 18%;
    text-align: center;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.banner_text h1 {
    color: #000;
    font-size: 35px;
    font-weight: 800;
}

.banner_text p {
    font-size: 15px;
    font-weight: 400;
    color: rgb(0 0 0 / 80%);
    letter-spacing: 0.5px;
    margin: 15px 0;
    line-height: 25px;
    margin-bottom: 0;
}

.banner_text a {
    text-decoration: none;
    background: #ffeb3b;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
        margin-top: 15px;
}
.banner_text p b {
    font-weight: 500;
    color: black;
}
section.get_painting {
    background: #FFF7C9;
    padding: 40px 0;
}

.painting_buy {
    text-align: center;
}

.painting_buy h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 15px;font-weight: 700;
}

.painting_buy p {
    color: #ff6e73;
    font-size: 18px;
}

.painting_buy a {
    text-decoration: none;
    background: #424242;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: 600ms all;
    border: 1px solid #424242;
    color: #fff;
}

.painting_buy a:hover {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color:#000;
}

.box-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 280px;
    width: 100%;
    display: table;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 3px 25px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 25px -4px rgb(0 0 0 / 30%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.box-image:before {
    background-color: rgba(52, 54, 53, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.box-image:before {
    background-color: rgba(0,0,0,0.4);
}
.box-image-inside {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    text-transform: uppercase;
}
.box-image-inside .cursive {
    opacity: .9;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
}
section.exibition_sec {
    padding: 40px 0;
    position: relative;
}
.page_head {
    padding-bottom: 40px;
}
.page_head h2{
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin:0;
}
.page_head span {
    color: #ff6e73;
}
.box-image:hover{
    text-decoration: none;
}
section.about_artist {
    background: #fff7c9;
    padding: 40px 0;
    position: relative;
}
.aboutme{padding-left:30px;}
.aboutme h2{
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom:15;

}
.aboutme p{
 font-size: 18px;
 color:#000;
 text-align: justify;
}
.aboutme p.red{
    color: #ff6e73;
    font-size: 18px;
}
.about_artist .row > div{height:100%;}
.artist_photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
    padding: 20px;
    border: 10px solid #000;
}
footer {
    background: #000;
    padding: 15px 0;
    position: relative;
}
footer span,footer a {
    text-decoration: none;
    font-size: 14px;
    color: #898989;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: 600ms all;
}

footer a {
    padding: 0 10px;
    color: #a3b7c3;
}
.inner-banner img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.inner-banner {
    position: relative;
}

.inner-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.inner-banner .banner_text {
    width: 100%;
    left: 50%;
    right: 0;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    backdrop-filter:none;
    display: block;
}

.inner-banner .banner_text h1 {
    color: #fff;
    font-size: 35px;
}

.inner-banner .banner_text p {
    color: #fff;
}
.contact_form {
    padding: 40px 0;
}

.contact_form form .row {
    margin-bottom: 20px;
}

.contact_form form .row .col lable {
    display: block;
    width: 100%;
}

.contact_form form .row .col {
    flex-wrap: wrap;
}

.contact_form form .row .col * {
    width: 100%;
}

.contact_form form .row .col input {
    border: 1px solid rgba(62,62,62, 0.2);
    min-height: 45px;
    border-radius: 2px;
    outline: none;
    padding: 10px;
}

.contact_form form .row .col label {
    color: #3e3e3e;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}
.contact_form form .row button.submit-btn {
    text-decoration: none;
    background: #ffeb3b;
    display: inline-block;
    padding: 15px 60px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    border: 0;
    max-width: 200px;
}
.gall_pic img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gall_pic {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.gall_pic .gall_txt {
    position: absolute;
    top: 50%;
    transform: translate(-50%, 100%);
    left: 50%;
    color: #fff;
    z-index: 5;
    transition: 600ms all;
    opacity: 0;
}

.gall_pic a::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(13 16 36 / 75%);
    z-index: 1;
    position: absolute;
    transition: 600ms all;
    opacity: 0;
}

.gall_pic .gall_txt h3 {
    font-size: 30px;
    border-bottom: 2px solid #fff;
}

.gall_pic:hover .gall_txt {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.gall_pic:hover a::before {
    opacity: 1;
}
section.exibitions .row {
    margin-bottom: 40px;
}
section.exibitions {
    padding: 40px 0;
}
.exibitions_txt h3,.exibitions_txt h4 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

.exibitions_txt {
    padding-left: 30px;
}

.exibitions_txt ul {
    padding: 0;
    margin-bottom: 20px;
}

.exibitions_txt ul li {
    list-style: none;
    font-size: 14px;
    margin: 0 0 15px;
}

.exibitions_txt h4 {
    font-size: 18px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.yellow_btn a{
        text-decoration: none;
    background: #ffeb3b;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top:5px;
}
section.home_slider_gall > .container-fluid {
    padding: 0;
}
section.home_slider_gall .carousel-item   img {
    max-height: 500px;
    height:500px;
    width: 100%;
    object-fit: cover;
        box-shadow: 2px 2px 4px rgb(120 144 156 / 30%);
    padding: 15px;
    margin-bottom:15px;
}

section.home_slider_gall {
    padding: 40px;
    background: #fff;
}
/*div#home_galler .carousel-item .col {
    padding: 0;
}
*/
/*div#home_galler .carousel-item .col:nth-child(1) {
    padding-right: 20px;
}

div#home_galler .carousel-item .col:nth-child(2) {
    padding-left: 20px;
}*/
.carousel-control-prev {
    /*background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
    background:transparent;
    opacity: 0;
}

.carousel-control-next {
   /* background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
    background:transparent;
    opacity: 0;
}
.carousel-control-next,.carousel-control-prev{opacity:1;}
.carousel-control-next span, .carousel-control-prev span {
    background-size: 45px;
    opacity: 1;
}

div#home_galler {
    padding: 0;
}

.home_slider_gall .row {
    margin: 0;
}
.exibitionsbox {
    transition: all .3s ease;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 3%);
    border: 1px solid #e2e2e2;
    background-color: #fff;
    margin: 15px 0;
    position: relative;
}
.exibitionsbox a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.exibitionsbox:hover {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.exibitionsbox .exibitions_img img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    min-height: 250px;
}

.exibitions_data h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.exibitions_data {
    padding: 15px;
}

.exibitions_data p {
    font-size: 14px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.exibitions_data p span i {
    color: #ff6e73;
}
section.exibition_detail {
    padding: 40px 0;
    /* background: #F2F2EF; */
    border-top: 1px solid #F2F2EF;
}

section.exibition_detail .painting_buy ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.exibition_detail .painting_buy ul li i,section.exibition_detail .painting_buy ul li span {
    width: 100%;
    display: block;
    text-align: left;
    font-style: normal;
}

section.exibition_detail .painting_buy ul li {
    flex-wrap: wrap;
    margin: 0 15px;
}

section.exibition_detail .painting_buy ul li span {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

section.exibition_detail .painting_buy ul li i {
    color: #ff6e73;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
}
.exibtiongall{
    background: #fff !important;padding:0;
}
.exibtiongall img{background:#fff;}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
    border: 0;
    background: #ff6e73;
    color: transparent;
    left: 15px;
    right: auto;
    z-index: 2;
    text-align: center;
}

.slick-arrow.slick-next {
    right: 15px;
    left: auto;
}

.slick-arrow::before {
    content: "\ea9d";
    font-family: IcoFont!important;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.slick-arrow.slick-next::before {
    content: "\eaa0";
}
/**/

@media (min-width: 992px) {
  .slider,
.slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #fff;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@media (max-width: 768px) {
    header.header {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        background: #fff;
        top: 50px;
        z-index: 9991;
        transition: 600ms all;
        transform: translateX(100%);
    }
    header.header.active{transform: translateX(0%);}
    header.header ul {
        flex-wrap: wrap;
    }

    header.header ul li {
        width: 100%;
    }

    .header .site-nav ul li a {
        height: auto;
        min-height: auto;
        line-height: 28px;
        padding: 10px 10px;
    }
    .top_header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .top_header .site_mailnumber {
        display: none;
    }

    .site-logo a {
        font-size: 34px;
    }
    .banner_text {
        width: 80%;
        left: 10%;
        top: 24%;
    }
    footer a{padding: 0 5px;}.banner_text h1{font-size:25px;}.banner_text p{font-size: 14px;}
    .slide .slide__img{height: 100vh;}.banner_text a{padding: 10px 40px;}
    .hamburgur {
        width: 40px;
        height: 35px;
        background: #fff;
        position: fixed;
        right: 0;
        left: auto;
        z-index: 9999;
        top: 51px;
        line-height: 35px;
        text-align: center;
    }

    .hamburgur span {
        width: 15px;
        height: 2px;
        display: block;
        background: #000;
        margin: 0 auto;
        position: relative;
        top: 16px;
        left: 4px;
        right: 0;
        text-align: center;
        transition: 600ms all;
    }

    .hamburgur span::before,.hamburgur span::after {
        content: "";
        position: absolute;
        width: 26px;
        height: 2px;
        background: #000;
        top: -8px;
        left: -10px;
        right: 0;
        margin: 0 auto;
        transition: 600ms all;
    }

    .hamburgur span::after {
        top: auto;
        bottom: -8px;
    }
    .hamburgur.active span {background: transparent;}

    .hamburgur.active span::before {
        top: 0px;
        transform: rotate(45deg);
    }

    .hamburgur.active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .wrapper {
        padding-top: 50px;
    }
/*    section.banner.inner-banner .banner_img{
        padding: 30px 0;
    }*/
    section.about_artist .row > div {
        width: 100%;
    }
    section.about_artist .row {
        flex-wrap: wrap;
    }
    section.banner.inner-banner.hidden-xs{display:none;}
    .aboutme {
        padding: 0;
        padding-top: 20px;
    }
    .aboutme h2,.painting_buy h2,.inner-banner .banner_text h1{font-size: 22px;}.aboutme p{font-size:15px;line-height:22px;text-align:left;}
    section.exibitions,section.exibition_detail {
        padding: 20px 0;
    }
    section.exibitions .row,.gallery_page .row,section.exibition_detail .painting_buy ul {
        flex-wrap: wrap;
    }
    section.gallery_page {
        padding-top: 20px;
    }
    section.exibitions .row> div, .gallery_page .row > div,section.exibition_detail .painting_buy ul li,.contact_us .row > div{width:100%;}.gall_pic img{height: auto;}
    section.banner.inner-banner {
    min-height: 210px;
    position: relative;
}

section.banner.inner-banner .banner_img {
    height: 100%;
    min-height: 210px;
}

.inner-banner img {
    height: 210px;
    width: 100%;
    max-width: none;
}
}
.help-block-error {
 color:red;	
}	