/* @group Page Rules */

body.article .content_rating {
	margin-bottom: 1rem!important;
	margin-top: .25rem!important;
}

body.article div.paginablog .content_rating {
	margin-top: 0!important;
}

.fairuse p {
	margin-bottom: 7px;
	color: var(--template-fairuse-color);
}

.page_content p a:not([class]) {
	color: var(--template-color-link);
	text-decoration: none!important;
	font-weight: bold;
}

.page_content p a:not([class]):hover {
	color: var(--template-color-link);
	text-decoration: underline!important;
	font-weight: bold;
}

img.left, img.right {
	margin-bottom: 10px;
	border: 1px solid #000;
	margin-top: 6px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

img.left {
	float: left;
	margin-left: 0;
	margin-right: 20px
}

ul.mostreadtoparticle {
	display: block;
	padding: 0 0 0 5px;
	margin: 0 0 30px
}

ul.mostreadtoparticle li {
	padding: 0;
	margin: 0
}

ul.mostreadtoparticle li a:link, ul.mostreadtoparticle li a:visited {
	line-height: 120%;
	text-decoration: none;
	font-size: 16px;
	color: var(--template-body)!important
}

ul.mostreadtoparticle li a:active, ul.mostreadtoparticle li a:hover {
	color: var(--template-color-link)!important;
	text-decoration: none !important
}

ul.mostreadtoparticle.mod-list li a::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	font: 14px 'Font Awesome 5 Free';
	content: "\f105";
	color: var(--template-color-link)!important;
	margin-left: 0
}

/* @group Rating */

.red {
	color: #ff0000;
}

.stars {
	color: #f3aa45
}

.grey {
	color: #9c998f
}

/* @end */

/* @end */

/* @group Icone POI */

h1 {
	margin-bottom: 20px;
}

h1+h2 {
	font-size: calc(14px + 0.6vw);
	margin-top: -20px!important;
	margin-bottom: 30px!important;
}

.thumbvr a:link, .thumbvr a:visited {
	color: var(--body-color)!important;
	font: bold 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none!important;
}

.thumbvr a:hover, .thumbvr a:active, .thvr:hover a {
	color: var(--template-color-link)!important;
	text-decoration: none!important;
}

.thvr:hover {
	opacity: 0.8;
	transition-duration: 0.5s;
}

.thvr:hover img {
	box-shadow: 0 0px 6px #444;
	transition-duration: 0.5s;
}

/* @end */

/* @group Bandiere */

.mod-languages img {
	width: 18px;
	height: 14px;
	border: 1px solid rgba(0, 0, 0, 0.71);
}

/* @end */

/* @group Back-to-top */

#scroll {
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	height: 60px;
	background-color: var(--main-menu-color);
	display: none;
	border-radius: 5px;
	width: 50px;
	font-size: 24px;
	z-index: 9999;
}

#scroll span {
	position: absolute;
	left: 10px;
	color: white;
	top: 16px;
}

#scroll:hover {
	opacity: 0.8;
	transition: background 300ms ease-in;
}

#scroll:hover span {
	color: white;
}

@media (min-width: 768px) {
	#scroll {
		right: 50px;
		bottom: 50px;
		height: 40px;
		width: 40px;
	}
	
	#scroll span {
		left: 5px;
		top: 7px;
	}
}

/* @end */

/* @group Youtube */

/*p.youtubee {
	border: 1px solid #000;
	position: relative;
	margin-bottom: 20px !important
}*/

div.friendsks a img, div.pagination, p.youtubee img.img-responsive {
	width: 100%
}

div.youtube {
	position: relative;
}

div.youtube span.tit {
	position: absolute;
	left: 10px;
	top: 3px;
	color: #fff;
	font-size: 13px
}

.thumb_youtube {
	border: 1px solid black;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.53);
}

.thumb_youtube:hover {
	opacity: 0.75;
}

div.youtube .play-button {
	background: url(/images/lazio/roma/youtube/play-off.png);
	display: block;
	position: absolute;
	width: 68px;
	height: 48px;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -27px;
}

div.youtube:hover {
	opacity: 0.9;
	cursor: pointer;
}

