.flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: none;
}

.flexslider li {
    position: relative;
    transition: 1s all;
    -webkit-transition: 1.5s all;

    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}


/* .flexslider li.flex-active-slide {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
} */

.flexslider li .meta {
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
}

.flexslider li .meta .inner {
    max-width: 100%;
}

.flexslider li h1 {

    text-transform: capitalize;
    margin: 0px auto;
    margin-bottom: 0;
    text-transform: capitalize;

    color: #fff;
}


.flexslider li p {
    color: #fff;
}
.flexslider li h2 {
    margin-bottom: 30px;
    margin: 0px auto;
    text-transform: capitalize;
    line-height: 60px;
    margin-top: 15px;
    color: #fff;
    font-weight: 700;
}

.flexslider li .meta .inner a {
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
    color: #000;
    
}

.flexslider li .category {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.flexslider li .category p {
    font-size: 18px;
    max-width: 600px;
    letter-spacing: 1px;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    height: 26px;
}

.flexslider li h1,
.flexslider li h4,
.flexslider li  p,
.flexslider li .meta .inner a,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h4,
.flexslider li.flex-active-slide .meta p,
.flexslider li.flex-active-slide .meta .inner a,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flexslider li.flex-active-slide .meta .inner a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    right: 50px;
    width: 50px;
    height: 125px;
    z-index: 2;
    top: 47%;
    align-items: center;
    display: none;
}

.flex-direction-nav li {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 30px;
}

.flex-direction-nav li::after {
    display: none;
}

.flex-direction-nav li:last-child {
    margin-top: 10px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin: 0;
    position: relative;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav a.flex-next:before {
    position: absolute;
    content: '';
    background: url(../images/arrow-left.png) no-repeat;
    width: 6px;
    height: 12px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.flex-direction-nav a.flex-prev::after,
.flex-direction-nav a.flex-next:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    background: #3abdd4;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    opacity: 0.2;
}

.flex-direction-nav a.flex-prev:hover:after,
.flex-direction-nav a.flex-next:hover:after {
    width: 50px;
    height: 50px;
    opacity: 1;
}

.flex-direction-nav a.flex-next:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    display: -webkit-box;
    display: flex;
    top: 0;
}

.baner-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 25px;
    background: #db2837;
    z-index: 9;
}

.baner-bottom img {
    width: auto !important;
    float: left;
}

.baner-bottom:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #ca0001;
    width: 120px;
    z-index: -9;
}

.baner-bottom .number {
    display: flex;
    padding: 10px 0 0 150px;
}

.baner-bottom .number h6 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.baner-bottom b {
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
}

.baner-bottom b img {
    width: 10px !important;
    height: 10px;
    margin-right: 5px;
}

.baner-bottom .number span {
    margin-right: 70px;
    position: relative;
    color: #fff;
}

.baner-bottom .number span:after {
    position: absolute;
    content: '';
    left: 30px;
    background: #fff;
    width: 50px;
    height: 1px;
    top: 10px;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0); /* move down */
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}



/*flex slider end*/

button.fancybox-button.fancybox-button--share {
    display: none !important;
}

button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

a.fancybox-button.fancybox-button--download {
    display: none !important;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.gallery a {
    display: block;
    text-decoration: none;
    width: calc(25% - 24px);
    overflow: hidden;
    outline: none;
    margin: 12px;
}

.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.gallery a img:hover {
    transform: scale(1.1,1.1);
}



.bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.bg:hover {
    transform: scale(1.1,1.1);
}

@media(max-width: 991px) {

	.gallery a {
		width: calc(50% - 24px);
	}

}

@media(max-width: 575px) {

	.gallery a {
		width: 100%;
        margin: 6px 12px;
	}

	.bg {
		height: 300px;
	}
    .christmas-corner {
    width: 120px;
  }

}
/* Christmas Corner Images */
.christmas-corner-wrapper {
  pointer-events: none;
}

/* Common style */
.christmas-corner {
  position: fixed;
  top: 0;
  width: 280px;
  height: auto;
  z-index: 10000;
}

/* Left image */
.christmas-corner.left {
  left: 0;
}

/* Right image */
.christmas-corner.right {
  right: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .christmas-corner {
    width: 220px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .christmas-corner {
    width: 160px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .christmas-corner {
    width: 120px;
  }
}

