
.k-item-wrapper {
	padding: 50px;
	width: 100%;
}
.k-list-item {
	width: 100%;
}
.k-img-item {
	position: relative;
	float: left;
	width: calc(33.33% - 20px);
	height: calc(50vh - 70px);
	margin: 10px;
	overflow: hidden;
	pointer-event: none;
}
.k-img-item  img{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	
}
.k-img-item  img.portrait{
	width: 100%;
	height: auto;
	
}
.k-img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background-color: #bbff00;
	color: #242F3F;
}
.k-img-title  span{
	text-transform: uppercase;
	
	font-size: 20px;
}
.k-img-icon {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -75px;
}
.k-img-icon i {
	color: #bbff00;
	line-height: 100px;
	font-size: 100px;
	text-align: center;
	
}



/* VIDEO */
.video-box {
	height: 100%;
	width: 100%;
	cursor: none;
}
.video-box video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
	background: #000;
	background-size: cover;
	-webkit-transition: 1s opacity;
          transition: 1s opacity;
}
/* GALLERY */
.gallery-thumb{
	width: 90%;
	max-width: 1100px;
	min-width: 800px;
	margin: 50px auto;
	
}
.gallery-list-thumb {
-webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
	 column-count:3;
    column-gap: 20px;
    column-fill: auto;
	
}




.k-gallery-container {
	width: 90%;
	max-width: 1100px;
	min-width: 800px;
	margin: 50px auto;
}
.k-gallery-container .k-sub-article {
	position: repative;
	display: inline-block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	opacity: 1;
}
.k-gallery-container .k-sub-article .gallery-inner-box{
	display: block;
	position: relative;
}
.k-gallery-container .k-sub-article .gallery-inner-box img {
	width: 100%;
}
.k-gallery-container .k-sub-article .gallery-box .gallery-inner-box .gallery-description {
	display: block;
	padding: 10px;
	background-color: #bbff00;
	color: #242F3F;
	margin-bottom: 10px;
}

/* Text */
.text-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;

}
.text-container h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #FFF;
}
.text-container p {
	font-size: 22px;
	line-height: 28px;
	text-align: justify;
	color: #FFF;
}

/* Text */
.description-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;

}
.description-container span {
	font-size: 20px;
	padding: 5px 10px;
	margin-bottom: 30px;
	background-color: #bbff00;
	font-weight: 700;
}
.description-container p {
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
	color: #FFF;
}
/* MODAL */
.modals {
	
}
.modal-content {
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: fixed;
	height: 100vh;
    width: 100vw;
    opacity: 0;
    transition: 1s all;
	background: #242F3F;
	z-index: 555;
	overflow: hidden;
}
.modal-content.open {

    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1200px) rotateY(0deg) scale(1);
    transform: perspective(1200px) rotateY(0deg) scale(1);
	z-index: 555;
	
}
.modal-content .modalClose {
	display:block;
	cursor:pointer;
	border-radius:50%;
	position:absolute;
	top:30px;
	right:30px;
	width:50px;
	height:50px;
	transition: .2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 556;
	background-color: #bbff00;
	color: #242F3F;
	opacity: 0.8;
}

