

.inputBox {

	width:100%;
	margin: 0 auto;

}

.inputBox .CodeMirror-wrap .CodeMirror-placeholder {
	padding-right: 40px;
	color: #ccc;
	text-transform: none;
	font-size: 14px
}
.inputBox .CodeMirror-code {
	padding-right: 30px;
	/*background: #fff url(/res/www/img/index/search_input.png?v=5f39adce34) left top repeat*/
}

.inputBox .CodeMirror-lines {
	padding: 0;
	line-height: 25px
}

.inputBox .inputBox-textarea {

	width: 560px;
	background: #fff;
	overflow: hidden;
	float: left;
	
}

.inputBox .inputBox-textarea.focus {
	border-color: #006eb4
}

.inputBox .inputBox-textarea textarea {
	border: 0;
	outline: 0;
	resize: none
}

.inputBox .inputBox-tools {
	position: relative;
	height: 42px;
	overflow: hidden
}

.inputBox .inputBox-operation {
	position: absolute;
	bottom: -44px;
	height: 44px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	z-index: 9;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.inputBox .inputBox-operation .grid-6 {
	float: left;
	width: 50%;
	padding: 3px 5px 6px 5px
}

.inputBox .inputBox-operation a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 2px
}

.inputBox .inputBox-operation a i {
	margin-right: 5px
}

.inputBox .inputBox-operation_on {
	bottom: 0
}

.inputBox .inputBox-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 270px;
	width: 90px;
	z-index: 1
}

.inputBox .inputBox-button a {
	position: relative;
	display: block;
	height: 33.33333%;
	width: 90px;
	margin-bottom: 8px;
	text-align: center;
	color: #616161;
	border-radius: 2px
}

.inputBox .inputBox-button a.help,.inputBox .inputBox-button a.carrier,.inputBox .inputBox-button a.clearall {
	height: 82px;
	background: #fff;
	overflow: hidden
}

.inputBox .inputBox-button a.carrier img {
	width: 80px;
	height: 80px;
	margin-top: 1px
}

.inputBox .inputBox-button a.help:hover,.inputBox .inputBox-button a.carrier:hover {
	color: #ff8c00
}

.inputBox .inputBox-button a:last-child {
	border-bottom: 0
}

.inputBox .inputBox-button a i {
	display: block;
	padding: 17px 0 0;
	margin-bottom: 2px;
	font-size: 32px;
	line-height: 32px;
	font-family: common
}

.inputBox .inputBox-button a i.fa-search {
	font-size: 42px!important
}

