/*loading*/
.pro-loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.pro-loading .container1 > div,
.pro-loading .container2 > div,
.pro-loading .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.pro-loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.pro-loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.pro-loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.pro-loading .circle1 {
	top: 0;
	left: 0;
}
.pro-loading .circle2 {
	top: 0;
	right: 0;
}
.pro-loading .circle3 {
	right: 0;
	bottom: 0;
}
.pro-loading .circle4 {
	left: 0;
	bottom: 0;
}
.pro-loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.pro-loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.pro-loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.pro-loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.pro-loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.pro-loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.pro-loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.pro-loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.pro-loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.pro-loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.pro-loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes 
bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
@keyframes 
bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}


/* ---- combination filters ---- */
.Custom_04_Default {
	width:100%;
	overflow:hidden;
	position:relative;
}
.Custom_04_Default .pro-loading {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -10px;
}

/* Portfolios bug*/
.portfolio_block.pro-isotope {
	width:auto;
}

.Custom_04_Default .pro-isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:30px;
	display:block;
	display:table;
}

.Custom_04_Default .pro-isotope_item {
  width:0px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
}
.Custom_04_Default .pro-isotope_item .pic_box img{
	width:100%;
	height:auto;
}
.Custom_04_Default .pro-isotope_item > div {
	margin:0;
}

.Custom_04_Default .pro-isotope_group{
	text-align:center;
	padding:10px 0 30px; 
}
.Custom_04_Default .pro-isotope_group a{
	margin:0px 10px;
	padding:6px 17px;
	color:#575757;
	font-size:14px;
	border:1px solid transparent;
	text-decoration:none;
	display:inline-block;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
}
.Custom_04_Default .pro-isotope_group a:hover,
.Custom_04_Default .pro-isotope_group a.active {
	border:1px solid #3b9cf7;
	color:#3b9cf7;
	text-decoration:none;
}
.Custom_04_Default .showmeassage{
	padding:10px 0;
	background:rgba(0,0,0,0.1);
	text-align:center;
	display:block;
	width:100%;
}
.Custom_04_Default .showmeassage{
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	color:#FFF;
	background:rgba(0,0,0,0.5);
}
.Custom_04_Default .meassage_box {
	text-align:center;
}
.Custom_04_Default .moremeassage{
	background-color:#dfa945;
	color:#FFF;
	padding:0px 20px;
	font-size:22px;
	letter-spacing:0px;
	display:inline-block;
	height: 77px;
    line-height: 77px;
	margin:45px auto 10px;
	-webkit-transition: color ease-in 200ms, border-color ease-in 200ms, background-color ease-in 200ms;
    transition: color ease-in 200ms, border-color ease-in 200ms, background-color ease-in 200ms;
	font-family: var(--family2);
}
.Custom_04_Default .moremeassage:hover{
	background-color:#cb9b3f;
	text-decoration:none;
}
@media (min-width: 1600px) {
	.Custom_04_Default .moremeassage{
		padding: 0 60px;
	}
}
@keyframes rotatelogin {
	0% {
		transform:rotate(0deg)
	}
	100%{
		transform:rotate(360deg)
	}
	
}
@-webkit-keyframes rotatelogin {
	0% {
		-webkit-transform:rotate(0deg)
	}
	100%{
		-webkit-transform:rotate(359deg)
	}
}

.Custom_04_Default .moremeassage .fa{
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	line-height:21px;
	font-size:13px;
	vertical-align:middle;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: rotatelogin;
	animation-name: rotatelogin;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	position:relative;
	letter-spacing:0;
}
.Custom_04_Default .moremeassage .showloading{
	display:none;
}


.Custom_04_Default .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    padding: 15px;
    opacity: 0;
    transition: all ease-in 300ms;
	text-align: center !important;
}
.Custom_04_Default .pic_box:hover .content {
    opacity: 1;
}
.Custom_04_Default .pic_box .plus {
	position: relative;
	display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    border-radius: 50%;
    color: #E90622;
    margin-bottom: 0;
}
.Custom_04_Default .pic_box .plus::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    border-left: 2px solid currentColor;
}
.Custom_04_Default .pic_box .plus::before {
    height: 22px;
    top: 50%;
    margin-top: -11px;
}
.Custom_04_Default .pic_box .title {
    font-size: 1.5rem;
    color: #FFF;
    margin: 0px 0px 15px;
}

.Custom_04_Default .pic_box .plus::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px solid currentColor;
}
.Custom_04_Default .pic_box .plus::after {
    width: 22px;
    left: 50%;
    margin-left: -11px;
}

.Custom_04_Default .content .shade{
	z-index: -1;
}
.Custom_04_Default .pro-photo .imgLink{
 z-index: 11;
}
.Custom_04_Default .pro-photo .pic_box .pic{
	/* padding-bottom: calc(357 / 447 * 100%); */
    position: relative;
}
.Custom_04_Default .pro-photo .pic_box .pic img {
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; */
    object-fit: cover;
    object-position: center top;
}


@-webkit-keyframes loading-rotate {
	0% {
		-webkit-transform: rotate(0);
	}
		100% {
		-webkit-transform: rotate(360deg);
	}
  }
  @-moz-keyframes loading-rotate{
	0% {
		-moz-transform: rotate(0);
	}
		100% {
		-moz-transform: rotate(360deg);
	}
  }
  @keyframes loading-rotate{
	0% {
		transform: rotate(0);
	}
		100% {
		transform: rotate(360deg);
	}
  }
.Custom_04_Default{
	min-height: 100px;
  }
  
  .Custom_04_Default.loading:after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #E3E3E3;
  border-top-color:#555;
  border-left-color:#555;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
  }

  .Custom_04_Default .loading + .isotope-margin .pro-isotope_item{
    visibility: hidden;
}