
.am-angle:after,
.am-angle:before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 8px dashed transparent;
	z-index: 1
}

.am-angle-up {
	top: 0
}

.am-angle-up:after,
.am-angle-up:before {
	border-bottom-style: solid;
	border-width: 0 8px 8px
}

.am-angle-up:before {
	border-bottom-color: #ddd;
	bottom: 0
}

.am-angle-up:after {
	border-bottom-color: #fff;
	bottom: -1px
}

.am-angle-down {
	bottom: -9px
}

.am-angle-down:after,
.am-angle-down:before {
	border-top-style: solid;
	border-width: 8px 8px 0
}

.am-angle-down:before {
	border-top-color: #ddd;
	bottom: 0
}

.am-angle-down:after {
	border-top-color: #fff;
	bottom: 1px
}

.am-angle-left {
	left: -9px
}

.am-angle-left:after,
.am-angle-left:before {
	border-right-style: solid;
	border-width: 8px 8px 8px 0
}

.am-angle-left:before {
	border-right-color: #ddd;
	left: 0
}

.am-angle-left:after {
	border-right-color: #fff;
	left: 1px
}

.am-angle-right {
	right: 0
}

.am-angle-right:after,
.am-angle-right:before {
	border-left-style: solid;
	border-width: 8px 0 8px 8px
}

.am-angle-right:before {
	border-left-color: #ddd;
	left: 0
}

.am-angle-right:after {
	border-left-color: #fff;
	left: -1px
}

.am-alert {
	margin-bottom: 1em;
	padding: .625em;
	background: #122369;
	border: 1px solid #0c7cb5;
	border-radius: 0
}

.am-alert h1,
.am-alert h2,
.am-alert h3,
.am-alert h4,
.am-alert h5,
.am-alert h6 {
	color: inherit
}

.am-alert .am-close {
	opacity: .4
}

.am-alert .am-close:hover {
	opacity: .6
}

*+.am-alert {
	margin-top: 1em
}

.am-alert>:last-child {
	margin-bottom: 0
}

.am-form-group .am-alert {
	margin: 5px 0 0;
	padding: .25em .625em;
	font-size: 1.3rem
}

.am-alert>.am-close:first-child {
	float: right;
	height: auto;
	margin: -3px -5px auto auto
}

.am-alert>.am-close:first-child+* {
	margin-top: 0
}

.am-alert-secondary {
	background-color: #eee;
	border-color: #dfdfdf;
	color: #555
}

.am-alert-success {
	background-color: #5eb95e;
	border-color: #4bad4b;
	color: #fff
}

.am-alert-warning {
	background-color: #f37b1d;
	border-color: #e56c0c;
	color: #fff
}

.am-alert-danger {
	background-color: #dd514c;
	border-color: #d83832;
	color: #fff
}

.am-dropdown {
	position: relative;
	display: inline-block
}

.am-dropdown-toggle:focus {
	outline: 0
}

.am-dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1020;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px;
	margin: 9px 0 0;
	text-align: left;
	line-height: 1.6;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-animation-duration: .15s;
	animation-duration: .15s
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 8px dashed transparent;
	z-index: 1;
	border-bottom-style: solid;
	border-width: 0 8px 8px;
	left: 10px;
	top: -8px;
	pointer-events: none
}

.am-dropdown-content:before {
	border-bottom-color: #ddd;
	bottom: 0
}

.am-dropdown-content:after {
	border-bottom-color: #fff;
	bottom: -1px;
	top: -7px
}

.am-active>.am-dropdown-content {
	display: block
}

.am-dropdown-content:first-child {
	margin-top: 0
}

.am-dropdown-up .am-dropdown-content {
	top: auto;
	bottom: 100%;
	margin: 0 0 9px
}

.am-dropdown-up .am-dropdown-content:after,
.am-dropdown-up .am-dropdown-content:before {
	border-bottom: none;
	border-top: 8px solid #ddd;
	top: auto;
	bottom: -8px
}

.am-dropdown-up .am-dropdown-content:after {
	bottom: -7px;
	border-top-color: #fff
}

.am-dropdown-flip .am-dropdown-content {
	left: auto;
	right: 0
}

.am-dropdown-flip .am-dropdown-content:after,
.am-dropdown-flip .am-dropdown-content:before {
	left: auto;
	right: 10px
}

.am-fr>.am-dropdown-content,
ul.am-dropdown-content.am-fr {
	left: auto;
	right: 0
}

ul.am-dropdown-content {
	list-style: none;
	padding: 5px 0
}

ul.am-dropdown-content .am-divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #e5e5e5
}

ul.am-dropdown-content>li>a {
	display: block;
	padding: 6px 20px;
	font-weight: 400;
	color: #eee;
	white-space: nowrap
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

ul.am-dropdown-content>.am-active>a,
ul.am-dropdown-content>.am-active>a:focus,
ul.am-dropdown-content>.am-active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #122369
}

ul.am-dropdown-content>.am-disabled>a,
ul.am-dropdown-content>.am-disabled>a:focus,
ul.am-dropdown-content>.am-disabled>a:hover {
	color: #999
}

