@font-face {
  font-family: MONTSERRATREGULAR;
  src: url(../fonts/MONTSERRAT-REGULAR.ttf);
}

@font-face {
  font-family: MontserratAlternates;
  src: url(../fonts/MontserratAlternates-Bold.woff);
  font-weight: bold;
}

.nav-item, .navbar-brand, .description, h2, h6, p, h3, .comming {
  font-family: MONTSERRATREGULAR !important;
}

.text-small {
  font-size: 0.9rem !important;
}

body {
  /*min-height: 110vh;*/
  background-color: #000 !important;
}

.carousel-item {
  height: 100% !important;
}

#main-galery {
  margin-top: 20px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px !important;
  }
}

figure {
  overflow: hidden;
  margin: 0 !important;
  /*transition: margin 0.3s linear;*/
}

.image-div {
  position: relative;
  margin-bottom: 15px; 
}

.text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.image-div img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: all 8s ease;
}

.image-div:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.image-div:hover span .description {
  opacity: 1;
  height: auto;
}

.image-div:hover figure {
  display: block;
  margin: 0 !important;
}

.image-div span .description {
  text-align: center;
  color: white;
  opacity: 0;

  transition: opacity 0.5s linear;
}


.site-footer {
  padding: 30px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }

  .flag {
      width: 60px;
      height: 22px;
      left: 50% !important;
      transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .flag {
      width: 50px;
      height: 18px;
  }

  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text, .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.instagram:hover {
  background-color: #ff6f91
}

.social-icons a.pinterest:hover {
  background-color: #e60023
}

.social-icons a.behance:hover {
  background-color: #0057ff
}

.social-icons a.youtube:hover {
  background-color: #ff0000
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}




.page {
  overflow: hidden;
  display: grid;
  grid-template-areas: "header" "content" "footer";
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.header,
.footer {
  padding: 20px;
}

.footer {
  margin-top: auto;
}

.content {
  max-width: 1400px;
  margin: 0 auto;
  display:flex; 
  justify-content:center;
  align-items:center;
  padding: 20px;
  color: #ccc;
}

.contact {
    text-decoration: none !important;
    color: #ccc !important;
}

.contact:hover {
    text-decoration: underline !important;
}

.flag {
    width: 60px;
    height: 30px;
    position: absolute;
    background-color: #ffd700;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}

.flag-second-color {
    width: 100%;
    height: 50%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #0057b7;
}

/*Admin*/

.ui-sortable div {
  border:1px solid;
  margin:6px;
  font-size:1.3em;
  padding:5px;
  width:100%;
  background-color:#F0E3F3;
  padding-left:20px;
}
.ui-sortable span {
  position:absolute;
  margin-left:-18px;
  margin-top:1px;
}
#tabs {
  font-size:0.7em;
  height:100%;
  /*overflow-y: scroll;*/
}

#column-1, #column-2, #column-3, #not-used-images, #not-used-slider-images {
  float:left;
  min-height: 100%;
  min-width: 100px;
}

#not-used-images div, #not-used-slider-images div {
  background-color:#FBFED6;
}

.placeh {
  height:20px;
}

#tabs-1 p,#tabs-2 p, #tabs-3 p, #tabs-4 p {
  font-size:1.2em;
}

.sort-galery, .sort-slider {
  border: 1px solid;
  border-radius: 5px;
  background-color: #ccc;
}

.ui-icon-trash {
  color: red;
  cursor: pointer;
}

.hidden-on-smartphone {
    display: block; /* або inline, inline-block, або інший варіант, який ви використовуєте для елемента */
}

/* Медіа-запит, який приховує елемент при розмірі екрану, відповідному смартфонам */
@media screen and (max-width: 1290px) {
  .hidden-on-smartphone {
    display: none;
  }

  #main-galery {
    margin-top: 90px;
  }

  .hover-column-header {
    font-size: 25px !important;
  }
}

.photomontage-label {
  color: white !important;
}