#shortlist-empty{
	text-align: center;
}
#s-e-btn{
	bottom: 0;
}
.empty-msg{
	margin: 35px 0 350px 0;
}
.shortlist-title-icon{
	position: relative;
	top: 4px;
	margin-right: 20px;
}
#shortlist-list,
#shortlist{
	text-align: center;
	margin-bottom: 130px;
}
#shortlist h4,
#shortlist h3,
#shortlist-list h3{
	margin-bottom: 35px;
}
.sl-des{
	margin-bottom: 70px;
}
.sl-des-2{
	margin-bottom: 30px;
}
#shortlist textarea,
#shortlist input{
	width: 100%;
	border-color: #fff;
	color: #fff;
	padding: 15px;
}
.form-row{
	margin-bottom: 20px;
}
#shortlist textarea{
	height: 160px;
}
#title,
#title input{
	cursor: pointer;
}
#title-icon{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.flip{
	transform: translateY(-50%) rotateX(180deg)!important;
}
.title-ul{
	position: absolute;
	background: #101820;
	border: 1px solid #fff;
	color: #fff;
	width: calc(33.33% - 10px);
	top: 49px;
}

.title-li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: -1px 0;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	text-align: left;
}
.title-li:hover,
.selected{
	background: #A2AAAD;
	color: #101820;
}

.error-msg{
	text-align: left;
	color: #A6192E;
	height: 50px;
	line-height: 45px;
}
#sumbit-btn{
	/*color: #101820;*/
    font-family: "lato-semibold";
    /*background: #fff;*/
    border: 2px solid #fff;
}
#remove-btn{
	margin-bottom: 40px;
}



.square{
	text-align: left;
}
.news-item-pic{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.square .news-item-pic{
	position: absolute;
}
.news-img-mask{
	/*opacity: 1;*/
}
.mask-background.middle{
	width: 100%;
	height: 140px;
	top: 50%;
	left: 0;
	bottom: unset;
	right: unset;
	transform: translateY(-50%);
}
.mask-background.up{
	width: 100%;
	height: calc(50% - 70px);
	top: 0;
	left: 0;
	bottom: unset;
	right: unset;
	opacity: 0;
	/*transform: translateY(-50%);*/
}
.mask-background.down{
	width: 100%;
	height: calc(50% - 70px);
	bottom: 0;
	left: 0;
	top: unset;
	right: unset;
	opacity: 0;
	/*transform: translateY(-50%);*/
}
.news-mask-title{

}
.news-img-mask{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
	overflow: hidden;
}
.mask-open{
	visibility: visible;
	opacity: 1!important;
	transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mask-open .mask-background.middle{
	height: 101%;
}
.news-mask-title h3,
.news-mask-title h2{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5)!important;
	opacity: 1;
	text-align: center;
	letter-spacing: 6px;
	font-family: 'lato-bold';
}
.news-mask-title h3{
	transform: translate(-50%,-50%)!important;
	letter-spacing: 3px;
	white-space: unset;
	width: 100%;
	margin: 0;
}
.news-mask-title .learnmore{
	display: inline-block;
	transform: translate(calc(-50% - 15px),calc(-50% + 10px))!important;
	position: absolute;
	top: 50%;
	left: 50%;
}
.news-mask-title-open h3,
.news-mask-title-open h2{
	transform: translate(-50%,-50%)!important;
	letter-spacing: 2px;
}
.news-mask-title-open h3{
	letter-spacing: 5px;
}
.news-mask-title-open .learnmore{
	opacity: 1;
	transform: translate(calc(-50% - 15px),calc(-50%))!important;
}
.gmb-hover{
	transition-delay: 0.3s;
}
.sl-icon{
	position: absolute;
	right: 28px;
	top: 21px;
	cursor: pointer;
}
.gmb-hover{
	max-width: 250px!important;
}
.sl-icon-box{
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.news-item:hover .sl-icon-box{
	opacity: 1;
}
.news-item-hide{
	width: 0!important;
	padding: 0!important;
	margin: 0!important;
	overflow: hidden;
}
.shade{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(8,16,24,0.84);
	z-index: 100;
	display: none;
}
.popup-msg{
	width: 66.6%;
	height: 66.6%;
	max-width: 1062px;
	max-height: 700px;
	border: 1px solid #fff;
	background: #101820;
	padding: 30px;
}
.pop-up-close{
	float: right;
	margin: 0;
}
.pop-title{
	width: calc(100% - 60px);
	text-align: center;
	position: absolute;
	top: 22%;
}
.pop-des{
	width: calc(100% - 60px);
	text-align: center;
	position: absolute;
	top: 33%;
}
.pop-btn{
	position: absolute;
	bottom: 22%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 285px;
}
.warning{
	border-color: #A6192E!important;
}
@media (max-width: 1600px){
	.sl-icon{
		transform: scale(0.7);
		right: 20px;
		top: 13px;
	}
}
@media (max-width: 1367px){
	.sl-icon{
		transform: scale(0.6);
	}
}
@media (max-width: 1200px){
	.sl-icon {
	    transform: scale(0.6);
	    right: 14px;
	    top: 11px;
	}
}
@media (max-width: 991px){
	.sm-hide{
		display: none!important;
	}
	.sm-wide{
		width: calc(100% - 15px);
	}
}
@media (max-width: 768px){
	#s-e-btn{
		margin: 0;
	}
	#title{
		width: calc(33.3% - 15px);
		margin: 0 7.5px;
	}
	.ssm-hide{
		display: none!important;
	}
	.ssm-wide{
		width: calc(100% - 15px);
	}
}
@media (max-width: 550px){
	.pop-btn{
		width: calc(100% - 60px);
	}
}
@media (max-width: 450px){
	.m-wide{
		width: calc(100% - 15px);
		margin: 7.5px;
	}
	.pop-btn{
		bottom: 8%;
	}
	.pop-des{
		line-height: 18px;
		top: 40%;
	}
	textarea, input{
		font-size: 12px;
	}
	.error-msg {
	    line-height: 20px;
	}
	.popup-msg{
		width: 96%;
    	height: 96%;
	}
}