.btn-film {
    border-radius: 100px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets { bottom: 0px;}
.uk-subnav-pill>.uk-active>a {
    background-color: #1e87f0;
    color: #fff;
    content: '';
    position: inherit;
    background: linear-gradient( 45deg, #ff6b93, #F0A072, #ff6b93, #F0A072,#ff6b93, #F0A072, #ff6b93, #F0A072);
    background-size: 800%;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0.5em 1.5em;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    text-transform: unset;
}
.uk-subnav-pill>*>:first-child {
    border: 2px solid #555;
    margin-right: 1em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0.5em 1.5em;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    text-transform: unset;
}
body {
    background-color: #090e14;
}

.swiper-container-top10 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 2em 0;
    z-index: 1;
    max-width: 1600px;
}

.awardtop h3,
.awardtop span.caption {
    color: #FFF;
}

.top-title:before {
    content: " ";
    display: block;
    border-color: #c2c2c2 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 150px 180px 0px 0px;
    height: 0px;
    width: 0px;
    top: -2px;
    left: -2px;
    position: absolute;
}

.top1:before,
.top2:before,
.top3:before,
.top10:before {
    content: " ";
    display: block;
    border-color: #CDB183 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 150px 180px 0px 0px;
    height: 0px;
    width: 0px;
    top: -2px;
    left: -2px;
    position: absolute;
}

.top-title:after {
    z-index: 111;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    text-shadow: 0px 0px 2px #30200e;
    font-weight: 700;
    color: #FFF;
    max-width: 100px;
}

.top10:after {
    content: "ColorPro Awards Top 10";
}

.top1:after {
    content: "ColorPro Awards 1st Place";
}

.top2:after {
    content: "ColorPro Awards 2nd Place";
}

.top3:after {
    content: "ColorPro Awards 3rd Place";
}

.swiper-one, .swiper-two{
    height: 480px;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.swiper-one.swiper-container-coverflow,.swiper-two.swiper-container-coverflow {
    padding-top: 2%;
}

.swiper-one.loading ,.swiper-two.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-one:hover .swiper-button-prev,
.swiper-one:hover .swiper-button-next,
.swiper-two:hover .swiper-button-prev,
.swiper-two:hover .swiper-button-next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5% 10%;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.swiper-slide .content .title {
    font-size: 2em;
    font-weight: bold;
    color: #FFF;
}

.swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4;
}

[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.swiper-button-next {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #999;
    opacity: .4;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px;
}

.teacher {
    display: none;
}

.teacher.show-tw {
    display: block !important;
}

.btn-colorlight {
    content: '';
    position: inherit;
    background: linear-gradient(45deg, #fd156a, #0000ff, #44e7fd, #4ff0fd, #2b039c, #d43dd1, #0000ff);
    background-size: 600%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: initial;
    color: #FFF;
    border-radius: 50px;
}

a.btn.btn-colorlight:hover {
    color: #fff;
    -webkit-animation: animate 15s linear infinite;
    animation: animate 15s linear infinite;
}

.scale-bline-s {
    background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
    background-image: linear-gradient(to right, #FFF, #FFF);
    background-size: 100% 1px;
    background-position: 50% 70%, 0 0;
    background-repeat: no-repeat;
    background-clip: padding-box;
    display: -webkit-inline-box;
    padding: .5em 3.5em;
}

.switch-tab ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.switch-tab ul a {
    list-style: none;
    color: #FFF;
}

.switch-tab ul li {
    padding: 0 5px;
}

a.dropdown-item {
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    padding: .25rem 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #71daff;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #3bc9fd;
    text-decoration: none;
    background-color: #090e14;
}

.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #3bcafd;
    text-decoration: none;
    background-color: #090e14;
}

.awardtop * {
    color: #FFF;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px solid #ddd;
}

tr th {
    width: 250px;
}

table.table.table-striped td,
table.table.table-striped th {
    padding: 2em;
}

.uk-modal-dialog h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
    color: #FFF;
}

.uk-modal-dialog h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 36px;
    color: #FFF;
}

.uk-modal.uk-open {
    opacity: 1;
    z-index: 111111;
    overflow-x: hidden;
}

.m-h100 {
    min-height: 100vh;
    padding: 2em;
    max-width: 1280px;
    margin: auto;
}

.uk-modal-close-full {
    -webkit-transform: scale(2);
    transform: scale(2);
    padding: 0px;
    right: 10vw;
    top: 20px;
    z-index: 99999;
    padding: 15px;
    color: #FFF;
}

.uk-modal-close-full svg * {
    color: #FFF;
    stroke: rgb(255 255 255);
}

.uk-modal-dialog {
    background: #000000d6;
}

.uk-modal-dialog * {
    color: #FFF;
}

tr {
    border-bottom: 1px solid #2e3536;
}

.bubble-outside {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: orange;
    position: absolute;
    -webkit-animation-name: bubb;
    animation-name: bubb;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.bubble-inside {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: orange;
    position: absolute;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.9;
}

@-webkit-keyframes bubb {
    0% {
        width: 45px;
        height: 45px;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 1;
    }

    100% {
        width: 80px;
        height: 80px;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        opacity: 0.3;
    }
}

@keyframes bubb {
    0% {
        width: 45px;
        height: 45px;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 1;
    }

    100% {
        width: 80px;
        height: 80px;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        opacity: 0.3;
    }
}

@-webkit-keyframes bubblittle {
    0% {
        width: 10px;
        height: 10px;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 1;
    }

    100% {
        width: 15px;
        height: 15px;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: .2;
    }
}

@keyframes bubblittle {
    0% {
        width: 10px;
        height: 10px;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 1;
    }

    100% {
        width: 15px;
        height: 15px;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: .2;
    }
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    /* height: 80vh; */
    width: 70% !important;
    opacity: 1;
    height: 660px;
    margin: 1em;
    /* border: 16px solid #ffffff; */
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 15% !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 15% !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/*--- gallery nav ---*/

.gallery-nav .nav-link {
    padding: 0.5em 1.5em;
}

.gallery-nav .nav-link.active {
    color: #000;
    border-color: transparent;
}
    .gallery-nav .nav-link {
            border: 2px solid #555;
    border-radius: 50px !important;
    font-size: 18px;
    font-weight: 600;
        margin-right: 1em;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
            border-radius: 50px;
    min-width: 120px;
    text-align: center;
    margin-bottom: 10px
;
    }



@media (min-width: 768px) {


    .gallery-nav .nav-link.active {
        border: 2px solid #5550;
        font-weight: bold;
        background: rgb(255,1,224);
        background: linear-gradient(61deg,#16ff89, #ffff42, #16ff89, #ffff42,#16ff89, #ffff42, #16ff89, #ffff42);
            border-radius: 50px;
    }
}

.gallery-nav .nav-link.active {
content: '';
    position: inherit;
    background: linear-gradient( 45deg, #16ff89, #ffff42, #16ff89, #ffff42,#16ff89, #ffff42, #16ff89, #ffff42);
    background-size: 800%;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#modeNav .nav-link {
    color: white;
}

#modeNav .nav-link.active {
    color: #3bcafd;
    font-weight: bold;
}

@-webkit-keyframes animate {
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 200% 0;
    }
    100%{
        background-position: 0 0;
    }
}


@keyframes animate {
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 200% 0;
    }
    100%{
        background-position: 0 0;
    }
}

#galleryNavbar .navbar-toggler {
    border: none;
}

#modeDropdown {
    color: #ffffff;
}

