.filter-options,
.flaticon-warning {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .08)
}

#grid a,
.cp-warning-cont a:focus,
.cp-warning-cont a:hover {
	text-decoration: none
}

#grid .picture-item,
.flaticon-warning {
	font-family: Montserrat, sans-serif
}

#popupgrid {
	padding: 20px 40px;
	background: #F1F5F8;
	box-sizing: border-box;
}

#module-popupgrid-ExploreSliders #wrapper {
	display: none
}

.cp-warning-cont {
	overflow: hidden
}

.flaticon-warning {
	position: relative;
	height: 90px;
	background: #fff;
	color: #2f3d46;
	margin: 19px;
	font-weight: 400;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08)
}

.flaticon-warning::before,
.cp-warning-cont a {
	background: #fed24b;
	vertical-align: middle;
	text-align: center
}

.flaticon-warning::before {
	content: '!';
	display: inline-block;
	margin: 0 30px 0 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 42px;
	color: #b19334
}
.flaticon-warning::after {
	content: '';
	position: absolute;
	left: 21px;
	top: 21px;
	width: 3em;
	height: 3em;
	border: 0.2em solid #b19334;
	border-radius: 50%;
}

.cp-warning-cont a {
	text-transform: uppercase;
	display: block;
	float: right;
	margin: 29px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	padding: 0;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.cp-warning-cont p {
	display: inline-block;
	font-size: 15px;
	color: #2f3d46;
	vertical-align: middle;
	margin: 0
}

.cp-warning-cont .cp-warning-close {
	display: block;
	float: right;
	margin: 29px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-style: normal;
	cursor: pointer;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}
.cp-warning-cont .cp-warning-close::before {
	content: '✖';
	font-size: 14px;
	line-height: 32px;
	margin: 0
}

#grid .picture-item:after,
#grid .picture-item__details {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	left: 0
}

.cp-warning-cont .flaticon-delete:hover {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.cp-warning-cont span {
	color: #b2bcc3;
	font-size: 14px
}

.include-cont #grid .picture-item__details a {
	display: inline-block;
	max-width: calc(100% - 90px)
}

#grid .picture-item:not(.loading) {
	cursor: pointer;
}

#grid .picture-item:after {
	content: 'Loading...';
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #2f3d46;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	font-size: 16px;
	transition: transform .5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translate(0, -100%);
	transform: translateY(-100%)
}

#grid .picture-item.loading:after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translate(0, 0);
	transform: translateY(0)
}

#grid .picture-item .logoload {
	z-index: 1000
}

#grid .picture-item__details .btn__import {
	position: absolute;
	cursor: pointer;
	padding: 0 10px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 13px;
	bottom: 24px;
	right: 20px;
	background: 0 0;
	border: 2px solid #F73E60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s
}

#grid .picture-item__details .btn__import:hover {
	background-color: #F73E60
}

.filter-options {
	float: left;
	width: 220px;
	padding: 20px 15px;
	margin: 19px 48px 19px 0;
	background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 10px 15px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 10px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 10px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#header a[data-group].grid-filter,
a[data-group].grid-filter {
	display: block;
	color: #b2bcc3;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 37px;
	padding: 0 10px;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

a[data-group].grid-filter:last-child {
	margin-bottom: 0
}

a[data-group].grid-filter svg {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: -4px 5px 0 0;
	vertical-align: middle;
}
a[data-group].grid-filter svg * {
	fill: currentColor;
}

#header a[data-group].grid-filter.active,
a[data-group].grid-filter.active {
	color: #2f3d46
}

#header a[data-group].grid-filter:hover,
a[data-group].grid-filter:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f73e60
}

#grid {
	position: relative
}

#grid .picture-item {
	line-height: 0;
	background-color: #fff;
	overflow: hidden;
	margin: 19px;
	width: 18%;
	/*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);*/

    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 15px 15px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 15px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 15px 15px -5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transform: translate(0, 0)
}

#grid .picture-item>a {
	line-height: 0
}

@media screen and (max-width:2400px) {
	#grid .picture-item {
		width: calc(20% - 38px)
	}
}

@media screen and (max-width:1921px) {
	#grid .picture-item {
		width: calc(25% - 38px)
	}
}

@media screen and (max-width:1468px) {
	#grid .picture-item {
		width: calc(33.333% - 38px)
	}
}

@media screen and (max-width:1088px) {
	#grid,
	.cp-warning-cont {
		margin-left: -19px;
		margin-right: -19px
	}
	#grid .picture-item {
		width: calc(33.333% - 38px)
	}
	.filter-options {
		float: none;
		width: 100%;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	#header .filter-options a[data-group],
	.filter-options a[data-group] {
		display: inline-block;
		width: 160px;
		font-size: 14px;
	}
}

@media screen and (max-width:820px) {
	.explore-sliders #content {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width:768px) {
	#grid .picture-item {
		margin: 10px;
		width: calc(50% - 20px)
	}
	#grid div.picture-item__details{
		padding: 8px 10px 12px;
		height: auto;
	}
	#grid div.picture-item__details a{
		font-size: 13px;
	}
	.picture-item__like{
		display:none;
	}
}

#grid .picture-item__details {
	width: 100%;
	background: #ffffff;
	bottom: 0;
	height: 78px;
	padding: 18px 20px;
	z-index: 999;
	transition: transform .5s;
    box-shadow: 0 -10px 40px 20px rgba(0,0,0,0.12);
    position: relative;    
}

#grid .picture-item:hover .picture-item__details {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translate(0, 0);
	transform: translateY(0)
}

#grid .picture-item img {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s
}