ul.am-dropdown-content>.am-disabled>a:focus,
ul.am-dropdown-content>.am-disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.am-dropdown-header {
	display: block;
	padding: 6px 20px;
	font-size: 1.2rem;
	color: #999
}

.am-fr>.am-dropdown-content:before {
	right: 10px;
	left: auto
}

.am-dropdown-animation {
	-webkit-animation: am-dropdown-animation .15s ease-out;
	animation: am-dropdown-animation .15s ease-out
}

@-webkit-keyframes am-dropdown-animation {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@keyframes am-dropdown-animation {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

.am-slider a:focus,
.am-slider a:hover {
	outline: 0
}

.am-control-nav,
.am-direction-nav,
.am-slides {
	margin: 0;
	padding: 0;
	list-style: none
}

.am-slider {
	margin: 0;
	padding: 0;
	position: relative
}

.am-slider .am-slides:after,
.am-slider .am-slides:before {
	content: " ";
	display: table
}

.am-slider .am-slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}

.no-js .am-slider .am-slides>li:first-child {
	display: block
}

.am-slider .am-slides img {
	width: 100%;
	display: block
}

.am-pauseplay span {
	text-transform: capitalize
}

.am-viewport {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.am-slider-carousel li {
	margin-right: 5px
}

.am-control-nav {
	position: absolute
}

.am-control-nav li {
	display: inline-block
}

.am-control-thumbs {
	position: static;
	overflow: hidden
}

.am-control-thumbs img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.am-slider-slide .am-slides>li {
	display: none;
	position: relative
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.am-slider-slide .am-slides>li {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.am-slider-slide .am-slides>li.active.right,
	.am-slider-slide .am-slides>li.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.am-slider-slide .am-slides>li.active.left,
	.am-slider-slide .am-slides>li.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.am-slider-slide .am-slides>li.active,
	.am-slider-slide .am-slides>li.next.left,
	.am-slider-slide .am-slides>li.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.am-slider-slide .am-slides>.active,
.am-slider-slide .am-slides>.next,
.am-slider-slide .am-slides>.prev {
	display: block
}

.am-slider-slide .am-slides>.active {
	left: 0
}

.am-slider-slide .am-slides>.next,
.am-slider-slide .am-slides>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.am-slider-slide .am-slides>.next {
	left: 100%
}

.am-slider-slide .am-slides>.prev {
	left: -100%
}

.am-slider-slide .am-slides>.next.left,
.am-slider-slide .am-slides>.prev.right {
	left: 0
}

.am-slider-slide .am-slides>.active.left {
	left: -100%
}

.am-slider-slide .am-slides>.active.right {
	left: 100%
}

.am-slider-default {
	margin: 0 0 20px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
	box-shadow: 0 0 2px rgba(0, 0, 0, .15)
}

.am-slider-default .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-default .am-viewport {
	max-height: 300px
}

.am-slider-default .carousel li {
	margin-right: 5px
}

.am-slider-default .am-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	width: 32px;
	height: 32px;
	margin: -18px 0 0;
	overflow: hidden;
	opacity: .45;
	cursor: pointer;
	color: rgba(0, 0, 0, .65);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-slider-default .am-direction-nav a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;background: url(you.png);background-size:100% 100%;
	transform: translate(0, 0);
	width: 100%;
	color: #eee;
	
	font-size: 24px!important;
	text-align: center;
	line-height: 32px!important;
	height: 32px
}

.am-slider-default .am-direction-nav a:before,
.am-slider-default .am-pauseplay a::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	text-rendering: auto;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif
}

.am-slider-default .am-direction-nav a.am-next:before {

}

.am-slider-default .am-direction-nav .am-prev {
	left: 10px;background: url(zuo.png);background-size:100% 100%;
}

.am-slider-default .am-direction-nav .am-next {
	right: 10px;
	text-align: right;background: url(you.png);background-size:100% 100%;
}

.am-slider-default .am-direction-nav .am-disabled {
	opacity: 0!important;
	cursor: default
}

.am-slider-default:hover .am-prev {
	opacity: .7;
	left: 10px
}

.am-slider-default:hover .am-prev:hover {
	opacity: 1
}

.am-slider-default:hover .am-next {
	opacity: .7;
	right: 10px
}

.am-slider-default:hover .am-next:hover {
	opacity: 1
}

.am-slider-default .am-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}

.am-slider-default .am-pauseplay a::before {
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
	font-size: 20px;
	display: inline-block;
	content: "\f04c"
}

.am-modal-btn.am-modal-btn-bold,
.am-modal-hd {
	font-weight: 500
}

.am-slider-default .am-pauseplay a:hover {
	opacity: 1
}

.am-slider-default .am-pauseplay a.am-play::before {
	content: "\f04b"
}

.am-slider-default .am-slider-desc {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	color: #fff
}

.am-slider-default .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: -15px;
	text-align: center
}

.am-slider-default .am-control-nav li {
	margin: 0 6px;
	display: inline-block
}

