/*!
Theme Name: UnderBoot
Theme URI: http://dinevthemes.com/themes/underboot/
Author: Dmitry Dinev
Author URI: http://www.dinevthemes.com/
Description: Combination of Underscores starter theme and Bootstrap framework as a starting point for your next WordPress theme or website.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underboot
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
@font-face {
    font-family: "Avenir-Light";
    src: url("fonts/Avenir-Light.ttf");    
}
.navbar-nav .nav-link {
 
    font-family: "Avenir-Light";
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.navbar.navbar-dark,
.site-footer {
    background-color: #343a40;
}

.site-footer,
.site-footer a {
    color: #6c757d;
}

.bypostauthor{}

/*--------------------------------------------------------------
# Menu / Navigation
--------------------------------------------------------------*/
.dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropright .dropdown-toggle::after {
    margin-left: .5em;
}
.dropdown-toggle::after,
.dropdown-toggle::before {
    vertical-align: middle !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .357em;
    vertical-align: .357em;
    content: "";
    margin-top: -.28em;
    width: .42em;
    height: .42em;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-item.show .dropdown-toggle::after {
    -webkit-transform: translateY(50%) rotate(-135deg);
    transform: translateY(50%) rotate(-135deg);
}


/*--------------------------------------------------------------
# Post/Page Navigation
--------------------------------------------------------------*/
.nav-links {
    margin: 20px 0;
}

.nav-links .btn {
    background-color: #f2f2f2;
}

.page-numbers {
    position: relative;
    display: inline-block;
    padding: .5rem .95rem;
    margin-left: -6px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-numbers:hover{
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-numbers.current{
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; 
}

.page-numbers:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; 
}

.nav-previous, .nav-next {
    display: inline-block;
}


/*--------------------------------------------------------------
# Images / Gallery
--------------------------------------------------------------*/

/* =Header Image & Site Logo Image == */

.custom-logo {
    max-height: 40px;
    width: auto;
}

.wp-custom-header {
    overflow: hidden;
}

.wp-custom-header img {
    width: 100%;
    height: auto;
}


/* =Images ========================= */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
	font-size: 90%;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}
 
.card .wp-post-image {
    height: auto;
}

/* == WP Gallery ====================*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Home / Archives / Front Page
--------------------------------------------------------------*/

.front-page .jumbotron {
    background-size: cover !important;
}

.front-page .jumbotron {
    background-color: #FFF;
}

.front-page .jumbotron .container {
    max-width: 40rem;
}

.front-page .jumbotron {
	border-radius:0;
}

.blog .jumbotron {
    background-size: cover !important;
}

/*--------------------------------------------------------------
# Post/Page
--------------------------------------------------------------*/
.cat-links,
.tags-links,
.entry-date {
    margin-right: 10px;
}

.edit-link {
    display: block;
    margin: 10px 0;
}

.entry-title,
.page-title,
.blog-header h1 {
	word-wrap: break-word;
}

time.updated {
    display: none;
}

.content-area >*,
.comments-area >*,
.widget-area >* {
    max-width: 100%;
}
/*************************/

@media screen and (min-width: 800px) {
    nav.navbar .my-container {
        max-width: 90%;
        position: relative;
        padding: 0px 60px;
        margin: 0 auto;
    }
    nav.navbar .my-container a.custom-logo-link {
        width: auto;
        margin-left: 0;
    }
    nav.navbar .my-container a.custom-logo-link .custom-logo {
        position: relative;
        left: -15px;
    }
}
.my-container {
    width: 100%;
    display: flex;
}
/* .slick-initialized .slick-slide {
  display: block;
  filter: alpha(opacity=40);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.slick-initialized .slick-center {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.3s ease-out;
}
.slick-arrow {
    background: transparent;
    border: none;
    font-size: 0;z-index: ;
} */
button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 41px;
    outline: none !important;
        z-index: 9;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 41px;
    outline: none !important;
}
h1 {
    font-size: 1.17em;
}
.content p {
    color: #000;
    font-size: 12px;
}
.bottom-text {
    padding: 0 55px;
}
.home-page {
    padding: 0px 0px 50px;
}
.slider-wrap {
    margin-bottom: 50px;
}
.content-wrap {
    text-align: center;
    color: #fff;
}
.textwidget,h5.widget-title {
    font-size: 12px;
    background-color: #3a2e17;
    color: #e6e0e0;
    padding: 5px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.social-wrap .social {
    padding: 0 10px;
}
.social-wrap {
    display: flex;
    justify-content: center;
    font-size: 0px;
}
/*.social.fb:after {*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    content: "\f082";*/
/*    font-size: 16px !important;*/
/*}*/
/*.social.insta:after {*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    content: "\f16d";*/
/*    font-size: 16px !important;*/
/*}*/
.wrap-artist .artist-a img {
	width: 100%;
    object-fit: contain;
    height: auto;
    max-height: 200px;
}
.wrap-artist .art-wrap {
    width: 25%;
    display: flex;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
}
.artist-name {
    margin-top: 20px;
}
a.artist-a {
color: #333;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.wrap-artist {
    display: flex;
    flex-wrap: wrap;
}
.about-wrap {
    padding: 0 80px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #0a0a0a !important;
}
.single-art {
    display: flex;
    flex-wrap: wrap;
}
.art-wrap.innr-wrap img {
    width: 100%;
}
.title-con {
    font-size: 1.75rem;
    text-align: center;
    color: #000;
    max-width: 475px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.contact-pd {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0;
}
.wrap-con {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.wrap-con input,.wrap-con textarea {
    overflow: visible;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    width: 100%;
}
.wd-50 {
    flex: 0 0 49%;
}
.sec.inline {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.btn-wrap {
    width: 100%;
    text-align: right;
}

.btn-wrap input {
    padding: 6px 15px 6px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #3a2d15;
    color: white;
    width: auto;
}
.box-img img {
    width: 100%;
    height: auto;
    /*height: 230px;*/
    object-fit: contain;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
}
.wrap-year {
    display: flex;
    flex-wrap: wrap;
}
.wd-25 {
    flex: 0 0 25%;
    padding: 0 15px;
}
.box-content-wrap {
    margin-top: 15px;
}

.box-content-wrap h2 {
    font-size: 13px;
    color: #000;
}
.wrap-year .wd-25:first-child .year-num {
    display: block;
}

.wrap-year .wd-25 .year-num {
    display: none;
}
.wrap-year {
    border-top: 1px solid #000;
    padding-top: 98px;
    padding-bottom: 99px;
    position: relative;
}
.year-num {
    position: absolute;
    z-index: 999;
    top: 40px;
}
.exibition-wrap-main {
    max-width: 1090px;
    margin: 0 auto;
}
.single-art {
 
    width: 100%;
 
}
.artist-name {
    font-size: 14px;
    color: #000;
}
.content h2 strong {
    font-size: 1.09rem !important;
    margin-bottom: 10px;
    margin-top: 11px;
    letter-spacing: normal;
    color: #000;
}
.content, .content p {
    font-size: 14px !important;
    color: #000;
}
.artist-name p {
    margin-bottom: 5px;
}
.main-title {
    margin-bottom: 40px;
    font-size: 13px;
}
.about-wrap {
    padding: 0 80px;
    margin-bottom: 100px;
    margin-top: 50px;
}
.main-wid {
    display: flex;
}
.custom-logo {
    max-height: 40px;
    width: 100%;
}
.logo-big {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.logo-big img.custom-logo {
    width: 100%;
    max-height: unset;
    max-width: 600px;
    margin: 0 auto;
}
.wd-50 {
    flex: unset;
    width: 50%;
}
.slider-wrap img {
    max-height: 600px;
    object-fit: contain;
}
button.slick-arrow {
    display: none;
}
.home header#masthead {
    display: none;
}
.menu-slider .collapse.navbar-collapse {
    display: block;
}
.menu-slider ul li a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.menu-slider ul li {
    padding-left: 15px;
}
.menu-slider ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.image-sec {
    margin-top: 100px;
}
.box-title {
    text-align: center;
}
.exibition-wrap-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}
.head-click {
    font-size: 1.09rem !important;
    margin-bottom: 10px;
    margin-top: 11px;
    letter-spacing: normal;
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 40px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.content {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.box-show {
    display: none;
}
.head-click.active{
        transition: 0.5s;
}
.head-click:before {
    content: "+";
        transition: 0.5s;
}
.head-click.active:before {
    transform: rotate(45deg);
    display: inline-block;
    transition: 0.5s;
}
.main-title {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.08em;
}
.box-content-wrap h2 {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 25px;
}
.artist-name p {
    margin-bottom: 5px;
    font-family: 'ABeeZee', sans-serif;
    letter-spacing: 0.06em;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    letter-spacing: 0.2em;
}
.home footer {
    display: none;
}
.exibition-wrap-main {
    max-width: 100%;
    padding: 0 75px;
    margin-top: 40px;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-list {
    padding-left: 0;
}
.comment-list .comment {
    display: block;
}
.comment-content.card-block {
    padding: 20px;
}
.comment-body .pull-left {
    padding-right: .625rem;
}

.comments-area {
    margin: 40px 0;
}

.comments-title {
    padding-bottom: 20px;
}

.comments-link {
    text-align: right;
    display: block;
}

.comments-title,
.comment-reply-title {
    font-size: 1.5rem;
}

.comment-meta,
.comment-body .card-header h5 {
    font-size: 1rem;
}
.custom-logo {
    max-height: 60px;
    width: 100%;
}
a.custom-logo-link {
    margin-left: 40px;
}
.menu-slider ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
}
.menu-slider ul li {
    padding-left: 0;
}
 
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.calendar_wrap table {
    width: 90%;
    text-align: right;
}

.calendar_wrap caption {
    text-align: center;
}

.calendar_wrap tfoot {
    text-align: justify;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
 
}
 
.main-title {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.08em;
    font-family: 'Raleway', sans-serif;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
	display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: unset;
}
.logo-big a.custom-logo-link {
    margin: 0;
}
.site-footer {
    padding: 30px 0 !important;
}
.site-footer {
    background-color: transparent !important;
}
.textwidget, h5.widget-title {
    font-size: 12px;
    background-color: transparent;
    color: #e6e0e0;
 
}
.address h5.widget-title, .address p {
    color: #000;
}
.address h5.widget-title, .address p {
    color: #000;
    text-align: left;
}
section#text-2 {
    font-family: "Avenir-Light";
}
.site-footer {
    border-top: 1px solid #000;
}
h5.widget-title {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-family: 'Raleway', sans-serif;
}
span.ph {
    padding-left: 37px;
}
.exibition-wrap-main {
    max-width: 90%;
}
a.custom-logo-link {
    margin-left: 8%;
}
.footer-wrap {
    padding: 0 102px;
}
.social.fb a:after {
    content: "";
    background: url(http://148.66.138.166/~bicuu0bdq9ey/stdart/wp-content/uploads/2019/07/fb.png);
    width: 17px;
    height: 17px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.social.insta a:after {
    content: "";
    background: url(http://148.66.138.166/~bicuu0bdq9ey/stdart/wp-content/uploads/2019/07/insta-b-1.png);
    width: 16px;
    height: 17px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    left: 0;
}
.social.yout a:after {
    content: "";
    background: url(http://148.66.138.166/~bicuu0bdq9ey/stdart/wp-content/uploads/2019/07/youtube-b.png);
    width: 20px;
    height: 17px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 7px;
}
.image-sec {
    padding-right: 75px;
    margin-top: 100px;
}
.wd-50 {
    width: 55%;
}
.navbar-dark .navbar-nav .nav-link {
    margin-left: 8px;
}
.social-wrap .social a {
    width: 18px;
    height: 18px;
    display: flex;
    opacity: 0.78;
}
.social-wrap .social a:hover {
       opacity: 1; 
}
.social-wrap .social {
    padding: 0 1px;
    position: relative;
}
.social-wrap {
    justify-content: left;
}
.social-wrap {
    margin-left: 4px;
}
.press-wrap .wrap-year {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
}
.press-wrap .box-content-wrap h2 {
    font-size: 14px;
    text-transform: uppercase;
}
.art-wrap.innr-wrap img {
    max-height: 190px;
    object-fit: contain;
}
.links a {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}
.links a:before {
    position: absolute;
    content: "";
    font-size: 41px;
    left: 0;
    top: 7px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.links a {
    position: relative;
    padding-left: 15px;
}
.main-title {
    text-transform: uppercase;
}
.press-wrap .wrap-fl {
    padding-bottom: 20px;
}
.press-wrap .wd-25 {
    flex: 0 0 25%;
    padding: 0;
}
.press-wrap .box-title {
    text-align: left;
}
.about-wrap .slider-wrap img {
    max-height: none;
}
.content-about {
    font-size: 14px;
    line-height: 1.8em;
}
.about-wrap {
    padding: 0 102px;
}
.box-title.blk-txt {
    margin-bottom: 10px;
}
.box-title.blk-txt a {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-weight: 600;
}
.mke-btm-gp {
    margin-bottom: 40px;
}
.artist-name .h4,.artist-name h4 {
    font-size: 16px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.rte {
    margin-bottom: 20px;
}
/*----- special for demo version ------*/
@media (min-width: 576px){
.logo-big img.custom-logo {
    width: 100%;
    max-height: unset;
    max-width: 490px;
    margin: 0 auto;
}
}


@media (min-width: 576px) {}
.highlight {
    padding: 1.5rem;
}

.highlight {
    margin: auto;
    max-width: 90%;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f2f3f5;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
ul#menu-main-menu {
    width: 100%;
    justify-content: flex-end;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
 
/* iPhone */
@media (min-width: 320px) and (max-width: 480px) {

}

/* iPhone 5 */
@media (min-width: 320px) and (max-width: 568px) {

}

/* Tablet */
@media (min-width: 600px) and (max-width: 800px) {

}

/* iPad 2, 3, mini */
@media (min-width: 768px) and (max-width: 1024px) {
	
}

@media (max-width: 1280px) {
.menu-slider ul li a {
    font-size: 12px;
}
	.navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
}
}


@media (max-width: 800px) {
.menu-slider ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.main-wid {
    display: flex;
    flex-wrap: wrap;
}
	.wd-50 {
    width: 100%;
}
	.wd-50 {
    width: 100%;
}
	.menu-slider ul li {
    padding-left: 0;
    padding: 0 10px;
}
	.menu-slider ul {
 
 
    justify-content: center;
 
}
	.image-sec {
    padding-right: 0;
 
}
	.exibition-wrap-main {
    max-width: 100%;
    padding: 0 20px;
}
	.wd-25 {
    flex: 0 0 50%;
    padding: 0 15px;
}
	.about-wrap {
    padding: 0 20px;
}
	.wrap-artist .art-wrap {
    width: 50%;
}
	.footer-wrap {
    padding: 0 20px;
}
.bar1, .bar2, .bar3 {
    width: 29px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
ul#menu-main-menu li a {
    font-size: 22px;
}
ul#menu-main-menu li {
    width: 100%;
}
 
ul.navbar-nav.active{
    display: none;
    width: 100%;
    position: absolute;
    flex-wrap: wrap;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    z-index: 9999;
    text-align: center;
    padding: 47px 0;
}
.ham-menu {
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 9999;
}
	ul.navbar-nav.active li a {
    font-size: 18px !important;
}

ul.navbar-nav.active {
display: flex;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0px;
    left: 0;
    text-align: center;
    padding: 66px 0;
    bottom: 0;
    right: 0;
    transform: unset;
	    justify-content: center !important;
    align-items: center;
}
	div#main-nav {
    display: block;
    position: absolute;
}
	.navbar-nav {
    display: none;
}
	.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 3px);
    transform: rotate(-45deg) translate(-2px, 3px);
}
}








