@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap);
a {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
a:hover {
	text-decoration: none
}
h1 {
	font-size: 65px
}
h2 {
	font-size: 43px;
	color: #202020;
	font-family: 'Playfair Display', serif;
	font-weight: 700
}
h3 {
	font-size: 36px;
	font-family: 'Playfair Display', serif;
	font-weight: 700
}
h4 {
	font-size: 14px;
	size: 24px;
	color: #5b5b5b
}
h5 {
	font-size: 20px;
	color: #5b5b5b
}
h6 {
	font-size: 15px;
	color: #202020
}
p {
	font-size: 14px;
	color: #5b5b5b
}
a:active, a:focus {
	outline: 0;
	text-decoration: none;
	box-shadow: none
}
.btn-border {
	background: 0 0;
	border: 2px solid #009b4d;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
	color: #009b4d;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.btn-border:active, .btn-border:focus, .btn-border:hover {
	background: #009b4d;
	color: #fff;
	text-decoration: none
}
.btn-transparent {
	background: 0 0;
	border: 2px solid transpant;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #009b4d;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: OpenSans
}
.btn-transparent img {
	margin-left: 10px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover {
	background: #009b4d;
	color: #fff;
	text-decoration: none
}
.btn-transparent:active img, .btn-transparent:focus img, .btn-transparent:hover img {
	filter: brightness(0) invert(1)
}
.green_btn {
	background: #009b4d;
	border: 2px solid #009b4d;
	border-radius: 8px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.green_btn:active, .green_btn:focus, .green_btn:hover {
	background: 0 0;
	color: #009b4d;
	text-decoration: none
}
.learn_more_link {
	color: #000;
	text-decoration: none;
	padding: 6px 0;
	font-weight: 700;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block
}
.learn_more_link span.arrow {
	width: 34px;
	height: 34px;
	background: #e75568;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 13px;
	position: relative
}
.learn_more_link span.arrow:after {
	position: absolute;
	background: #fff;
	top: 50%;
	margin-top: -4px;
	left: 11px;
	content: '';
	width: 8px;
	height: 8px;
	background: 0 0;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px
}
.learn_more_link span.arrow:before {
	position: absolute;
	background: #fff;
	left: 0;
	top: 50%;
	content: '';
	width: 19px;
	height: 1px
}
.learn_more_link:active, .learn_more_link:focus, .learn_more_link:hover {
	color: #e75568;
	text-decoration: none
}
.learn_more_link:hover {
	background: #e75568;
	color: #fff;
	padding-left: 20px;
	border-radius: 6px
}
.btn-white {
	background: #009b4d;
	border: 2px solid #009b4d;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-weight: 700;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
	color: #009b4d;
	background: 0 0;
	text-decoration: none
}
.btn-white:hover {
	background: 0 0;
	color: #009b4d
}
.btn-white:hover span {
	background: #fff
}
.btn-white:hover span:after {
	border-color: #fff
}
#button {
	display: inline-block;
	background: #e75568;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	padding: 0;
	bottom: 30px;
	right: 50px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	border: 0;
	visibility: hidden;
	z-index: 1000
}
#button img {
	max-width: 100%
}
#button.show {
	opacity: 1;
	visibility: visible
}
header {
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000
}
.logo a {
	display: inline-block
}
.logo img {
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 125px
}
.fixed {
	position: fixed;
	background: rgba(255,255,255,.9);
	padding: 5px 0
}
.fixed .logo a img {
	max-width: 95px
}
.footer_top {
	position: relative
}
.footer_top .col-sm-4 {
	z-index: 1
}
.footer_top h4 {
	color: #252525;
	font-size: 20px;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	margin: 0 0 15px
}
.footer_top .media {
	margin-top: 20px
}
.footer_top .media .media-body {
	padding-left: 15px
}
.footer_top .media .media-body p {
	font-size: 14px;
	color: #252525;
	line-height: 1.8;
	margin: 0
}
.footer_top .media .media-body span {
	display: block;
	font-size: 14px;
	color: #252525;
	line-height: 1;
	margin-bottom: 7px
}
.footer_top .media .media-body a {
	color: #000;
	font-size: 22px;
	font-weight: 700
}
.footer_top .media .media-body a:hover {
	text-decoration: none;
	color: #e75568
}
.footer_top .foot_img {
	position: absolute;
	top: 78px;
	right: 0;
	animation: pulse 2s infinite
}
footer {
	background: url(../img/footer_bg.jpg) no-repeat;
	padding: 90px 0 52px;
	position: relative;
	background-size: cover;
	z-index: 1
}
footer h3 {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px
}
footer .foot_abt p {
	color: #dedede;
	line-height: 1.8;
	padding-right: 20px;
	font-size: 15px
}
footer .foot_abt a {
	color: #f6f6f6;
	font-size: 15px
}
footer .foot_abt a:hover {
	text-decoration: none;
	color: #e75568
}
footer .footer-bottom {
	background: #1c1c1c;
	padding: 30px 0
}
footer .footer-bottom p {
	margin: 0;
	color: #a0a0a0;
	font-size: 14px
}
footer .footer-bottom p a {
	color: #f4f4f4
}
footer .footer-bottom .powered {
	text-align: right
}
footer .footer-bottom .powered img {
	margin-left: 10px
}
footer .footer_menu {
	padding: 30px 0
}
footer .footer_menu a {
	font-size: 14px;
	color: #dedede;
	padding: 15px 15px;
	display: inline-block
}
footer .foot_logo {
	text-align: center;
	margin-top: 30px
}
footer .foot_logo:before {
	background: rgba(245,236,227,.1);
	content: "";
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%
}
footer .foot_logo a {
	display: inline-block;
	position: relative;
	z-index: 1
}
footer .social_media {
	background: url(../img/social_media.png) no-repeat;
	height: 43px;
	width: 43px;
	display: inline-block;
	margin-right: 8px;
	margin-top: 0
}
footer .social_media.fb-ico {
	background-position: -1px -1px
}
footer .social_media.fb-ico:hover {
	background-position: -1px -45px
}
footer .social_media.twit-ico {
	background-position: -52px -1px
}
footer .social_media.twit-ico:hover {
	background-position: -52px -45px
}
footer .social_media.insta-ico {
	background-position: -103px -1px
}
footer .social_media.insta-ico:hover {
	background-position: -103px -45px
}
footer .social_media.yt-ico {
	background-position: -154px -1px
}
footer .social_media.yt-ico:hover {
	background-position: -154px -45px
}
footer .foot_address p {
	padding-left: 35px;
	font-size: 15px;
	color: #dedede;
	line-height: 1.8
}
footer .foot_address p a {
	padding-left: 0;
	display: inline-block
}
footer .foot_address p.address-footer {
	background: url(../img/location.png) no-repeat
}
footer .foot_address p.phone-footer {
	background: url(../img/phone.png) no-repeat
}
footer .foot_address a {
	padding-left: 35px;
	font-size: 15px;
	display: block;
	color: #dedede;
	line-height: 1.8
}
footer .foot_address a.email-footer {
	background: url(../img/mail.png) no-repeat;
	background-position: left center
}
#cssmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right
}
#cssmenu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left
}
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #menu-button {
	display: none
}
#cssmenu>ul>li {
	float: none;
	display: inline-block
}
#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center
}
#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none
}
#cssmenu.align-center ul ul {
	text-align: left
}
#cssmenu.align-right>ul>li {
	float: right
}
#cssmenu>ul>li {
	padding: 0 11px
}
#cssmenu>ul>li>a {
	padding: 11px 0;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	position: relative;
	font-weight: 600
}
.inner_head #cssmenu>ul>li>a {
	color: #fff
}
.inner_head.fixed #cssmenu>ul>li>a {
	color: #000
}
#cssmenu>ul>li>a:after {
	height: 2px;
	position: absolute;
	bottom: 0;
	width: 0;
	content: "";
	display: block;
	background: #e75568;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
