body{ font-family: 'Open Sans', sans-serif;	 }
body > ul {
	margin: 0 !important;
	width: 100% !important;
	min-width: 0 !important;
	z-index: auto !important;
}
body > ul ul{ max-width: 1200px !important; }
.lg-download{ display: none; }

#lightgallery a{ transition: all .3s !important; }
#lightgallery a:hover{ filter: brightness(1.4);  }
#social a{
	background-position: 50%;
	transition: all .3s !important;

}
#social a:hover{
	background-size: 110% !important;
	transform: perspective(2000px) scale(1.1);
}
#pinnk{
	color: #fff;
	font-size: 11px;
	background-color: #FFA7B6;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	text-align: center;
}
#pinnk a{
	text-decoration: none;
	color: #fff;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1124px) {
	#header{
		background-attachment: scroll !important;
		background-size: cover !important;	
		
	}
	
	ol{
		background-attachment: scroll !important;
		background-size: cover !important;	
		background-position: 50% 30% !important;
	}
}
@media only screen and (min-width: 1500px) {
	#content{
		padding-bottom: 157% !important;
	}
}