/* @end */

/* @group Hover thumb Homepage/Gallery Group */

.gg2 {
	--gutter-y: 2px;
	--gutter-x: 2px;
}

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

.view a:hover img {
	opacity: .60;
	transition-duration: 0.5s;
}

.vr {
	transform: translate(-50%, -50%) !important;
	position: absolute;
	left: 95%!important;
	top: 3px;
	background-color: rgb(220, 53, 69);
	color: white;
	opacity: 1;
	text-align: center;
	z-index: 1;
	width: 30px;
	font-size: 10px;
	padding: 0.35em 0.65em;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.mask {
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.59);
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
}

/* @end */

/* @group Rightmenu elementi footer */

@media (min-width: 992px) {
	.rightmenu {
		background: var(--template-color-rightmenu);
	}
	
	.border_box {
		background: var(--template-color-navbar);
		border: 1px solid var(--template-color-navbar-border);
		border-radius: 4px;
	}
}
#rightcolumn {
	font-size: 12px
}

.rightmenu .h6 {
	font-size: 12px;
}

div.mainbooking {
	border-bottom: 1px solid var(--template-color-booking-border);
	background: var(--template-color-booking);
	border-top: 1px solid var(--template-color-booking-border)
}

/* @group Schema */

div.schematable {
	margin: 0px 20px 20px;
}

div.schematable h6.bookh3 {
	border-bottom: 1px solid var(--template-color-primary);
	padding-bottom: 5px;
	margin-top: 0 !important
}

div.schematable dd {
	padding-bottom: 5px
}

.schematable hr {
	margin-right: 0 !important;
	margin-left: 0 !important
}

/* @end */

/* @group Social */

a.share:hover {
	opacity: 0.8;
}

.color_facebook-1 {
	color: #315b94!important;
}

.color_twitter-1 {
	color: #00abdb!important;
}

.color_pinterest {
	color: #d8031e!important;
}

.color_linkedin-1 {
	color: #0072b1!important;
}

.color_stumbleupon-1 {
	color: #ea4822!important;
}

.color_reddit-1 {
	color: #7396a9!important;
}

.color_tumblr-1 {
	color: #405569!important;
}

/* @group Facebook page Group */

div.mastercontainer {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	background-color: #000
}

a._1drp._5lv6 {
	font-size: 14px
}

.grigia {
	height: 100%;
	position: relative;
	width: 100%;
	background: #f5f6f7;
	border: 1px solid #ebedf0;
	border-top: 0;
	overflow-y: auto;
	padding: 8px
}

div._57i_ {
	background: #fff;
	border-color: #ebedf0 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,.12);
	position: relative;
	padding: 8px
}

._1dro ._1drp {
	color: #365899;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.358;
	margin-bottom: -5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

._1drm._1ds3 ._1drn {
	border: 2px solid #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.5);
	margin-right: 5px;
	opacity: 1
}

._1drm._1ds3 ._1drp, ._1drm._1ds3 ._1drq {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,.9)
}

.lfloat {
	float: left
}

._1drm ._1dro {
	bottom: 40px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 8px;
	position: absolute
}

div.headfb {
	position: relative
}

div.headfb img {
	opacity: .7
}

._1drm ._1z7u {
	bottom: 15px;
	height: 24px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
	padding: 8px
}

a.pluginConnectButton.icon-facebook-1:link, a.pluginConnectButton.icon-facebook-1a:visited {
	background-color: #fff;
	border-color: #ccd0d5;
	padding: 3px 7px 3px 1px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: -5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #4b4e56
}

a.pluginConnectButton.icon-facebook-1 svg {
	height: 17px;
	color: #334d87
}

a.pluginConnectButton.icon-facebook-1:active, a.pluginConnectButton.icon-facebook-1:hover {
	text-decoration: none;
	background-color: #f4f5f7!important;
}

/* @end */

/* @end */

/* @end */

/* @group Photo gallery */

/* @group Intestazione gallery */

body.nomargin .com-content-article {
	background-color: black;
	color: white;
	padding-top: 5px;
}

body.nomargin .content_rating {
	display: none;
}

