﻿.un-underline {
	text-decoration : none;
	}
	.un-underline:hover {
	text-decoration : underline;
	}
	.scale {
	display : block;
	max-width : 100%;
	}
	.paw-carousel-wrap {
	position : relative;
	margin-bottom : 0;
	}
	.paw-carousel-wrap:after {
	content : "";
	display : table;
	clear : both;
	}
	.paw-carousel {
	position : relative;
	overflow : visible !important ;
	height : 370px;
	}
	.paw-carousel nav {
	position : absolute;
	top : 50%;
	margin-top : -25px;
	z-index : 999;
	width : 100%;
	}
	.paw-carousel-media {
	height : 100%;
	overflow : hidden;
	position : absolute;
	}
	.paw-carousel-item {
	display : inline;
	float : left;
	position : relative !important ;
	}
	.paw-carousel-item img {
	display : block;
	position : relative;
	z-index : 1;
	margin-right : 0;
	height : 597px;
	}
	.paw-carousel-item h3 {
	opacity : 0.7;
	position : absolute;
	z-index : 2;
	top : 10px;
	left : 10px;
	padding : 5px;
	font-size : 12px;
	font-weight : 600;
	line-height : 140%;
	background : #000;
	color : white;
	}
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9529px;
	}
	.paw-carousel-mask-r {
	right : -9529px;
	}
	@media (max-width: 1600px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9689px;
	}
	.paw-carousel-mask-r {
	right : -9689px;
	}
	}
	@media (max-width: 1440px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9769px;
	}
	.paw-carousel-mask-r {
	right : -9769px;
	}
	}
	@media (max-width: 1366px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9807px;
	}
	.paw-carousel-mask-r {
	right : -9807px;
	}
	.paw-carousel-item img {
	height : 480px;
	}
	}
	@media (max-width: 1280px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9849px;
	}
	.paw-carousel-mask-r {
	right : -9849px;
	}
	}
	@media (max-width: 1024px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9999px;
	}
	.paw-carousel-mask-r {
	right : -9999px;
	}
	.paw-carousel-item img {
	height : 420px;
	}
	}
	@media (max-width: 800px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9999px;
	}
	.paw-carousel-mask-r {
	right : -9999px;
	}
	.paw-carousel-item img {
	height : 320px;
	}
	}
	@media (max-width: 640px) {
	.paw-carousel-mask {
	position : absolute;
	height : 100%;
	width : 9999px;
	background : url(../images/trans-light.png);
	z-index : 102;
	top : 0;
	}
	.paw-carousel-mask-l {
	left : -9999px;
	}
	.paw-carousel-mask-r {
	right : -9999px;
	}
	.paw-carousel-item img {
	height : 240px;
	}
	}
	.paw-loading {
	z-index : 101;
	background-color : white;
	position : absolute;
	width : 100%;
	height : 100%;
	text-align : center;
	}
	.paw-loading .inner {
	position : absolute;
	top : 50%;
	width : 100%;
	margin-top : -30px;
	}
	.paw-loading p {
	margin-top : 5px;
	}
	.paw-carousel-prev, .paw-carousel-next {
	opacity : 0.7;
	transition-duration : 0.2s;
	position : absolute;
	top : 0;
	width : 50px;
	height : 50px;
	left : 20px;
	background : url(../images/arr-prev.png);
	z-index : 999;
	}
	.paw-carousel-prev:hover, .paw-carousel-next:hover {
	opacity : 0.9;
	}
	.paw-carousel-next {
	left : auto;
	right : 20px;
	background : url(../images/arr-next.png);
	z-index : 999;
	}
	#paw-carousel-thumbs {
	background-color : aqua;
	width : 100%;
	margin : -50px auto 0 auto;
	position : absolute;
	z-index : 999;
	}
	#paw-carousel-thumbs:after {
	content : "";
	display : table;
	clear : both;
	}
	#paw-carousel-thumbs li {
	margin-right : 10px;
	margin-top : 10px;
	display : block;
	border : white solid 2px;
	display : inline;
	}
	#paw-carousel-thumbs li:first-child {
	margin-right : 11px;
	}
	#paw-carousel-thumbs li:last-child {
	margin-right : 0;
	margin-left : 1px;
	}
	#paw-carousel-thumbs li:hover {
	border-color : #b9e8a6;
	cursor : pointer;
	}
	#paw-carousel-thumbs li.active {
	border-color : #79d355;
	}
	#paw-carousel-thumbs li img {
	display : block;
	}
	@media only screen and (max-width: 800px) {
	.paw-carousel {
	overflow : hidden !important ;
	}
	}