.inputBox .inputBox-button a em {
	display: inline-block;
	padding: 0 5px;
	max-width: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.inputBox .inputBox-button a.track {
	height: 89px;
	color: #fff;
	background: gradient(linear,left top,left bottom,from(#ffa800),to(#ff8c00))
}

.inputBox .inputBox-button a.track:hover {
	background: gradient(linear,left top,left bottom,from(#ffb900),to(#ffa000))
}

.inputBox .inputBox-button a.track:active {
	background: gradient(linear,left top,left bottom,from(#ff8c00),to(#ffa800))
}

.inputBox .inputBox-button a.track i {
	margin-bottom: 8px
}

.inputBox .inputBox-button a.track em {
	font-size: 16px
}

.inputBox .inputBox-button a.track b {
	display: none;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ff8c00;
	border-radius: 50%;
	font-size: 12px;
	font-weight: normal;
	background: #fff
}

.inputBox .CodeMirror {
	height: 220px;
	line-height: 30px;
	background: 0;
	/*overflow-y: auto;*/
}

.inputBox .CodeMirror-wrap pre {
	margin-left: 0;
	padding-left: 34px;
	font-size: 13px;
	font-family: Courier New,sans-serif;
	text-transform: uppercase
}

.inputBox .CodeMirror div.CodeMirror-cursor {
	height: 20px!important;
	margin-top: 6px
}

.inputBox .CodeMirror-scroll {
	margin-right: -16px
}

.inputBox .CodeMirror-gutters {
	border: 0;
	background: transparent;
	left: 0!important
}

.inputBox .CodeMirror-sizer {
	border: 0;
	margin-left: 0!important
}

.inputBox .CodeMirror-linenumber {
	padding: 0 12px 0 3px;
	color: #ccc
}

.inputBox .CodeMirror-code .delLi {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	list-style: outside none none;
	margin:0;
	padding:0;	
}

.isphone .inputBox .CodeMirror-code .delLi {
	right: 16px
}

.inputBox .CodeMirror-code .delLi li {
	position: relative;
	width: 24px
}

.inputBox .CodeMirror-code .delLi li a {
	display: inline-block;
	width: 14px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	color: #bfbfbf;
	cursor: pointer;
	background: url(../images/home/gb.png);
}

.inputBox.onExpress .inputBox-button a.carrier i {
	padding-top: 0;
	font-size: 64px;
	line-height: 82px;
	color: #fff
}

.inputBox.onExpress .inputBox-button a.carrier em {
	display: none
}


	border-radius: 50%;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scale3d(1,2,1);
	transform: scale3d(1,2,1);
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1)
}

ul.animateExpress li a:hover b {
	-webkit-transform: scale3d(10,10,1);
	transform: scale3d(10,10,1)
}

ul.animateExpress li a::after {
	content: attr(dt);
	z-index: 1;
	position: absolute;
	left: -30px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1)
}

ul.animateExpress li a:hover::after {
	left: 50px;
	opacity: 1
}

.track-main .asd3,.express-layer-track .asd-area,.result-track .result-asd,.block-asd,.footer-asd .asd-content {
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.track-main h1.logo .logo-inner {
	opacity: 0
}

.track-main h1.logo .zoomIn {
	opacity: 1
}

.e-container ul li {
	opacity: 0
}

.e-container ul li.pulse-slow {
	opacity: 1
}

.trk-footer .footItem {
	opacity: 0
}

.trk-footer .fadeFromBottom {
	opacity: 1
}

.fadeFromBottom {
	animation: fadeInBottom .5s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	-webkit-animation: fadeInBottom .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both
}

@keyframes fadeInBottom {
	from {
		opacity: 0;
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

@-webkit-keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(30px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px)
	}
}

.pulse-slow {
	-webkit-animation: pulseSlow 1 alternate 1s ease-in-out;
	animation: pulseSlow 1 alternate 1s ease-in-out
}

@-webkit-keyframes pulseSlow {
	0% {
		-webkit-transform: scale(0.85);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes pulseSlow {
	0% {
		transform: scale(0.85);
		opacity: .5
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.zoomIn {
	animation: zoomIn .5s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	-webkit-animation: zoomIn .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	100% {
		opacity: 1
	}
}

@media only screen and (max-width:1200px) {
	.goback-old-version {
		display: none
	}
}

@media only screen and (max-width:992px) {
	.home-nav .share-area {
		display: none
	}
}

@media only screen and (max-width:860px) {
	.e-container ul {
		margin-right: -12px
	}

	.e-container ul li {
		margin-bottom: 24px;
		padding-left: 12px;
		padding-right: 12px
	}

	.e-container ul.cn-line3 li {
		width: 33.333333%
	}

	.trk-footer .site-map .itemlist {
		width: 50%
	}

	.trk-footer .site-map .communication {
		clear: left
	}

	.trk-carrier-box {
		width: 640px
	}

	.trk-carrier-box .auto-container .auto-search .search-input input {
		width: 326px
	}

	.trk-carrier-box .carrier-scroll {
		width: 605px
	}

	ul.animateExpress {
		width: 630px
	}
}

@media only screen and (max-width:768px) {
	.home-nav .home-menu li a {
		padding-left: 15px
	}

	.home-nav .home-menu li.cur a {
		padding-left: 15px
	}

	.home-nav .follow-area {
		display: none
	}

	.home-nav .home-menu {
		float: left;
		margin-left: 15px
	}
}

@media only screen and (max-width:758px) {
	.express-layer-track .asd-area {
		width: 468px;
		height: 60px
	}
}

@media only screen and (max-width:640px) {
	.lang-mask ul li {
		width: 33.333333%
	}

	.home-nav .menu-min {
		display: block
	}

	.home-nav .share-area {
		display: block
	}

	.home-nav .home-menu {
		position: absolute;
		top: 45px;
		float: none;
		display: none;
		width: 100%;
		margin: 0;
		background: #fff;
		z-index: 10;
		box-shadow: 0 3px 4px rgba(0,0,0,.3);
		overflow: hidden
	}

	.home-nav .home-menu li {
		float: none;
		padding: 0
	}

	.home-nav .home-menu li a {
		text-align: left;
		border: 0;
		height: 40px;
		line-height: 40px
	}

	.home-nav .home-menu li.cur a {
		background: #234093;
		color: #fff;
		border-radius: 0
	}

	.home-nav .home-menu li a:active {
		background: #234093;
		color: #fff
	}

	.pub-banner,.result-banner {
		height: 64px;
		background-size: 200% 64px
	}

	.pub-banner h1,.result-banner h1 {
		float: none;
		margin-top: 0;
		padding-top: 16px
	}

	.pub-banner h1 .logo,.result-banner h1 .logo {
		float: left;
		margin-right: 10px
	}

	.pub-banner h1 .logo img,.result-banner h1 .logo img {
		display: inline-block;
		vertical-align: middle;
		height: 24px
	}

	.pub-banner h1 .title,.result-banner h1 .title {
		display: block;
		vertical-align: middle;
		padding-left: 15px;
		margin-left: 10px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.e-container ul.cn-line1 li {
		width: 100%
	}

	.e-container ul.cn-line2 li {
		width: 50%
	}

	.express-layer .introduction {
		min-height: 180px
	}

	.express-layer .introduction .e-logo {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 80px
	}

	.express-layer .introduction h3,.express-layer .introduction .site {
		margin-left: 108px
	}

	.express-layer .introduction .site {
		margin-right: 20px;
		padding: 10px 0 20px
	}

	.express-layer .introduction .site span {
		display: none
	}

	.express-layer .introduction .about {
		margin-left: 0;
		margin-right: 0;
		max-height: 80px;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.express-layer .introduction h3 {
		margin-top: 20px;
		padding-top: 30px;
		font-size: 18px
	}

	.express-layer .introduction .site a {
		padding-left: 0
	}

	.trk-carrier-box {
		width: 100%!important;
		height: 100%!important;
		left: 0!important;
		top: 0!important;
		margin-top: 0!important;
		margin-left: 0!important
	}

	.trk-carrier-box .carrier-scroll {
		width: auto
	}

	ul.animateExpress {
		width: auto
	}

	ul.animateExpress li {
		float: none;
		margin-right: 0
	}

	ul.animateExpress li a {
		width: auto
	}

	.trk-carrier-box .dialog-head ul li a {
		padding: 8px 20px
	}

	.trk-carrier-box .dialog-head ul li a em {
		display: none
	}

	.trk-carrier-box .dialog-head ul li a i {
		font-size: 24px
	}

	.trk-carrier-box .tab-content .tab-items {
		padding: 30px 15px
	}

	.trk-carrier-box .tab-content menu ul li {
		overflow: hidden
	}

	.trk-carrier-box .logis-container .carrier-scroll {
		padding-top: 0
	}

	.trk-carrier-box .auto-container .auto-search .btn {
		width: 100%
	}

	.trk-carrier-box .auto-container .auto-search .search-input {
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
		border-left: 0
	}

	.trk-carrier-box .auto-container .auto-search .search-input input {
		width: 100%
	}

	.track-main .ad1,.track-main .ad3 {
		width: 234px;
		height: 60px;
		margin-left: -117px
	}
}

@media only screen and (max-width:498px) {
	.express-layer-track .asd-area {
		width: 320px;
		height: 50px
	}
}

@media only screen and (max-width:480px) {
	.lang-mask .close {
		width: 48px;
		height: 48px;
		line-height: 48px
	}

	.lang-mask h3 {
		font-size: 24px
	}

	.lang-mask ul {
		padding-top: 10px
	}

	.lang-mask ul li {
		line-height: 40px
	}

	.lang-mask ul li a {
		font-size: 18px
	}

	.e-container ul li {
		margin-bottom: 12px;
		padding-left: 12px;
		padding-right: 12px
	}

	.e-container ul.cn-line3 li {
		width: 50%
	}

	.trk-translate-box .lang-lists ul li {
		float: none
	}

	.trk-translate-box .lang-lists ul li a {
		width: auto;
		height: 32px;
		line-height: 30px
	}

	.trk-translate-box .lang-lists ul li a:hover {
		background: #e9e9e9
	}

	.lang-contributors {
		margin: 30px 15px 0
	}

	.lang-contributors h4 {
		margin-top: 10px;
		line-height: 36px
	}

	.lang-contributors h4 span {
		padding: 0;
		background: 0
	}

	.lang-contributors .thanks {
		padding: 10px 15px 0;
		text-align: left
	}

	.lang-contributors .helper-list {
		padding: 30px 15px
	}

	.lang-contributors .foot {
		padding: 20px 15px
	}

	.trk-footer .site-map .itemlist {
		width: 100%;
		padding-left: 0
	}

	.trk-footer .site-map .download {
		padding-left: 60px
	}

	ul.animateExpress li a:hover::before {
		-webkit-transform: scale3d(18,9,1);
		transform: scale3d(18,9,1)
	}

	.trk-carrier-box nav ul li {
		padding: 0 24px
	}

	.express-layer .introduction .e-logo {
		display: none
	}

	.express-layer .introduction h3,.express-layer .introduction .site {
		margin-left: 0
	}

	.express-layer .introduction h3 {
		padding-top: 0
	}
}

@media only screen and (min-width:1px) and (max-width:380px) {
	.e-container ul.cn-line2 li {
		width: 100%
	}

	.e-container ul.cn-line3 li {
		width: 100%
	}

	.tracking-area {
		height: 376px
	}

	.inputBox {
		height: 360px;
		padding-right: 0
	}

	.inputBox .inputBox-button {
		position: relative;
		padding-bottom: 8px;
		height: 90px;
		width: 100%;
		overflow: hidden
	}

	.inputBox .inputBox-button {
		position: absolute;
		top: 278px
	}

	.inputBox .inputBox-button a {
		float: left;
		margin: 0 2.5%;
		width: 30%
	}

	.inputBox .inputBox-button a:first-child {
		margin-left: 0
	}

	.inputBox .inputBox-button a:last-child {
		margin-right: 0;
		height: 82px;
		float: right
	}

	.express-layer-track .asd-area {
		width: 100%;
		overflow: hidden
	}
}

@media only screen and (max-width:350px) {
	.tracking-area {
		height: 358px
	}

	.inputBox .inputBox-button a.help,.inputBox .inputBox-button a.carrier,.inputBox .inputBox-button a.clearall {
		height: 64px!important
	}

	.inputBox .inputBox-button a:last-child {
		height: 64px
	}

	.inputBox .inputBox-button a i.fa-search {
		font-size: 24px!important
	}

	.inputBox .inputBox-button a.track i {
		margin-bottom: 0
	}

	.inputBox .inputBox-button a i {
		padding-top: 12px;
		font-size: 24px;
		line-height: 24px
	}

	.express-layer-track .asd-area {
		margin-left: 0
	}
}

@media only screen and (max-width:340px) {
	.express-layer-track .asd-area {
		margin-left: -5px
	}
}

@media only screen and (max-width:330px) {
	.express-layer-track .asd-area {
		margin-left: -10px
	}
}

@media only screen and (max-width:320px) {
	.express-layer-track .asd-area {
		margin-left: -15px
	}
}

.pt-page-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both
}

.pt-page-moveFromLeft {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both
}

.pt-page-moveToRight {
	-webkit-animation: moveToRight .6s ease both;
	animation: moveToRight .6s ease both
}

.pt-page-moveFromRight {
	-webkit-animation: moveFromRight .6s ease both;
	animation: moveFromRight .6s ease both
}

.pt-page-moveToTop {
	-webkit-animation: moveToTop .6s ease both;
	animation: moveToTop .6s ease both
}

.pt-page-moveFromTop {
	-webkit-animation: moveFromTop .6s ease both;
	animation: moveFromTop .6s ease both
}

.pt-page-moveToBottom {
	-webkit-animation: moveToBottom .6s ease both;
	animation: moveToBottom .6s ease both
}

.pt-page-moveFromBottom {
	-webkit-animation: moveFromBottom .6s ease both;
	animation: moveFromBottom .6s ease both
}

.pt-page-fade {
	-webkit-animation: fade .7s ease both;
	animation: fade .7s ease both
}

.pt-page-moveToLeftFade {
	-webkit-animation: moveToLeftFade .7s ease both;
	animation: moveToLeftFade .7s ease both
}

.pt-page-moveFromLeftFade {
	-webkit-animation: moveFromLeftFade .7s ease both;
	animation: moveFromLeftFade .7s ease both
}

.pt-page-moveToRightFade {
	-webkit-animation: moveToRightFade .7s ease both;
	animation: moveToRightFade .7s ease both
}

.pt-page-moveFromRightFade {
	-webkit-animation: moveFromRightFade .7s ease both;
	animation: moveFromRightFade .7s ease both
}

.pt-page-moveToTopFade {
	-webkit-animation: moveToTopFade .7s ease both;
	animation: moveToTopFade .7s ease both
}

.pt-page-moveFromTopFade {
	-webkit-animation: moveFromTopFade .7s ease both;
	animation: moveFromTopFade .7s ease both
}

.pt-page-moveToBottomFade {
	-webkit-animation: moveToBottomFade .7s ease both;
	animation: moveToBottomFade .7s ease both
}

.pt-page-moveFromBottomFade {
	-webkit-animation: moveFromBottomFade .7s ease both;
	animation: moveFromBottomFade .7s ease both
}

.pt-page-moveToLeftEasing {
	-webkit-animation: moveToLeft .7s ease-in-out both;
	animation: moveToLeft .7s ease-in-out both
}

.pt-page-moveToRightEasing {
	-webkit-animation: moveToRight .7s ease-in-out both;
	animation: moveToRight .7s ease-in-out both
}

.pt-page-moveToTopEasing {
	-webkit-animation: moveToTop .7s ease-in-out both;
	animation: moveToTop .7s ease-in-out both
}

.pt-page-moveToBottomEasing {
	-webkit-animation: moveToBottom .7s ease-in-out both;
	animation: moveToBottom .7s ease-in-out both
}

@-webkit-keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveToRight {
	to {
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveToRight {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveToTop {
	to {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveToTop {
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveToBottom {
	to {
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveToBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@-webkit-keyframes fade {
	to {
		opacity: .3
	}
}

@keyframes fade {
	to {
		opacity: .3
	}
}

@-webkit-keyframes moveToLeftFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveToLeftFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveFromLeftFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveFromLeftFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveToRightFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveToRightFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveFromRightFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveFromRightFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveToTopFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveToTopFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveFromTopFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveFromTopFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveToBottomFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveToBottomFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@-webkit-keyframes moveFromBottomFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveFromBottomFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.pt-page-scaleDown {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both
}

.pt-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both
}

.pt-page-scaleUpDown {
	-webkit-animation: scaleUpDown .5s ease both;
	animation: scaleUpDown .5s ease both
}

.pt-page-scaleDownUp {
	-webkit-animation: scaleDownUp .5s ease both;
	animation: scaleDownUp .5s ease both
}

.pt-page-scaleDownCenter {
	-webkit-animation: scaleDownCenter .4s ease-in both;
	animation: scaleDownCenter .4s ease-in both
}

.pt-page-scaleUpCenter {
	-webkit-animation: scaleUpCenter .4s ease-out both;
	animation: scaleUpCenter .4s ease-out both
}

@-webkit-keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@-webkit-keyframes scaleUp {
	from {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@keyframes scaleUp {
	from {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		opacity: 0;
		-webkit-transform: scale(1.2)
	}
}

@keyframes scaleUpDown {
	from {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes scaleDownUp {
	to {
		opacity: 0;
		-webkit-transform: scale(1.2)
	}
}

@keyframes scaleDownUp {
	to {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes scaleDownCenter {
	to {
		opacity: 0;
		-webkit-transform: scale(.7)
	}
}

@keyframes scaleDownCenter {
	to {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
}

@-webkit-keyframes scaleUpCenter {
	from {
		opacity: 0;
		-webkit-transform: scale(.7)
	}
}

@keyframes scaleUpCenter {
	from {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
}

.pt-page-rotateRightSideFirst {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateRightSideFirst .8s both ease-in;
	animation: rotateRightSideFirst .8s both ease-in
}

.pt-page-rotateLeftSideFirst {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateLeftSideFirst .8s both ease-in;
	animation: rotateLeftSideFirst .8s both ease-in
}

.pt-page-rotateTopSideFirst {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateTopSideFirst .8s both ease-in;
	animation: rotateTopSideFirst .8s both ease-in
}

.pt-page-rotateBottomSideFirst {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateBottomSideFirst .8s both ease-in;
	animation: rotateBottomSideFirst .8s both ease-in
}

.pt-page-flipOutRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutRight .5s both ease-in;
	animation: flipOutRight .5s both ease-in
}

.pt-page-flipInLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInLeft .5s both ease-out;
	animation: flipInLeft .5s both ease-out
}

.pt-page-flipOutLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutLeft .5s both ease-in;
	animation: flipOutLeft .5s both ease-in
}

.pt-page-flipInRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInRight .5s both ease-out;
	animation: flipInRight .5s both ease-out
}

.pt-page-flipOutTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutTop .5s both ease-in;
	animation: flipOutTop .5s both ease-in
}

.pt-page-flipInBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInBottom .5s both ease-out;
	animation: flipInBottom .5s both ease-out
}

.pt-page-flipOutBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutBottom .5s both ease-in;
	animation: flipOutBottom .5s both ease-in
}

.pt-page-flipInTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInTop .5s both ease-out;
	animation: flipInTop .5s both ease-out
}

.pt-page-rotateFall {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-animation: rotateFall 1s both ease-in;
	animation: rotateFall 1s both ease-in
}

.pt-page-rotateOutNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateOutNewspaper .5s both ease-in;
	animation: rotateOutNewspaper .5s both ease-in
}

.pt-page-rotateInNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateInNewspaper .5s both ease-out;
	animation: rotateInNewspaper .5s both ease-out
}

.pt-page-rotatePushLeft {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotatePushLeft .8s both ease;
	animation: rotatePushLeft .8s both ease
}

.pt-page-rotatePushRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePushRight .8s both ease;
	animation: rotatePushRight .8s both ease
}

.pt-page-rotatePushTop {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotatePushTop .8s both ease;
	animation: rotatePushTop .8s both ease
}

.pt-page-rotatePushBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePushBottom .8s both ease;
	animation: rotatePushBottom .8s both ease
}

.pt-page-rotatePullRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePullRight .5s both ease;
	animation: rotatePullRight .5s both ease
}

.pt-page-rotatePullLeft {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotatePullLeft .5s both ease;
	animation: rotatePullLeft .5s both ease
}

.pt-page-rotatePullTop {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotatePullTop .5s both ease;
	animation: rotatePullTop .5s both ease
}

.pt-page-rotatePullBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePullBottom .5s both ease;
	animation: rotatePullBottom .5s both ease
}

.pt-page-rotateFoldRight {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateFoldRight .7s both ease;
	animation: rotateFoldRight .7s both ease
}

.pt-page-rotateFoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateFoldLeft .7s both ease;
	animation: rotateFoldLeft .7s both ease
}

.pt-page-rotateFoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateFoldTop .7s both ease;
	animation: rotateFoldTop .7s both ease
}

.pt-page-rotateFoldBottom {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateFoldBottom .7s both ease;
	animation: rotateFoldBottom .7s both ease
}

.pt-page-rotateUnfoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateUnfoldLeft .7s both ease;
	animation: rotateUnfoldLeft .7s both ease
}

.pt-page-rotateUnfoldRight {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateUnfoldRight .7s both ease;
	animation: rotateUnfoldRight .7s both ease
}

.pt-page-rotateUnfoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateUnfoldTop .7s both ease;
	animation: rotateUnfoldTop .7s both ease
}

.pt-page-rotateUnfoldBottom {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateUnfoldBottom .7s both ease;
	animation: rotateUnfoldBottom .7s both ease
}

.pt-page-rotateRoomLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomLeftOut .8s both ease;
	animation: rotateRoomLeftOut .8s both ease
}

.pt-page-rotateRoomLeftIn {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateRoomLeftIn .8s both ease;
	animation: rotateRoomLeftIn .8s both ease
}

.pt-page-rotateRoomRightOut {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateRoomRightOut .8s both ease;
	animation: rotateRoomRightOut .8s both ease
}

.pt-page-rotateRoomRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomRightIn .8s both ease;
	animation: rotateRoomRightIn .8s both ease
}

.pt-page-rotateRoomTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomTopOut .8s both ease;
	animation: rotateRoomTopOut .8s both ease
}

.pt-page-rotateRoomTopIn {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateRoomTopIn .8s both ease;
	animation: rotateRoomTopIn .8s both ease
}

.pt-page-rotateRoomBottomOut {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateRoomBottomOut .8s both ease;
	animation: rotateRoomBottomOut .8s both ease
}

.pt-page-rotateRoomBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomBottomIn .8s both ease;
	animation: rotateRoomBottomIn .8s both ease
}

.pt-page-rotateCubeLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeLeftOut .6s both ease-in;
	animation: rotateCubeLeftOut .6s both ease-in
}

.pt-page-rotateCubeLeftIn {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateCubeLeftIn .6s both ease-in;
	animation: rotateCubeLeftIn .6s both ease-in
}

.pt-page-rotateCubeRightOut {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateCubeRightOut .6s both ease-in;
	animation: rotateCubeRightOut .6s both ease-in
}

.pt-page-rotateCubeRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeRightIn .6s both ease-in;
	animation: rotateCubeRightIn .6s both ease-in
}

.pt-page-rotateCubeTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeTopOut .6s both ease-in;
	animation: rotateCubeTopOut .6s both ease-in
}

