/*
---------------------------	
CATEGORIES
---------------------------
*/
.blocks-carousel {
	padding: 20px 0;
}
.imagebox {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	border: 0px solid #fff;

	min-height: 220px;
	margin-bottom: 30px;
	position: relative;
	z-index: 98 !important;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

a.imagebox:hover {
	z-index: 99 !important;
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}
.collapse .imagebox {
	border-radius: 0 !important;
	margin-top: 0;
/* 	 box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1); */
}

a.imagebox {
	cursor: pointer;
}


.imagebox.hover-shadow:before {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	content:'';
	box-shadow: 0px 0px 30px black;
	opacity: 0.1;
	z-index: 2;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imagebox.hover-shadow:hover:before {
    opacity: 0.3
}

.collapse .imagebox:hover:after {
	height: 20px;
	opacity:0;
}

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imagebox .imagebox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .08;
	content: '';
	background:#000;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
a.imagebox:hover .imagebox-image {
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}
.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0;
}

.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: .8 !important;
}

/* Shade */
.imagebox .image-shade-top,
.imagebox .image-shade-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 3;
	opacity: .9;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);


	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.imagebox .image-shade-bottom {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
}

a.imagebox:hover .image-shade-top,
a.imagebox:hover .image-shade-bottom {
	opacity: 0;
}

/* Overlay */
.imagebox .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
a.imagebox:hover .image-overlay {
	opacity: 0.8;
}


/* Badge */
.imagebox .imagebox-badge {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: rotate(-10deg);
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	z-index: 5;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.178)
}
.imagebox .imagebox-badge.topright {
	top:20px;
	right: -5px;
	transform: rotate(10deg);
}
.imagebox .imagebox-badge.topleft {
	top:20px;
	left: -5px;
}
.imagebox .imagebox-badge.bottomright {
	bottom:20px;
	right: -5px;
}
.imagebox .imagebox-badge.bottomleft {
	bottom: -5px;
	left: 15px;
	transform: rotate(5deg);
}
.imagebox .imagebox-badge-label {
	font-size: 14px;
	font-weight: 400;
}
.imagebox .imagebox-badge-title {
	font-size: 24px;
}
.imagebox .imagebox-badge-info {
	font-size: 11px;
	font-weight: 400;
}



.imagebox .imagebox-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	border-radius: 100px;
	line-height: 1;
	padding: 0;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
}
.imagebox .imagebox-play:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #fff;

}

.imagebox .imagebox-description {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 4;
	border-radius: 0;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox:hover .imagebox-description {
	opacity: 1;
}

.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	top: 50%;
	left:0rem;
	width: 100%;
	padding: 20px 20px 20px 20px;
	transform: translateX(0) translateY(-50%); 
}
.imagebox-description .imagebox-title-wrap {
	text-align: center;
	padding: 20px 20px 20px 20px;
}

/* Top */
.imagebox .imagebox-description .imagebox-title-wrap.top {
	top: 0;
	left:0rem;
	padding: 20px 2rem 20px 20px;
	transform: translateX(0) translateY(0%); 
	text-align: left;
}

/* Bottom */
.imagebox .imagebox-description .imagebox-title-wrap.bottom {
	top: auto;
	bottom:0;
	left: 0;
	padding: 20px 20px 20px 20px;
	transform: translateX(0) translateY(0%); 
	text-align: left;
}
/* Center */
.imagebox .imagebox-description.text-center .imagebox-title-wrap {
	text-align: center;
	padding: 1rem 1.5rem 1rem 1.5rem;
}