.am-slider-default .am-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background-color: #666;
	background-color: rgba(0, 0, 0, .5);
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.am-slider-default .am-control-nav li a:hover {
	background-color: #eee;
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-default .am-control-nav li a.am-active {
	background-color: #122369;
	cursor: default
}

.am-slider-default .am-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.am-slider-default .am-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.am-slider-default .am-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer
}

.am-slider-default .am-control-thumbs img:hover {
	opacity: 1
}

.am-slider-default .am-control-thumbs .am-active {
	opacity: 1;
	cursor: default
}

.am-slider-default .am-control-thumbs i {
	position: absolute
}

.am-modal {
	width: 270px;
	position: fixed;
	display: none;
	z-index: 1110;
	left: 50%;
	margin-left: -135px;
	margin-top: 0;
	top: 50%;
	text-align: center;
	border-radius: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(1.185);
	transform: translate3d(0, 0, 0) scale(1.185);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.am-modal:focus {
	outline: 0
}

.am-modal.am-modal-active {
	opacity: 1;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

.am-modal.am-modal-out {
	opacity: 0;
	z-index: 1109;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0) scale(.815);
	transform: translate3d(0, 0, 0) scale(.815)
}

@media only screen and (min-width:641px) {
	.am-modal {
		width: 540px;
		margin-left: -270px
	}
}

.am-modal-dialog {
	border-radius: 0;
	background: #f8f8f8
}

.am-modal-hd {
	padding: 15px 10px 5px;
	font-size: 1.8rem
}

.am-modal-hd+.am-modal-bd {
	padding-top: 0
}

.am-modal-hd .am-close {
	position: absolute;
	top: 4px;
	right: 4px
}

.am-modal-bd {
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid #dedede;
	border-radius: 2px 2px 0 0
}

.am-modal-bd+.am-modal-bd {
	margin-top: 5px
}

.am-modal-prompt-input {
	display: block;
	margin: 5px auto 0;
	border-radius: 0;
	padding: 5px;
	line-height: 1.8rem;
	width: 80%;
	border: 1px solid #dedede;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

.am-modal-prompt-input:focus {
	outline: 0;
	border-color: #d6d6d6
}

.am-modal-footer {
	height: 44px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-collapse: collapse
}

.am-modal-btn {
	display: table-cell!important;
	padding: 0 5px;
	height: 44px;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	line-height: 44px;
	text-align: center;
	color: #122369;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #dedede
}

.am-modal-btn:first-child {
	border-radius: 0
}

.am-modal-btn:last-child {
	border-right: none;
	border-radius: 0
}

.am-modal-btn:first-child:last-child {
	border-radius: 0
}

.am-modal-btn:active {
	background: #d4d4d4
}

.am-modal-btn+.am-modal-btn {
	border-left: 1px solid #dedede
}

.am-modal-no-btn .am-modal-dialog {
	border-radius: 0;
	border-bottom: none
}

.am-modal-no-btn .am-modal-bd {
	border-bottom: none
}

.am-modal-no-btn .am-modal-footer {
	display: none
}

.am-modal-loading .am-modal-bd {
	border-bottom: none
}

.am-modal-loading .am-icon-spin {
	display: inline-block;
	font-size: 2.4rem
}

.am-modal-loading .am-modal-footer {
	display: none
}

.am-modal-actions-group .am-list>li,
.am-modal-actions-group .am-list>li>a {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.am-modal-actions {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1110;
	width: 100%;
	text-align: center;
	border-radius: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms
}

.am-modal-actions.am-modal-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-modal-actions.am-modal-out {
	z-index: 1109;
	transform: translateY(100%)
}

.am-modal-actions.am-modal-out,
.am-popup {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%)
}

.am-modal-actions-group {
	margin: 10px
}

.am-modal-actions-group .am-list {
	margin: 0;
	border-radius: 0
}

.am-modal-actions-group .am-list>li {
	margin-bottom: 0;
	border-bottom: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015)
}

.am-modal-actions-group .am-list>li>a {
	padding: 1rem
}

.am-modal-actions-group .am-list>li:first-child {
	border-top: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.am-modal-actions-group .am-list>li:last-child {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.am-modal-actions-header {
	padding: 1rem;
	color: #999;
	font-size: 1.4rem
}

.am-modal-actions-danger {
	color: #dd514c
}

.am-modal-actions-danger a {
	color: inherit
}

.am-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1110;
	background: #fff;
	display: none;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transform: translateY(100%)
}

.am-popup.am-modal-active,
.am-popup.am-modal-out {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms
}

.am-popup.am-modal-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-popup.am-modal-out {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

@media all and (min-width:630px) and (min-height:630px) {
	.am-popup {
		width: 630px;
		height: 630px;
		left: 50%;
		top: 50%;
		margin-left: -315px;
		margin-top: -315px;
		-webkit-transform: translateY(1024px);
		-ms-transform: translateY(1024px);
		transform: translateY(1024px)
	}
	.am-popup.am-modal-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.am-popup.am-modal-out {
		-webkit-transform: translateY(1024px);
		-ms-transform: translateY(1024px);
		transform: translateY(1024px)
	}
}

.am-popup-inner {
	padding-top: 44px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.am-popup-hd {
	position: fixed;
	top: 0;
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #dedede;
	background-color: #fff
}

.am-popup-hd .am-popup-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	margin: 0 30px;
	color: #eee;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.am-share-title,
label.am-checkbox,
label.am-radio {
	font-weight: 400
}

.am-popup-hd .am-close {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #999
}

.am-popup-hd .am-close:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #555
}

.am-popup-bd {
	padding: 15px;
	background: #f8f8f8;
	color: #555
}

.am-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1090;
	background: rgba(0, 0, 0, .15)
}

.am-offcanvas.am-active {
	display: block
}

.am-offcanvas-page {
	position: fixed;
	-webkit-transition: margin-left .3s ease-in-out;
	transition: margin-left .3s ease-in-out
}

.am-offcanvas-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1091;
	width: 270px;
	max-width: 100%;
	background: #333;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.am-offcanvas-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #262626
}

.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.am-offcanvas-bar-flip {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.am-offcanvas-bar-flip:after {
	right: auto;
	left: 0
}

.am-offcanvas-content {
	padding: 15px;
	color: #999
}

.am-offcanvas-content a {
	color: #ccc
}

.am-popover {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border-radius: 0;
	background: #333;
	color: #fff;
	border: 1px solid #333;
	display: none;
	font-size: 1.6rem;
	z-index: 1030;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms
}

.am-popover.am-active {
	display: block!important;
	opacity: 1
}

.am-popover-inner {
	position: relative;
	background: #333;
	padding: 8px;
	z-index: 110
}

.am-popover-caret {
	position: absolute;
	top: 0;
	z-index: 100;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	overflow: hidden
}

.am-popover-top .am-popover-caret {
	top: auto;
	bottom: -8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.am-popover-bottom .am-popover-caret {
	top: -8px
}

.am-popover-bottom .am-popover-caret,
.am-popover-top .am-popover-caret {
	left: 50%;
	margin-left: -8px
}

.am-popover-left .am-popover-caret {
	left: auto;
	right: -12px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-popover-right .am-popover-caret {
	right: auto;
	left: -12px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.am-popover-left .am-popover-caret,
.am-popover-right .am-popover-caret {
	top: 50%;
	margin-top: -4px
}

.am-popover-sm {
	font-size: 1.4rem
}

.am-popover-sm .am-popover-inner {
	padding: 5px
}

.am-popover-lg {
	font-size: 1.8rem
}

.am-popover-primary {
	border-color: #122369
}

.am-popover-primary .am-popover-inner {
	background: #122369
}

.am-popover-primary .am-popover-caret {
	border-bottom-color: #122369
}

.am-popover-secondary {
	border-color: #3bb4f2
}

.am-popover-secondary .am-popover-inner {
	background: #3bb4f2
}

.am-popover-secondary .am-popover-caret {
	border-bottom-color: #3bb4f2
}

.am-popover-success {
	border-color: #5eb95e
}

.am-popover-success .am-popover-inner {
	background: #5eb95e
}

.am-popover-success .am-popover-caret {
	border-bottom-color: #5eb95e
}

.am-popover-warning {
	border-color: #f37b1d
}

.am-popover-warning .am-popover-inner {
	background: #f37b1d
}

.am-popover-warning .am-popover-caret {
	border-bottom-color: #f37b1d
}

.am-popover-danger {
	border-color: #dd514c
}

.am-popover-danger .am-popover-inner {
	background: #dd514c
}

.am-popover-danger .am-popover-caret {
	border-bottom-color: #dd514c
}

#nprogress {
	pointer-events: none
}

#nprogress .nprogress-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 2px;
	background: #5eb95e
}

#nprogress .nprogress-peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	-webkit-box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
	box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px)
}

#nprogress .nprogress-spinner {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 2000;
	display: block
}