#cssmenu>ul>li>a:hover:after {
	width: 100%
}
#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}
#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 12px;
	right: 11px;
	content: '';
	width: 8px;
	height: 8px;
	background: 0 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: #000 solid 2px;
	border-bottom: #000 solid 2px
}
.inner_head #cssmenu>ul>li.has-sub>a:after {
	border-right: #fff solid 2px;
	border-bottom: #fff solid 2px
}
.inner_head.fixed #cssmenu>ul>li.has-sub>a:after {
	border-right: #000 solid 2px;
	border-bottom: #000 solid 2px
}
#cssmenu>ul>li.has-sub:hover>a:after {
	top: 16px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px
}
#cssmenu.align-right ul ul {
	text-align: right
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu li:hover>ul {
	left: auto
}
#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0
}
#cssmenu li:hover>ul>li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%
}
#cssmenu ul ul li a {
	padding: 11px 15px;
	width: 170px;
	font-size: 14px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
	background: #333
}
#cssmenu ul ul li.last-item>a, #cssmenu ul ul li:last-child>a {
	border-bottom: 0
}
#cssmenu ul ul li a:hover, #cssmenu ul ul li:hover>a {
	color: #fff
}
#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px
}
#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px
}
#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}
#cssmenu.small-screen {
	width: 100%
}
#cssmenu.small-screen ul {
	width: 100%
}
#cssmenu.small-screen>ul {
	display: block!important;
	width: 230px;
	padding-top: 40px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -230px;
	background: #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#cssmenu.small-screen>ul.open {
	right: 0
}
#cssmenu.small-screen.align-center>ul {
	text-align: left
}
#cssmenu.small-screen ul li {
	width: 100%
}
#cssmenu.small-screen ul ul li {
	height: auto
}
#cssmenu.small-screen li:hover>ul>li {
	height: auto
}
#cssmenu.small-screen ul li a {
	width: 100%;
	border-bottom: 0;
	padding-left: 15px
}
#cssmenu.small-screen ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
	padding-left: 25px
}
#cssmenu.small-screen ul ul ul li a {
	padding-left: 35px
}
#cssmenu.small-screen ul ul li a {
	color: #000;
	background: 0 0
}
#cssmenu.small-screen ul ul li.active>a, #cssmenu.small-screen ul ul li:hover>a {
	color: #fff
}
#cssmenu.small-screen ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu.small-screen>ul>li {
	float: none
}
#cssmenu.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu.small-screen>ul>li.has-sub>a:after, #cssmenu.small-screen>ul>li.has-sub>a:before {
	display: none
}
#cssmenu.small-screen ul ul>li.has-sub>a:after, #cssmenu.small-screen ul ul>li.has-sub>a:before {
	display: none
}
#cssmenu.small-screen #menu-button {
	border-radius: 4px;
	display: block;
	padding: 0;
	color: #000;
	background: #fff;
	cursor: pointer;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	width: 40px
}
#cssmenu.small-screen #menu-button:after {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	content: ''
}
#cssmenu.small-screen #menu-button:before {
	position: absolute;
	top: 14px;
	right: 10px;
	display: block;
	height: 2px;
	width: 20px;
	background: #000;
	content: ''
}
#cssmenu.small-screen #menu-button.menu-opened:after {
	top: 19px;
	right: 12px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#cssmenu.small-screen #menu-button.menu-opened:before {
	top: 19px;
	right: 12px;
	background: #000;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 37px;
	width: 37px;
	cursor: pointer
}
#cssmenu.small-screen ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000;
	content: ''
}
#cssmenu.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
	background: #000
}
#cssmenu.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	content: ''
}
#cssmenu.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu.small-screen.select-list {
	padding: 5px
}
#home_slide .carousel-item {
	background-size: cover
}
#home_slide .carousel-caption {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 100px 0 0 0;
	color: #000;
	height: 100%
}
#home_slide .carousel-caption .container {
	height: 100%
}
#home_slide .carousel-caption .row {
	height: 100%
}
#home_slide .carousel-caption h3 {
	font-size: 75px;
	margin: 0 0 30px;
	line-height: 1.1
}
#home_slide .carousel-caption p {
	font-size: 18px;
	line-height: 1.6;
	color: #757575
}
#home_slide .carousel-control-next, #home_slide .carousel-control-prev {
	top: 50%;
	margin-top: 30px;
	bottom: inherit;
	width: auto;
	opacity: 1;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center
}
.banner_bottom {
	background: #086fb8;
	padding: 46px 0
}
.banner_bottom h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px
}
.banner_bottom h5 {
	color: #fff;
	text-transform: uppercase;
	margin: 0
}
.testimonial_sec {
	padding-top: 90px
}
.testimonial_sec.testimonial_inner {
	padding-bottom: 90px
}
.testimonial_sec #quote-carousel {
	padding: 0;
	margin-top: 30px
}
.testimonial_sec #quote-carousel .carousel-control {
	background: 0 0;
	color: #cacaca;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px
}
.testimonial_sec #quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0;
	margin-top: 20px
}
.testimonial_sec #quote-carousel .carousel-indicators li {
	width: 98px;
	height: 98px;
	margin: 0 15px;
	cursor: pointer;
	transition: all .4s ease-in;
	vertical-align: middle;
	text-indent: 0
}
.testimonial_sec #quote-carousel .carousel-indicators li img {
	border-radius: 50%;
	border: 5px solid transparent;
	width: 100%;
	height: auto
}
.testimonial_sec #quote-carousel .carousel-indicators .active {
	opacity: 1;
	transition: all .2s
}
.testimonial_sec #quote-carousel .carousel-indicators .active img {
	border: 5px solid #fcf4b8
}
.testimonial_sec #quote-carousel .carousel-control-next, .testimonial_sec #quote-carousel .carousel-control-prev {
	opacity: 1;
	width: auto;
	top: 30%;
	top: 15%;
	position: absolute;
	display: block;
	bottom: inherit
}
.testimonial_sec #quote-carousel .carousel-item blockquote {
	border-left: none;
	margin: 0
}
.testimonial_sec #quote-carousel .carousel-item blockquote p {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
	color: #252525;
	margin-bottom: 40px
}
.testimonial_sec #quote-carousel .carousel-item blockquote p:after {
	content: '"'
}
.testimonial_sec #quote-carousel .carousel-item blockquote p:before {
	content: '"'
}
.testimonial_sec #quote-carousel .carousel-item blockquote small {
	color: #e75568;
	font-size: 16px;
	margin-top: 30px
}
.testimonial_sec #quote-carousel .carousel-item blockquote span {
	color: #a1a1a1;
	font-size: 14px;
	display: block
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-carousel {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav.disabled {
	display: none
}
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-height {
	transition: height .5s ease-in-out
}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
40%, 43% {
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
40%, 43%, 70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)
}
70% {
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
40%, 43% {
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
40%, 43%, 70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)
}
70% {
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@-webkit-keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@-webkit-keyframes shake {
0%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@-webkit-keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate(-3deg);
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@keyframes tada {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate(-3deg);
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes jello {
0%, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.39063deg) skewY(.39063deg);
transform:skewX(.39063deg) skewY(.39063deg)
}
88.8% {
-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);
transform:skewX(-.19531deg) skewY(-.19531deg)
}
}
@keyframes jello {
0%, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.39063deg) skewY(.39063deg);
transform:skewX(.39063deg) skewY(.39063deg)
}
88.8% {
-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);
transform:skewX(-.19531deg) skewY(-.19531deg)
}
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
opacity:1;
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
opacity:1;
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
to {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
to {
opacity:0
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(-1turn);
transform:perspective(400px) rotateY(-1turn)
}
0%, 40% {
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);
transform:perspective(400px) translateZ(150px) rotateY(-190deg)
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);
transform:perspective(400px) translateZ(150px) rotateY(-170deg)
}
50%, 80% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(-1turn);
transform:perspective(400px) rotateY(-1turn)
}
0%, 40% {
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);
transform:perspective(400px) translateZ(150px) rotateY(-190deg)
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);
transform:perspective(400px) translateZ(150px) rotateY(-170deg)
}
50%, 80% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
0%, 40% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
0%, 40% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
0%, 40% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
40% {
-webkit-transform:perspective(400px) rotateY(-20deg);
transform:perspective(400px) rotateY(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
0%, 40% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
40% {
-webkit-transform:perspective(400px) rotateY(-20deg);
transform:perspective(400px) rotateY(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateY(-15deg);
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateY(-15deg);
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg)
}
60%, 80% {
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg)
}
to {
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg)
}
60%, 80% {
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg)
}
to {
-webkit-transform:none;
transform:none;
opacity:1
}
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity:1
}
to {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
to {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
@-webkit-keyframes rotateIn {
0% {
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
0%, to {
-webkit-transform-origin:center
}
to {
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateIn {
0% {
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
0%, to {
-webkit-transform-origin:center
}
to {
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@-webkit-keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@-webkit-keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@-webkit-keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@-webkit-keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@-webkit-keyframes rotateOut {
0% {
transform-origin:center;
opacity:1
}
0%, to {
-webkit-transform-origin:center
}
to {
transform-origin:center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
transform-origin:center;
opacity:1
}
0%, to {
-webkit-transform-origin:center
}
to {
transform-origin:center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
@-webkit-keyframes rotateOutDownLeft {
0% {
transform-origin:left bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin:left bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
}
@-webkit-keyframes rotateOutDownRight {
0% {
transform-origin:right bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin:right bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
}
@-webkit-keyframes rotateOutUpLeft {
0% {
transform-origin:left bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin:left bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:left bottom
}
to {
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
}
@-webkit-keyframes rotateOutUpRight {
0% {
transform-origin:right bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin:right bottom;
opacity:1
}
0%, to {
-webkit-transform-origin:right bottom
}
to {
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@-webkit-keyframes hinge {
0% {
transform-origin:top left
}
0%, 20%, 60% {
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
transform-origin:top left
}
40%, 80% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
@keyframes hinge {
0% {
transform-origin:top left
}
0%, 20%, 60% {
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
transform-origin:top left
}
40%, 80% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes rollOut {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);
transform:translate3d(100%, 0, 0) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);
transform:translate3d(100%, 0, 0) rotate(120deg)
}
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@-webkit-keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@-webkit-keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@-webkit-keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@-webkit-keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50%, to {
opacity:0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50%, to {
opacity:0
}
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.animated.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
.about_section, .gallery_sec, .offer_sec, .pampered_sec, .what_we_do {
	padding: 90px 0
}
.about_section .section_title, .gallery_sec .section_title, .offer_sec .section_title, .pampered_sec .section_title, .what_we_do .section_title {
	margin-bottom: 60px
}
.about_section h1, .gallery_sec h1, .offer_sec h1, .pampered_sec h1, .what_we_do h1 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	font-family: "Playfair Display", serif
}
.about_section h6, .gallery_sec h6, .offer_sec h6, .pampered_sec h6, .what_we_do h6 {
	color: #000;
	font-size: 19px;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Playfair Display", serif;
	margin: 15px 0 20px
}
.about_section p, .gallery_sec p, .offer_sec p, .pampered_sec p, .what_we_do p {
	color: #000;
	line-height: 1.8
}
.covid_sec {
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 12
}
.covid_sec p {
	text-align: center;
	color: #555;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 15px 0
}
.covid_sec a {
	color: #000;
	font-weight: 800;
	text-decoration: underline
}
.covid_sec a:hover {
	color: #e75568
}
.about_section {
	background-position: left bottom;
	position: relative
}
.about_section .image_thumb {
	position: relative;
	z-index: 1
}
.about_section .flower-abt {
	position: absolute;
	bottom: 0;
	left: -45px;
	z-index: 1;
	animation: pulse 3s infinite
}
.about_section .bg-text1 {
	color: #e6e6e6;
	position: absolute;
	font-family: "Playfair Display", serif;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 700;
	bottom: 100px;
	left: -20px;
	transform: rotate(270deg)
}
.about_section .abt-shape1 {
	position: absolute;
	right: 0;
	top: 5px
}
.about_section .abt-shape2 {
	position: absolute;
	right: 20px;
	top: 30%
}
.what_we_do {
	background: #f9f3ed
}
.what_we_do .shape3 {
	position: absolute;
	top: -175px;
	right: 0;
	animation: pulse 2s infinite
}
.what_we_do .shape4 {
	position: absolute;
	bottom: 100px;
	left: 0
}
.offer_sec {
	background: url(../img/bg1.jpg) no-repeat
}
.offer_thumb {
	padding: 35px 35px 50px;
	text-align: center;
	border-radius: 5px;
	background: rgba(255,255,255,.85)
}
.offer_thumb .offer_image {
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden
}
.offer_thumb .offer_image img {
	border-radius: 50%;
	width: 100%;
	object-fit: cover;
	height: auto;
	object-position: top
}
.offer_thumb:hover {
	background: #fff9f5
}
/*.offer_thumb:hover .btn-white {
	color: #009b4d
}*/
.offer_thumb:hover .btn-white span {
	background: #fff
}
.offer_thumb:hover .btn-white span:after {
	border-color: #fff
}
.offer_thumb h4 {
	color: #e75568;
	font-size: 18px;
	margin: 40px 0 20px
}
.offer_thumb h3 {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px
}
.offer_thumb p {
	color: #606060;
	font-size: 16px;
	line-height: 1.7
}
.offer_thumb .btn-white {
	margin-top: 15px
}
.service_thumb {
	padding: 30px;
	display: block;
	text-align: center;
	border-radius: 8px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.service_thumb img {
	max-width: 80%;
	width: 160px!important;
	display: inline-block!important
}
.service_thumb h4 {
	font-size: 22px;
	color: #000;
	font-family: "Playfair Display", serif;
	margin-top: 30px;
	margin-bottom: 15px
}
.service_thumb p {
	color: #606060;
	font-size: 16px;
	line-height: 1.4
}
.service_thumb:hover {
	background: #fff
}
.gallery_sec {
	background: url(../img/bg2.jpg) no-repeat
}
.gallery_sec .gal_image {
	display: block;
	overflow: hidden;
	margin: 15px 0
}
.gallery_sec .gal_image img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 240px
}
.gallery_sec .gal_image:hover img {
	-webkit-transform: rotate(10deg) scale(1.2);
	transform: rotate(10deg) scale(1.2)
}
.pampered_sec {
	background: url(../img/bg.jpg) no-repeat;
	background-position: right center;
	padding-top: 110px;
	background-size: cover;
	background-position: right center
}
.footer_top {
	padding: 60px 0
}
#divBottomRight {
	z-index: 10!important;
	position: absolute
}
body {
	font-family: "Nunito Sans", sans-serif;
	font-size: 17px;
	overflow-x: hidden
}
.full_width {
	width: 100%
}
.section_title {
	text-align: center
}
.section_title h1 {
	color: #000;
	font-weight: 700;
	font-size: 60px
}
.section_title h1 span {
	display: block;
	font-size: 20px;
	color: #e75568;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 10px
}
.section_title h2 {
	color: #000;
	font-weight: 700;
	font-size: 48px
}
.section_title h2 span {
	display: block;
	font-size: 20px;
	color: #e75568;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 10px
}
.section_title p {
	font-size: 18px
}
.opacity0 {
	opacity: 0
}
[class*=col-] {
	z-index: 1
}
.inner_banner {
	position: relative;
	height: 330px
}
.inner_banner img {
	object-fit: cover;
	height: 330px
}
.inner_banner .banner_content {
	position: absolute;
	bottom: 0;
	top: 100px;
	left: 0;
	right: 0
}
.inner_banner .banner_content .container {
	height: 100%
}
.inner_banner .banner_content .container .row {
	height: 100%
}
.overflow-hidden {
	overflow: hidden
}
.g_map {
	margin-bottom: 75px
}
.contact_section {
	padding: 90px 0
}
.contact_section .section_title {
	margin-bottom: 50px
}
.contact_section .white_box {
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	padding: 40px
}
.contact_section .white_box h2 {
	font-size: 24px;
	margin-bottom: 30px
}
.address-contact {
	padding: 40px
}
.address-contact h2 {
	font-size: 24px;
	margin-bottom: 30px
}
.address-contact p {
	font-size: 16px;
	font-weight: 600;
	color: #000
}
.address-contact p span {
	color: #e75568;
	display: block;
	font-weight: 700
}
.address-contact p a {
	display: block;
	color: #000
}
.styled-input {
	margin: 1rem 0;
	position: relative;
	border-radius: 4px
}
.styled-input input {
	padding: 15px 20px;
	border: 0;
	width: 100%;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.1);
	color: #000;
	border-radius: 4px
}
.styled-input input:focus {
	outline: 0
}
.styled-input input:focus~label {
	font-size: 14px;
	color: #000;
	top: -25px;
	padding: 0;
	-webkit-transition: all 225ms ease;
	transition: all 225ms ease
}
.styled-input input:focus~span {
	width: 100%;
	-webkit-transition: all 75ms ease;
	transition: all 75ms ease
}
.styled-input input:valid~label {
font-size:14px;
color:#000;
padding:0;
top:-25px;
-webkit-transition:all 225ms ease;
transition:all 225ms ease
}
.styled-input textarea {
	padding: 15px 25px;
	border: 0;
	width: 100%;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.1);
	color: #000;
	border-radius: 4px;
	width: 100%;
	min-height: 15em
}
.styled-input textarea:focus {
	outline: 0
}
.styled-input textarea:focus~label {
	font-size: 14px;
	color: #000;
	top: -25px;
	padding: 0;
	-webkit-transition: all 225ms ease;
	transition: all 225ms ease
}
.styled-input textarea:focus~span {
	width: 100%;
	-webkit-transition: all 75ms ease;
	transition: all 75ms ease
}
.styled-input textarea:valid~label {
font-size:14px;
color:#000;
top:-25px;
padding:0;
-webkit-transition:all 225ms ease;
transition:all 225ms ease
}
.styled-input label {
	color: #000;
	padding: 15px 25px;
	position: absolute;
	font-size: 14px;
	font-weight: 600;
	top: 0;
	margin: 0;
	left: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	pointer-events: none
}
#myList .col-md-4 {
	display: none
}
[class^=imghvr-] {
	position: relative;
	display: block;
	margin: 15px 0;
	max-width: 100%;
	background-color: rgba(231,85,104,.8);
	color: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transform: translateZ(0);
	box-sizing: border-box;
	transition: all .35s ease
}
[class^=imghvr-]>img {
	vertical-align: top;
	max-width: 100%
}
[class^=imghvr-] * {
	box-sizing: border-box;
	transition: all .35s ease
}
[class^=imghvr-]:after {
	box-sizing: border-box;
	box-sizing: border-box;
	transition: all .35s ease;
	transition: all .35s ease
}
[class^=imghvr-]:before {
	box-sizing: border-box;
	box-sizing: border-box;
	transition: all .35s ease;
	transition: all .35s ease
}
[class^=imghvr-] figcaption {
	background-color: rgba(231,85,104,.8);
	padding: 30px;
	position: absolute;
	display: flex;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
[class^=imghvr-] figcaption h3 {
	font-size: 18px;
	color: #fff
}
[class^=imghvr-] figcaption p {
	font-size: 14px;
	color: #fff
}
[class^=imghvr-slide-]:hover figcaption {
	transform: translate(0)
}
.imghvr-slide-right figcaption {
	transform: translateX(-100%)
}
.blog_thumbnail {
	margin: 15px 0;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.2)
}
.blog_thumbnail .caption {
	padding: 40px 50px
}
.blog_thumbnail .caption h3 {
	font-size: 24px;
	line-height: 34px;
	margin-top: 0;
	font-weight: 400
}
.blog_thumbnail .caption p {
	font-size: 16px;
	line-height: 1.6
}
.blog_thumbnail .caption .info {
	margin-bottom: 10px
}
.blog_thumbnail .caption .info a {
	color: #555;
	font-size: 12px
}
.sidebar {
	padding-top: 15px
}
.sidebar .widget {
	margin-bottom: 30px
}
.sidebar .widget .search {
	height: 40px;
	position: relative
}
.sidebar .widget .search input {
	border: 1px solid rgba(0,0,0,.1);
	color: #fff;
	float: left;
	font-size: 14px;
	height: 40px;
	margin: 0;
	padding: 10px;
	width: 100%;
	outline: 0
}
.sidebar .widget .search button {
	background: #e75568;
	border: none;
	color: #deb666;
	float: left;
	right: 0;
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	min-width: 40px;
	position: absolute;
	vertical-align: bottom
}
.sidebar aside .widgettitle {
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 400
}
.sidebar aside.category ul {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none
}
.sidebar aside.category ul li a {
	font-size: 14px;
	color: rgba(0,0,0,.8);
	padding: 5px 0;
	display: block
}
.sidebar aside.category ul li a:hover {
	color: #e75568
}
.sidebar aside.blog_box ul {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none
}
.sidebar aside.blog_box ul li {
	display: flex
}
.sidebar aside.blog_box ul li .popular_content {
	padding-left: 20px;
	font-size: 16px
}
.sidebar aside.blog_box ul li .popular_content a {
	color: #000;
	font-weight: 700;
	display: block
}
.sidebar aside.blog_box ul li .popular_content abbr {
	font-size: 12px
}
.more_posts h4 {
	color: #000;
	font-size: 16px;
	margin: 20px 0 0
}
.service_section {
	padding: 90px 0
}
.service_section .service_thumb {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.08)
}
.service_section .service_thumb:hover {
	background: #f9f3ed
}
.service_tab li {
	margin-bottom: 0!important;
	padding: 0 2px
}
.service_tab li a {
	border: 1px solid #000!important;
	color: #000;
	display: inline-block;
	line-height: 1em;
	padding: 12px 30px;
	font-size: 15px;
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	-ms-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
	background-color: transparent;
	outline: 0;
	border-radius: 4px!important
}
.service_tab li a.active, .service_tab li a:hover {
	background-color: #e75568!important;
	color: #fff!important;
	border-color: #e75568!important
}
.service_tab_content h3 {
	font-size: 30px;
	margin: 0 0 30px 0
}
.service_tab_content p {
	line-height: 1.8
}
.spacard-image {
	position: relative;
	width: 100%;
	height: 100%
}
.spacard-image a {
	display: flex;
	height: 100%;
	align-items: flex-start
}
.spacard-image a img {
	object-fit: cover;
	height: 100%
}
.spacard-image .spacard-image__type {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	padding: .6rem 1.2rem;
	margin: 0 0 1.2rem 1.2rem;
	background-color: #e75568;
	border-radius: 2.4rem
}
.spacard-image .spacard-image__type .bc-white {
	color: #fff;
	margin: 0
}
.spacard-content {
	position: relative;
	padding: 30px 40px;
	background: #f9f3ed;
	height: 100%
}
.spacard-content .spacard-content__location h6 a {
	color: #e75568
}
.spacard-content .spacard-content__title {
	display: flex;
	width: 100%;
	margin-bottom: 10px
}
.spacard-content .spacard-content__title h4 {
	font-size: 24px;
	margin-bottom: 0
}
.spacard-content .spacard-content__excerpt {
	margin-bottom: 15px
}
.spacard-content .spacard-content__excerpt p {
	font-size: 16px
}
.spacard-content .spacard-content__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	-ms-flex-align: center!important;
	align-items: center!important;
	padding-top: 30px
}
.spacard-content .spacard-content__bottom .spacard-content__bottom--price {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end
}
.spacard-content .spacard-content__bottom .spacard-content__bottom--price span {
	display: flex;
	font-family: Quicksand, sans-serif;
	margin-bottom: 0
}
.spacard-content .spacard-content__bottom .spacard-content__bottom--price span {
	font-size: 26px;
	line-height: .8;
	margin: 0 10px;
	color: #e75568
}
.spacard-content .spacard-content__bottom .spacard-content__bottom--link {
	position: relative
}
.team_sec {
	background: #f9f3ed;
	padding: 90px 0
}
.team_sec .flip-card {
	background-color: transparent;
	width: 100%;
	margin-top: 60px;
	height: 460px;
	border-radius: 5px;
	overflow: hidden;
	perspective: 1000px
}
.team_sec .flip-card:focus {
	outline: 0
}
.team_sec .flip-card:focus .flip-card-inner {
	transform: rotateY(-180deg)
}
.team_sec .flip-card:hover .flip-card-inner {
	transform: rotateY(-180deg)
}
.team_sec .flip-card .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2)
}
.team_sec .flip-card h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 28px
}
.team_sec .flip-card .flip-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	color: #000;
	z-index: 2
}
.team_sec .flip-card .flip-card-front .beautician-footer-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
	padding: 20px 30px;
	border-radius: 0 0 5px 5px
}
.team_sec .flip-card .flip-card-front .beautician-footer-text h5 {
	color: #e75568
}
.team_sec .flip-card .flip-card-front .beautician-footer-text p {
	margin-bottom: 0
}
.team_sec .flip-card .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	background: #e75568;
	color: #fff;
	transform: rotateY(180deg);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}
.team_sec .flip-card .flip-card-back .inner-content {
	padding: 30px;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-transform: translateY(0) translateZ(60px) scale(.94);
	transform: translateY(0) translateZ(60px) scale(.94)
}
.team_sec .flip-card .flip-card-back .inner-content p {
	color: #fff
}
.vision_mission {
	padding: 90px 0;
	background: url(../img/bg1.jpg)
}
.vision_mission .thumbnail_vision {
	padding: 40px;
	background: #f9f3ed;
	text-align: center;
	margin: 15px 0
}
.vision_mission .thumbnail_vision h5 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0
}
.vision_mission .thumbnail_vision p {
	font-size: 16px;
	line-height: 1.6
}
.pak_list {
	list-style: none;
	color: #000;
	line-height: 1.8
}
.pak_list h4 {
	color: #e75568;
	font-size: 18px;
	margin: 40px 0 20px
}
.pak_list b {
	color: #e75568;
	font-size: 18px;
	font-weight: 700
}
.offer_thumb {
	padding: 35px 10px 50px!important;
	text-align: center;
	border-radius: 5px;
	background: rgba(255,255,255,.85)
}
.blog_thumbnail img {
	width: 100%;
	height: auto
}
.cmsmasters_lpr_tabs_img {
	float: left;
	width: 60%
}
.cmsmasters_lpr_tabs_img img {
	width: 100%;
	height: auto
}
.sidebar aside.blog_box ul li .popular_content a {
	font-size: 12px
}
.footer_menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0!important
}
.pak_list ul {
	list-style: none;
	color: #000;
	line-height: 1.8;
	min-height: 100px
}
.pak_list h4 {
	color: #e75568;
	font-size: 18px;
	margin: 40px 0 20px
}
.pak_list b {
	color: #e75568;
	font-size: 18px;
	font-weight: 700
}
.offer_thumb {
	padding: 35px 10px 50px!important;
	text-align: center;
	border-radius: 5px;
	background: rgba(255,255,255,.85)
}
.spacard-content .spacard-content__excerpt ul {
	list-style: none;
	color: #000;
	line-height: 1.8;
	min-height: 100px
}
.spacard-content .spacard-content__excerpt ul li {
	margin-left: 0
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
	color: #d2160a;
	padding: 10px 0;
	font-size: 16px;
	margin: 18px auto 0
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	padding: 10px 0;
	font-size: 16px;
	margin: 18px auto 0;
	color: #05490b
}
.gal_image img {
	height: 240px;
	object-fit: cover
}
.blog_thumbnail .caption h4 {
	font-size: 20px
}
.privacy h3{
    color: #000;
    font-weight: 700;
    font-size: 28px; margin:25px 0; font-family: "Nunito Sans",sans-serif; }
	.privacy h4{
    color: #000;
    font-weight: 700;
    font-size: 20px;}
.privacy ul{	
	list-style: circle;
    padding: 0;
    margin: 0 0 20px;}
	
	.privacy ul li{color: #000;
    line-height: 1.8; font-size:16px}
@media only screen and (max-width:1200px) {
.container {
	max-width: 1170px
}
#home_slide .carousel-caption h3 {
	font-size: 50px
}
.section_title h1 {
	font-size: 40px
}
.section_title h2 {
	font-size: 40px
}
.about_section h1 {
	font-size: 35px
}
.what_we_do h1 {
	font-size: 35px
}
.offer_sec h1 {
	font-size: 35px
}
.gallery_sec h1 {
	font-size: 35px
}
.pampered_sec h1 {
	font-size: 35px
}
.offer_thumb h3 {
	font-size: 24px
}
}