.modal-content .modalClose  i {
	font-size: 40px;
	line-height: 50px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
.modal-content .modal-container {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

/* MODAL GALLERY */
.gallery-modal {
    display: table;
    top: 0;
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
	background: #242F3F;
	z-index: 585;
}
.gallery-modal.open {
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1200px) rotateY(0deg) scale(1);
    transform: perspective(1200px) rotateY(0deg) scale(1);
    width: 100%;
    height: 100%;
	z-index: 555;
	background: #242F3F;
}
.gallery-modal .modalPhotoClose {
	display:block;
	cursor:pointer;
	border-radius:50%;
	position:absolute;
	top:30px;
	right:30px;
	width:50px;
	height:50px;
	transition: .2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 99999;
	background-color: #bbff00;
	color: #242F3F;
	opacity: 0.8;
	
}
.gallery-modal .modalPhotoClose  i {
	font-size: 40px;
	line-height: 50px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
.gallery-modal .gallery-container {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.gallery-modal .gallery-container .gallery-box {
	width: 100%;
	height: 100%;
	
	  /* flex-box, center image in cell */
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
     align-items: center;
}
.gallery-modal .gallery-container .gallery-box .gallery-inner-box {
	position: relative;
	height: 100vh;
	
}
.gallery-modal .gallery-container .gallery-box img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.5;


  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.gallery-modal .gallery-container .gallery-box.is-selected img {
  opacity: 1;

  -webkit-filter: none;
          filter: none;
}
.gallery-modal .gallery-container .gallery-box .gallery-description {
	position: absolute;
	bottom: 200px;
	left: 25px;
	background-color: #bbff00;
	color: #242F3F;
	padding: 20px;
	margin-right: 25px;
	opacity: 0;
	transition: 1s all ease;
}
.gallery-modal .gallery-container .gallery-box.is-selected .gallery-description {
	bottom: 25px;
    opacity: 1;
	
}
.gallery-modal .gallery-container .gallery-box .gallery-description span {
	
	font-size: 18px;
}

/* big buttons, no circle */
.flickity-prev-next-button {
	width: 50px;
	height: 50px;
	background-color: #bbff00;
	opacity: 0.8;
}
.flickity-prev-next-button.previous {
    left: 30px;
}
.flickity-prev-next-button.next {
    right: 30px;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: 242F3F;
}
.flickity-prev-next-button.no-svg {
  color: #242F3F;
}
.flickity-prev-next-button:hover {
	background-color: #bbff00;

}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}
.gallety-full {
	height: 100hv;
}

scrollbar {
/*  clear useragent default style*/
   -moz-appearance: none !important;
}
/* buttons at two ends */
scrollbarbutton {
   -moz-appearance: none !important;
}
/* the sliding part*/
thumb{
   -moz-appearance: none !important;
}
scrollcorner {
   -moz-appearance: none !important;
   resize:both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
    color:silver;
}	
.scroll-content{
	overflow-y: auto;
}


/* Parralax */
.image-box {
	height: 50vh;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.image-box.fullscreen {
	height: 100vh;
	
}
.image-box.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.image-box .image-text-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	justify-content: center;
}
.image-box .image-text-box .image-box-desc {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px 20px;
	background-color: #bbff00;
}
.image-box .image-text-box .image-text-innerbox {
	text-align: center;
	
}

.image-box .image-text-box .image-text-innerbox .image-text-innerbox-2 {
	display: inline-block;
	text-align: center;
	background-color: #bbff00;
	padding: 20px;
	
}
.image-box .image-text-box .image-text-innerbox .image-text-innerbox-2 h1 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.image-box .image-text-box .image-text-innerbox .image-text-innerbox-2 span {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;	
	margin: 0;
	padding: 0;
	
}
/* COLORS */
.bg-teal {
	background-color: #008299;
}
.bg-blue {
	background-color: #2672EC;
}
.bg-purple {
	background-color: #8C0095;
}
.bg-dark-purple {
	background-color: #5133AB;
}
.bg-red {
	background-color: #AC193D;
}
.bg-orange {
	background-color: #D24726;
}
.bg-green {
	background-color: #008A00;
}
.bg-sky-blue {
	background-color: #094AB2;
}
/* LIGHT THEME */
.bg-light {
	background-color: #fAfAfA;
}
.bg-light h2 {
	color: #242F3F;

}
.bg-light p{
	color: #242F3F;

}
/* COLORS */
.modal-content .modalClose {
	background-color: #bbff00;
	color: #242F3F;
}
.k-img-title {
	background-color: #bbff00;
	color: #242F3F;
}
.image-box .image-text-box .image-text-innerbox h1 {
	background-color: #bbff00;
	color: #242F3F;	
}
.k-img-icon i {
	color: #bbff00;	
}
.k-gallery-container .k-sub-article .gallery-box .gallery-inner-box .gallery-description{
	background-color: #bbff00;
	color: #242F3F;	
}
.flickity-prev-next-button{
	background-color: #bbff00;
}
.flickity-prev-next-button:hover {
	background-color: #bbff00;
}
.scroll-content {
	
}
#loader-box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	background-color: #00A0B1;
	z-index: 999999;
	 transition: 0.5s all;
}
#loader-box.close {
	top: -100%;
	
}
#loader-box h4 {
	position: absolute;
	width: 80px; 
	left: calc(50% - 40px);
	top: calc(50% + 80px);
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}
#k-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#k-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #k-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #k-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.k-timeline-block {
  position: relative;
  margin: 2em 0;
}
.k-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.k-timeline-block:first-child {
  margin-top: 0;
}
.k-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .k-timeline-block {
    margin: 4em 0;
  }
  .k-timeline-block:first-child {
    margin-top: 0;
  }
  .k-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.k-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.k-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.k-timeline-img.k-picture {
  background: #75ce66;
}
.k-timeline-img.k-movie {
  background: #c03b44;
}
.k-timeline-img.k-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .k-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .k-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .k-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: k-bounce-1 0.6s;
    -moz-animation: k-bounce-1 0.6s;
    animation: k-bounce-1 0.6s;
  }
}

@-webkit-keyframes k-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes k-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes k-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.k-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.k-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.k-timeline-content h2 {
  color: #303e49;
}
.k-timeline-content p, .k-timeline-content .k-read-more, .k-timeline-content .k-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.k-timeline-content .k-read-more, .k-timeline-content .k-date {
  display: inline-block;
}
.k-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.k-timeline-content .k-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .k-timeline-content .k-read-more:hover {
  background-color: #bac4cb;
}
.k-timeline-content .k-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.k-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .k-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .k-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .k-timeline-content .k-read-more, .k-timeline-content .k-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .k-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .k-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .k-timeline-content .k-read-more {
    float: left;
  }
  .k-timeline-content .k-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .k-timeline-block:nth-child(even) .k-timeline-content {
    float: right;
  }
  .k-timeline-block:nth-child(even) .k-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .k-timeline-block:nth-child(even) .k-timeline-content .k-read-more {
    float: right;
  }
  .k-timeline-block:nth-child(even) .k-timeline-content .k-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .k-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .k-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: k-bounce-2 0.6s;
    -moz-animation: k-bounce-2 0.6s;
    animation: k-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .k-timeline-block:nth-child(even) .k-timeline-content.bounce-in {
    -webkit-animation: k-bounce-2-inverse 0.6s;
    -moz-animation: k-bounce-2-inverse 0.6s;
    animation: k-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes k-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes k-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes k-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes k-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes k-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes k-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}