.imagebox .imagebox-description .imagebox-label {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	padding: 0em 0em 0 0;
	margin-bottom: 10px;
	color: #fff;
}
.imagebox .imagebox-description .imagebox-label i {
	position: relative;
	top: 2px;
	font-size: 16px;	
}
.imagebox .imagebox-description .imagebox-title {
	display: block;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	margin: 0;
	padding: 0em 0 5px;
	max-width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
a.imagebox:hover .imagebox-description .imagebox-title {

}
.imagebox .imagebox-description .imagebox-title.title-small {
	font-size: 20px;
}
.imagebox .imagebox-description .imagebox-title.title-medium {
	font-size: 28px;
}
.imagebox .imagebox-description .imagebox-title.title-large {
	line-height: 1.2;
	font-size:36px;
}

.imagebox .imagebox-description p {
	line-height: 1.3;
	margin: 0rem;
	max-width: 90%;
	visibility: visible;
	opacity:1;
	color: #fff;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox .imagebox-button {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 15px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}
.imagebox .imagebox-button i{
	position: relative;
}
.imagebox .imagebox-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.imagebox:hover .imagebox-arrow {
	opacity: 1;
}
.imagebox .imagebox-arrow i {
	color: #fff;
	font-size: 24px;
}

.grid-sizer { width: 20%; }


/* Imagobox Heights */
.blocks-tiny .imagebox,
.imagebox.height-tiny {
	min-height: 100px;
}
.blocks-small .imagebox,
.imagebox.height-small {
	min-height: 200px;
}
.blocks-medium .imagebox,
.imagebox.height-medium {
	min-height: 285px;
}
.blocks-large .imagebox,
.imagebox.height-large {
	min-height: 430px;
}
.blocks-huge .imagebox,
.imagebox.height-huge {
	min-height: 600px;
}

/* Imagobox Heights (all) */
.blocks-tiny .imagebox {
	min-height: 100px !important;
}
.blocks-small .imagebox {
	min-height: 200px !important;
}
.blocks-medium .imagebox {
	min-height: 285px !important;
}
.blocks-large .imagebox {
	min-height: 400px !important;
}
.blocks-huge .imagebox {
	min-height: 600px !important;
}

.expanded.collapse .blocks-medium .imagebox,
.expanded.collapse .imagebox.height-medium {
	
}
.expanded.collapse .blocks-huge .imagebox,
.expanded.collapse .imagebox.height-huge {
	min-height: 570px;
}



	@media (max-width: 1460px) {
		.imagebox .imagebox-description .imagebox-title {
			font-size: 24px;
			line-height: 1.1;
			color: #fff;
			margin: 0;
			padding: 0em 0 5px;
			max-width: 90%;
		}
	}
	@media (max-width: 1130px) {
		
		/* Imagobox Heights */
		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 245px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 360px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 520px;
		}

		/* Imagobox Heights (all) */
		.blocks-small .imagebox {
			min-height: 160px !important;
		}
		.blocks-medium .imagebox {
			min-height: 245px !important;
		}
		.blocks-large .imagebox {
			min-height: 360px !important;
		}
		.blocks-huge .imagebox {
			min-height: 460px !important;
		}

		.expanded.collapse .blocks-medium .imagebox,
		.expanded.collapse .imagebox.height-medium {
			min-height: 250px;
		}
		.expanded.collapse .blocks-huge .imagebox,
		.expanded.collapse .imagebox.height-huge {
			min-height: 500px;
		}

		.imagebox-icon {
			position: absolute;
			top: 0rem;
			left: 0rem;
		}
		.imagebox .imagebox-overlay
		a.imagebox:hover .image-shade-top,
		a.imagebox:hover .image-shade-bottom {
			opacity: .6;
		}

		.imagebox .imagebox-description .imagebox-title-wrap.bottom {
			top: auto;
			bottom:0;
			left:0rem;
			padding: 1rem 1rem 1rem 1rem;
			transform: translateX(0) translateY(0%);
		}
		.imagebox:hover .imagebox-description .imagebox-title-wrap.bottom {
			background: transparent;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 24px;
			max-width: 90%;

		}

		.imagebox .imagebox-description .imagebox-title-wrap p {
			line-height: 1.6;
			font-size: 0.86rem;
		}
	}
	@media (max-width: 970px) {
		.imagebox-icon i:before{
			margin-left:0;
		}
		.imagebox-icon.icon-small i:before{
			font-size: 2rem;
		}
		.imagebox-icon.icon-medium i:before{
			font-size: 3.2rem;
		}
		.imagebox-icon.icon-large i:before{
			font-size: 4.7rem;
		}

		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 1.5rem 0.76rem 1rem;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 24px;
			max-width: 90%;
		}




		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 250px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 320px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 500px;
		}
	}
	@media (max-width: 640px) {
		.imagebox {
			margin-bottom: 10px;
		}
		.imagebox .imagebox-description .imagebox-title-wrap.bottom  {
			padding: 1rem 1rem 0.76rem 1rem;
		}
		.imagebox .imagebox-description .imagebox-title {
			font-size: 22px;
			max-width: 90%;
		}

		.large-6 .imagebox .imagebox-description .imagebox-title {
			
		}
		.imagebox .imagebox-description p  {
			display: none;
		}
		.imagebox .imagebox-button {
			visibility: visible;
			opacity: 1;
			font-size: 1rem;
			padding: 1rem 1rem 1rem;
		}
		.blocks-small .imagebox,
		.imagebox.height-small {
			min-height: 160px;
		}
		.blocks-medium .imagebox,
		.imagebox.height-medium {
			min-height: 180px;
		}
		.blocks-large .imagebox,
		.imagebox.height-large {
			min-height: 280px;
		}
		.blocks-huge .imagebox,
		.imagebox.height-huge {
			min-height: 400px;
		}
		.expanded.collapse .blocks-medium .imagebox,
		.expanded.collapse .imagebox.height-medium {
			min-height: 200px;
		}
	}


	@media (max-width: 440px) {


	}
	@media (max-width: 370px) {
		.imagebox .imagebox-description .imagebox-title {
			font-size: 20px;
		}
	}