.item-pagenomargin, .item-nomargin {
	margin-top: 0px!important;
	padding-top: 0px!important;
}

body.nomargin h1 {
	margin: 0;
	background: black;
	color: white;
	text-align: center!important;
	width: 100%;
}

/* @end */

.gallery_thumb {
	position: relative;
}

div.gridgallery a:link img, div.gridgallery a:visited img {
	opacity: 1;
	padding: 1px;
	margin: 0;
	display: block;
}

div.gridgallery a:hover img, div.gridgallery a:active img {
	opacity: .4
}

.ekko-lightbox .modal-body {
	position: relative;
	background-color: black;
	padding: 4px;
}

.ekko-lightbox .modal-footer, .ekko-lightbox .modal-header {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px 10px 7px;
	bottom: 4px;
	border-style: none;
	z-index: 9990;
	left: 4px;
	color: white;
}

.ekko-lightbox h4 {
	padding: 0;
	margin: 0;
	font-size: 0.7rem;
}

.ekko-lightbox button.close {
	display: none;
}

.gallerybottom div.gridgallery {
	background-color: transparent
}

div.gridgallery {
	margin: 0 0 40px;
	display: block!important;
	float: left;
	padding: 0;
	width: 100%;
	background-color: black;
	color: white;
}

div.gridgallery span.gglight {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 0.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0px 6px;
}

/* @end */

/* @group Hotspots Group */

.hs-tabs-content {
	background-color: #f0f0f0;
}

.hs-filters {
	display: none;
}

.hs-hotspots-overview {
	color: black!important;
}

.hs-address {
	font-size: 11px!important;
}

.hs-hotspots-overview-short img, .hs-hotspots-overview img {
	margin-right: 10px;
	border: 1px solid black;
}

.hs-tab-list-item {
	padding: 15px!important;
}

.hs-selected {
	border: 2px solid var(--template-color-link)!important;
}

/* @end */

/* @group Share Kick */

ul.sharekick {
	margin: 0;
	padding: 0
}

ul.sharekick li {
	display: inline-block
}

ul.sharekick li a:link, ul.sharekick li a:visited {
	padding: 8px 12px;
	border-radius: 4px;
	margin-right: 3px;
	color: #fff;
	font-size: 11px
}

ul.sharekick li a:active, ul.sharekick li a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

a.icon-facebook-kick {
	background-color: #315b94
}

a.icon-twitter-kick {
	background-color: #00abdb
}

a.icon-pinterest-kick {
	background-color: #d8031e
}

a.icon-google-plus-kick {
	background-color: #dc4a37
}

a.icon-linkedin-kick {
	background-color: #0072b1
}

a.icon-stumbleupon-kick {
	background-color: #ea4822
}

a.icon-reddit-kick {
	background-color: #7396a9
}

a.icon-tumblr-kick {
	background-color: #405569
}

@media (max-width:767px) {
	#socialyoutube {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		display: block;
		float: left
	}
	
	ul.sharekick li {
		display: inline-block;
		width: auto
	}
	
	ul.sharekick li a:link, ul.sharekick li a:visited {
		display: block;
		margin-top: 5px;
		margin-bottom: 5px
	}
}

/* @end */

@media (max-width: 576px) {
	img.left, img.right {
		width: 35%;
		height: 35%;
	}
	
	
	
}

