﻿/*
	* LovelyGallery
	*
	* (c) 2013 flashmouse
	*
*/



/************ global_css begin ************/
* {
	-webkit-font-smoothing: antialiased;	
	border: 0;
	margin: 0;
	padding: 0;
	zoom: 1;
}

body {
	font-size: 100%;
	line-height: 100%;
}

input, textarea, button, form, div, td, ul, li, p, a {
	line-height: 140%;
	letter-spacing: 0px;
}

.content input,
.content textarea,
.content button,
.content form,
.content div,
.content td,
.content ul,
.content li,
.content p,
.content section {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
}



/* PREDEFINED SELECTORS */

img, a, *:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b {
	font-weight: 400;
}

.i {
	font-style: italic;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.active, .active:hover, .active *, .active *:hover {
	cursor: default;
}

.clear {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.small {
	font-size: 75%;
}

.big {
	font-size: 125%;
}

.hidden {
	display: none;
}

.full {
	display: inline-block;
	width: 100%;
	height: 1px !important;
}

strong {
	font-weight: 400;
}



/* BODY, HTML, LAYOUT */

body, html {
	overflow-x: hidden;
}

body {
	padding-top: 0px;
}

.gallery_sizer {
	display: block;
	position: relative;	
}

.gallery_sizer {
	max-width: 1000px;
	margin: 0px auto;
}


/* gallery */

.gallery_container {
	position: relative;
	z-index: 3;
	width: 100%;
}


/* CONTENT */

#content,
#content .content {
	position: relative;
	z-index: 5;
}

#content .content {
	position: relative;
	top: 30px;
	padding-bottom: 30px;
}

#content .bg-top-container {
	width: 100%;
	height: 25%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#content img.bg-top {
	width: 100%;
	height: 100%;
}

#content .bg {
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0px;
	top: 25%;
	z-index: 2;
	*z-index: -1;
}

.version-recommender {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;	
	height: 20px;
	position: relative;
	top: -30px;
	margin-bottom: -20px;
	display: none;
	color: #555;
}

.version-recommender a {
	display: inline-block;
	padding: 0px 8px 2px 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


/* Sections */

section {
	text-align: justify;
}

#content section {
	padding: 30px 0px;
}

#content section.highlighted {
	width: 100%;
	position: relative;
	margin: auto auto 30px -40px;
	padding: 30px 40px 40px 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

section div.col3-4 {
	width: 74%;
	margin-left: 4%;
}

section div.col2-3 {
	width: 65%;
	margin-left: 5%;
}

section div.col1-2 {
	width: 48%;
	margin-left: 4%;
}

section div.col1-3 {
	width: 30%;
	margin-left: 5%;
}

section div.col1-4 {
	width: 22%;
	margin-left: 4%;
}

section div.col3-4:first-child,
section div.col2-3:first-child,
section div.col1-2:first-child,
section div.col1-3:first-child,
section div.col1-4:first-child {
	margin-left: 0px;
}

section p {
	padding-top: 15px;
}

section ul {
	padding-top: 15px;
	margin-left: 20px;
}

section .list-holder {
	margin: 15px 0px 5px 0px !important;
	padding: 0px !important;
}

section .list-holder ul {
	margin: 0px !important;
	padding: 0px !important;
}

#content section h3 {
	padding-bottom: 5px;
	font-size: 150%;
	white-space: nowrap;
}

section.highlighted h3,
section h3.highlighted {
	text-transform: uppercase;
}

section a {
	white-space: nowrap;
}

section a.plugin-image:hover {
	opacity: .7;
}

#content .sep {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

#content div.col3-4 .sep,
#content div.col2-3 .sep,
#content div.col1-2 .sep,
#content div.col1-3 .sep,
#content div.col1-4 .sep {
	margin-top: 10px;
}

#content .col1-.sep {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
/************ global_css end ************/
/************ gallery_css begin ************/
/* Global settings */

.lg-container {
	visibility: hidden;
	position: relative;
}

.lg-lt-container {
	position: absolute;
}

.lg-lt-container,
.lg-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.lg-container-fullscreen {
	margin: 0px auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: none !important;
}

.lg-container-fullscreen .lg-thumbnail-wrapper,
.lg-container-fullscreen .lg-fullscreen,
.lg-container-fullscreen .lg-shadow {
	display: none !important;
}

.lg-overflow-hidden {
	overflow: hidden;
}

.lg-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.lg-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.lg-loading-indicator {
	margin: 0px auto;
}

.lg-inner,
.lg-layer {
	width: 100%;
	height: 100%;
}

.lg-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.lg-active,
.lg-animating {
	display: block !important;
}

.lg-layer > * {
	position: absolute;
	line-height: normal;	
	margin: 0px;
	left: 0px;
	top: 0px;
}

.lg-layer .lg-bg {
	left: 50%;
	top: 50%;
}

.lg-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.lg-bar-timer {
	position: absolute;
	width: 0px;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0px;
}

.lg-circle-timer {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.lg-ct-half {
	background: white;
}

.lg-ct-center {
	background: #444;
}

.lg-ct-left,
.lg-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.lg-ct-left,
.lg-ct-right {
	float: left;
	position: relative;								
}

.lg-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0px;
}	

.lg-ct-left .lg-ct-rotate,
.lg-ct-right .lg-ct-hider,
.lg-ct-right .lg-ct-half {
	left: 0px;
}

.lg-ct-right .lg-ct-rotate,
.lg-ct-left .lg-ct-hider,
.lg-ct-left .lg-ct-half {
	right: 0px;
}

.lg-ct-hider,
.lg-ct-half {
	position: absolute;
	top: 0px;												
}

.lg-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.lg-ct-half {
	width: 200%;
	height: 100%;
}
														
.lg-ct-center {
	width: 40%;
	height: 40%;
	left: 30%;
	top: 30%;
	position: absolute;								
}

.lg-ct-half,
.lg-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;								
}



/* Navigation */

.lg-bottom-nav-wrapper {
	height: 0px;
}

.lg-bottom-slidebuttons {
	text-align: left;
}

.lg-bottom-nav-wrapper,
.lg-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.lg-below-thumbnails {
	display: none;
	z-index: 6;
}

.lg-bottom-nav-wrapper a,
.lg-nav-prev,
.lg-nav-next {
	outline: none;
}

* .lg-bottom-nav-wrapper *,
* .lg-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.lg-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.lg-bottom-slidebuttons,
.lg-nav-start,
.lg-nav-stop,
.lg-nav-sides {
	position: relative;	
}

.lg-nothumb {
	text-align: center !important;
}

.lg-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background: url(../../images/bg/link.gif);
}



/* Embedded videos */

.lg-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.lg-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.lg-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.lg-tn {
	display: none !important;
}

.lg-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.lg-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.lg-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.lg-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.lg-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0px;
}

.lg-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.lg-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.lg-thumbnail {
	position: relative;
	margin: 0 auto;
}

.lg-thumbnail-inner,
.lg-thumbnail-slide-container {
	width: 100%;	
}