@media only screen and (max-width:992px) {
#cssmenu ul {
	text-align: center
}
}

@media (min-width:768px) and (max-width:992px) {
#cssmenu>ul>li {
	padding: 0 4px
}
#cssmenu>ul>li>a {
	font-size: 14px
}
#cssmenu>ul>li.has-sub a {
	padding-right: 25px
}
#cssmenu>ul>li.has-sub a:after {
	right: 3px
}
}

@media only screen and (max-width:768px) {
.service_thumb {
	padding: 30px 0
}
#divBottomRight {
	right: 15px!important
}
#button {
	right: 15px!important
}
#cssmenu ul {
	text-align: left
}
#cssmenu.small-screen #menu-button {
	float: right;
	z-index: 1
}
#cssmenu.small-screen #menu-button.menu-opened {
	position: fixed;
	right: 0;
	top: 0
}
.offer_thumb {
	padding-left: 0;
	padding-right: 0
}
.about_section .flower-abt {
	width: 130px;
	left: 0
}
.what_we_do .shape3 {
	width: 180px;
	top: -110px
}
.what_we_do .shape3 img {
	width: 100%
}
.footer_top .foot_img {
	width: 100px
}
.footer_top h4 {
	font-size: 18px
}
.footer_top .media .media-body a {
	font-size: 14px
}
.footer_top .foot_img {
	top: inherit;
	bottom: -45px
}
.testimonial_sec #quote-carousel .carousel-item blockquote p {
	font-size: 16px
}
.testimonial_sec #quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 0 5px
}
.testimonial_sec #quote-carousel .carousel-indicators li img {
	max-width: 100%
}
.about_section {
	padding: 60px 0
}
.what_we_do {
	padding: 60px 0
}
.offer_sec {
	padding: 60px 0
}
.gallery_sec {
	padding: 60px 0
}
.pampered_sec {
	padding: 60px 0
}
.vision_mission {
	padding: 60px 0
}
.team_sec {
	padding: 60px 0
}
.testimonial_sec {
	padding-top: 60px
}
.testimonial_sec.testimonial_inner {
	padding-bottom: 60px
}
}