.pt-page-rotateCubeTopIn {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateCubeTopIn .6s both ease-in;
	animation: rotateCubeTopIn .6s both ease-in
}

.pt-page-rotateCubeBottomOut {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateCubeBottomOut .6s both ease-in;
	animation: rotateCubeBottomOut .6s both ease-in
}

.pt-page-rotateCubeBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeBottomIn .6s both ease-in;
	animation: rotateCubeBottomIn .6s both ease-in
}

.pt-page-rotateCarouselLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselLeftOut .8s both ease;
	animation: rotateCarouselLeftOut .8s both ease
}

.pt-page-rotateCarouselLeftIn {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateCarouselLeftIn .8s both ease;
	animation: rotateCarouselLeftIn .8s both ease
}

.pt-page-rotateCarouselRightOut {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: rotateCarouselRightOut .8s both ease;
	animation: rotateCarouselRightOut .8s both ease
}

.pt-page-rotateCarouselRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselRightIn .8s both ease;
	animation: rotateCarouselRightIn .8s both ease
}

.pt-page-rotateCarouselTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselTopOut .8s both ease;
	animation: rotateCarouselTopOut .8s both ease
}

.pt-page-rotateCarouselTopIn {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	animation: rotateCarouselTopIn .8s both ease
}

.pt-page-rotateCarouselBottomOut {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: rotateCarouselBottomOut .8s both ease;
	animation: rotateCarouselBottomOut .8s both ease
}