.lg-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.lg-touchscroll {
	overflow-x: auto !important;
}

.lg-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.lg-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.lg-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.lg-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden !important;
	visibility: hidden;
}

.lg-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0px !important;
	bottom: 0px !important;
}

.lg-bottom-nav-wrapper,
.lg-thumbnail-wrapper,
.lg-nav-prev,
.lg-nav-next {
	visibility: hidden;
}



/* 2D & 3D Layer Transitions */

.lg-overflow-hidden {
	overflow: hidden;
}

.lg-lt-tile {
	position: relative;
	float: left;
	perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
}

.lg-curtiles {
	overflow: hidden;
}

.lg-curtiles,
.lg-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.lg-curtile, .lg-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.lg-curtile {
	left: 0px;
	top: 0px;
}

.lg-curtile img,
.lg-nexttile img {
	position: absolute;
	filter: inherit;
}

.lg-3d-container {
	position: relative;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible !important;
}

.lg-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.lg-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}



/* Full screen */

.lg-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .lg-nav-prev,
html * .lg-nav-next,
html * .lg-container img,
html * .lg-bottom-nav-wrapper a,
html * .lg-container .lg-fullscreen,
body * .lg-nav-prev,
body * .lg-nav-next,
body * .lg-container img,
body * .lg-bottom-nav-wrapper a,
body * .lg-container .lg-fullscreen,
#lg-global * .lg-nav-prev,
#lg-global * .lg-nav-next,
#lg-global * .lg-container img,
#lg-global * .lg-bottom-nav-wrapper a,
#lg-global * .lg-container .lg-fullscreen {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;
}

html * .lg-thumbnail a,
body * .lg-thumbnail a,
#lg-global * .lg-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;	
}

html * .lg-container img,
body * .lg-container img,
#lg-global * .lg-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	padding: 0px;
}

html * .lg-layer > *,
body * .lg-layer > *,
#lg-global * .lg-layer > * {
	line-height: normal;
	outline: none;
	padding: 0px;
	margin: 0px;	
	border: 0px;
}

.lg-container,
.lg-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .lg-yourlogo,
body * .lg-yourlogo,
#lg-global * .lg-yourlogo {
	margin: 0px;	
}

html * .lg-tn,
body * .lg-tn,
#lg-global * .lg-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of lovelygallery Debug Console */

.lg-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.lg-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.lg-debug-console h1:first-child {
	padding-top: 0px !important;
}

.lg-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.lg-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .lg-debug-console li ul,
body * .lg-debug-console li ul,
#lg-global * .lg-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;	
}

.lg-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

html * .lg-debug-console li:hover ul,
body * .lg-debug-console li:hover ul,
#lg-global * .lg-debug-console li:hover ul {
	display: block;	
}

.lg-debug-console li ul * {
	color: black !important;
}

.lg-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.lg-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0px 2px 20px -5px black;
}

.lg-error p {
	line-height: normal !important;
	text-shadow: none !important;	
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.lg-error .lg-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.lg-error .lg-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.lg-error .lg-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .lg-container .lg-shadow,
html * .lg-container .lg-layer > *,
html * .lg-container .lg-fullscreen,
html * .lg-container .lg-webkit-hack,
html * .lg-container .lg-3d-container,
html * .lg-container .lg-lt-container,
html * .lg-container .lg-lt-container *,
html * .lg-container .lg-thumbnail-wrapper,
html * .lg-container .lg-bottom-nav-wrapper,
body * .lg-container .lg-shadow,
body * .lg-container .lg-layer > *,
body * .lg-container .lg-fullscreen,
body * .lg-container .lg-webkit-hack,
body * .lg-container .lg-3d-container,
body * .lg-container .lg-lt-container,
body * .lg-container .lg-lt-container *,
body * .lg-container .lg-thumbnail-wrapper,
body * .lg-container .lg-bottom-nav-wrapper,
#lg-global * .lg-container .lg-shadow,
#lg-global * .lg-container .lg-layer > *,
#lg-global * .lg-container .lg-fullscreen,
#lg-global * .lg-container .lg-webkit-hack,
#lg-global * .lg-container .lg-3d-container,
#lg-global * .lg-container .lg-lt-container,
#lg-global * .lg-container .lg-lt-container *,
#lg-global * .lg-container .lg-thumbnail-wrapper,
#lg-global * .lg-container .lg-bottom-nav-wrapper {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

/* Firefox embedded video fix */

html * .lg-container .lg-video-layer,
body * .lg-container .lg-video-layer,
#lg-global * .lg-container .lg-video-layer,
html * .lg-container .lg-layer iframe,
body * .lg-container .lg-layer iframe,
#lg-global * .lg-container .lg-layer iframe {
	backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	transform: none !important;
	-moz-transform: none !important;
}

html * .lg-container .lg-webkit-hack,
body * .lg-container .lg-webkit-hack,
#lg-global * .lg-container .lg-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#lg-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}
/************ gallery_css end ************/
/************ bg_css begin ************/
html {
	background: url(../../images/bg/bg.png) center -200px fixed;
}
/************ bg_css end ************/
/************ lovelygallery_popup begin ************/
/* Zoom In effect */
.lovelygallery-effect-zoomin-normal
{
	-webkit-animation: sppedo-key-zoomIn-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-zoomIn-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-zoomIn-normal 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-zoomIn-normal 600ms ease both;
	animation-play-state: paused;
	opacity: 0;
}

