[class*=am-icon-]:before {
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	transform: translate(0,0);
}

.am-pureview {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 11920;
	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 {
	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: 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;
	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;
	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-actions,.am-pureview-bar {
	height: 45px;
	background-color: rgba(0,0,0,.35);
	position: absolute
}

.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: 92%;
	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: none;
	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
}
@media (max-width: 960px){
		.ad3 img {
    width: 99%;
}}