body
{
	background-color: #fff;
	color: #243238;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0;
	min-width: 320px;
	width: 100%
}
@media (min-width: 1200px){
  .container {
    //width: 970px !important;
  }
}
::selection
{
	background-color: #d62598;
	color: #fff
}
::-moz-selection
{
	background-color: #d62598;
	color: #fff
}
.navbar
{
	background-color: transparent;
	border:0;
	border-radius: 0;
	transition: all ease-in-out 300ms;
-webkit-transition: all ease-in-out 300ms
}
.topbar
{
	background-color: rgba(0,0,0,0.15);
	text-align: right;
	padding-top: 12px;
	padding-bottom: 2px;
	transition: all ease-in-out 300ms;
-webkit-transition: all ease-in-out 300ms
}
.topbar li
{
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 24px
}
.topbar i
{
	margin-right: 5px;
	opacity: 0.7
}
.topbar a
{
	color: #fff
}
.topbar a:hover
{
	text-decoration: none;
	color: #fff
}
.navbar-default .navbar-toggle
{
	border:0
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	background-color: transparent
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #fff;
	width: 24px;
	height: 3px
}
.navbar-default .navbar-brand
{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 25px;
    line-height: 25px;
    height: auto;
}
.navbar-default .navbar-brand-logo
{
	/*background-image: url('/_cdn/upakdemoprom.ru/images/upakdemoprom/logo-white.png');
	float: left;
	height: 25px;
	margin: 25px 10px 0 0;
	width: 25px*/
    background-image:  url('/_cdn/upakdemoprom.ru/images/upakdemoprom/logo-white.png');
    background-size: contain;
    float:  left;
    height:  25px;
    margin:  0 15px 0 0;
    width:  25px;
}
.navbar-default .navbar-collapse
{
	z-index: 1000
}
.navbar-default .navbar-nav > li > a
{
	color: #fff;
	font-size: 16px;
	//letter-spacing: 1px;
	//padding-left: 35px;
	padding-top: 26px;
	padding-bottom: 26px;
	transition: opacity 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s
}
.navbar-default .navbar-nav > li > a > span:not(.caret)
{
	padding: 10px 5px
}
.navbar-default .navbar-nav > li > a.current > span:not(.caret)
{
	border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:not(.current):hover > span:not(.caret)
{
	border-bottom: 2px solid #fff;
}
.navbar-default .navbar-brand:hover
{
	color: #fff
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
	background-color: transparent;
	color: #fff
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
	background-color: transparent;
	color: #fff
}
.navbar-nav > li > .dropdown-menu
{
	margin-top: auto
}
.navbar-right .dropdown-menu
{
	right: auto
}
.dropdown-menu
{
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	border:0;
	border-radius: 2px;
	min-width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
-webkit-box-shadow: none;
	box-shadow: none
}
.dropdown-menu .divider
{
	background-color: rgba(0,0,0,0.1)}.dropdown-menu li a
{
	color: #292929;
	font-size: 13px
}
.dropdown-menu li a:hover
{
	background-color: transparent
}
.intro-1
{
	background-size: cover;
	background-position: center
}
.intro-2
{
	height: 220px !important
}
.intro
{
	text-align: center;
	height: 105vh;
	margin-top: -20px;
	position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.intro .intro-content
{
	padding-top: 30px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.intro h1
{
	color: #fff;
	margin-bottom: 40px;
	font-size: 46px;
	text-transform: uppercase;
}

p {
    margin: 0px 0 15px;
}
.intro p
{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.7em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}
.intro .btn
{
	margin-left: 20px;
	margin-right: 20px
}
.btn-white
{
	background-color: #fff;
	color: #292929
}
.btn-white:hover
{
	background-color: transparent;
	color: #fff;
-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff
}
.btn-transparent
{
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 15px 34px
}
.btn-transparent:hover
{
	background-color: #fff;
	color: #292929
}
.btn-lightgreen
{
	background-color: #44ffed;
	color: #fff
}
.btn-lightgreen:hover
{
	background-color: transparent;
	color: #44ffed;
-webkit-box-shadow: 0 0 0 2px #44ffed;
	box-shadow: 0 0 0 2px #44ffed
}
.btn-lightred
{
	background-color: #d62598;
	color: #fff
}
.btn-lightred:hover
{
	background-color: transparent;
	color: #d62598;
-webkit-box-shadow: 0 0 0 2px #d62598;
	box-shadow: 0 0 0 2px #d62598
}
.btn
{
	font-size: 16px;
	font-weight: 600;
	padding: 16px 34px;
	transition: all ease-in-out 300ms;
-webkit-transition: all ease-in-out 300ms
}
#nav1.scrolled
{
	position: fixed;
	top: -90px;
	background-color: rgba(255,255,255,0.9);
	border:0;
	border-radius: 0;
	margin-bottom: 0;
-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
	transform: translateY(70px);
	transition: transform 500ms ease, background 900ms ease;
-webkit-transition: transform 500ms ease, background 900ms ease
}
#nav1.scrolled .topbar
{
	display: none
}
#nav1.scrolled .navbar-padding
{
	padding-top: 20px
}
#nav1.scrolled .navbar-nav > li > a
{
	color: #2e363a
}
#nav1.scrolled .navbar-brand
{
	color: #d62598
}
#nav1.scrolled ul.dropdown-menu
{
	background-color: #2e363a
}
#nav1.scrolled ul.dropdown-menu li a
{
	color: #fff
}
#nav1.scrolled ul.dropdown-menu .divider
{
	background-color: #3d4549
}
#nav1.scrolled .navbar-toggle .icon-bar
{
	background-color: #2e363a
}
#nav1.scrolled .navbar-brand-logo
{
	/*background-image: url('/_cdn/upakdemoprom.ru/images/upakdemoprom/logo-pink.png')*/
    background-image:  url('/_cdn/upakdemoprom.ru/images/upakdemoprom/logo-pink.png');
    background-size: contain;
}
#nav1.scrolled .navbar-default .navbar-nav > li > a > span:not(.caret)
{
	padding: 10px
}
#nav1.scrolled .navbar-nav > li > a.current > span:not(.caret)
{
	border-bottom: 2px solid #d62598;
}
#nav1.scrolled .navbar-nav > li > a:not(.current):hover > span:not(.caret)
{
	border-bottom: 2px solid #d62598;
}
.navbar-default .navbar-collapse
{
	z-index: 1000
}
@media only screen and (max-width: 640px)
{

.intro p
{
	font-size: 20px;
	width: 100%}.intro .btn
{
	margin-bottom: 10px
}
}@media only screen and (max-width: 768px)
{
	.navbar-default .navbar-brand
{
	padding-top: 18px
}
.navbar-default .navbar-nav > li > a
{
	color: #292929;
	padding-top: 15px;
	padding-bottom: 15px
}
.navbar-fixed-top .navbar-collapse
{
	max-height: 420px
}
.navbar-default .navbar-collapse
{
	background-color: rgba(255,255,255,0.8);
	border:0
}
.navbar-nav .open .dropdown-menu
{
	background-color: rgba(255,255,255,0.85);
	text-align: left
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:hover
{
	color: #292929
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	color: #292929
}
.main-services .main-services-item:not(:last-child)
{
	margin-bottom: 50px
}
}@media only screen and (max-width: 992px)
{
	.navbar-default .navbar-brand
{
	font-size: 16px
}
}@media only screen and (min-width: 992px)
{
	.section-big
{
	padding: 130px 0
}
.main-double-block .right-image
{
	right: 0;
	width: 50vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	min-width: 1px;
	max-width: none;
	height: 100%;
	min-height: 100%;
	max-height: none;
	margin: 0;
	z-index: 0
}
}
@media (min-width: 1200px)
{
h3, .heading-3
{
	font-size: 40px;
	line-height: 1.35;
	font-weight: 300
}
}
.main-home
{
	padding-top: 50px
}
header
{
	text-align: center
}
header h2
{
	margin-bottom: 35px
}
header .sub-heading
{
	font-size: 16px;
	line-height: 1.7em;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300
}
header img
{
	margin-bottom: 20px
}
.bg-image
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.bg-white
{
	background-color: #fff !important
}
.main-double-block
{
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8;
	margin-top: 100px
}
.main-double-block p
{
	font-size: 18px;
	margin-top: 28px;
	line-height: 1.88889;
	color: #888
}
.main-double-block .right-image
{
	background-image: url('/_cdn/upakdemoprom.ru/images/upakdemoprom/home-default.png')
}
.separator
{
	background-size: cover;
	text-align: center;
	height: 500px;
	position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin-top: 100px
}
.separator-content
{
	position: relative;
	top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}
.separator h3
{
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px
}
.separator h3, .separator .news-title, .separator p
{
	color: #fff
}
.separator p
{
	font-size: 15px;
	line-height: 21px
}
.separator .news-title
{
	font-size: 25px;
	margin: 45px 0 20px 0;
	line-height: 30px
}
.separator .news-title:hover
{
	text-decoration: none;
	color: #d62598
}
.separator .news-title:not(.btn)
{
	display: block
}
.separator .separator-button
{
	margin-top: 40px;
	padding-bottom: 20px
}
footer
{
	background-color: #2e363a;
	padding-top: 70px;
	padding-bottom: 15px;
	margin-top: 100px
}
footer h4
{
	font-size: 20px;
	margin-bottom: 25px
}
footer p, footer a, footer h4
{
	color: #fff
}
footer ul.footer-menu
{
	display: inline-block;
	vertical-align: top;
	margin-right: 25px
}
footer i {
    margin-right:  0.85rem;
}
footer li {
    margin-bottom:  1rem;
}

footer a, footer p
{
	font-size: 14px
}
footer a:hover
{
	color: #fff
}
.copyright
{
	color: #e1e1e1;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 22px;
	margin-top: 50px
}
.copyright a:hover
{
	color: #e1e1e1
}
.typed-cursor
{
	opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite
}
@keyframes blink
{
	0
{
	opacity: 1
}
50%
{
	opacity: 0
}
100%
{
	opacity: 1
}
}@-webkit-keyframes blink
{
	0
{
	opacity: 1
}
50%
{
	opacity: 0
}
100%
{
	opacity: 1
}
}@-moz-keyframes blink
{
	0
{
	opacity: 1
}
50%
{
	opacity: 0
}
100%
{
	opacity: 1
}
}.main-services
{
	padding-top: 65px;
	text-align: center
}
.main-services h4, .main-services h4 a
{
	color: #292929;
	font-size: 25px;
	font-style: normal
}
.main-services h4 a
{
	text-decoration: none
}
.main-services h4 a:hover
{
	color: #d62598
}
.main-services .main-services-image i
{
	font-size: 60px;
	color: #d62598
}
.main-services .main-services-name, .main-services .main-services-text
{
	padding-top: 10px
}
.main-services .main-services-text p
{
	font-size: 15px;
	color: #777;
	line-height: 26px;
	font-weight: 300
}
.main-services a.btn
{
	margin-top: 50px
}
#back-to-top
{
    backface-visibility:  hidden;
    bottom:  65px;
    color:  #cdcdcd;
    height:  auto;
    margin:  0;
    position:  fixed;
    right:  25px;
    transition:  all 0.3s ease 0s;
    visibility:  hidden;
    z-index:  10000;
}
#back-to-top.off
{
   right:  25px;
}
#back-to-top.on
{
    opacity:  1;
    right:  25px;
    visibility:  visible;
}
#back-to-top span
{
    background:  rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border:  2px solid #d62598;
    //border-radius:  52px;
    border-radius: .25rem;
    height:  52px;
    line-height:  52px;
    text-decoration:  none;
    transition:  all 0.2s ease 0s;
    width:  52px;
}
#back-to-top span i
{
    transition:  color 0.2s ease 0s;
    color:  #d62598;
    font-size:  22px;
    line-height:  48px;
}
#back-to-top:hover span
{
    background-color:  #d62598;
}
#back-to-top:hover span i
{
    color:  #fff;
}
#back-to-top span
{
    text-align:  center;
}
.separator-small
{
	background-color: #d62598;
	display: block;
	height: 2px;
	margin: 10px auto 50px;
	position: relative;
	width: 200px
}
.responsive-image
{
	max-width: 100%}.cell:nth-child(odd)
{
	padding: 0.5rem 0.5rem 0.5rem 1rem
}
.cell:nth-child(even)
{
	padding: 0.5rem 1rem 0.5rem 0.5rem
}
.cell img
{
	display: block
}
.grid
{
	margin-top: 100px
}
@media screen and (max-width: 768px)
{
	.cell
{
	padding: 1rem !important
}
}@media screen and (min-width: 600px)
{
	.grid
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
.cell
{
	width: 50%}}@media screen and (min-width: 1000px)
{
	.cell
{
	width: calc(50%)}}.image-wrapper
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center
}
.image-overlay-content
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.overlay img
{
	-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out
}
.overlay .image-overlay-content
{
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	background-color: rgba(39,62,84,0.52)
}
.overlay h2
{
	font-size: 1.8rem;
	margin-top: 25%;
	color: #fff
}
.overlay p
{
	color: #fff;
	transition: all 0.2s linear
}
.overlay .button
{
	display: inline-block;
	text-decoration: none;
	padding: 10px 12px;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	border-radius: 50%;
	border: 2px solid #fff
}
.overlay .button:hover
{
	border: 2px solid #d62598
}
.overlay .button:hover i
{
	color: #d62598
}
.overlay:hover .image-overlay-content
{
	opacity: 1
}
.overlay:hover img
{
	transition-delay: 0.1s
}
.overlay:hover p
{
	opacity: 1;
	transition-delay: 0.4s
}
.text-align-center
{
	text-align: center !important
}
footer .footer-menu a:hover, footer p a:hover
{
	color: #d62598
}

#yandexMap
{
	width: 100%;
	height: 350px;
	padding: 0;
	margin: 0;
	z-index: 1000
}
@media screen and (max-width: 768px)
{
	#yandexMap
{
	margin-top: 50px
}
}.main-contacts
{
	margin-top: 100px
}
.main-contacts .contacts input, .main-contacts .contacts textarea, .main-contacts .contacts select
{
	padding: 16px 20px 15px;
	color: #303030;
	border: 1px solid #777;
	border-radius: 2px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 0
}

.main-contacts .contacts textarea
{
	height: 160px !important
}
.main-contacts .contacts *:-moz-placeholder
{
	color: #303030;
	opacity: 1
}
.main-contacts .contacts *::-moz-placeholder
{
	color: #303030;
	opacity: 1
}
.main-contacts .contacts .form-control
{
	box-shadow: none;
	height: auto
}
.main-contacts .contacts .form-control:focus
{
	background-color: #f9f9f9
}
.main-services .service-item
{
	width: 100%;
	text-align: left;
	margin-bottom: 80px
}
.main-services .service-item .service-item-image
{
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 265px;
	z-index: 10
}
.main-services .service-item .service-item-image img
{
	display: block;
	max-width: 100%;
	position: relative
}
.main-services .service-item .service-item-content
{
	padding-left: 4px;
	MARGIN-LEFT: 280px;
}
.main-services .service-item .service-item-content h3
{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 21px
}
.main-services .service-item-content p
{
	font-size: 15px;
	color: #777;
	line-height: 26px;
	font-weight: 300
}
.main-services .service-item-content a.btn
{
	position: absolute;
	bottom: 0;
	opacity: 0
}
.main-services .service-item:hover a.btn
{
	opacity: 1;
	transition: all 0.3s ease-in-out
}
@media only screen and (max-width: 768px)
{
	.main-services .service-item
{
	text-align: center !important
}
.main-services .service-item .service-item-image
{
	float: none !important;
	margin: 0 auto !important
}
.main-services .service-item .service-item-content
{
	margin-top: 30px !important;
	margin-left: 0;
	text-align: left;
}
.main-services .service-item-content a.btn
{
	position: inherit !important;
	opacity: 1
}
img.same-item
{
	margin-bottom: 20px
}
}label.input_error
{
	display: block;
	line-height: 1.8;
	vertical-align: top;
	color: #d62598;
	font-size: 10pt;
	font-weight: 300;
	margin-left: 5px
}
input.input_error, select.input_error
{
	border: 1px dashed #d62598 !important
}
.main-news
{
	margin-top: 80px
}
.main-news .news-item
{
	margin-bottom: 25px;
	background-color: #f7f7f7
}
.main-news .news-item img
{
	display: block;
	height: auto;
	max-width: 100%;
	transition: opacity 0.3s ease-in-out
}
.main-news .news-item img:hover
{
	opacity: 0.5
}
.main-news .news-item .news-item-content
{
	position: relative
}
.main-news .news-item .news-item-text
{
	padding: 51px 33px 59px
}
.main-news .news-item h4 a
{
	color: #303030;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3em
}
.main-news .news-item h4 a:hover
{
	color: #d62598;
	text-decoration: none
}
.main-news .news-item .news-item-text p
{
	margin-top: 30px;
	color: #777;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px
}
.main-news .news-item .news-item-date
{
	font-size: 12px;
	color: #888
}
.formcontacts {
	background-color: #f1f1f1;	
	padding: 20px;
	border-radius: 4px;
}
	
.formcontacts h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
ul.pagination
{
	margin-top: 50px
}
ul.pagination li > a
{
	background-color: #888;
	border: medium none;
	color: #fff;
	margin-right: 8px
}
ul.pagination li > a:hover
{
	background-color: #d62598;
	color: #fff
}
ul.pagination li.active > a, ul.pagination li.active > a:hover
{
	background-color: #d62598
}
.pagination > li:first-child > a, .pagination > li:last-child > a
{
	border-radius: 0
}
.main-portfolio
{
	margin-top: 80px
}
.main-portfolio h4
{
	font-weight: 600;
	margin-top: 0
}
.main-portfolio p
{
	color: #888;
	line-height: 1.5em;
	margin: 10px 0
}
img.same-item:hover
{
	opacity: 0.5
}
.main-contacts #error
{
	color: #d62598;
	font-size: 15px;
	margin: 10px 0
}


/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */.animsition,.animsition-overlay
{
	position:relative;
	opacity:0;
-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.animsition-overlay-slide
{
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#ddd
}
.animsition-loading,.animsition-loading:after
{
	width:32px;
	height:32px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	border-radius:50%;
	z-index:2
}
.animsition-loading
{
	background-color:transparent;
	border-top:5px solid rgba(0,0,0,.2);
	border-right:5px solid rgba(0,0,0,.2);
	border-bottom:5px solid rgba(0,0,0,.2);
	border-left:5px solid #eee;
-webkit-transform:translateZ(0);
	transform:translateZ(0);
-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
-webkit-animation-duration:.8s;
	animation-duration:.8s;
-webkit-animation-name:animsition-loading;
	animation-name:animsition-loading
}
@-webkit-keyframes animsition-loading
{
	0%
{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}to
{
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)}}@keyframes animsition-loading
{
	0%
{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}to
{
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)}}@-webkit-keyframes fade-in
{
	0%
{
	opacity:0
}
to
{
	opacity:1
}
}@keyframes fade-in
{
	0%
{
	opacity:0
}
to
{
	opacity:1
}
}.fade-in
{
	-webkit-animation-name:fade-in;
	animation-name:fade-in
}
@-webkit-keyframes fade-out
{
	0%
{
	opacity:1
}
to
{
	opacity:0
}
}@keyframes fade-out
{
	0%
{
	opacity:1
}
to
{
	opacity:0
}
}.fade-out
{
	-webkit-animation-name:fade-out;
	animation-name:fade-out
}
@-webkit-keyframes fade-in-up
{
	0%
{
	-webkit-transform:translateY(500px);
	transform:translateY(500px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}@keyframes fade-in-up
{
	0%
{
	-webkit-transform:translateY(500px);
	transform:translateY(500px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}.fade-in-up
{
	-webkit-animation-name:fade-in-up;
	animation-name:fade-in-up
}
@-webkit-keyframes fade-out-up
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(-500px);
	transform:translateY(-500px);
	opacity:0
}
}@keyframes fade-out-up
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(-500px);
	transform:translateY(-500px);
	opacity:0
}
}.fade-out-up
{
	-webkit-animation-name:fade-out-up;
	animation-name:fade-out-up
}
@-webkit-keyframes fade-in-up-sm
{
	0%
{
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}@keyframes fade-in-up-sm
{
	0%
{
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}.fade-in-up-sm
{
	-webkit-animation-name:fade-in-up-sm;
	animation-name:fade-in-up-sm
}
@-webkit-keyframes fade-out-up-sm
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	opacity:0
}
}@keyframes fade-out-up-sm
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	opacity:0
}
}.fade-out-up-sm
{
	-webkit-animation-name:fade-out-up-sm;
	animation-name:fade-out-up-sm
}
@-webkit-keyframes fade-in-up-lg
{
	0%
{
	-webkit-transform:translateY(1000px);
	transform:translateY(1000px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}@keyframes fade-in-up-lg
{
	0%
{
	-webkit-transform:translateY(1000px);
	transform:translateY(1000px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}.fade-in-up-lg
{
	-webkit-animation-name:fade-in-up-lg;
	animation-name:fade-in-up-lg
}
@-webkit-keyframes fade-out-up-lg
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(-1000px);
	transform:translateY(-1000px);
	opacity:0
}
}@keyframes fade-out-up-lg
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(-1000px);
	transform:translateY(-1000px);
	opacity:0
}
}.fade-out-up-lg
{
	-webkit-animation-name:fade-out-up-lg;
	animation-name:fade-out-up-lg
}
@-webkit-keyframes fade-in-down
{
	0%
{
	-webkit-transform:translateY(-500px);
	transform:translateY(-500px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}@keyframes fade-in-down
{
	0%
{
	-webkit-transform:translateY(-500px);
	transform:translateY(-500px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}.fade-in-down
{
	-webkit-animation-name:fade-in-down;
	animation-name:fade-in-down
}
@-webkit-keyframes fade-out-down
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(500px);
	transform:translateY(500px);
	opacity:0
}
}@keyframes fade-out-down
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(500px);
	transform:translateY(500px);
	opacity:0
}
}.fade-out-down
{
	-webkit-animation-name:fade-out-down;
	animation-name:fade-out-down
}
@-webkit-keyframes fade-in-down-sm
{
	0%
{
	-webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}@keyframes fade-in-down-sm
{
	0%
{
	-webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	opacity:0
}
to
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
}.fade-in-down-sm
{
	-webkit-animation-name:fade-in-down-sm;
	animation-name:fade-in-down-sm
}
@-webkit-keyframes fade-out-down-sm
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0
}
}@keyframes fade-out-down-sm
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0
}
}.fade-out-down-sm
{
	-webkit-animation-name:fade-out-down-sm;
	animation-name:fade-out-down-sm
}
.fade-in-down-lg
{
	-webkit-animation-name:fade-in-down;
	animation-name:fade-in-down
}
@-webkit-keyframes fade-out-down-lg
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(1000px);
	transform:translateY(1000px);
	opacity:0
}
}@keyframes fade-out-down-lg
{
	0%
{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
to
{
	-webkit-transform:translateY(1000px);
	transform:translateY(1000px);
	opacity:0
}
}.fade-out-down-lg
{
	-webkit-animation-name:fade-out-down-lg;
	animation-name:fade-out-down-lg
}
@-webkit-keyframes fade-in-left
{
	0%
{
	-webkit-transform:translateX(-500px);
	transform:translateX(-500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}@keyframes fade-in-left
{
	0%
{
	-webkit-transform:translateX(-500px);
	transform:translateX(-500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}.fade-in-left
{
	-webkit-animation-name:fade-in-left;
	animation-name:fade-in-left
}
@-webkit-keyframes fade-out-left
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(-500px);
	transform:translateX(-500px);
	opacity:0
}
}@keyframes fade-out-left
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(-500px);
	transform:translateX(-500px);
	opacity:0
}
}.fade-out-left
{
	-webkit-animation-name:fade-out-left;
	animation-name:fade-out-left
}
@-webkit-keyframes fade-in-left-sm
{
	0%
{
	-webkit-transform:translateX(-100px);
	transform:translateX(-100px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}@keyframes fade-in-left-sm
{
	0%
{
	-webkit-transform:translateX(-100px);
	transform:translateX(-100px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}.fade-in-left-sm
{
	-webkit-animation-name:fade-in-left-sm;
	animation-name:fade-in-left-sm
}
@-webkit-keyframes fade-out-left-sm
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(-100px);
	transform:translateX(-100px);
	opacity:0
}
}@keyframes fade-out-left-sm
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(-100px);
	transform:translateX(-100px);
	opacity:0
}
}.fade-out-left-sm
{
	-webkit-animation-name:fade-out-left-sm;
	animation-name:fade-out-left-sm
}
@-webkit-keyframes fade-in-left-lg
{
	0%
{
	-webkit-transform:translateX(-1500px);
	transform:translateX(-1500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}@keyframes fade-in-left-lg
{
	0%
{
	-webkit-transform:translateX(-1500px);
	transform:translateX(-1500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}.fade-in-left-lg
{
	-webkit-animation-name:fade-in-left-lg;
	animation-name:fade-in-left-lg
}
@-webkit-keyframes fade-out-left-lg
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(-1500px);
	transform:translateX(-1500px);
	opacity:0
}
}@keyframes fade-out-left-lg
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(-1500px);
	transform:translateX(-1500px);
	opacity:0
}
}.fade-out-left-lg
{
	-webkit-animation-name:fade-out-left-lg;
	animation-name:fade-out-left-lg
}
@-webkit-keyframes fade-in-right
{
	0%
{
	-webkit-transform:translateX(500px);
	transform:translateX(500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}@keyframes fade-in-right
{
	0%
{
	-webkit-transform:translateX(500px);
	transform:translateX(500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}.fade-in-right
{
	-webkit-animation-name:fade-in-right;
	animation-name:fade-in-right
}
@-webkit-keyframes fade-out-right
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(500px);
	transform:translateX(500px);
	opacity:0
}
}@keyframes fade-out-right
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(500px);
	transform:translateX(500px);
	opacity:0
}
}.fade-out-right
{
	-webkit-animation-name:fade-out-right;
	animation-name:fade-out-right
}
@-webkit-keyframes fade-in-right-sm
{
	0%
{
	-webkit-transform:translateX(100px);
	transform:translateX(100px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}@keyframes fade-in-right-sm
{
	0%
{
	-webkit-transform:translateX(100px);
	transform:translateX(100px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}.fade-in-right-sm
{
	-webkit-animation-name:fade-in-right-sm;
	animation-name:fade-in-right-sm
}
@-webkit-keyframes fade-out-right-sm
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(100px);
	transform:translateX(100px);
	opacity:0
}
}@keyframes fade-out-right-sm
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(100px);
	transform:translateX(100px);
	opacity:0
}
}.fade-out-right-sm
{
	-webkit-animation-name:fade-out-right-sm;
	animation-name:fade-out-right-sm
}
@-webkit-keyframes fade-in-right-lg
{
	0%
{
	-webkit-transform:translateX(1500px);
	transform:translateX(1500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}@keyframes fade-in-right-lg
{
	0%
{
	-webkit-transform:translateX(1500px);
	transform:translateX(1500px);
	opacity:0
}
to
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}.fade-in-right-lg
{
	-webkit-animation-name:fade-in-right-lg;
	animation-name:fade-in-right-lg
}
@-webkit-keyframes fade-out-right-lg
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(1500px);
	transform:translateX(1500px);
	opacity:0
}
}@keyframes fade-out-right-lg
{
	0%
{
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
to
{
	-webkit-transform:translateX(1500px);
	transform:translateX(1500px);
	opacity:0
}
}.fade-out-right-lg
{
	-webkit-animation-name:fade-out-right-lg;
	animation-name:fade-out-right-lg
}
@-webkit-keyframes rotate-in
{
	0%
{
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	transform-origin:center center;
	opacity:0
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
}@keyframes rotate-in
{
	0%
{
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	transform-origin:center center;
	opacity:0
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
}.rotate-in
{
	-webkit-animation-name:rotate-in;
	animation-name:rotate-in
}
@-webkit-keyframes rotate-out
{
	0%
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	transform-origin:center center;
	opacity:0
}
}@keyframes rotate-out
{
	0%
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	transform-origin:center center;
	opacity:0
}
}.rotate-out
{
	-webkit-animation-name:rotate-out;
	animation-name:rotate-out
}
@-webkit-keyframes rotate-in-sm
{
	0%
{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	transform-origin:center center;
	opacity:0
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
}@keyframes rotate-in-sm
{
	0%
{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	transform-origin:center center;
	opacity:0
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
}.rotate-in-sm
{
	-webkit-animation-name:rotate-in-sm;
	animation-name:rotate-in-sm
}
@-webkit-keyframes rotate-out-sm
{
	0%
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transform-origin:center center;
	opacity:0
}
}@keyframes rotate-out-sm
{
	0%
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transform-origin:center center;
	opacity:0
}
}.rotate-out-sm
{
	-webkit-animation-name:rotate-out-sm;
	animation-name:rotate-out-sm
}
@-webkit-keyframes rotate-in-lg
{
	0%
{
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	transform-origin:center center;
	opacity:0
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
}@keyframes rotate-in-lg
{
	0%
{
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	transform-origin:center center;
	opacity:0
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
}.rotate-in-lg
{
	-webkit-animation-name:rotate-in-lg;
	animation-name:rotate-in-lg
}
@-webkit-keyframes rotate-out-lg
{
	0%
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	transform-origin:center center;
	opacity:0
}
}@keyframes rotate-out-lg
{
	0%
{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transform-origin:center center;
	opacity:1
}
0%,to
{
	-webkit-transform-origin:center center
}
to
{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	transform-origin:center center;
	opacity:0
}
}.rotate-out-lg
{
	-webkit-animation-name:rotate-out-lg;
	animation-name:rotate-out-lg
}
@-webkit-keyframes flip-in-x
{
	0%
{
	-webkit-transform:perspective(550px) rotateX(90deg);
	transform:perspective(550px) rotateX(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(550px) rotateX(0deg);
	transform:perspective(550px) rotateX(0deg);
	opacity:1
}
}@keyframes flip-in-x
{
	0%
{
	-webkit-transform:perspective(550px) rotateX(90deg);
	transform:perspective(550px) rotateX(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(550px) rotateX(0deg);
	transform:perspective(550px) rotateX(0deg);
	opacity:1
}
}.flip-in-x
{
	-webkit-animation-name:flip-in-x;
	animation-name:flip-in-x;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-out-x
{
	0%
{
	-webkit-transform:perspective(550px) rotateX(0deg);
	transform:perspective(550px) rotateX(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(550px) rotateX(90deg);
	transform:perspective(550px) rotateX(90deg);
	opacity:0
}
}@keyframes flip-out-x
{
	0%
{
	-webkit-transform:perspective(550px) rotateX(0deg);
	transform:perspective(550px) rotateX(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(550px) rotateX(90deg);
	transform:perspective(550px) rotateX(90deg);
	opacity:0
}
}.flip-out-x
{
	-webkit-animation-name:flip-out-x;
	animation-name:flip-out-x;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-in-x-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateX(90deg);
	transform:perspective(100px) rotateX(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(100px) rotateX(0deg);
	transform:perspective(100px) rotateX(0deg);
	opacity:1
}
}@keyframes flip-in-x-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateX(90deg);
	transform:perspective(100px) rotateX(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(100px) rotateX(0deg);
	transform:perspective(100px) rotateX(0deg);
	opacity:1
}
}.flip-in-x-nr
{
	-webkit-animation-name:flip-in-x-nr;
	animation-name:flip-in-x-nr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-out-x-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateX(0deg);
	transform:perspective(100px) rotateX(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(100px) rotateX(90deg);
	transform:perspective(100px) rotateX(90deg);
	opacity:0
}
}@keyframes flip-out-x-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateX(0deg);
	transform:perspective(100px) rotateX(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(100px) rotateX(90deg);
	transform:perspective(100px) rotateX(90deg);
	opacity:0
}
}.flip-out-x-nr
{
	-webkit-animation-name:flip-out-x-nr;
	animation-name:flip-out-x-nr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-in-x-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateX(90deg);
	transform:perspective(1000px) rotateX(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(1000px) rotateX(0deg);
	transform:perspective(1000px) rotateX(0deg);
	opacity:1
}
}@keyframes flip-in-x-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateX(90deg);
	transform:perspective(1000px) rotateX(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(1000px) rotateX(0deg);
	transform:perspective(1000px) rotateX(0deg);
	opacity:1
}
}.flip-in-x-fr
{
	-webkit-animation-name:flip-in-x-fr;
	animation-name:flip-in-x-fr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-out-x-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateX(0deg);
	transform:perspective(1000px) rotateX(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(1000px) rotateX(90deg);
	transform:perspective(1000px) rotateX(90deg);
	opacity:0
}
}@keyframes flip-out-x-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateX(0deg);
	transform:perspective(1000px) rotateX(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(1000px) rotateX(90deg);
	transform:perspective(1000px) rotateX(90deg);
	opacity:0
}
}.flip-out-x-fr
{
	-webkit-animation-name:flip-out-x-fr;
	animation-name:flip-out-x-fr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-in-y
{
	0%
{
	-webkit-transform:perspective(550px) rotateY(90deg);
	transform:perspective(550px) rotateY(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(550px) rotateY(0deg);
	transform:perspective(550px) rotateY(0deg);
	opacity:1
}
}@keyframes flip-in-y
{
	0%
{
	-webkit-transform:perspective(550px) rotateY(90deg);
	transform:perspective(550px) rotateY(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(550px) rotateY(0deg);
	transform:perspective(550px) rotateY(0deg);
	opacity:1
}
}.flip-in-y
{
	-webkit-animation-name:flip-in-y;
	animation-name:flip-in-y;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-out-y
{
	0%
{
	-webkit-transform:perspective(550px) rotateY(0deg);
	transform:perspective(550px) rotateY(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(550px) rotateY(90deg);
	transform:perspective(550px) rotateY(90deg);
	opacity:0
}
}@keyframes flip-out-y
{
	0%
{
	-webkit-transform:perspective(550px) rotateY(0deg);
	transform:perspective(550px) rotateY(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(550px) rotateY(90deg);
	transform:perspective(550px) rotateY(90deg);
	opacity:0
}
}.flip-out-y
{
	-webkit-animation-name:flip-out-y;
	animation-name:flip-out-y;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-in-y-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateY(90deg);
	transform:perspective(100px) rotateY(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(100px) rotateY(0deg);
	transform:perspective(100px) rotateY(0deg);
	opacity:1
}
}@keyframes flip-in-y-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateY(90deg);
	transform:perspective(100px) rotateY(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(100px) rotateY(0deg);
	transform:perspective(100px) rotateY(0deg);
	opacity:1
}
}.flip-in-y-nr
{
	-webkit-animation-name:flip-in-y-nr;
	animation-name:flip-in-y-nr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-out-y-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateY(0deg);
	transform:perspective(100px) rotateY(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(100px) rotateY(90deg);
	transform:perspective(100px) rotateY(90deg);
	opacity:0
}
}@keyframes flip-out-y-nr
{
	0%
{
	-webkit-transform:perspective(100px) rotateY(0deg);
	transform:perspective(100px) rotateY(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(100px) rotateY(90deg);
	transform:perspective(100px) rotateY(90deg);
	opacity:0
}
}.flip-out-y-nr
{
	-webkit-animation-name:flip-out-y-nr;
	animation-name:flip-out-y-nr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-in-y-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateY(90deg);
	transform:perspective(1000px) rotateY(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(1000px) rotateY(0deg);
	transform:perspective(1000px) rotateY(0deg);
	opacity:1
}
}@keyframes flip-in-y-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateY(90deg);
	transform:perspective(1000px) rotateY(90deg);
	opacity:0
}
to
{
	-webkit-transform:perspective(1000px) rotateY(0deg);
	transform:perspective(1000px) rotateY(0deg);
	opacity:1
}
}.flip-in-y-fr
{
	-webkit-animation-name:flip-in-y-fr;
	animation-name:flip-in-y-fr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flip-out-y-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateY(0deg);
	transform:perspective(1000px) rotateY(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(1000px) rotateY(90deg);
	transform:perspective(1000px) rotateY(90deg);
	opacity:0
}
}@keyframes flip-out-y-fr
{
	0%
{
	-webkit-transform:perspective(1000px) rotateY(0deg);
	transform:perspective(1000px) rotateY(0deg);
	opacity:1
}
to
{
	-webkit-transform:perspective(1000px) rotateY(90deg);
	transform:perspective(1000px) rotateY(90deg);
	opacity:0
}
}.flip-out-y-fr
{
	-webkit-animation-name:flip-out-y-fr;
	animation-name:flip-out-y-fr;
-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes zoom-in
{
	0%
{
	-webkit-transform:scale(.7);
	transform:scale(.7);
	opacity:0
}
to
{
	opacity:1
}
}@keyframes zoom-in
{
	0%
{
	-webkit-transform:scale(.7);
	transform:scale(.7);
	opacity:0
}
to
{
	opacity:1
}
}.zoom-in
{
	-webkit-animation-name:zoom-in;
	animation-name:zoom-in
}
@-webkit-keyframes zoom-out
{
	0%
{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
50%
{
	-webkit-transform:scale(.7);
	transform:scale(.7)}50%,to
{
	opacity:0
}
}@keyframes zoom-out
{
	0%
{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
50%
{
	-webkit-transform:scale(.7);
	transform:scale(.7)}50%,to
{
	opacity:0
}
}.zoom-out
{
	-webkit-animation-name:zoom-out;
	animation-name:zoom-out
}
@-webkit-keyframes zoom-in-sm
{
	0%
{
	-webkit-transform:scale(.95);
	transform:scale(.95);
	opacity:0
}
to
{
	opacity:1
}
}@keyframes zoom-in-sm
{
	0%
{
	-webkit-transform:scale(.95);
	transform:scale(.95);
	opacity:0
}
to
{
	opacity:1
}
}.zoom-in-sm
{
	-webkit-animation-name:zoom-in-sm;
	animation-name:zoom-in-sm
}
@-webkit-keyframes zoom-out-sm
{
	0%
{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
50%
{
	-webkit-transform:scale(.95);
	transform:scale(.95)}50%,to
{
	opacity:0
}
}@keyframes zoom-out-sm
{
	0%
{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
50%
{
	-webkit-transform:scale(.95);
	transform:scale(.95)}50%,to
{
	opacity:0
}
}.zoom-out-sm
{
	-webkit-animation-name:zoom-out-sm;
	animation-name:zoom-out-sm
}
@-webkit-keyframes zoom-in-lg
{
	0%
{
	-webkit-transform:scale(.4);
	transform:scale(.4);
	opacity:0
}
to
{
	opacity:1
}
}@keyframes zoom-in-lg
{
	0%
{
	-webkit-transform:scale(.4);
	transform:scale(.4);
	opacity:0
}
to
{
	opacity:1
}
}.zoom-in-lg
{
	-webkit-animation-name:zoom-in-lg;
	animation-name:zoom-in-lg
}
@-webkit-keyframes zoom-out-lg
{
	0%
{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
50%
{
	-webkit-transform:scale(.4);
	transform:scale(.4)}50%,to
{
	opacity:0
}
}@keyframes zoom-out-lg
{
	0%
{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
50%
{
	-webkit-transform:scale(.4);
	transform:scale(.4)}50%,to
{
	opacity:0
}
}.zoom-out-lg
{
	-webkit-animation-name:zoom-out-lg;
	animation-name:zoom-out-lg
}
@-webkit-keyframes overlay-slide-in-top
{
	0%
{
	height:100%}to
{
	height:0
}
}@keyframes overlay-slide-in-top
{
	0%
{
	height:100%}to
{
	height:0
}
}.overlay-slide-in-top
{
	top:0;
	height:0;
-webkit-animation-name:overlay-slide-in-top;
	animation-name:overlay-slide-in-top
}
@-webkit-keyframes overlay-slide-out-top
{
	0%
{
	height:0
}
to
{
	height:100%}}@keyframes overlay-slide-out-top
{
	0%
{
	height:0
}
to
{
	height:100%}}.overlay-slide-out-top
{
	top:0;
	height:100%;
-webkit-animation-name:overlay-slide-out-top;
	animation-name:overlay-slide-out-top
}
@-webkit-keyframes overlay-slide-in-bottom
{
	0%
{
	height:100%}to
{
	height:0
}
}@keyframes overlay-slide-in-bottom
{
	0%
{
	height:100%}to
{
	height:0
}
}.overlay-slide-in-bottom
{
	bottom:0;
	height:0;
-webkit-animation-name:overlay-slide-in-bottom;
	animation-name:overlay-slide-in-bottom
}
@-webkit-keyframes overlay-slide-out-bottom
{
	0%
{
	height:0
}
to
{
	height:100%}}@keyframes overlay-slide-out-bottom
{
	0%
{
	height:0
}
to
{
	height:100%}}.overlay-slide-out-bottom
{
	bottom:0;
	height:100%;
-webkit-animation-name:overlay-slide-out-bottom;
	animation-name:overlay-slide-out-bottom
}
@-webkit-keyframes overlay-slide-in-left
{
	0%
{
	width:100%}to
{
	width:0
}
}@keyframes overlay-slide-in-left
{
	0%
{
	width:100%}to
{
	width:0
}
}.overlay-slide-in-left
{
	width:0;
-webkit-animation-name:overlay-slide-in-left;
	animation-name:overlay-slide-in-left
}
@-webkit-keyframes overlay-slide-out-left
{
	0%
{
	width:0
}
to
{
	width:100%}}@keyframes overlay-slide-out-left
{
	0%
{
	width:0
}
to
{
	width:100%}}.overlay-slide-out-left
{
	left:0;
	width:100%;
-webkit-animation-name:overlay-slide-out-left;
	animation-name:overlay-slide-out-left
}
@-webkit-keyframes overlay-slide-in-right
{
	0%
{
	width:100%}to
{
	width:0
}
}@keyframes overlay-slide-in-right
{
	0%
{
	width:100%}to
{
	width:0
}
}.overlay-slide-in-right
{
	right:0;
	width:0;
-webkit-animation-name:overlay-slide-in-right;
	animation-name:overlay-slide-in-right
}
@-webkit-keyframes overlay-slide-out-right
{
	0%
{
	width:0
}
to
{
	width:100%}}@keyframes overlay-slide-out-right
{
	0%
{
	width:0
}
to
{
	width:100%}}.overlay-slide-out-right
{
	right:0;
	width:100%;
-webkit-animation-name:overlay-slide-out-right;
	animation-name:overlay-slide-out-right
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	z-index:1
}
.swiper-container-no-flexbox .swiper-slide
{
	float:left
}
.swiper-container-vertical>.swiper-wrapper
{
	-webkit-box-orient:vertical;
-moz-box-orient:vertical;
-ms-flex-direction:column;
-webkit-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper
{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
-webkit-transition-property:-webkit-transform;
-moz-transition-property:-moz-transform;
-o-transition-property:-o-transform;
-ms-transition-property:-ms-transform;
	transition-property:transform;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper
{
	-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform:translate(0,0);
-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper
{
	-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-ms-flex-wrap:wrap;
-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper
{
	-webkit-transition-timing-function:ease-out;
-moz-transition-timing-function:ease-out;
-ms-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide
{
	-webkit-flex-shrink:0;
-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide
{
	height:auto
}
.swiper-container-autoheight .swiper-wrapper
{
	-webkit-box-align:start;
-ms-flex-align:start;
-webkit-align-items:flex-start;
	align-items:flex-start;
-webkit-transition-property:-webkit-transform,height;
-moz-transition-property:-moz-transform;
-o-transition-property:-o-transform;
-ms-transition-property:-ms-transform;
	transition-property:transform,height
}
.swiper-container .swiper-notification
{
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-wp8-horizontal
{
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
.swiper-wp8-vertical
{
	-ms-touch-action:pan-x;
	touch-action:pan-x
}
.swiper-button-next,.swiper-button-prev
{
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
-moz-background-size:27px 44px;
-webkit-background-size:27px 44px;
	background-size:27px 44px;
	background-position:center;
	background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled
{
	opacity:.35;
	cursor:auto;
	pointer-events:none
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left:10px;
	right:auto
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right:10px;
	left:auto
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination
{
	position:absolute;
	text-align:center;
-webkit-transition:.3s;
-moz-transition:.3s;
-o-transition:.3s;
	transition:.3s;
-webkit-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden
{
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction
{
	bottom:10px;
	left:0;
	width:100%}.swiper-pagination-bullet
{
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}
button.swiper-pagination-bullet
{
	border:none;
	margin:0;
	padding:0;
	box-shadow:none;
-moz-appearance:none;
-ms-appearance:none;
-webkit-appearance:none;
	appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
	cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet
{
	background:#fff
}
.swiper-pagination-bullet-active
{
	opacity:1;
	background:#007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active
{
	background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active
{
	background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets
{
	right:10px;
	top:50%;
-webkit-transform:translate3d(0,-50%,0);
-moz-transform:translate3d(0,-50%,0);
-o-transform:translate(0,-50%);
-ms-transform:translate3d(0,-50%,0);
	transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
	margin:5px 0;
	display:block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
	margin:0 5px
}
.swiper-pagination-progress
{
	background:rgba(0,0,0,.25);
	position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar
{
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
	transform:scale(0);
-webkit-transform-origin:left top;
-moz-transform-origin:left top;
-ms-transform-origin:left top;
-o-transform-origin:left top;
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar
{
	-webkit-transform-origin:right top;
-moz-transform-origin:right top;
-ms-transform-origin:right top;
-o-transform-origin:right top;
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progress
{
	width:100%;
	height:4px;
	left:0;
	top:0
}
.swiper-container-vertical>.swiper-pagination-progress
{
	width:4px;
	height:100%;
	left:0;
	top:0
}
.swiper-pagination-progress.swiper-pagination-white
{
	background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar
{
	background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar
{
	background:#000
}
.swiper-container-3d
{
	-webkit-perspective:1200px;
-moz-perspective:1200px;
-o-perspective:1200px;
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper
{
	-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left
{
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right
{
	background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top
{
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom
{
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper
{
	-ms-perspective:1200px
}
.swiper-container-cube,.swiper-container-flip
{
	overflow:visible
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide
{
	pointer-events:none;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide
{
	pointer-events:none
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active
{
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top
{
	z-index:0;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-cube .swiper-slide
{
	visibility:hidden;
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide
{
	-webkit-transform-origin:100% 0;
-moz-transform-origin:100% 0;
-ms-transform-origin:100% 0;
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev
{
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-cube-shadow
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
	-webkit-transition-timing-function:ease-out;
-moz-transition-timing-function:ease-out;
-ms-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide
{
	pointer-events:none;
-webkit-transition-property:opacity;
-moz-transition-property:opacity;
-o-transition-property:opacity;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide
{
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active
{
	pointer-events:auto
}
.swiper-zoom-container
{
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
-webkit-box-pack:center;
-moz-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
	justify-content:center;
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
	align-items:center;
	text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg
{
	max-width:100%;
	max-height:100%;
	object-fit:contain
}
.swiper-scrollbar
{
	border-radius:10px;
	position:relative;
-ms-touch-action:none;
	background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar
{
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%}.swiper-container-vertical>.swiper-scrollbar
{
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%}.swiper-scrollbar-drag
{
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0,0,0,.5);
	border-radius:10px;
	left:0;
	top:0
}
.swiper-scrollbar-cursor-drag
{
	cursor:move
}
.swiper-lazy-preloader
{
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
-webkit-transform-origin:50%;
-moz-transform-origin:50%;
	transform-origin:50%;
-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
	animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after
{
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position:50%;
-webkit-background-size:100%;
	background-size:100%;
	background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after
{
	background-image:url("data:image/svg+xml;
	charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin
{
	100%
{
	-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin
{
	100%
{
	transform:rotate(360deg)}
}