/*
---------------------------
COLUMN BOX  
---------------------------
*/

.columnbox {
	position: relative;
	margin-bottom: 30px;
	min-height: 100px;

}

.columnbox-image {

	position: relative;
	display: block;
	border-radius: 0px;
	min-height: 110px;
}
a.columnbox-image,
.columnbox-image img {
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}
.columnbox-image:hover img,
.columnbox-image a:hover img {		
	opacity: 0.9;
}
.columnbox-image a {
	display: block;
}
.columnbox-image a:hover {
	display: block;
}

/* Badge */
.columnbox-image .columnbox-image-badge {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: rotate(-10deg);
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	z-index: 5;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.178)
}
.columnbox-image .columnbox-image-badge.topright {
	top:20px;
	right: -5px;
	transform: rotate(10deg);
}
.columnbox-image .columnbox-image-badge.topleft {
	top:20px;
	left: -5px;
}
.columnbox-image .columnbox-image-badge.bottomright {
	bottom:20px;
	right: -5px;
}
.columnbox-image .columnbox-image-badge.bottomleft {
	bottom: -5px;
	left: 15px;
	transform: rotate(5deg);
}

.columnbox-image .columnbox-image-badge-label {
	font-size: 14px;
	font-weight: 400;
}
.columnbox-image .columnbox-image-badge-title {
	font-size: 24px;
}
.columnbox-image .columnbox-image-badge-info {
	font-size: 11px;
	font-weight: 400;
}


.columnbox-image-title-wrap {
	position: absolute;
	bottom: 0px;
	left: 0rem;
	padding: 1.5rem 1.5rem 1rem;
	width: 100%;

	z-index: 98;
}
.expanded .columnbox-image-title-wrap {
	padding: 1.5rem 3rem 1rem;
}

.columnbox-image-title-wrap:before {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100px;
	content: '';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
	opacity: .6;
}
.columnbox-image-title {
	position: relative;
	color: #fff;
	font-size: 26px;
	margin:0;
	z-index: 2;
}

.columnbox-section {
	display: block;
	padding: 1.5rem 20px 1.5rem 20px;	
}
.team .columnbox-section {
	padding-left: 0;
}

.large-up-6 .columnbox-section {
	
}

.columnbox-section .columnbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}
.columnbox-section .columnbox-title {
	font-size: 20px;
}
.columnbox-section .columnbox-title.title-small {
	font-size: 20px;
}
.columnbox-section .columnbox-title.title-medium {
	font-size: 24px;
}
.columnbox-section .columnbox-title.title-large {
	font-size: 28px;
}

.columnbox-section .columnbox-title a {
	color: #181818;
	position: relative;
	
}
.columnbox-section .columnbox-title a:hover {
	color: #1d8af0;
}


.columnbox-lead p {
	font-size: 16px;
}

.columnbox-link {
	font-weight: 700;	
}


/* Centered */
.text-center .columnbox-section {
	padding: 1rem 2.5rem;	
}

/* List */
.columnbox-list li {
	font-size: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.inversed .columnbox-list li {
	border-color: rgba(255, 255, 255, 0.08);
}
.columnbox-list li:first-child {
	border: 0;
}
.columnbox-list li:last-child {
	border-bottom: 0;
}
.inversed .columnbox-list li:last-child {
	border-color: rgba(255, 255, 255, 0.08);
}
.columnbox-list li a{
	padding-left: 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 12px 0em 12px 0rem;
    font-size: 16px;
    letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	color: #181818;
}
.columnbox-list li a:hover{
	color: #1d8af0;
}
.columnbox-list li a i {
	position: relative;
	transform: translateX(0px);
	font-size: 100%;
	margin-right: 10px;
	color: #1d8af0;
}

.columnbox-list ul li a:hover i {
	transform: translateX(3px);
}


@media (max-width: 970px) {
	.columnbox-section {
		display: block;
		padding: 10px 10px 10px 10px;	
	}
	.columnbox-section .columnbox-title {
		font-size: 18px;
	}
	.columnbox-section .columnbox-title.title-small {
		font-size: 18px;
	}
	.columnbox-section .columnbox-title.title-medium {
		font-size: 22px;
	}
	.columnbox-section .columnbox-title.title-large {
		font-size: 24px;
	}
	.columnbox-lead p {
		font-size: 14px;
	}
	.columnbox-list li,
	.columnbox-list li a {
		font-size: 14px;
	}

}