.pt-page-rotateCarouselBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselBottomIn .8s both ease;
	animation: rotateCarouselBottomIn .8s both ease
}

.pt-page-rotateSidesOut {
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-animation: rotateSidesOut .5s both ease-in;
	animation: rotateSidesOut .5s both ease-in
}

.pt-page-rotateSidesIn {
	-webkit-transform-origin: 150% 50%;
	transform-origin: 150% 50%;
	-webkit-animation: rotateSidesIn .5s both ease-out;
	animation: rotateSidesIn .5s both ease-out
}

.pt-page-rotateSlideOut {
	-webkit-animation: rotateSlideOut 1s both ease;
	animation: rotateSlideOut 1s both ease
}

.pt-page-rotateSlideIn {
	-webkit-animation: rotateSlideIn 1s both ease;
	animation: rotateSlideIn 1s both ease
}

@-webkit-keyframes rotateRightSideFirst {
	40% {
		-webkit-transform: rotateY(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateRightSideFirst {
	40% {
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes rotateLeftSideFirst {
	40% {
		-webkit-transform: rotateY(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateLeftSideFirst {
	40% {
		-webkit-transform: rotateY(-15deg);
		transform: rotateY(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes rotateTopSideFirst {
	40% {
		-webkit-transform: rotateX(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateTopSideFirst {
	40% {
		-webkit-transform: rotateX(15deg);
		transform: rotateX(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes rotateBottomSideFirst {
	40% {
		-webkit-transform: rotateX(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateBottomSideFirst {
	40% {
		-webkit-transform: rotateX(-15deg);
		transform: rotateX(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes flipOutRight {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@keyframes flipOutRight {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInLeft {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@keyframes flipInLeft {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipOutLeft {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@keyframes flipOutLeft {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInRight {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@keyframes flipInRight {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipOutTop {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@keyframes flipOutTop {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInBottom {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@keyframes flipInBottom {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipOutBottom {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@keyframes flipOutBottom {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInTop {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@keyframes flipInTop {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@-webkit-keyframes rotateFall {
	0% {
		-webkit-transform: rotateZ(0deg)
	}

	20% {
		-webkit-transform: rotateZ(10deg);
		-webkit-animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: rotateZ(17deg)
	}

	60% {
		-webkit-transform: rotateZ(16deg)
	}

	100% {
		-webkit-transform: translateY(100%) rotateZ(17deg)
	}
}

@keyframes rotateFall {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}

	20% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: rotateZ(17deg);
		transform: rotateZ(17deg)
	}

	60% {
		-webkit-transform: rotateZ(16deg);
		transform: rotateZ(16deg)
	}

	100% {
		-webkit-transform: translateY(100%) rotateZ(17deg);
		transform: translateY(100%) rotateZ(17deg)
	}
}

@-webkit-keyframes rotateOutNewspaper {
	to {
		-webkit-transform: translateZ(-3000px) rotateZ(360deg);
		opacity: 0
	}
}

@keyframes rotateOutNewspaper {
	to {
		-webkit-transform: translateZ(-3000px) rotateZ(360deg);
		transform: translateZ(-3000px) rotateZ(360deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateInNewspaper {
	from {
		-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
		opacity: 0
	}
}

@keyframes rotateInNewspaper {
	from {
		-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
		transform: translateZ(-3000px) rotateZ(-360deg);
		opacity: 0
	}
}

@-webkit-keyframes rotatePushLeft {
	to {
		opacity: 0;
		-webkit-transform: rotateY(90deg)
	}
}

@keyframes rotatePushLeft {
	to {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
}

@-webkit-keyframes rotatePushRight {
	to {
		opacity: 0;
		-webkit-transform: rotateY(-90deg)
	}
}

@keyframes rotatePushRight {
	to {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}
}

@-webkit-keyframes rotatePushTop {
	to {
		opacity: 0;
		-webkit-transform: rotateX(-90deg)
	}
}

@keyframes rotatePushTop {
	to {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
}

@-webkit-keyframes rotatePushBottom {
	to {
		opacity: 0;
		-webkit-transform: rotateX(90deg)
	}
}

@keyframes rotatePushBottom {
	to {
		opacity: 0;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
	}
}

@-webkit-keyframes rotatePullRight {
	from {
		opacity: 0;
		-webkit-transform: rotateY(-90deg)
	}
}

@keyframes rotatePullRight {
	from {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}
}

@-webkit-keyframes rotatePullLeft {
	from {
		opacity: 0;
		-webkit-transform: rotateY(90deg)
	}
}

@keyframes rotatePullLeft {
	from {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
}

@-webkit-keyframes rotatePullTop {
	from {
		opacity: 0;
		-webkit-transform: rotateX(-90deg)
	}
}

@keyframes rotatePullTop {
	from {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
}

@-webkit-keyframes rotatePullBottom {
	from {
		opacity: 0;
		-webkit-transform: rotateX(90deg)
	}
}

@keyframes rotatePullBottom {
	from {
		opacity: 0;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
	}
}

@-webkit-keyframes rotateFoldRight {
	to {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
}

@keyframes rotateFoldRight {
	to {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateFoldLeft {
	to {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
}

@keyframes rotateFoldLeft {
	to {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateFoldTop {
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
}

@keyframes rotateFoldTop {
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateFoldBottom {
	to {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
}

@keyframes rotateFoldBottom {
	to {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateUnfoldLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
}

@keyframes rotateUnfoldLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateUnfoldRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
}

@keyframes rotateUnfoldRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateUnfoldTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
}

@keyframes rotateUnfoldTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateUnfoldBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
}

@keyframes rotateUnfoldBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateRoomLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg)
	}
}

@keyframes rotateRoomLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg);
		transform: translateX(-100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateRoomLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg)
	}
}

@keyframes rotateRoomLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg);
		transform: translateX(100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateRoomRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg)
	}
}

@keyframes rotateRoomRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg);
		transform: translateX(100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateRoomRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg)
	}
}

@keyframes rotateRoomRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg);
		transform: translateX(-100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateRoomTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg)
	}
}

@keyframes rotateRoomTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg);
		transform: translateY(-100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateRoomTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg)
	}
}

@keyframes rotateRoomTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg);
		transform: translateY(100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateRoomBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg)
	}
}

@keyframes rotateRoomBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg);
		transform: translateY(100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateRoomBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg)
	}
}

@keyframes rotateRoomBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg);
		transform: translateY(-100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateCubeLeftOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
}

@keyframes rotateCubeLeftOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
		transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateCubeLeftIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}
}

@keyframes rotateCubeLeftIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
		transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}
}

@-webkit-keyframes rotateCubeRightOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
}

@keyframes rotateCubeRightOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
		transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateCubeRightIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}
}

@keyframes rotateCubeRightIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
		transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}
}

@-webkit-keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
}

@keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}
}

@keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}
}

@-webkit-keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
}

@keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}
}

@keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}
}

@-webkit-keyframes rotateCarouselLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg)
	}
}

@keyframes rotateCarouselLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg);
		transform: translateX(-150%) scale(.4) rotateY(-65deg)
	}
}