@media (max-width: 767px) {
	/* @group Followus Group */
	
	#socialbuttons ul li {
		width: 49%;
		margin-bottom: 7px;
		float: left!important;
		border-radius: 4px;
		overflow: hidden;
		text-align: center;
	}
	
	#socialbuttons ul li:first-of-type {
		width: 100%;
	}
	
	#socialbuttons ul li:nth-child(even) {
		margin-right: 2%;
	}
	
	#socialbuttons ul li a {
		color: white;
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#socialbuttons ul li a.fbelenco {
		background-color: #315b94!important;
	}
	
	#socialbuttons ul li a.ytelenco {
		background-color: #f91b1f!important;
	}
	
	#socialbuttons ul li a.twelenco {
		background-color: #00abdb!important;
	}
	
	#socialbuttons ul li a.pielenco {
		background-color: #d8031e!important;
	}
	
	#socialbuttons ul li a.gelenco {
		background-color: #dc4a37!important;
	}
	
	#socialbuttons ul li a.lilenco {
		background-color: #0072b1!important;
	}
	
	#socialbuttons ul.social-legal li a:hover {
		opacity: 0.8!important;
		text-decoration: none!important;
	}
	
	ul.social-legal li.list-inline-item {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.fairuse p {
		margin-bottom: 7px;
		color: rgba(0, 0, 0, 0.5);
	}
	
	/* @end */
	
	.navbar-toggler {
		background: url('/templates/shared/images/menu.png') 0 0/100% no-repeat;
		cursor: pointer;
		padding: 0;
		width: 58px;
		height: 58px;
		margin-top: -27px;
		margin-left: -29px;
		display: block!important;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 900
	}
	
	div.navbar {
		border: 1px solid #c3ac60;
		border-right-style: none;
		border-left-style: none;
		padding-top: 2px;
		width: 100%;
		background-color: #f8f1de
	}
	
}



@media (min-width: 576px) {
.mt-2nd {
	margin-top: 38px;
}
}
@media (max-width: 992px) {

}
#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
	color: var(--body-color);
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin: 7px 0;
}

#sitemap a:hover, #sitemap a:active {
	text-decoration: underline;
	color: var(--template-color-link);
}


#sitemap a::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-smoothing: antialiased;
	margin-right: 7px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: var(--template-color-link);
}

@media (min-width: 768px) {
	/* @group SitemapCity */
	#sitemap h4 {
		font-weight: bold;
		font-size: 14px;
	}
	
	ul.pallinorosso {
		padding-bottom: 11px;
	}
	
	ul.pallinorosso li {
		margin: 0!important;
	}
	
	/* @group copyright */
	
	ul.social-legal, ul#socialbuttons {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}
	
	.social-legal li, #socialbuttons li {
		border-left: 1px solid rgba(0, 0, 0, 0.9);
		padding: 0 6px 0 6px;
		display: inline;
	}
	
	.social-legal li:first-of-type, #socialbuttons li:first-of-type {
		border-style: none
	}
	
	/* @end */
	
	/* @end */
}
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

@media (min-width: 1400px) {
	
}
@media (min-width: 768px) and (max-width: 992px) {
.col_span {
	column-span: all;
}
.col_count {
	column-count: 3;
}
}
/* @group Desktop Menu */