@-webkit-keyframes sppedo-key-zoomIn-normal
{
	0% { opacity: 0; -webkit-transform: scale(1.8); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes sppedo-key-zoomIn-normal
{
	0% { opacity: 0; -moz-transform: scale(1.8); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes sppedo-key-zoomIn-normal
{
	0% { opacity: 0; -o-transform: scale(1.8); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes sppedo-key-zoomIn-normal
{
	0% { opacity: 0; transform: scale(1.8); }
	100% { opacity: 1; transform: scale(1); }
}

.lovelygallery-effect-zoomin-reverse
{
	-webkit-animation: sppedo-key-zoomIn-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-zoomIn-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-zoomIn-reverse 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-zoomIn-reverse 600ms ease both;
	animation-play-state: paused;
	opacity: 0;
}

@-webkit-keyframes sppedo-key-zoomIn-reverse
{
	0% { opacity: 1; -webkit-transform: scale(1); }
	100% { opacity: 0; -webkit-transform: scale(1.8); }
}

@-moz-keyframes sppedo-key-zoomIn-reverse
{
	0% { opacity: 1; -moz-transform: scale(1); }
	100% { opacity: 0; -moz-transform: scale(1.8); }
}

@-o-keyframes sppedo-key-zoomIn-reverse
{
	0% { opacity: 1; -o-transform: scale(1); }
	100% { opacity: 0; -o-transform: scale(1.8); }
}

@keyframes sppedo-key-zoomIn-reverse
{
	0% { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(1.8); }
}

/* Zoom Out effect */

.lovelygallery-effect-zoomout-normal
{
	-webkit-animation: sppedo-key-zoomOut-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-zoomOut-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-zoomOut-normal 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-zoomOut-normal 600ms ease both;
	animation-play-state: paused;
	opacity: 0;
}

@-webkit-keyframes sppedo-key-zoomOut-normal
{
	0% { opacity: 0; -webkit-transform: scale(.6); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes sppedo-key-zoomOut-normal
{
	0% { opacity: 0; -moz-transform: scale(.6); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes sppedo-key-zoomOut-normal
{
	0% { opacity: 0; -o-transform: scale(.6); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes sppedo-key-zoomOut-normal
{
	0% { opacity: 0; transform: scale(.6); }
	100% { opacity: 1; transform: scale(1); }
}

.lovelygallery-effect-zoomout-reverse
{
	-webkit-animation: sppedo-key-zoomOut-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-zoomOut-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-zoomOut-reverse 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-zoomOut-reverse 600ms ease both;
	animation-play-state: paused;
	opacity: 0;
}

@-webkit-keyframes sppedo-key-zoomOut-reverse
{
	0% { opacity: 1; -webkit-transform: scale(1); }
	100% { opacity: 0; -webkit-transform: scale(.6); }
}

@-moz-keyframes sppedo-key-zoomOut-reverse
{
	0% { opacity: 1; -moz-transform: scale(1); }
	100% { opacity: 0; -moz-transform: scale(.6); }
}

@-o-keyframes sppedo-key-zoomOut-reverse
{
	0% { opacity: 1; -o-transform: scale(1); }
	100% { opacity: 0; -o-transform: scale(.6); }
}

@keyframes sppedo-key-zoomOut-reverse
{
	0% { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(.6); }
}

/* Slide left effect */

.lovelygallery-effect-slideleft-normal
{
	opacity: 0;
	-webkit-animation: sppedo-key-slideLeft-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-slideLeft-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-slideLeft-normal 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-slideLeft-normal 600ms ease both;
	animation-play-state: paused;
}

@-webkit-keyframes sppedo-key-slideLeft-normal
{
	0% { opacity: 0; margin-left: -30px; }
	100% { opacity: 1; margin-left: 0; }
}

@-moz-keyframes sppedo-key-slideLeft-normal
{
	0% { opacity: 0; margin-left: -30px; }
	100% { opacity: 1; margin-left: 0; }
}

@-o-keyframes sppedo-key-slideLeft-normal
{
	0% { opacity: 0; margin-left: -30px; }
	100% { opacity: 1; left: 0; }
}

@keyframes sppedo-key-slideLeft-normal
{
	0% { opacity: 0; margin-left: -30px; }
	100% { opacity: 1; margin-left: 0; }
}

.lovelygallery-effect-slideleft-reverse
{
	opacity: 0;
	-webkit-animation: sppedo-key-slideLeft-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-slideLeft-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-slideLeft-reverse 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-slideLeft-reverse 600ms ease both;
	animation-play-state: paused;
}

@-webkit-keyframes sppedo-key-slideLeft-reverse
{
	0% { opacity: 1; margin-left: 0; }
	100% { opacity: 0; margin-left: -30px; }
}

@-moz-keyframes sppedo-key-slideLeft-reverse
{
	0% { opacity: 1; margin-left: 0; }
	100% { opacity: 0; margin-left: -30px; }
}

@-o-keyframes sppedo-key-slideLeft-reverse
{
	0% { opacity: 1; margin-left: 0; }
	100% { opacity: 0; margin-left: -30px; }
}

@keyframes sppedo-key-slideLeft-reverse
{
	0% { opacity: 1; margin-left: 0; }
	100% { opacity: 0; margin-left: -30px; }
}

/* Flip effect */

.lovelygallery-effect-flip-normal
{
	-webkit-animation: sppedo-key-flip-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation: sppedo-key-flip-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation: sppedo-key-flip-normal 600ms ease both;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation: sppedo-key-flip-normal 600ms ease both;
	animation-play-state: paused;
	backface-visibility: visible;

	opacity: 0;
}

@-webkit-keyframes sppedo-key-flip-normal
{
	0% { opacity: 0; -webkit-transform: perspective(500px) rotateY(0); -webkit-animation-timing-function: ease-out; }
	40% { -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg); -webkit-animation-timing-function: ease-out; }
	50% { -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); -webkit-animation-timing-function: ease-in; }
	80% { -webkit-transform: perspective(500px) rotateY(360deg) scale(.95); -webkit-animation-timing-function: ease-in; }
	100% { opacity: 1; -webkit-transform: perspective(500px) scale(1); -webkit-animation-timing-function: ease-in; }
}

@-moz-keyframes sppedo-key-flip-normal
{
	0% { opacity: 0; -moz-transform: perspective(500px) rotateY(0); -moz-animation-timing-function: ease-out; }
	40% { -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg); -moz-animation-timing-function: ease-out; }
	50% { -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); -moz-animation-timing-function: ease-in; }
	80% { -moz-transform: perspective(500px) rotateY(360deg) scale(.95); -moz-animation-timing-function: ease-in; }
	100% { opacity: 1; -moz-transform: perspective(500px) scale(1); -moz-animation-timing-function: ease-in; }
}

@-o-keyframes sppedo-key-flip-normal
{
	0% { opacity: 0; -o-transform: perspective(500px) rotateY(0); -o-animation-timing-function: ease-out; }
	40% { -o-transform: perspective(500px) translateZ(150px) rotateY(170deg); -o-animation-timing-function: ease-out; }
	50% { -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); -o-animation-timing-function: ease-in; }
	80% { -o-transform: perspective(500px) rotateY(360deg) scale(.95); -o-animation-timing-function: ease-in; }
	100% { opacity: 1; -o-transform: perspective(500px) scale(1); -o-animation-timing-function: ease-in; }
}

@keyframes sppedo-key-flip-normal
{
	0% { opacity: 0; transform: perspective(500px) rotateY(0); animation-timing-function: ease-out; }
	40% { transform: perspective(500px) translateZ(150px) rotateY(170deg); animation-timing-function: ease-out; }
	50% { transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); animation-timing-function: ease-in; }
	80% { transform: perspective(500px) rotateY(360deg) scale(.95); animation-timing-function: ease-in; }
	100% { opacity: 1; transform: perspective(500px) scale(1); animation-timing-function: ease-in; }
}

.lovelygallery-effect-flip-reverse
{
	-webkit-animation: sppedo-key-flip-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation: sppedo-key-flip-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation: sppedo-key-flip-reverse 600ms ease both;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation: sppedo-key-flip-reverse 600ms ease both;
	animation-play-state: paused;
	backface-visibility: visible;

	opacity: 0;
}

@-webkit-keyframes sppedo-key-flip-reverse
{
	0% { opacity: 1; -webkit-transform: perspective(500px) scale(1); -webkit-animation-timing-function: ease-in; }
	40% { -webkit-transform: perspective(500px) rotateY(360deg) scale(.95); -webkit-animation-timing-function: ease-in; }
	50% { -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); -webkit-animation-timing-function: ease-in; }
	80% { -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg); -webkit-animation-timing-function: ease-out; }
	100% { opacity: 0; -webkit-transform: perspective(500px) rotateY(0); -webkit-animation-timing-function: ease-out; }
}

@-moz-keyframes sppedo-key-flip-reverse
{
	100% { opacity: 0; -moz-transform: perspective(500px) rotateY(0); -moz-animation-timing-function: ease-out; }
	80% { -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg); -moz-animation-timing-function: ease-out; }
	50% { -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); -moz-animation-timing-function: ease-in; }
	40% { -moz-transform: perspective(500px) rotateY(360deg) scale(.95); -moz-animation-timing-function: ease-in; }
	0% { opacity: 1; -moz-transform: perspective(500px) scale(1); -moz-animation-timing-function: ease-in; }
}

@-o-keyframes sppedo-key-flip-reverse
{
	100% { opacity: 0; -o-transform: perspective(500px) rotateY(0); -o-animation-timing-function: ease-out; }
	80% { -o-transform: perspective(500px) translateZ(150px) rotateY(170deg); -o-animation-timing-function: ease-out; }
	50% { -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); -o-animation-timing-function: ease-in; }
	40% { -o-transform: perspective(500px) rotateY(360deg) scale(.95); -o-animation-timing-function: ease-in; }
	0% { opacity: 1; -o-transform: perspective(500px) scale(1); -o-animation-timing-function: ease-in; }
}

@keyframes sppedo-key-flip-reverse
{
	100% { opacity: 0; transform: perspective(500px) rotateY(0); animation-timing-function: ease-out; }
	80% { transform: perspective(500px) translateZ(150px) rotateY(170deg); animation-timing-function: ease-out; }
	50% { transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1); animation-timing-function: ease-in; }
	40% { transform: perspective(500px) rotateY(360deg) scale(.95); animation-timing-function: ease-in; }
	0% { opacity: 1; transform: perspective(500px) scale(1); animation-timing-function: ease-in; }
}

