/*! Amaze UI v2.7.2 | by Amaze UI Team | (c) 2016 AllMobilize, Inc. | Licensed under MIT | 2016-08-17T16:17:24+0800 */




.am-slider-default .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0, 0, 0, .7)
}

.am-slider-default .am-control-nav li a.am-active {
	background-color: #000;
	background-color: #0e90d2;
	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 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1110;
	display: none;
	opacity: 0;
	outline: 0;
	text-align: center;
	-webkit-transform: scale(1.185);
	-ms-transform: scale(1.185);
	transform: scale(1.185);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.am-modal:focus {
	outline: 0
}

.am-modal.am-modal-active {
	opacity: 1;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow-x: hidden;
	overflow-y: auto
}

.am-modal.am-modal-out {
	opacity: 0;
	z-index: 1109;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: scale(.815);
	-ms-transform: scale(.815);
	transform: scale(.815)
}

.am-modal:before {
	content: "\200B";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.am-modal-dialog {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	border-radius: 0;
	background: #f8f8f8
}

@media only screen and (min-width:641px) {
	.am-modal-dialog {

	}
}

.am-modal-hd {
	padding: 15px 10px 5px 10px;
	font-size: 1.8rem;
	font-weight: 500
}

.am-modal-hd+.am-modal-bd {
	padding-top: 0
}

.am-modal-hd .am-close {
	position: absolute;
	top: -16px;
	right: -14px;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	line-height: 30px;
	color: #666;
}

.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 auto;
	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;
	font-size: 1.6rem;
	line-height: 44px;
	text-align: center;
	color: #0e90d2;
	display: block;
	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.am-modal-btn-bold {
	font-weight: 500
}

.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 {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1110;
	width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	border-radius: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.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;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	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;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-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;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.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: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.am-popup.am-modal-active,
.am-popup.am-modal-out {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.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: absolute;
	top: 0;
	z-index: 1000;
	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: #333;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.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: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-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: 1150;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.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 {
	top: auto;
	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: #0e90d2
}

.am-popover-primary .am-popover-inner {
	background: #0e90d2
}

.am-popover-primary .am-popover-caret {
	border-bottom-color: #0e90d2
}

.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: solid 2px transparent;
	border-top-color: #5eb95e;
	border-left-color: #5eb95e;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s 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:after,
.am-tabs-bd:before {
	content: " ";
	display: table
}

.am-tabs-bd:after {
	clear: both
}

.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: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-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-bd-ofv {
	overflow: visible
}

.am-tabs-bd-ofv>.am-tab-panel {
	display: none
}

.am-tabs-bd-ofv>.am-tab-panel.am-active {
	display: block
}

.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;
	font-weight: 400;
	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: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.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;
	width: 100%;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	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;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	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;
	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: "\f110";
	-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-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 {
	position: absolute;
	bottom: 0;
	height: 45px;
	width: 100%;
	background-color: rgba(0, 0, 0, .35);
	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 {
	position: absolute;
	z-index: 1130;
	left: 0;
	right: 0;
	top: 0;
	height: 45px;
	background-color: rgba(0, 0, 0, .35)
}

.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-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 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0, 0, 0, .6)
}

.ath-mandatory {
	background: #000
}

.ath-container {
	pointer-events: auto !important;
	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-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%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	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;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden
}

.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 {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	-webkit-box-shadow: .2em .2em 0 #d1d1d1;
	box-shadow: .2em .2em 0 #d1d1d1
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	z-index: 2147483641
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto .2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642
}

.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 auto
}

@media only screen and (orientation:landscape) {
	.ath-container.ath-phone {
		width: 24em
	}

	.ath-android.ath-phone {
		margin-left: -12em
	}

	.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
}

label.am-checkbox,
label.am-radio {
	font-weight: 400
}

.am-ucheck-icons {
	color: #999;
	display: block;
	height: 20px;
	top: 0;
	left: 0;
	position: absolute;
	width: 20px;
	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,
.am-checkbox-inline .am-icon-checked,
.am-radio .am-icon-checked,
.am-radio-inline .am-icon-checked {
	opacity: 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 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	opacity: 0;
	outline: 0 !important
}

.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,
.am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #0e90d2
}

.am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-ucheck-radio:checked+.am-ucheck-icons {
	color: #0e90d2
}

.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #3bb4f2
}

.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #5eb95e
}

.am-checkbox-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #5eb95e
}

.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #F37B1D
}

.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #F37B1D
}

.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.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:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #dd514c
}

.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:checked+.am-ucheck-icons {
	color: #dd514c
}

.am-field-error+.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-invalid .am-selected-btn {
	border-color: #dd514c
}

.am-selected-header {
	height: 45px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	display: none
}

.am-selected-status {
	text-align: left;
	width: 100%;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.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: #0e90d2
}

.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 {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	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-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;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1100;
	opacity: 0
}

.am-dimmer.am-active {
	opacity: 1
}



@media (max-width: 1310px){
	.am-modal-no-btn .am-modal-dialog{
		position: absolute;
		top: 20%;
		left: 4%;
		margin-right: 4%;
	}
}



