
/*Gallery section 1 */
div#gallery-modal { top: 10%; }
.gallery-item { width: 100%; height: 160px; border: solid 5px #fff; overflow: hidden; margin: 0 0 25px; box-shadow: 1px 1px 6px 0 #00000021; }
.gallery-item img { width: 100%; height: auto; }
#gallery-carousel, #gallery-carousel .carousel-inner {     max-height: 854px; }
#gallery-carousel img  { max-width: 100%; max-height: 854px; width: auto; height: auto; margin-left: auto; margin-right: auto; }
#gallery-carousel .carousel-control{background: 0;width: 4%;margin: 0 auto;opacity: 1; }
#gallery-carousel .carousel-control .glyphicon-chevron-left, #gallery-carousel .carousel-control .glyphicon-chevron-right {color: #fff;background: #000;border-radius: 50%;height: 28px;width: 28px;font-size: 12px;padding: 6px;border: solid 2px #fff; }
#gallery-modal .modal-header {    border: 0;    padding: 0;    position: relative;    top: -15px;    right: -15px;    background: transparent; }
#gallery-modal .modal-content {    border-radius: 0;    border: 0;}
#gallery-modal .close  {    margin-top: 0;    background: #000;    border: solid 2px #fff;    border-radius: 50%;    color: #fff;    opacity: 1;    font-size: 20px;    height: 27px;    width: 28px;    padding: 0 2px 3px;    text-shadow: initial;    -webkit-box-shadow: -3px 3px 3px 0 rgba(153,153,153,0.75);    -moz-box-shadow: -3px 3px 3px 0 rgba(153,153,153,0.75);    box-shadow: -3px 3px 3px 0 rgba(153,153,153,0.75);    margin-bottom: -26px; }





/*section 2*/

#gallery2 .owl-carousel .item {  position: relative;  z-index: 100;   -webkit-backface-visibility: hidden;  }
#gallery2 .owl-nav > div {  margin-top: -26px;  position: absolute;  top: 50%;  color: #cdcbcd; }
#gallery2 .owl-nav .owl-next {    right: 0px;    position: absolute;    top: 0;    bottom: 0;    margin: auto; height: max-content;}
#gallery2 .owl-nav .owl-prev {    left: 0px;    position: absolute;    top: 0;    bottom: 0;    margin: auto;  height: max-content;}
#gallery2 .owl-carousel .owl-stage-outer {  margin-top: 35px;  margin-bottom: 35px;}
#gallery2 .owl-nav .owl-prev i, #gallery2 .owl-nav .owl-next i {font-size:  5rem;position: relative;top: -20px; color: white; text-shadow: 2px 2px 2px black; }