@media (min-width: 768px) {
	ul.gradient {
		margin: 0!important;
		display: flex;
		justify-content: space-between;
		width: 100%!important;
	}
	
	nav.navbar {
		padding-bottom: 0;
	}
	
	.gradient li {
		position: relative;
		list-style: none;
		flex-grow: 1;
	}
	
	div.mainmenu .gradient ul {
		position: absolute;
		opacity: 0;
		z-index: 50;
		overflow: visible;
		padding: 0;
		visibility: hidden;
		left: 0;
		top: calc(var(--main-menu-height-first-level) + 1px);
		width: 210px;
		display: inline;
	}
	
	div.mainmenu .gradient ul ul {
		position: absolute;
		left: 206px;
		transition: none;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom: none;
		visibility: hidden;
		top: 3px;
	}
	
	div.mainmenu .gradient li:hover > ul {
		opacity: 1;
		visibility: visible;
		display: inline;
		box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.21);
		transition: box-shadow 0.2s ease-in-out;
	}
	
	div.mainmenu .gradient ul li {
		height: 0;
		overflow: hidden;
		padding: 0;
		transition: height .15s ease .02s;
		background-color: white;
	}
	
	
	
	/* Altezza li submenu */
	
	div.mainmenu .gradient li:hover > ul li {
		height: 40px;
		overflow: visible;
		padding: 0;
	}
	
	
	
	/*Link level1 con font / colore e padding bottom*/
	
	.mainmenu ul li a:link, .mainmenu ul li a:visited, .mainmenu ul li span.mod-menu__heading {
		font-family: var(--main-menu-font-family-first-level);
		font-size: var(--main-menu-font-size-first-level);
		line-height: calc(var(--main-menu-height-first-level) + 2px);
		text-align: center;
		transition: color .2s ease-in-out;
		margin: 0;
		color: var(--main-menu-text-first-level-color);
		text-decoration: none;
		height: var(--main-menu-height-first-level);
		background: var(--image-marmo-menu) right var(--template-color-bg-light);
		padding: 0;
	}
	
	.mainmenu ul li.level-1 > a:hover, .mainmenu ul li.level-1 > a:active {
		transition: color .2s ease-in-out;
		background: linear-gradient(to bottom, white 0%, rgba(0, 0, 0, 0.1) 0%), var(--image-marmo-menu) right;
	}
	
	.mainmenu ul li.level-1.active > a {
		color: white;
		background: linear-gradient(to bottom, white 0%, rgba(0, 0, 0, 0.3) 0%), var(--image-marmo-menu) right;
	}
	
	
	/*Link level2 con min-width */
	
	.mainmenu ul li li a:link, .mainmenu ul li li a:visited {
		text-align: left;
		transition: 0.2s;
		font: var(--main-menu-font-size-sub-level) var(--main-menu-font-family-sub-level);
		color: var(--main-menu-text-first-level-color);
		padding: 11px 12px 11px 20px;
		height: 40px;
		vertical-align: center;
		background: var(--main-menu-text-sub-level-color);
		border-bottom: 1px solid rgba(0, 0, 0, 0.17);
		font-weight: 500;
	}
	
	.mainmenu ul li li.deeper:after {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		float: right;
		font-weight: 600;
		position: absolute;
		top: 10px;
		right: 12px;
	}
	
	.mainmenu ul li li a:hover, .mainmenu ul li li a:active {
		color: var(--main-menu-color);
		background-color: var(--main-menu-bg-sub-level-color-hover);
	}
	
	.mainmenu ul li li.active>a, .mainmenu ul li li.active {
		color: var(--main-menu-color)!important;
		background-color: var(--main-menu-bg-sub-level-color-hover)!important;
	}
	
	/* @group Anim Right border */
	
	.mainmenu ul li li a::before, .mainmenu ul li li span.mod-menu__heading:before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		width: 2px;
		height: 100%;
		background-color: var(--main-menu-color);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	
	.mainmenu ul li li a:hover::before, .mainmenu ul li li a.active::before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	/* @end */
	
	
	
	/*Active sublevel*/
	
	#mainm li ul li.active.active-level-2 > a, #mainm li ul li.active.active-level-3 > a {
		color: var(--main-menu-color);
		background-color: var(--main-menu-bg-sub-level-color-active);
	}
}


@media (min-width: 1200px) {
	.mainmenu ul li a:link, .mainmenu ul li a:visited, .mainmenu ul li span.mod-menu__heading {
		font-size: calc(var(--main-menu-font-size-sub-level) + 5px);
		line-height: calc(var(--main-menu-height-first-level) + 3px);
	}
}
@media (min-width: 1400px) {
	.mainmenu ul li a:link, .mainmenu ul li a:visited, .mainmenu ul li span.mod-menu__heading {
		font-size: calc(var(--main-menu-font-size-sub-level) + 6px);
		line-height: calc(var(--main-menu-height-first-level) + 4px);
	}
}

/* @end */

/* @group Animations */

.fadeIn {
	animation: fadeIn 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-out:hover {
	animation: fade-out 0.5s ease-out both;
}

/*animation fade-out*/
@keyframes fade-out {
0% {
	opacity: 1;
}

100% {
	opacity: 0.5;
}
}


/*** animation fade-in */
@keyframes fadeIn {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}


.zoomIn {
	animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* * animation scale-in-center*/


@keyframes scale-in-center {
0% {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}



.fadeInUp {
	-webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
0% {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
}
@keyframes fade-in-bottom {
0% {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
}

.fadeInLeft {
	-webkit-animation: fade-in-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-in-left {
0% {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}
@keyframes fade-in-left {
0% {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}
.fadeInRight {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-in-right {
0% {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}
@keyframes fade-in-right {
0% {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}

/* @end */