/* Flip In Horizontal effect */

.lovelygallery-effect-flipinhor-normal
{
	opacity: 0;
	-webkit-animation: sppedo-key-flipInHor-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation: sppedo-key-flipInHor-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation: sppedo-key-flipInHor-normal 600ms ease both;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation: sppedo-key-flipInHor-normal 600ms ease both;
	animation-play-state: paused;
	backface-visibility: visible;
}

@-webkit-keyframes sppedo-key-flipInHor-normal
{
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateX(85deg); }
	40% { -webkit-transform: perspective(400px) rotateX(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateX(15deg); }
	90% { -webkit-transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes sppedo-key-flipInHor-normal
{
	0% { opacity: 0; -moz-transform: perspective(400px) rotateX(85deg); }
	40% { -moz-transform: perspective(400px) rotateX(-20deg); }
	70% { -moz-transform: perspective(400px) rotateX(15deg); }
	90% { -moz-transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes sppedo-key-flipInHor-normal
{
	0% { opacity: 0; -o-transform: perspective(400px) rotateX(85deg); }
	40% { -o-transform: perspective(400px) rotateX(-20deg); }
	70% { -o-transform: perspective(400px) rotateX(15deg); }
	90% { -o-transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes sppedo-key-flipInHor-normal
{
	0% { opacity: 0; transform: perspective(400px) rotateX(85deg); }
	40% { transform: perspective(400px) rotateX(-20deg); }
	70% { transform: perspective(400px) rotateX(15deg); }
	90% { transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

.lovelygallery-effect-flipinhor-reverse
{
	opacity: 0;
	-webkit-animation: sppedo-key-flipInHor-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation: sppedo-key-flipInHor-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation: sppedo-key-flipInHor-reverse 600ms ease both;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation: sppedo-key-flipInHor-reverse 600ms ease both;
	animation-play-state: paused;
	backface-visibility: visible;
}

@-webkit-keyframes sppedo-key-flipInHor-reverse
{
	100% { opacity: 0; -webkit-transform: perspective(400px) rotateX(85deg); }
	90% { -webkit-transform: perspective(400px) rotateX(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateX(15deg); }
	40% { -webkit-transform: perspective(400px) rotateX(-5deg); }
	0% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes sppedo-key-flipInHor-reverse
{
	100% { opacity: 0; -moz-transform: perspective(400px) rotateX(85deg); }
	90% { -moz-transform: perspective(400px) rotateX(-20deg); }
	70% { -moz-transform: perspective(400px) rotateX(15deg); }
	40% { -moz-transform: perspective(400px) rotateX(-5deg); }
	0% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes sppedo-key-flipInHor-reverse
{
	100% { opacity: 0; -o-transform: perspective(400px) rotateX(85deg); }
	90% { -o-transform: perspective(400px) rotateX(-20deg); }
	70% { -o-transform: perspective(400px) rotateX(15deg); }
	40% { -o-transform: perspective(400px) rotateX(-5deg); }
	0% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes sppedo-key-flipInHor-reverse
{
	100% { opacity: 0; transform: perspective(400px) rotateX(85deg); }
	90% { transform: perspective(400px) rotateX(-20deg); }
	70% { transform: perspective(400px) rotateX(15deg); }
	40% { transform: perspective(400px) rotateX(-5deg); }
	0% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

/* Flip In Vertical effect */

.lovelygallery-effect-flipinver-normal
{
	opacity: 0;
	position: relative;
	-webkit-animation: sppedo-key-flipInVer-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation: sppedo-key-flipInVer-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation: sppedo-key-flipInVer-normal 600ms ease both;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	-ms-animation: sppedo-key-flipInVer-normal 600ms ease both;
	-ms-animation-play-state: paused;
	-ms-backface-visibility: visible;
	animation: sppedo-key-flipInVer-normal 600ms ease both;
	animation-play-state: paused;
	backface-visibility: visible;
}

@-webkit-keyframes sppedo-key-flipInVer-normal
{
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(80deg); }
	40% { -webkit-transform: perspective(400px) rotateY(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateY(10deg); }
	90% { -webkit-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

@-moz-keyframes sppedo-key-flipInVer-normal
{
	0% { opacity: 0; -moz-transform: perspective(400px) rotateY(80deg); }
	40% { -moz-transform: perspective(400px) rotateY(-20deg); }
	70% { -moz-transform: perspective(400px) rotateY(10deg); }
	90% { -moz-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -moz-transform: perspective(400px) rotateY(0deg); }
}

@-o-keyframes sppedo-key-flipInVer-normal
{
	0% { opacity: 0; -o-transform: perspective(400px) rotateY(80deg); }
	40% { -o-transform: perspective(400px) rotateY(-20deg); }
	70% { -o-transform: perspective(400px) rotateY(10deg); }
	90% { -o-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -o-transform: perspective(400px) rotateY(0deg); }
}

@-ms-keyframes sppedo-key-flipInVer-normal
{
	0% { opacity: 0; -ms-transform: perspective(400px) rotateY(80deg); }
	40% { -ms-transform: perspective(400px) rotateY(-20deg); }
	70% { -ms-transform: perspective(400px) rotateY(10deg); }
	90% { -ms-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -ms-transform: perspective(400px) rotateY(0deg); }
}

@keyframes sppedo-key-flipInVer-normal
{
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(80deg); }
	40% { -webkit-transform: perspective(400px) rotateY(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateY(10deg); }
	90% { -webkit-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

.lovelygallery-effect-flipinver-reverse
{
	opacity: 0;
	position: relative;
	-webkit-animation: sppedo-key-flipInVer-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation: sppedo-key-flipInVer-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation: sppedo-key-flipInVer-reverse 600ms ease both;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation: sppedo-key-flipInVer-reverse 600ms ease both;
	animation-play-state: paused;
	backface-visibility: visible;
}

@-webkit-keyframes sppedo-key-flipInVer-reverse
{
	100% { opacity: 0; -webkit-transform: perspective(400px) rotateY(80deg); }
	90%  { -webkit-transform: perspective(400px) rotateY(-20deg); }
	70%  { -webkit-transform: perspective(400px) rotateY(10deg); }
	40%  { -webkit-transform: perspective(400px) rotateY(-5deg); }
	0%   { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

@-moz-keyframes sppedo-key-flipInVer-reverse
{
	100% { opacity: 0; -moz-transform: perspective(400px) rotateY(80deg); }
	90%	 { -moz-transform: perspective(400px) rotateY(-20deg); }
	70%  { -moz-transform: perspective(400px) rotateY(10deg); }
	40%  { -moz-transform: perspective(400px) rotateY(-5deg); }
	0%   { opacity: 1; -moz-transform: perspective(400px) rotateY(0deg); }
}

@-o-keyframes sppedo-key-flipInVer-reverse
{
	100% { opacity: 0; -o-transform: perspective(400px) rotateY(80deg); }
	90%	 { -o-transform: perspective(400px) rotateY(-20deg); }
	70%  { -o-transform: perspective(400px) rotateY(10deg); }
	40%  { -o-transform: perspective(400px) rotateY(-5deg); }
	0%   { opacity: 1; -o-transform: perspective(400px) rotateY(0deg); }
}

@keyframes sppedo-key-flipInVer-reverse
{
	100% { opacity: 0; -webkit-transform: perspective(400px) rotateY(80deg); }
	90%  { -webkit-transform: perspective(400px) rotateY(-20deg); }
	70%  { -webkit-transform: perspective(400px) rotateY(10deg); }
	80%  { -webkit-transform: perspective(400px) rotateY(-5deg); }
	0%	 { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

/* Bounce In effect */

.lovelygallery-effect-bouncein-normal
{
	opacity: 0;
	-webkit-animation: sppedo-key-bounceIn-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-bounceIn-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-bounceIn-normal 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-bounceIn-normal 600ms ease both;
	animation-play-state: paused;
}

@-webkit-keyframes sppedo-key-bounceIn-normal
{
	0% { opacity: 0; -webkit-transform: scale(.3); }
	50% { -webkit-transform: scale(1.05); }
	70% { -webkit-transform: scale(.9); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes sppedo-key-bounceIn-normal
{
	0% { opacity: 0; -moz-transform: scale(.3); }
	50% { -moz-transform: scale(1.05); }
	70% { -moz-transform: scale(.9); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes sppedo-key-bounceIn-normal
{
	0% { opacity: 0; -o-transform: scale(.3); }
	50% { -o-transform: scale(1.05); }
	70% { -o-transform: scale(.9); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes sppedo-key-bounceIn-normal
{
	0% { opacity: 0; transform: scale(.3); }
	50% { transform: scale(1.05); }
	70% { transform: scale(.9); }
	100% { opacity: 1; transform: scale(1); }
}

.lovelygallery-effect-bouncein-reverse
{
	opacity: 0;
	-webkit-animation: sppedo-key-bounceIn-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: sppedo-key-bounceIn-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: sppedo-key-bounceIn-reverse 600ms ease both;
	-o-animation-play-state: paused;
	animation: sppedo-key-bounceIn-reverse 600ms ease both;
	animation-play-state: paused;
}

@-webkit-keyframes sppedo-key-bounceIn-reverse
{
	100% { opacity: 0; -webkit-transform: scale(.3); }
	50% { -webkit-transform: scale(1.05); }
	30% { -webkit-transform: scale(.9); }
	0% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes sppedo-key-bounceIn-reverse
{
	100% { opacity: 0; -moz-transform: scale(.3); }
	50% { -moz-transform: scale(1.05); }
	30% { -moz-transform: scale(.9); }
	0% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes sppedo-key-bounceIn-reverse
{
	100% { opacity: 0; -o-transform: scale(.3); }
	50% { -o-transform: scale(1.05); }
	30% { -o-transform: scale(.9); }
	0% { opacity: 1; -o-transform: scale(1); }
}

@keyframes sppedo-key-bounceIn-reverse
{
	100% { opacity: 0; transform: scale(.3); }
	50% { transform: scale(1.05); }
	30% { transform: scale(.9); }
	0% { opacity: 1; transform: scale(1); }
}

/* Page Top effect */
.lovelygallery-effect-pagetop-normal
{
	opacity: 0;
	-webkit-animation: sppedo-key-pageTop-normal 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-transform-origin: 50% 0%;
	-moz-animation: sppedo-key-pageTop-normal 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-transform-origin: 50% 0%;
	-o-animation: sppedo-key-pageTop-normal 600ms ease both;
	-o-animation-play-state: paused;
	-o-transform-origin: 50% 0%;
	animation: sppedo-key-pageTop-normal 600ms ease both;
	animation-play-state: paused;
	transform-origin: 50% 0%;
}

@-webkit-keyframes sppedo-key-pageTop-normal
{
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes sppedo-key-pageTop-normal
{
	0% { opacity: 0; -moz-transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes sppedo-key-pageTop-normal
{
	0% { opacity: 0; -o-transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes sppedo-key-pageTop-normal
{
	0% { opacity: 0; transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

.lovelygallery-effect-pagetop-reverse
{
	opacity: 0;
	-webkit-animation: sppedo-key-pageTop-reverse 600ms ease both;
	-webkit-animation-play-state: paused;
	-webkit-transform-origin: 50% 0%;
	-moz-animation: sppedo-key-pageTop-reverse 600ms ease both;
	-moz-animation-play-state: paused;
	-moz-transform-origin: 50% 0%;
	-o-animation: sppedo-key-pageTop-reverse 600ms ease both;
	-o-animation-play-state: paused;
	-o-transform-origin: 50% 0%;
	animation: sppedo-key-pageTop-reverse 600ms ease both;
	animation-play-state: paused;
	transform-origin: 50% 0%;
}

@-webkit-keyframes sppedo-key-pageTop-reverse
{
	0% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
	100% { opacity: 0; -webkit-transform: perspective(400px) rotateX(90deg); }
}

@-moz-keyframes sppedo-key-pageTop-reverse
{
	0% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
	100% { opacity: 0; -moz-transform: perspective(400px) rotateX(90deg); }
}

@-o-keyframes sppedo-key-pageTop-reverse
{
	0% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
	100% { opacity: 0; -o-transform: perspective(400px) rotateX(90deg); }
}

@keyframes sppedo-key-pageTop-reverse
{
	0% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
	100% { opacity: 0; transform: perspective(400px) rotateX(90deg); }
}

/* Fly In effect */

.lovelygallery-effect-flyin-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-flyIn-normal 600ms ease-out both;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-flyIn-normal 600ms ease-out both;
	-moz-transform-origin: 50% 50%;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-flyIn-normal 600ms ease-out both;
	-o-transform-origin: 50% 50%;
	-o-animation-play-state: paused;
	animation: lovelygallery-key-flyIn-normal 600ms ease-out both;
	transform-origin: 50% 50%;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-flyIn-normal
{
	0% { opacity: 0; -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-moz-keyframes lovelygallery-key-flyIn-normal
{
	0% { opacity: 0; -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-o-keyframes lovelygallery-key-flyIn-normal
{
	0% { opacity: 0; -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@keyframes lovelygallery-key-flyIn-normal
{
	0% { opacity: 0; transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; transform: perspective(200px) scale(1) rotateX(0deg) }
}

.lovelygallery-effect-flyin-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-flyIn-reverse 600ms ease-out both;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-flyIn-reverse 600ms ease-out both;
	-moz-transform-origin: 50% 50%;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-flyIn-reverse 600ms ease-out both;
	-o-transform-origin: 50% 50%;
	-o-animation-play-state: paused;
	animation: lovelygallery-key-flyIn-reverse 600ms ease-out both;
	transform-origin: 50% 50%;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-flyIn-reverse
{
	100% { opacity: 0; -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(60deg) }
	0% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-moz-keyframes lovelygallery-key-flyIn-reverse
{
	100% { opacity: 0; -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(60deg) }
	0% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-o-keyframes lovelygallery-key-flyIn-reverse
{
	100% { opacity: 0; -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(60deg) }
	0% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@keyframes lovelygallery-key-flyIn-reverse
{
	100% { opacity: 0; transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; transform: perspective(200px) scale(1) rotateX(60deg) }
	0% { opacity: 1; transform: perspective(200px) scale(1) rotateX(0deg) }
}

/* Fade In Scale effect */

.lovelygallery-effect-fadeinscale-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-fadeInScale-normal 1.2s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-fadeInScale-normal 1.2s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-fadeInScale-normal 1.2s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-fadeInScale-normal 1.2s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-fadeInScale-normal 1.2s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-fadeInScale-normal
{
	0% { -webkit-transform: scale(0.6); opacity: 0; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-fadeInScale-normal
{
	0% { -moz-transform: scale(0.6); opacity: 0; }
	100% { -moz-transform: scale(1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-fadeInScale-normal
{
	0% { -o-transform: scale(0.6); opacity: 0; }
	100% { -o-transform: scale(1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-fadeInScale-normal
{
	0% { -ms-transform: scale(0.6); opacity: 0; }
	100% { -ms-transform: scale(1); opacity: 1; }
}

@keyframes lovelygallery-key-fadeInScale-normal
{
	0% { transform: scale(0.6); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

.lovelygallery-effect-fadeinscale-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-fadeInScale-reverse 1.2s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-fadeInScale-reverse 1.2s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-fadeInScale-reverse 1.2s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-fadeInScale-reverse 1.2s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-fadeInScale-reverse 1.2s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-fadeInScale-reverse
{
	100% { -webkit-transform: scale(0.6); opacity: 0; }
	0% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-fadeInScale-reverse
{
	100% { -moz-transform: scale(0.6); opacity: 0; }
	0% { -moz-transform: scale(1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-fadeInScale-reverse
{
	100% { -o-transform: scale(0.6); opacity: 0; }
	0% { -o-transform: scale(1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-fadeInScale-reverse
{
	100% { -ms-transform: scale(0.6); opacity: 0; }
	0% { -ms-transform: scale(1); opacity: 1; }
}

@keyframes lovelygallery-key-fadeInScale-reverse
{
	100% { transform: scale(0.6); opacity: 0; }
	0% { transform: scale(1); opacity: 1; }
}

/* Scale Down effect */

.lovelygallery-effect-scaledown-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-scaleDown-normal 1.2s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-scaleDown-normal 1.2s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-scaleDown-normal 1.2s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-scaleDown-normal 1.2s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-scaleDown-normal 1.2s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-scaleDown-normal
{
	0% { -webkit-transform: scale(10, 10); opacity: 0; }
	100% { -webkit-transform: scale(1, 1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-scaleDown-normal
{
	0% { -moz-transform: scale(10, 10); opacity: 0; }
	100% { -moz-transform: scale(1, 1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-scaleDown-normal
{
	0% { -o-transform: scale(10, 10); opacity: 0; }
	100% { -o-transform: scale(1, 1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-scaleDown-normal
{
	0% { -ms-transform: scale(10, 10); opacity: 0; }
	100% { -ms-transform: scale(1, 1); opacity: 1; }
}

@keyframes lovelygallery-key-scaleDown-normal
{
	0% { transform: scale(10, 10); opacity: 0; }
	100% { transform: scale(1, 1); opacity: 1; }
}

.lovelygallery-effect-scaledown-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-scaleDown-reverse 1.2s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-scaleDown-reverse 1.2s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-scaleDown-reverse 1.2s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-scaleDown-reverse 1.2s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-scaleDown-reverse 1.2s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-scaleDown-reverse
{
	100% { -webkit-transform: scale(10, 10); opacity: 0; }
	0% { -webkit-transform: scale(1, 1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-scaleDown-reverse
{
	100% { -moz-transform: scale(10, 10); opacity: 0; }
	0% { -moz-transform: scale(1, 1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-scaleDown-reverse
{
	100% { -o-transform: scale(10, 10); opacity: 0; }
	0% { -o-transform: scale(1, 1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-scaleDown-reverse
{
	100% { -ms-transform: scale(10, 10); opacity: 0; }
	0% { -ms-transform: scale(1, 1); opacity: 1; }
}

@keyframes lovelygallery-key-scaleDown-reverse
{
	100% { transform: scale(10, 10); opacity: 0; }
	0% { transform: scale(1, 1); opacity: 1; }
}

/* Fade Spin effect */

.lovelygallery-effect-fadespin-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-fadeSpin-normal 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-fadeSpin-normal 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-fadeSpin-normal 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-fadeSpin-normal 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-fadeSpin-normal 1s both;
	animation-play-state: paused;
}

/* normal */
@-webkit-keyframes lovelygallery-key-fadeSpin-normal
{
	0% { -webkit-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
	100% { -webkit-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-fadeSpin-normal
{
	0% { -moz-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
	100% { -moz-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-fadeSpin-normal
{
	0% { -o-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
	100% { -o-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-fadeSpin-normal
{
	0% { -ms-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
	100% { -ms-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
}

@keyframes lovelygallery-key-fadeSpin-normal
{
	0% { transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
	100% { transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
}

/* reverse */
.lovelygallery-effect-fadespin-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-fadeSpin-reverse 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-fadeSpin-reverse 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-fadeSpin-reverse 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-fadeSpin-reverse 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-fadeSpin-reverse 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-fadeSpin-reverse
{
	0% { -webkit-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
	100% { -webkit-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
}

@-moz-keyframes lovelygallery-key-fadeSpin-reverse
{
	0% { -moz-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
	100% { -moz-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
}

@-o-keyframes lovelygallery-key-fadeSpin-reverse
{
	0% { -o-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
	100% { -o-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
}

@-ms-keyframes lovelygallery-key-fadeSpin-reverse
{
	0% { -ms-transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
	100% { -ms-transform: translate(35px) rotate(25deg) scale(1.5); opacity: 0; }
}

@keyframes lovelygallery-key-fadeSpin-reverse
{
	0% { transform: translate(0px) rotate(0deg) scale(1); opacity: 1; }
	100% { transform: translate(35px) rotate(25deg) scale(1.55); opacity: 0; }
}

/* Pulse effect */

.lovelygallery-effect-pulse-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-pulse-normal 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-pulse-normal 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-pulse-normal 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-pulse-normal 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-pulse-normal 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-pulse-normal
{
    0% { -webkit-transform: scale(1); opacity: 0;}	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); opacity: 1;}
}

@-moz-keyframes lovelygallery-key-pulse-normal
{
    0% { -moz-transform: scale(1); opacity: 0;}	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); opacity: 1;}
}

@-o-keyframes lovelygallery-key-pulse-normal
{
    0% { -o-transform: scale(1); opacity: 0;}	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); opacity: 1;}
}

@-ms-keyframes lovelygallery-key-pulse-normal
{
    0% { -ms-transform: scale(1); opacity: 0;}	
	50% { -ms-transform: scale(1.1); }
    100% { -ms-transform: scale(1); opacity: 1;}
}

@keyframes lovelygallery-key-pulse-normal
{
    0% { transform: scale(1); opacity: 0;}	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1;}
}

.lovelygallery-effect-pulse-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-pulse-reverse 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-pulse-reverse 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-pulse-reverse 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-pulse-reverse 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-pulse-reverse 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-pulse-reverse
{
    0% { -webkit-transform: scale(1); opacity: 1;}	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); opacity: 0;}
}

@-moz-keyframes lovelygallery-key-pulse-reverse
{
    0% { -moz-transform: scale(1); opacity: 1;}	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); opacity: 0;}
}

@-o-keyframes lovelygallery-key-pulse-reverse
{
    0% { -o-transform: scale(1); opacity: 1;}	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); opacity: 0;}
}

@-ms-keyframes lovelygallery-key-pulse-reverse
{
    0% { -ms-transform: scale(1); opacity: 1;}	
	50% { -ms-transform: scale(1.1); }
    100% { -ms-transform: scale(1); opacity: 0;}
}

@keyframes lovelygallery-key-pulse-reverse
{
    0% { transform: scale(1); opacity: 1;}	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 0;}
}

/* Left Speed In effect */
.lovelygallery-effect-leftspeedin-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-leftSpeedIn-normal 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-leftSpeedIn-normal 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-leftSpeedIn-normal 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-leftSpeedIn-normal 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-leftSpeedIn-normal 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-leftSpeedIn-normal
{
	0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	60% { -webkit-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-leftSpeedIn-normal
{
	0% { -moz-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	60% { -moz-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lovelygallery-key-leftSpeedIn-normal
{
	0% { -o-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	60% { -o-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-leftSpeedIn-normal
{
	0% { -ms-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	60% { -ms-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	80% { -ms-transform: translateX(0%) skewX(15deg); opacity: 1; }
	100% { -ms-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lovelygallery-key-leftSpeedIn-normal
{
	0% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
	60% { transform: translateX(25%) skewX(-30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lovelygallery-effect-leftspeedin-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-leftSpeedIn-reverse 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-leftSpeedIn-reverse 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-leftSpeedIn-reverse 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-leftSpeedIn-reverse 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-leftSpeedIn-reverse 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-leftSpeedIn-reverse
{
	100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	80% { -webkit-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	60% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-leftSpeedIn-reverse
{
	100% { -moz-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	80% { -moz-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	60% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lovelygallery-key-leftSpeedIn-reverse
{
	100% { -o-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	80% { -o-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	60% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-leftSpeedIn-reverse
{
	100% { -ms-transform: translateX(-100%) skewX(30deg); opacity: 0; }
	80% { -ms-transform: translateX(25%) skewX(-30deg); opacity: 1; }
	60% { -ms-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	0% { -ms-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lovelygallery-key-leftSpeedIn-reverse
{
	100% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
	80% { transform: translateX(25%) skewX(-30deg); opacity: 1; }
	60% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

/* Roll In effect */
.lovelygallery-effect-rollin-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-rollin-normal 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-rollin-normal 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-rollin-normal 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-rollin-normal 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-rollin-normal 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-rollin-normal
{
	0% { -webkit-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	100% { -webkit-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-rollin-normal
{
	0% { -moz-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	100% { -moz-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@-o-keyframes lovelygallery-key-rollin-normal
{
	0% { -o-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	100% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-rollin-normal
{
	0% { -ms-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	100% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@keyframes lovelygallery-key-rollin-normal
{
	0% { transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	100% { transform: translateX(0px) rotate(0deg); opacity: 1; }
}

.lovelygallery-effect-rollin-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-rollin-reverse 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-rollin-reverse 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-rollin-reverse 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-rollin-reverse 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-rollin-reverse 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-rollin-reverse
{
	0% { -webkit-transform: translateX(0px) rotate(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@-moz-keyframes lovelygallery-key-rollin-reverse
{
	0% { -mox-transform: translateX(0px) rotate(0deg); opacity: 1; }
	100% { -mox-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@-o-keyframes lovelygallery-key-rollin-reverse
{
	0% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@-ms-keyframes lovelygallery-key-rollin-reverse
{
	0% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; }
	100% { -ms-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@keyframes lovelygallery-key-rollin-reverse
{
	0% { transform: translateX(0px) rotate(0deg); opacity: 1; }
	100% { transform: translateX(100%) rotate(120deg); opacity: 0; }
}

/* Roll Out effect */
.lovelygallery-effect-rollout-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-rollOut-normal 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-rollOut-normal 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-rollOut-normal 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-rollOut-normal 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-rollOut-normal 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-rollOut-normal
{
	100% { -webkit-transform: translateX(0px) rotate(0deg); opacity: 1; }
	0% { -webkit-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@-moz-keyframes lovelygallery-key-rollOut-normal
{
	100% { -mox-transform: translateX(0px) rotate(0deg); opacity: 1; }
	0% { -mox-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@-o-keyframes lovelygallery-key-rollOut-normal
{
	100% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; }
	0% { -o-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@-ms-keyframes lovelygallery-key-rollOut-normal
{
	100% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; }
	0% { -ms-transform: translateX(100%) rotate(120deg); opacity: 0; }
}

@keyframes lovelygallery-key-rollOut-normal
{
	100% { transform: translateX(0px) rotate(0deg); opacity: 1; }
	0% { transform: translateX(100%) rotate(120deg); opacity: 0; }
}

.lovelygallery-effect-rollout-reverse
{
	-webkit-animation: lovelygallery-key-rollOut-reverse 1s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-rollOut-reverse 1s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-rollOut-reverse 1s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-rollOut-reverse 1s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-rollOut-reverse 1s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-rollOut-reverse
{
	100% { -webkit-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	0% { -webkit-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-rollOut-reverse
{
	100% { -moz-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	0% { -moz-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@-o-keyframes lovelygallery-key-rollOut-reverse
{
	100% { -o-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	0% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-rollOut-reverse
{
	100% { -ms-transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	0% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; }
}

@keyframes lovelygallery-key-rollOut-reverse
{
	100% { transform: translateX(-100%) rotate(-120deg); opacity: 0; }
	0% { transform: translateX(0px) rotate(0deg); opacity: 1; }
}

/* Pulse Body effect */
.lovelygallery-effect-pulsebody-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-pulseBody-normal 0.5s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-pulseBody-normal 0.5s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-pulseBody-normal 0.5s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-pulseBody-normal 0.5s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-pulseBody-normal 0.5s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-pulseBody-normal
{
	0% { -webkit-transform: scale(0.6); opacity: 0; }
	100% { -webkit-transform: scale(1.1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-pulseBody-normal
{
	0% { -moz-transform: scale(0.6); opacity: 0; }
	100% { -moz-transform: scale(1.1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-pulseBody-normal
{
	0% { -o-transform: scale(0.6); opacity: 0; }
	100% { -o-transform: scale(1.1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-pulseBody-normal
{
	0% { -ms-transform: scale(0.6); opacity: 0; filter: alpha(opacity = 100); }
	100% { -ms-transform: scale(1.1); opacity: 1; filter: alpha(opacity = 0); }
}

@keyframes lovelygallery-key-pulseBody-normal
{
	0% { transform: scale(0.6); opacity: 0; }
	100% { transform: scale(1.1); opacity: 1; }
}

.lovelygallery-effect-pulsebody-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-pulseBody-reverse 0.5s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-pulseBody-reverse 0.5s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-pulseBody-reverse 0.5s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-pulseBody-reverse 0.5s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-pulseBody-reverse 0.5s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-pulseBody-reverse
{
	100% { -webkit-transform: scale(0.6); opacity: 0; }
	0% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-pulseBody-reverse
{
	100% { -moz-transform: scale(0.6); opacity: 0; }
	0% { -moz-transform: scale(1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-pulseBody-reverse
{
	100% { -o-transform: scale(0.6); opacity: 0; }
	0% { -o-transform: scale(1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-pulseBody-reverse
{
	100% { -ms-transform: scale(0.6); opacity: 0; filter: alpha(opacity = 0); }
	0% { -ms-transform: scale(1); opacity: 1; filter: alpha(opacity = 100); }
}

@keyframes lovelygallery-key-pulseBody-reverse
{
	100% { transform: scale(0.6); opacity: 0; }
	0% { transform: scale(1); opacity: 1; }
}

body.lovelygallery-popup-ready
{
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
	-o-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
}

body.lovelygallery-effect-pulsebody-active
{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

/* Fade Spin Body effect */

.lovelygallery-effect-fadespinbody-normal
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-fadeSpinBody-normal 0.5s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-fadeSpinBody-normal 0.5s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-fadeSpinBody-normal 0.5s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-fadeSpinBody-normal 0.5s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-fadeSpinBody-normal 0.5s both;
	animation-play-state: paused;
}

/* normal */
@-webkit-keyframes lovelygallery-key-fadeSpinBody-normal
{
	0% { -webkit-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
	100% { -webkit-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
}

@-moz-keyframes lovelygallery-key-fadeSpinBody-normal
{
	0% { -moz-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
	100% { -moz-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
}

@-o-keyframes lovelygallery-key-fadeSpinBody-normal
{
	0% { -o-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
	100% { -o-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
}

@-ms-keyframes lovelygallery-key-fadeSpinBody-normal
{
	0% { -ms-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
	100% { -ms-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
}

@keyframes lovelygallery-key-fadeSpinBody-normal
{
	0% { transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
	100% { transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
}

/* reverse */
.lovelygallery-effect-fadespinbody-reverse
{
	opacity: 0;
	-webkit-animation: lovelygallery-key-fadeSpinBody-reverse 0.5s both;
	-webkit-animation-play-state: paused;
	-moz-animation: lovelygallery-key-fadeSpinBody-reverse 0.5s both;
	-moz-animation-play-state: paused;
	-o-animation: lovelygallery-key-fadeSpinBody-reverse 0.5s both;
	-o-animation-play-state: paused;
	-ms-animation: lovelygallery-key-fadeSpinBody-reverse 0.5s botht;
	-ms-animation-play-state: paused;
	animation: lovelygallery-key-fadeSpinBody-reverse 0.5s both;
	animation-play-state: paused;
}

@-webkit-keyframes lovelygallery-key-fadeSpinBody-reverse
{
	0% { -webkit-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
	100% { -webkit-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
}

@-moz-keyframes lovelygallery-key-fadeSpinBody-reverse
{
	0% { -moz-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
	100% { -moz-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
}

@-o-keyframes lovelygallery-key-fadeSpinBody-reverse
{
	0% { -o-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
	100% { -o-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
}

@-ms-keyframes lovelygallery-key-fadeSpinBody-reverse
{
	0% { -ms-transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
	100% { -ms-transform: translate(35px) rotate(0deg) scale(1.5); opacity: 0; }
}

@keyframes lovelygallery-key-fadeSpinBody-reverse
{
	0% { transform: translate(0px) rotate(25deg) scale(1); opacity: 1; }
	100% { transform: translate(35px) rotate(0deg) scale(1.55); opacity: 0; }
}

body.lovelygallery-effect-fadespinbody-active
{
	-webkit-transform: translate(35px) rotate(-25deg) scale(0.9);
	-moz-transform: translate(35px) rotate(-25deg) scale(0.9);
	-o-transform: translate(35px) rotate(-25deg) scale(0.9);
	-ms-transform: translate(35px) rotate(-25deg) scale(0.9);
	transform: translate(35px) rotate(-25deg) scale(0.9);
}
/************ lovelygallery_popup end ************/