#grid .picture-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

#grid .picture-item__details a {
	font-size: 15px;
	line-height: normal;
	color: #2f3d46;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#grid .picture-item__title {
	line-height: 21px;
	color: #fff
}

#grid .picture-item__author {
	font-size: 13px;
	line-height: 13px;
	color: #b2bcc3;
	margin: 0
}

#grid .href-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#grid .picture-item__like {
	position: absolute;
	right: 21px;
	bottom: 27px
}

#grid .picture-item__like .like_btn {
	display: inline-block;
	vertical-align: middle;
}

.like_count {
	display: inline-block;
	vertical-align: middle;
	color: #ed3b5e;
	margin-right: 6px;
}

.like_btn::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABkCAMAAAD+KOMuAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURQAAAPc+YPc+YPc+YPc+YPc+YPc+YPc+YPc+YPc+YOquVsUAAAAJdFJOUwBWvxZ7Npvv3Wgf39cAAAJXSURBVFjD3ZjdduwgCIXlR9T3f+ETB53RaBLIOlfdF22H+CkgOqQh/EQAzBApTKJYrXCyNkXGUpVwHECA6WNGjisi5afE3cxpMMsJ47bIIZ338zy2D4cU5pERnYiaQ/UThAAfQp0ldUVmBoe1oc5LVNeGIQIcKZinqPPmY/xB5jlnoh58RiyMUgujFPW/cM1mhdYkY5uftk/rVBK2c5FGhLvNFtlZUaOSb3AWgTqAPTaTovqVS3JAlEo+fulPM3Ss8XYlX0ykMeF2mx4SIaeKvxfr6KvN3SurX1QcQR3epV4ZZv96wVb/kn2h7lXeFvRFRDLwppqV0Scupr06DatXAhlOxRQGpc2FsGFwScs9tTKNivfx7K+fFH3MQaXrzEu5KtCYy0VBYbnefsItdWG+nZJyeajo1XlKz0V2TtOHiZYCw4lJhrIct97KTFQu5qvqW85YHNcbaJKluK7Emg2A4voSaj2C6xbt4Xgu0d+mkhOq5wuCW8DhDygyi/C58SSoVt6XBoFgThmFJ4q4mXdd7Nh44jfZ2jCem9T+MJdJou2kzNYMaws7qh69mBYz3zH1UMSdlcfjY1b3MHmgdOPctdi/UFsKilPwO9l2ST/YHmG7EF3K/jxoJl5Br9x7lQj2QtzfXzyKwR9Ufl+w5Dsa9OJs8NAj+iIKvgTGh5vl1rlgL4tNB2TOnCusuH0bdjKGCwau+hQv80DBXU/kZW4oeOq/vMz2i8zQW9JS8tnQIp2pTPa2bV+jzy1iKeY3zIkST8fDr9pRfsF8/x3glMiLRg7g/zaG/wA08UWJWPOEVQAAAABJRU5ErkJggg==') no-repeat top;
  background-size: 100% 200%;
}

.like_btn.liked:before,
.like_btn:hover:before {
	background-position: bottom;
}

.like_btn {
	cursor: pointer
}

.like_btn.liked {
	cursor: default
}

.badge-new {
	position: absolute;
	right: -20px;
	top: 6px;
	background: #F73E60;
	color: #fff;
	width: 82px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	transform: rotate(40deg);
	pointer-events: none
}

#grid .cp-add-empty img{
    margin-top: 30px;
    margin-bottom: 29px;
}

.logoload {
	position: fixed;
	width: 38px;
	height: 54px;
	margin-left: -19px;
	margin-top: -27px;
	top: 50%;
	left: 50%
}

#header .logoload {
	position: absolute;
	top: auto;
	margin-top: 20px
}

.logoload .layer {
	position: absolute;
	border: 5px solid #373b49;
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	outline: transparent solid 1px;
	-webkit-transform: rotateX(50deg) rotate(45deg);
	-moz-transform: rotateX(50deg) rotate(45deg);
	transform: rotateX(50deg) rotate(45deg);
	-webkit-animation: logoload 1s infinite;
	-moz-animation: logoload 1s infinite;
	animation: logoload 1s infinite;
	-webkit-animation-delay: -.85s;
	-moz-animation-delay: -.85s;
	animation-delay: -.85s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 3
}

.logoload .layer:nth-child(2) {
	border-radius: 8px;
	top: 15px;
	left: 4px;
	width: 30px;
	height: 30px;
	opacity: .6;
	-webkit-animation-delay: -.7s;
	-moz-animation-delay: -.7s;
	animation-delay: -.7s;
	z-index: 2
}

.logoload .layer:nth-child(3) {
	border-radius: 7px;
	top: 27px;
	left: 6px;
	width: 25px;
	height: 25px;
	opacity: .2;
	-webkit-animation-delay: -.55s;
	-moz-animation-delay: -.55s;
	animation-delay: -.55s;
	z-index: 1
}

@-webkit-keyframes logoload {
	0% {
		-webkit-transform: rotateX(50deg) rotate(45deg)
	}
	100%,
	70% {
		-webkit-transform: rotateX(50deg) rotate(135deg)
	}
}

@-moz-keyframes logoload {
	0% {
		-moz-transform: rotateX(50deg) rotate(45deg)
	}
	100%,
	70% {
		-moz-transform: rotateX(50deg) rotate(135deg)
	}
}

@keyframes logoload {
	0% {
		transform: rotateX(50deg) rotate(45deg)
	}
	100%,
	70% {
		transform: rotateX(50deg) rotate(135deg)
	}
}