@media only screen and (max-width:567px) {
#home_slide .carousel-caption h3 {
	font-size: 36px
}
#home_slide .carousel-caption p {
	font-size: 14px;
	line-height: 1.4;
	color: #000
}
.inner_banner .banner_content {
	top: 50px
}
.inner_banner .banner_content h2 {
	font-size: 24px
}
.section_title h1 {
	font-size: 30px
}
.section_title h1 span {
	font-size: 18px
}
.section_title h2 {
	font-size: 30px
}
.section_title h2 span {
	font-size: 18px
}
.about_section h1 {
	font-size: 24px;
	margin-top: 30px
}
.what_we_do h1 {
	font-size: 30px
}
.offer_sec h1 {
	font-size: 30px
}
.gallery_sec h1 {
	font-size: 30px
}
.pampered_sec h1 {
	font-size: 30px
}
.offer_thumb h3 {
	font-size: 20px
}
}

@media only screen and (max-width:479px) {
#home_slide .carousel-caption h3 {
	font-size: 36px
}
#home_slide .carousel-caption p {
	font-size: 14px;
	line-height: 1.4;
	color: #000
}
.section_title h1 {
	font-size: 30px
}
.section_title h1 span {
	font-size: 18px
}
.section_title h2 {
	font-size: 30px
}
.section_title h2 span {
	font-size: 18px
}
.about_section h1 {
	font-size: 24px;
	margin-top: 30px
}
.what_we_do h1 {
	font-size: 30px
}
.offer_sec h1 {
	font-size: 30px
}
.gallery_sec h1 {
	font-size: 30px
}
.pampered_sec h1 {
	font-size: 30px
}
.offer_thumb h3 {
	font-size: 20px
}
.btn-border, .green_btn {
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px
}
#divBottomRight {
	right: 15px!important
}
#button {
	height: 30px;
	width: 30px;
	right: 30px
}
.testimonial_sec #quote-carousel {
	padding: 0 35px
}
.testimonial_sec #quote-carousel .carousel-item blockquote p {
	font-size: 14px
}
.testimonial_sec .quotation_ico {
	height: 50px
}
.testimonial_sec #quote-carousel .carousel-control-next img {
	height: 30px
}
.testimonial_sec #quote-carousel .carousel-control-prev img {
	height: 30px
}
.footer_top .col-sm-4 {
	margin: 15px 0
}
}