@-webkit-keyframes rotateCarouselLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(.4) rotateY(65deg)
	}
}

@keyframes rotateCarouselLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
		transform: translateX(200%) scale(.4) rotateY(65deg)
	}
}

@-webkit-keyframes rotateCarouselRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(.4) rotateY(65deg)
	}
}

@keyframes rotateCarouselRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
		transform: translateX(200%) scale(.4) rotateY(65deg)
	}
}

@-webkit-keyframes rotateCarouselRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg)
	}
}

@keyframes rotateCarouselRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg);
		transform: translateX(-200%) scale(.4) rotateY(-65deg)
	}
}

@-webkit-keyframes rotateCarouselTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg)
	}
}

@keyframes rotateCarouselTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
		transform: translateY(-200%) scale(.4) rotateX(65deg)
	}
}

@-webkit-keyframes rotateCarouselTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg)
	}
}

@keyframes rotateCarouselTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
		transform: translateY(200%) scale(.4) rotateX(-65deg)
	}
}

@-webkit-keyframes rotateCarouselBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg)
	}
}

@keyframes rotateCarouselBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
		transform: translateY(200%) scale(.4) rotateX(-65deg)
	}
}

@-webkit-keyframes rotateCarouselBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg)
	}
}

@keyframes rotateCarouselBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
		transform: translateY(-200%) scale(.4) rotateX(65deg)
	}
}

