/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 54 - TT-GALLERY-1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-gallery-1 {
	display: block;
	position: relative;
	overflow: hidden;
}
.tt-gallery-1-caption {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.tt-gallery-1-caption-table {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.tt-gallery-1-caption-inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	transform: translateY(-15%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.tt-gallery-1-name {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 3px;
}
.tt-gallery-1-cat {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #898989;
	letter-spacing: 0.2px;
}
.tt-gallery-1-search {
	display: inline-block;
	width: 42px;
	height: 42px;
	font-size: 22px;
	line-height: 40px;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-bottom: 24px;
}
.tt-gallery-1:hover .tt-gallery-1-caption {
	opacity: 1;
}
.tt-gallery-1:hover .tt-gallery-1-caption-inner {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.tt-gallery-1-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 55 - LIGHTBOX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}
#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  background-color: #e77b1e;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  border: none;
}
#imagelightbox-close:before, #imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#imagelightbox-close:hover {
  background-color: #fff;
  outline: none;
}
#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
  background: #e77b1e;
}
#imagelightbox-loading, #imagelightbox-loading div {
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  margin: -1.25em 0 0 -1.25em;
  -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  -moz-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}
#imagelightbox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imagelightbox-caption {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: #e77b1e;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 0px;
}
.imagelightbox-arrow {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.32);
  width: 3.75em;
  height: 7.5em;
  background-color: transparent;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  border: none;
}
.imagelightbox-arrow-left {
  left: 2.5em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-right {
  right: 2.5em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-left:focus, .imagelightbox-arrow-right:focus {
  outline: none;
}
.imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:hover {
  color: #fff;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  -moz-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 53 - TT-FILTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-filter.type-1 .isotope-nav {
  list-style: none;
  font-size: 0;
  padding-left: 0;
  text-align: center;
  margin-bottom: 50px;
}
.tt-filter.type-1 .isotope-nav li {
  display: inline-block;
}
.tt-filter.type-1 .isotope-nav a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #313131;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  padding-bottom: 9px;
  margin-right: 45px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tt-filter.type-1 .isotope-nav a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  /*background: #2f2f2f;*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tt-filter.type-1 .isotope-nav a:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 14px;
  background: #000;
}
.tt-filter.type-1 .isotope-nav li:last-child a {
  margin-right: 0;
}
.tt-filter.type-1 .isotope-nav li:last-child a:after {
  display: none;
}
.tt-filter.type-1 .isotope-nav li.selected a:before {
  width: 100%;
}
.tt-filter.type-1 .isotope-nav a:hover{
  text-decoration:none!important;
  color:#666;
}
.isotope-nav li.selected{
  color:#666;
}