/*--- gallery content generic ---*/

#galleryContent {
	padding: 0;
	max-width: 1800px;
}

#galleryContent .tab-content .tab-pane {
	display: none;
}

#galleryContent .tab-content .tab-pane.active {
	display: block;
}


/*--- Swiper CSS ---*/

.swiper-slide-active .image a:hover:before {
    color: #CCC;
}

.name { text-transform: capitalize; padding-bottom: 10px; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

#paneSlider {
	position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    max-width: 1800px;
    margin: auto;
}

.gallery-slider {
	overflow: hidden;
}

.gallery-slider.full {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 700px;
}

.swiper-container {
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	min-height: 0;
	min-width: 0;
    position: relative;
}

.gallery-slider.full .swiper-slide {
    position: relative;
    /* height: 50vh; */
    height: 600px;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
	opacity: 0.8;
	margin-top: 2.5%;
    /* opacity: .25; */
    /* border: 12px solid #fff; */
}

.gallery-slider.full .swiper-slide-active {
    /* height: 80vh; */
	width: 90% !important;
    opacity: 1;
    height: 660px;
	margin-left: -28%;
	margin-top: 0;
    /* border: 16px solid #ffffff; */
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .image {
	position: relative;
    width: 100%;
    height: 100%;
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show {
    opacity: 1;
    visibility: visible;
}

.gallery-slider.full .swiper-slide-active .image a:before, #paneGrid .grid-item:hover:before {
    font: normal normal normal 28px/1 "Font Awesome 5 Pro";
    position: absolute;
    content: "\f24d";
    -webkit-transition: all 1s;
    transition: all 1s;
    display: list-item;
    list-style: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    display: inline-block;
    right: 25px;
    top: 20px;
    color: #FFF;
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 50px 50px 30px 50px;
    background: black;
    background: -webkit-gradient(
linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(
0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    text-align: center;
	color: #fff;
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
    /* max-width: 600px; */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show .text-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide .caption b {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}


.gallery-slider.thumb .swiper-slide {
	position: relative;
    width: 118px !important;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery-slider.thumb .swiper-slide .image {
	width: 100%;
    height: 100%;
    position: relative;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.gallery-slider.thumb .swiper-slide .image img {
	width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider.thumb .swiper-slide .overlay {
	position: absolute;
    left: 2px;
    top: 2px;
   /* background-color: rgba(43, 44, 54, 0.6);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-slider.thumb .swiper-slide-thumb-active .overlay {
	opacity: 1;
	-webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}
.gallery-slider.thumb .swiper-slide.swiper-slide-thumb-active .image {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}
.gallery-slider.thumb .swiper-slide .overlay em {color: #FFF;}
.swiper-button-prev,.swiper-button-next {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.1;
}

.swiper-button-prev:hover,.swiper-button-next:hover {
    opacity: 0.75;
}

.gallery-slider.full .swiper-button-prev,.gallery-slider.full .swiper-button-next {
    color: #fff;
    opacity: 0.75;
}
.gallery-slider.full .swiper-button-prev {
    margin-left: 3vw;
}

.gallery-slider.full .swiper-button-next {
    margin-right: 3vw;
}

.gallery-slider.full .swiper-button-prev {
    left: 45px;
}

.gallery-slider.thumb .swiper-button-prev,.gallery-slider.thumb .swiper-button-next {
    color: #fff;
}

.gallery-slider.thumb .swiper-button-prev:after,.gallery-slider.thumb .swiper-button-next:after {
    font-size: 16px;
}
.swiper-button-next {
  right: 0;
  padding-left: 5vw;
  visibility:inherit;
}
 .swiper-button-prev {
  left: 0;visibility:inherit;
  padding-right: 5vw;
}

/*--- grid view mode ---*/

.grid-sizer,.grid-item {
	width: 33.33%;
	padding: 3px;
}

.grid-item--width2 {
	width: 66.67%;
	padding: 3px;
}

@media (max-width: 768px) {

 #galleryContent {
    padding: 0 15px;
}

ul.uk-slideshow-items {
    min-height: 200px!important;
}

.container .h4, .container h4 {
    font-size: .85rem;
}
    .container .h3, .container h3 {
    font-size: 1.5rem;
}
   #galleryContent h2{    font-size: 1.3rem;}

    .container p {
    font-size: .85rem;
}
    .gallery-slider.full {
        height: 240px;
    }

    .gallery-slider.full .swiper-slide {
        height: 240px;
        margin-top: 2.5%;
    }

    .gallery-slider.full .swiper-slide-active {
        width: 90% !important;
        height: 420px;
        margin-left: -28%;
        margin-top: 0;
    }

    .gallery-nav .nav-link {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
       min-width: 90px;
    }

    .grid-sizer,.grid-item {
        width: 99%;
    }
    .grid-item--width2 {
        width: 99%;
    }
}

#paneGrid .grid-item {
	position: relative;
}

#paneGrid .grid-item .overlay {
	position: absolute;
	left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
	padding: 3px;
	-webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	opacity: 0;
}

#paneGrid .grid-item .overlay .text-wrap {
	background: black;
    background: -webkit-gradient(
linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(
0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
	padding: 0.5em 1em;
	color: #fff;
}

#paneGrid .grid-item:hover .overlay {
	opacity: 1;
}

/*--- overrides ---*/

.uk-lightbox {
	z-index: 1040;
}

button.uk-close svg {
	background: transparent;
}
@media (max-width: 768px) {
    .gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        height: inherit;
        width: 100% !important;
        margin: 0;
    }

    .gallery-slider.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
        width: 0% !important;
    }
}