#nprogress .nprogress-spinner-icon {
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-top-color: #5eb95e;
	border-left-color: #5eb95e;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.am-tabs-bd {
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 100;
	-webkit-transition: height .3s;
	transition: height .3s
}

.am-tabs-bd .am-tab-panel {
	position: absolute;
	top: 0;
	z-index: 99;
	float: left;
	width: 100%;
	padding: 10px 10px 15px;
	visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.am-tabs-bd .am-tab-panel * {
	-webkit-user-drag: none
}

.am-tabs-bd .am-tab-panel.am-active {
	position: relative;
	z-index: 100;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.am-tabs-bd .am-tab-panel.am-active~.am-tab-panel {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.am-tabs-bd .am-tabs-bd {
	border: none
}

.am-tabs-fade .am-tab-panel {
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear
}

.am-tabs-fade .am-tab-panel.am-in {
	opacity: 1
}

.am-share {
	font-size: 14px
}

.am-share-title {
	padding: 10px 0 0;
	margin: 0 10px;
	text-align: center;
	color: #555;
	background-color: #f8f8f8;
	border-bottom: 1px solid #fff;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.am-share-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	margin-top: 10px;
	border-bottom: 1px solid #dfdfdf
}

.am-share-sns {
	margin: 0 10px;
	padding-top: 15px;
	background-color: #f8f8f8;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.am-share-sns li {
	margin-bottom: 15px
}

.am-share-sns a {
	display: block;
	color: #555
}

.am-share-sns span {
	display: block
}

.am-share-sns [class*=am-icon] {
	background-color: #3bb4f2;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px
}

.am-share-sns .am-icon-weibo {
	background-color: #ea1328
}

.am-share-sns .am-icon-qq {
	background-color: #009cda
}

.am-share-sns .am-icon-star {
	background-color: #ffc028
}

.am-share-sns .am-icon-tencent-weibo {
	background-color: #23ccfe
}

.am-share-sns .am-icon-wechat,
.am-share-sns .am-icon-weixin {
	background-color: #44b549
}

.am-share-sns .am-icon-renren {
	background-color: #105ba3
}

.am-share-sns .am-icon-comment {
	background-color: #5eb95e
}

.am-share-footer {
	margin: 10px
}

.am-share-footer .am-btn {
	color: #555
}

.am-share-wechat-qr {
	font-size: 14px;
	color: #777
}

.am-share-wechat-qr .am-modal-dialog {
	background-color: #fff;
	border: 1px solid #dedede
}

.am-share-wechat-qr .am-modal-hd {
	padding-top: 10px;
	text-align: left;
	margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wx-qr {
	margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wechat-tip {
	text-align: left
}

.am-share-wechat-qr .am-share-wechat-tip em {
	color: #dd514c;
	font-weight: 700;
	font-style: normal;
	margin-left: 3px;
	margin-right: 3px
}

.am-pureview {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1120;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .95);
	display: none;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.am-pureview-slider .am-pinch-zoom,
.am-pureview-slider li {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.am-pureview.am-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.am-pureview ol,
.am-pureview ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}

.am-pureview-slider {
	overflow: hidden;
	height: 100%
}

.am-pureview-slider li {
	position: absolute;
	height: 100%;
	top: 0;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 100;
	visibility: hidden
}

.am-pureview-slider li.am-pureview-slide-prev {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	z-index: 109
}

.am-pureview-slider li.am-pureview-slide-next {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	z-index: 109
}

.am-pureview-slider li.am-active {
	position: relative;
	z-index: 110;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible
}

.am-pureview-slider .pinch-zoom-container {
	width: 100%;
	z-index: 1121
}

.am-pureview-slider .am-pinch-zoom {
	position: relative;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.am-pureview-slider .am-pinch-zoom:after {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
	font-size: 24px;
	line-height: 24px;
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 1
}

.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
	display: none
}

.am-pureview-slider img {
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	z-index: 200;
	-webkit-user-drag: none;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in
}

.am-pureview-slider img.am-img-loaded {
	opacity: 1
}

.am-pureview-direction {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -18px!important;
	z-index: 1122
}

.am-pureview-only .am-pureview-direction,
.am-touch .am-pureview-direction {
	display: none
}

.am-pureview-direction li {
	position: absolute;
	width: 36px;
	height: 36px
}

.am-pureview-direction a {
	display: block;
	height: 36px;
	border: none;
	color: #ccc;
	opacity: .5;
	cursor: pointer;
	text-align: center;
	z-index: 1125
}

.am-pureview-actions,
.am-pureview-bar {
	position: absolute;
	height: 45px;
	background-color: rgba(0, 0, 0, .35)
}

.am-pureview-direction a:before {
	content: "\f137";
	line-height: 36px;
	font-size: 24px
}

.am-pureview-direction a:hover {
	opacity: 1
}

.am-pureview-direction .am-pureview-prev {
	left: 15px
}

.am-pureview-direction .am-pureview-next {
	right: 15px
}

.am-pureview-direction .am-pureview-next a:before {
	content: "\f138"
}

.am-pureview-bar {
	bottom: 0;
	width: 100%;
	color: #eee;
	line-height: 45px;
	padding: 0 10px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.am-pureview-bar .am-pureview-title {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 6px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.am-pureview-bar .am-pureview-total {
	font-size: 10px;
	line-height: 48px
}

.am-pureview-actions {
	left: 0;
	right: 0;
	top: 0
}

.am-pureview-actions a {
	position: absolute;
	left: 10px;
	color: #ccc;
	display: block;
	width: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px
}

.am-pureview-actions a:hover {
	color: #fff
}

.am-pureview-actions [data-am-toggle=share] {
	left: auto;
	right: 10px
}

.am-pureview-actions,
.am-pureview-bar {
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s;
	z-index: 1130
}

.am-pureview-bar-active .am-pureview-actions,
.am-pureview-bar-active .am-pureview-bar {
	opacity: 1
}

.am-checkbox .am-icon-checked,
.am-checkbox-inline .am-icon-checked,
.am-radio .am-icon-checked,
.am-radio-inline .am-icon-checked,
.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.am-pureview-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1131
}

.am-pureview-bar-active .am-pureview-nav {
	display: none
}

.am-pureview-nav li {
	display: inline-block;
	background: #ccc;
	background: rgba(255, 255, 255, .5);
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer
}

.am-pureview-nav .am-active {
	background: #fff;
	background: rgba(255, 255, 255, .9)
}

[data-am-pureview] img {
	cursor: pointer
}

.am-pureview-active {
	overflow: hidden
}

.ath-viewport * {
	box-sizing: border-box
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.ath-container,
.ath-modal {
	pointer-events: auto!important
}

.ath-modal {
	background: rgba(0, 0, 0, .6)
}

.ath-mandatory {
	background: #000
}

.ath-container {
	position: absolute;
	z-index: 2147483641;
	padding: .7em .6em;
	width: 18em;
	background: #eee;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-box-shadow: 0 .2em 0 #d1d1d1;
	box-shadow: 0 .2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center
}

.ath-action-icon,
.ath-container:before {
	background-position: 50%;
	background-repeat: no-repeat;
	overflow: hidden
}

.ath-container small {
	font-size: .8em;
	line-height: 1.3em;
	display: block;
	margin-top: .5em
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em
}

.ath-ios7.ath-tablet {
	left: .7em;
	top: 1.8em
}

.ath-ios8.ath-tablet {
	right: .4em;
	top: 1.8em
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em
}

.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -.7em -.6em 0 .5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255, 255, 255, .8);
	-webkit-background-size: 50% 50%;
	background-size: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	color: #a33;
	z-index: 2147483642
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none
}

.ath-mandatory .ath-container:before {
	display: none
}

.ath-container.ath-android:before {
	float: left;
	margin: -.7em .5em 0 -.6em
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none
}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999em
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image: url(data:image/png;base64,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);
	margin-top: -.3em;
	-webkit-background-size: auto 100%;
	background-size: auto 100%
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image: url(data:image/png;base64,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);
	margin-bottom: .4em;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 .1em 0 #fff;
	font-size: 1.1em
}

.ath-ios.ath-phone:after {
	bottom: -.9em;
	transform: scaleX(.9) rotate(45deg);
	-webkit-box-shadow: .2em .2em 0 #d1d1d1;
	box-shadow: .2em .2em 0 #d1d1d1
}

.ath-ios.ath-phone:after,
.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg)
}

.ath-ios.ath-tablet:after {
	top: -.9em;
	transform: scaleX(.9) rotate(45deg);
	z-index: 2147483641
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto .2em;
	height: 6em;
	width: 6em;
	z-index: 2147483642
}

.am-ucheck-checkbox,
.am-ucheck-icons,
.am-ucheck-radio {
	position: absolute;
	width: 20px;
	left: 0;
	top: 0;
	height: 20px
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	-webkit-box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 rgba(255, 255, 255, .5);
	box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 rgba(255, 255, 255, .5);
	margin: 0 auto .4em
}

@media only screen and (orientation:landscape) {
	.ath-container.ath-phone {
		width: 24em
	}
	.ath-android.ath-phone,
	.ath-ios.ath-phone {
		margin-left: -12em
	}
	.ath-ios6:after {
		left: 39%
	}
	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: .4em;
		top: 1.8em
	}
	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -.9em;
		left: 68%;
		z-index: 2147483641;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.am-checkbox,
.am-checkbox-inline,
.am-radio,
.am-radio-inline {
	padding-left: 22px;
	position: relative;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	font-size: 14px;
	line-height: 1.5
}

.am-ucheck-icons {
	color: #999;
	display: block;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	cursor: pointer
}

.am-checkbox .am-icon-checked,
.am-checkbox .am-icon-unchecked,
.am-checkbox-inline .am-icon-checked,
.am-checkbox-inline .am-icon-unchecked,
.am-radio .am-icon-checked,
.am-radio .am-icon-unchecked,
.am-radio-inline .am-icon-checked,
.am-radio-inline .am-icon-unchecked {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-table;
	margin: 0;
	background-color: transparent;
	-webkit-transition: color .25s linear;
	transition: color .25s linear
}

.am-checkbox .am-icon-checked:before,
.am-checkbox .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-checked:before,
.am-checkbox-inline .am-icon-unchecked:before,
.am-radio .am-icon-checked:before,
.am-radio .am-icon-unchecked:before,
.am-radio-inline .am-icon-checked:before,
.am-radio-inline .am-icon-unchecked:before {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.am-checkbox .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before {
	content: "\f046"
}

.am-checkbox .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before {
	content: "\f096"
}

.am-radio .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before {
	content: "\f192"
}

.am-radio .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked:before {
	content: "\f10c"
}

.am-ucheck-checkbox,
.am-ucheck-radio {
	margin: 0;
	padding: 0;
	opacity: 0;
	outline: 0!important
}

.am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-ucheck-radio:checked+.am-ucheck-icons,
.am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #122369
}

.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked {
	opacity: 1
}

.am-ucheck-checkbox:disabled+.am-ucheck-icons,
.am-ucheck-radio:disabled+.am-ucheck-icons {
	cursor: default;
	color: #d8d8d8
}

.am-ucheck-checkbox:disabled:checked+.am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:disabled:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.am-ucheck-checkbox:disabled:checked+.am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:disabled:checked+.am-ucheck-icons .am-icon-checked {
	opacity: 1;
	color: #d8d8d8
}

.am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #3bb4f2
}

.am-checkbox-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #5eb95e
}