@media only screen and (min-width:768px) {
.inner_banner {
	height: 330px
}
.inner_banner .banner_content {
	top: 50px
}
.inner_banner .banner_content h2 {
	font-size: 30px;
	color: #fff
}
}
ul li {
	font-size: 14px;
	color: #5b5b5b;
	margin-left: 20px
}
ul {
	margin: 0;
	padding: 0
}
p {
	font-size: 16px!important
}
.service-option {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.service-option li {
	margin: 10px;
	min-height: 200px;
	padding: 15px;
	list-style: none;
	border: 1px solid #e755683d;
	background-image: url(../img/li-bg.png);
	background-size: cover;
	border-radius: 15px;
	position: relative;
	padding-bottom: 75px;
	overflow: hidden;
	-ms-flex: 0 0 calc(25% - 20px);
	flex: 0 0 calc(25% - 20px);
	max-width: calc(25% - 20px)
}
.service-option li .service_book {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 15px
}
span.price b {
	color: #e75568;
	font-size: 16px
}
span.price {
	display: block;
	width: 100%;
	clear: both;
	font-size: 16px;
	color: green;
	margin-top: 10px
}
.read-more-state {
	display: none
}
.readmore p {
	opacity: 0;
	font-size: 0;
	transition: .25s ease;
	height: 0
}
.readmore.showmore p {
	opacity: 1;
	font-size: 14px!important;
	height: auto
}
.readmore .read-more-trigger:before {
	content: 'Read more'
}
.showmore .read-more-trigger:before {
	content: 'Show less'
}
.readmore .read-more-trigger {
	cursor: pointer;
	display: inline-block;
	color: #666;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700;
	text-decoration: underline
}
.pink-txt {
	color: #e75568!important
}
.tab-pane .col-sm-9 ul li {
	list-style: none;
	margin-left: 0
}
.service-det-banner img {
	border-radius: 15px
}
.section_title p {
	margin-top: 30px
}

@media (min-width:768px) and (max-width:992px) {
#cssmenu>ul>li>a {
	font-size: 12px
}
}

@media (max-width:992px) {
.service-option li {
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px)
}

}
@media (max-width:767px) {
	.privacy h3{font-size: 20px; margin: 20px 0px;}
	.privacy h4{font-size:18px}
}
@media (min-width:320px) and (max-width:479px) {
.service-option li {
	-ms-flex: 0 0 calc(100% - 20px);
	flex: 0 0 calc(100% - 20px);
	max-width: calc(100% - 20px)
}
}