@-webkit-keyframes rotateSidesOut {
	to {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(90deg)
	}
}

@keyframes rotateSidesOut {
	to {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(90deg);
		transform: translateZ(-500px) rotateY(90deg)
	}
}

@-webkit-keyframes rotateSidesIn {
	from {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(-90deg)
	}
}

@keyframes rotateSidesIn {
	from {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(-90deg);
		transform: translateZ(-500px) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes rotateSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes rotateSlideIn {
	0%,25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@keyframes rotateSlideIn {
	0%,25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
		transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0)
	}
}

.pt-page-delay100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.pt-page-delay180 {
	-webkit-animation-delay: .180s;
	animation-delay: .180s
}

.pt-page-delay200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.pt-page-delay300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.pt-page-delay400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.pt-page-delay500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.pt-page-delay700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.pt-page-delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.CodeMirror {
	font-family: monospace;
	height: 300px;
	color: black
}

.CodeMirror-lines {
	padding: 4px 0
}

.CodeMirror pre {
	padding: 0 4px
}

.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler {
	background-color: white
}

.CodeMirror-gutters {
	border-right: 1px solid #ddd;
	background-color: #f7f7f7;
	white-space: nowrap
}

.CodeMirror-linenumber {
	padding: 0 3px 0 5px;
	min-width: 20px;
	text-align: right;
	color: #999;
	white-space: nowrap
}

.CodeMirror-guttermarker {
	color: black
}

.CodeMirror-guttermarker-subtle {
	color: #999
}

.CodeMirror-cursor {
	border-left: 1px solid black;
	border-right: 0;
	width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
	border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
	width: auto;
	border: 0;
	background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
	z-index: 1
}

.cm-animate-fat-cursor {
	width: auto;
	border: 0;
	-webkit-animation: blink 1.06s steps(1) infinite;
	-moz-animation: blink 1.06s steps(1) infinite;
	animation: blink 1.06s steps(1) infinite;
	background-color: #7e7
}

@-moz-keyframes blink {
	50% {
		background-color: transparent
	}
}

@-webkit-keyframes blink {
	50% {
		background-color: transparent
	}
}

@keyframes blink {
	50% {
		background-color: transparent
	}
}

.cm-tab {
	display: inline-block;
	text-decoration: inherit
}

.CodeMirror-ruler {
	border-left: 1px solid #ccc;
	position: absolute
}

.cm-s-default .cm-header {
	color: blue
}

.cm-s-default .cm-quote {
	color: #090
}

.cm-negative {
	color: #d44
}

.cm-positive {
	color: #292
}

.cm-header,.cm-strong {
	font-weight: bold
}

.cm-em {
	font-style: italic
}

.cm-link {
	text-decoration: underline
}

.cm-strikethrough {
	text-decoration: line-through
}

.cm-s-default .cm-keyword {
	color: #708
}

.cm-s-default .cm-atom {
	color: #219
}

.cm-s-default .cm-number {
	color: #164
}

.cm-s-default .cm-def {
	color: #00f
}

.cm-s-default .cm-variable-2 {
	color: #05a
}

.cm-s-default .cm-variable-3 {
	color: #085
}

.cm-s-default .cm-comment {
	color: #a50
}

.cm-s-default .cm-string {
	color: #a11
}

.cm-s-default .cm-string-2 {
	color: #f50
}

.cm-s-default .cm-meta {
	color: #555
}

.cm-s-default .cm-qualifier {
	color: #555
}

.cm-s-default .cm-builtin {
	color: #30a
}

.cm-s-default .cm-bracket {
	color: #997
}

.cm-s-default .cm-tag {
	color: #170
}

.cm-s-default .cm-attribute {
	color: #00c
}

.cm-s-default .cm-hr {
	color: #999
}

.cm-s-default .cm-link {
	color: #00c
}

.cm-s-default .cm-error {
	color: #f00
}

.cm-invalidchar {
	color: #f00
}

.CodeMirror-composing {
	border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
	color: #0f0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
	color: #f22
}

.CodeMirror-matchingtag {
	background: rgba(255,150,0,.3)
}

.CodeMirror-activeline-background {
	background: #e8f2ff
}

.CodeMirror {
	position: relative;
	overflow: hidden;
	background: white
}

.CodeMirror-scroll {
	overflow: scroll!important;
	margin-bottom: -30px;
	margin-right: -30px;
	padding-bottom: 30px;
	height: 100%;
	outline: 0;
	position: relative
}

.CodeMirror-sizer {
	position: relative;
	border-right: 30px solid transparent
}

.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler {
	position: absolute;
	z-index: 6;
	display: none
}

.CodeMirror-vscrollbar {
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll
}

.CodeMirror-hscrollbar {
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
	right: 0;
	bottom: 0
}

.CodeMirror-gutter-filler {
	left: 0;
	bottom: 0
}

.CodeMirror-gutters {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3
}

.CodeMirror-gutter {
	white-space: normal;
	height: 100%;
	display: inline-block;
	margin-bottom: -30px;
	*zoom: 1;
	*display: inline
}

.CodeMirror-gutter-wrapper {
	position: absolute;
	z-index: 4;
	background: none!important;
	border: none!important
}

.CodeMirror-gutter-background {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4
}

.CodeMirror-gutter-elt {
	position: absolute;
	cursor: default;
	z-index: 4
}

.CodeMirror-gutter-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.CodeMirror-lines {
	cursor: text;
	min-height: 1px
}

.CodeMirror pre {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
	-webkit-tap-highlight-color: transparent
}

.CodeMirror-wrap pre {
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: normal
}

.CodeMirror-linebackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.CodeMirror-linewidget {
	position: relative;
	z-index: 2;
	overflow: auto
}

.CodeMirror-code {
	outline: 0
}

.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber {
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.CodeMirror-measure {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.CodeMirror-cursor {
	position: absolute
}

.CodeMirror-measure pre {
	position: static
}

div.CodeMirror-cursors {
	visibility: hidden;
	position: relative;
	z-index: 3
}

div.CodeMirror-dragcursors {
	visibility: visible
}

.CodeMirror-focused div.CodeMirror-cursors {
	visibility: visible
}

.CodeMirror-selected {
	background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
	background: #d7d4f0
}

.CodeMirror-crosshair {
	cursor: crosshair
}

.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection {
	background: #d7d4f0
}

.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection {
	background: #d7d4f0
}

.cm-searching {
	background: #ffa;
	background: rgba(255,255,0,.4)
}

.CodeMirror span {
	*vertical-align: text-bottom
}

.cm-force-border {
	padding-right: .1px
}

@media print {
	.CodeMirror div.CodeMirror-cursors {
		visibility: hidden
	}
}

.cm-tab-wrap-hack:after {
	content: ''
}

span.CodeMirror-selectedtext {
	background: 0
}