.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #f37b1d
}

.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-field-error+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #dd514c
}

.am-field-valid+.am-ucheck-icons {
	color: #5eb95e
}

.am-selected {
	width: 200px
}

.am-selected-btn {
	width: 100%;
	padding-left: 10px;
	text-align: right
}

.am-selected-btn.am-btn-default {
	background: 0 0
}

.am-selected-header {
	height: 45px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	display: none
}

.am-selected-list .am-selected-text,
.am-selected-status {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.am-selected-status {
	text-align: left;
	width: 100%
}

.am-selected-content {
	padding: 10px 0
}

.am-selected-search {
	padding: 0 10px 10px
}

.am-selected-search .am-form-field {
	padding: .5em
}

.am-selected-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5rem
}

.am-selected-list li {
	position: relative;
	cursor: pointer;
	padding: 5px 10px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s
}

.am-selected-list li:hover {
	background-color: #f8f8f8
}

.am-selected-list li:hover .am-icon-check {
	opacity: .6
}

.am-selected-list li.am-checked .am-icon-check {
	opacity: 1;
	color: #122369
}

.am-selected-list li.am-disabled {
	opacity: .5;
	pointer-events: none;
	cursor: not-allowed
}

.am-selected-list .am-selected-list-header {
	margin-top: 8px;
	font-size: 1.3rem;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	cursor: default
}

.am-selected-list .am-selected-list-header:hover {
	background: 0 0
}

.am-selected-list .am-selected-list-header:first-child {
	margin-top: 0
}

.am-selected-list .am-selected-text {
	margin-right: 30px
}

.am-selected-list .am-icon-check {
	position: absolute;
	right: 8px;
	top: 5px;
	color: #999;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.am-selected-hint {
	line-height: 1.2;
	color: #dd514c
}

.am-selected-hint:not(:empty) {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	padding: 10px 10px 0
}

.am-selected-placeholder {
	opacity: .65
}

.am-fade {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.am-fade.am-in {
	opacity: 1
}

.am-collapse {
	display: none
}

.am-collapse.am-in {
	display: block
}

tr.am-collapse.am-in {
	display: table-row
}

tbody.am-collapse.am-in {
	display: table-row-group
}

.am-datepicker,
.am-dimmer {
	top: 0;
	left: 0;
	display: none
}

.am-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .3s ease;
	transition: height .3s ease
}

.am-sticky {
	position: fixed!important;
	z-index: 1010;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

[data-am-sticky][class*=am-animation-] {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.am-dimmer-active {
	overflow: hidden
}

.am-dimmer {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1100;
	opacity: 0
}

.am-dimmer.am-active {
	opacity: 1
}

[data-am-collapse] {
	cursor: pointer
}

.am-datepicker {
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 238px;
	color: #555
}

.am-datepicker table {
	width: 100%
}

.am-datepicker tr.am-datepicker-header {
	font-size: 1.6rem;
	color: #fff;
	background: #3bb4f2
}

.am-datepicker td,
.am-datepicker th {
	text-align: center;
	font-weight: 400;
	cursor: pointer
}

.am-datepicker th {
	height: 48px
}

.am-datepicker td {
	font-size: 1.4rem
}

.am-datepicker td.am-datepicker-day {
	height: 34px;
	width: 34px
}

.am-datepicker td.am-datepicker-day:hover {
	background: #f0f0f0;
	height: 34px;
	width: 34px
}

.am-datepicker td.am-datepicker-day.am-disabled {
	cursor: no-drop;
	color: #999;
	background: #fafafa
}

.am-datepicker td.am-datepicker-new,
.am-datepicker td.am-datepicker-old {
	color: #89d7ff
}

.am-datepicker td.am-active,
.am-datepicker td.am-active:hover {
	border-radius: 0;
	color: #0084c7;
	background: #f0f0f0
}

.am-datepicker td span {
	display: block;
	width: 79.33px;
	height: 40px;
	line-height: 40px;
	float: left;
	cursor: pointer
}

.am-datepicker td span:hover {
	background: #f0f0f0
}

.am-datepicker td span.am-active {
	color: #0084c7;
	background: #f0f0f0
}

.am-datepicker td span.am-disabled {
	cursor: no-drop;
	color: #999;
	background: #fafafa
}

.am-datepicker-next-icon:hover,
.am-datepicker-prev-icon:hover,
.am-datepicker-select:hover {
	color: #0c80ba;
	background: rgba(154, 217, 248, .5)
}

.am-datepicker td span.am-datepicker-old {
	color: #89d7ff
}

.am-datepicker .am-datepicker-dow {
	height: 40px;
	color: #0c80ba
}

.am-datepicker-caret {
	display: block!important;
	display: inline-block;
	border-bottom: 7px solid #3bb4f2;
	border-top: 0 dotted;
	transform: rotate(360deg);
	position: absolute;
	top: -7px;
	left: 6px
}

.am-datepicker-caret,
.am-datepicker-up .am-datepicker-caret {
	vertical-align: middle;
	height: 0;
	width: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg)
}

.am-datepicker-right .am-datepicker-caret {
	left: auto;
	right: 7px
}

.am-datepicker-up .am-datepicker-caret {
	top: auto;
	bottom: -7px;
	display: inline-block;
	border-top: 7px solid #fff;
	border-bottom: 0 dotted;
	transform: rotate(360deg)
}

.am-datepicker-select {
	text-align: center;
	transition: background-color 300ms ease-out
}

.am-datepicker-next-icon,
.am-datepicker-prev-icon,
.am-datepicker-select {
	height: 34px;
	line-height: 34px;
	-webkit-transition: background-color 300ms ease-out
}

.am-datepicker-next,
.am-datepicker-prev {
	width: 34px;
	height: 34px
}

.am-datepicker-next-icon,
.am-datepicker-prev-icon {
	width: 34px;
	display: inline-block;
	transition: background-color 300ms ease-out
}

.am-datepicker-prev-icon:before {
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	content: "\f053"
}

.am-datepicker-next-icon:before,
.am-datepicker-prev-icon:before {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif
}

.am-datepicker-next-icon:before {
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	content: "\f054"
}

.am-datepicker-dropdown {
	position: absolute;
	z-index: 1120
}

@media only screen and (max-width:640px) {
	.am-datepicker {
		width: 100%
	}
	.am-datepicker td span {
		width: 33.33%
	}
	.am-datepicker-caret {
		display: none!important
	}
	.am-datepicker-next,
	.am-datepicker-prev {
		width: 44px;
		height: 44px
	}
}

.am-datepicker-date,
.am-datepicker>div {
	display: block
}

.am-datepicker-success tr.am-datepicker-header {
	background: #5eb95e
}

.am-datepicker-success td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-success td.am-datepicker-new,
.am-datepicker-success td.am-datepicker-old {
	color: #94df94
}

.am-datepicker-success td.am-active,
.am-datepicker-success td.am-active:hover {
	color: #1b961b
}

.am-datepicker-success td span.am-datepicker-old {
	color: #94df94
}

.am-datepicker-success td span.am-active {
	color: #1b961b
}

.am-datepicker-success .am-datepicker-caret {
	border-bottom-color: #5eb95e
}

.am-datepicker-success .am-datepicker-dow {
	color: #367b36
}

.am-datepicker-success .am-datepicker-next-icon:hover,
.am-datepicker-success .am-datepicker-prev-icon:hover,
.am-datepicker-success .am-datepicker-select:hover {
	background: rgba(165, 216, 165, .5);
	color: #367b36
}

.am-datepicker-danger tr.am-datepicker-header {
	background: #dd514c
}

.am-datepicker-danger td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-danger td.am-datepicker-new,
.am-datepicker-danger td.am-datepicker-old {
	color: #f59490
}

.am-datepicker-danger td.am-active,
.am-datepicker-danger td.am-active:hover {
	color: #c10802
}

.am-datepicker-danger td span.am-datepicker-old {
	color: #f59490
}

.am-datepicker-danger td span.am-active {
	color: #c10802
}

.am-datepicker-danger .am-datepicker-caret {
	border-bottom-color: #dd514c
}

.am-datepicker-danger .am-datepicker-dow {
	color: #a4241f
}

.am-datepicker-danger .am-datepicker-next-icon:hover,
.am-datepicker-danger .am-datepicker-prev-icon:hover,
.am-datepicker-danger .am-datepicker-select:hover {
	background: rgba(237, 164, 162, .5);
	color: #a4241f
}

.am-datepicker-warning tr.am-datepicker-header {
	background: #f37b1d
}

.am-datepicker-warning td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-warning td.am-datepicker-new,
.am-datepicker-warning td.am-datepicker-old {
	color: #ffad6d
}

.am-datepicker-warning td.am-active,
.am-datepicker-warning td.am-active:hover {
	color: #aa4b00
}

.am-datepicker-warning td span.am-datepicker-old {
	color: #ffad6d
}

.am-datepicker-warning td span.am-active {
	color: #aa4b00
}

.am-datepicker-warning .am-datepicker-caret {
	border-bottom-color: #f37b1d
}

.am-datepicker-warning .am-datepicker-dow {
	color: #a14c09
}

.am-datepicker-warning .am-datepicker-next-icon:hover,
.am-datepicker-warning .am-datepicker-prev-icon:hover,
.am-datepicker-warning .am-datepicker-select:hover {
	background: rgba(248, 180, 126, .5);
	color: #a14c09
}

.am-datepicker>div span.am-datepicker-hour {
	width: 59.5px
}

.am-datepicker-date.am-input-group {
	display: table
}

.am-datepicker-time-box em,
.am-datepicker-time-box strong {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 5.2rem
}

.am-datepicker-time-box {
	padding: 30px 0
}

.am-datepicker-time-box strong {
	width: 70px;
	font-weight: 400
}

.am-datepicker-time-box strong:hover {
	border-radius: 4px;
	background: #ECECEC
}

.am-datepicker-time-box em {
	width: 20px;
	font-style: normal
}

.am-datepicker-toggle {
	text-align: center;
	cursor: pointer;
	padding: 10px 0
}

.am-datepicker-toggle:hover {
	background: #f0f0f0
}

