.skdslider{
 width:100%;
 position: relative;
 display: block;
 overflow:hidden;
 height:450px;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
	height:100%;
	border:0;
}

.skdslider ul.slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}


.skdslider ul.slide-navs li {
    float: left;
	/*background: url("image/slide-bg.png") no-repeat scroll 0 0 transparent;*/
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {
  /*background: url("image/slide-bg-active.png") no-repeat scroll 0 0 transparent;*/
}

.skdslider .slide-desc {
    /*background: url("image/slide_desc.png") repeat scroll 0 0 transparent;*/
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 15%;
    max-width: 85%;
	display:inline-block;
}
.skdslider .slide-desc > h2 {
    color: #CFDB0C;
    font-family: 'Oswald';
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p {
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.skdslider .slide-desc > p a.more {
    color:#990000;
	font-size:20px;
	text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover {
text-decoration:underline;
}

.skdslider a.prev{
    /*background: url("image/left.png") no-repeat scroll 0 0 transparent;*/
    background: transparent url(../../../palace/images/all-details.png) no-repeat scroll -21px -285px;
    width:35px;
    height:35px;
    display:block;
    cursor:pointer;
    position:absolute;
    top:50%;
    left: 0%;
    margin-top:-17px;
}

.skdslider a.next{
    /* background: url("image/right.png") no-repeat scroll 0 0 transparent; */
    background: transparent url(../../../palace/images/all-details.png) no-repeat scroll -54px -278px;
    width: 21px;
    height: 43px;
    display:block;
    cursor:pointer;
    position:absolute;
    top: 47%;
    right:2%;
    margin-top:-17px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play{
    /*background: url("image/play.png") no-repeat scroll center center transparent;*/
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.skdslider a.pause{
    /*background: url("image/pause.png") no-repeat scroll center center transparent;*/
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}
/*Some Responsive CSS */
@media screen and (max-width:767px) {
	.skdslider .slide-desc > h2 {
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.skdslider .slide-desc > p {
		font-size: 14px;
		line-height: 15px;
		margin-top: 5px;
	}
	.skdslider .slide-desc > p a.more {
		font-size:14px;
	}
}
.tune
{
	font-family:'Roboto Slab',serif
}
.tune .mmg-img
{
	-webkit-perspective:2000px;
	perspective:2000px;
	-webkit-perspective-origin:center;
	perspective-origin:center
}
.tune .mmg-icon-wrapper
{
	-webkit-transform:none;
	transform:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	overflow:hidden
}
.tune .mmg-wrapper
{
	-webkit-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-perspective:none;
	perspective:none;
	-webkit-perspective-origin:bottom;
	perspective-origin:bottom;
	height:100%;
	-webkit-transition:800ms ease-out 200ms;
	transition:800ms ease-out 200ms;
	-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(1,0,0,0);
	transform:rotate3d(1,0,0,0);
	z-index:0
}
.tune .mmg-hover .mmg-wrapper
{
	-webkit-transform:rotate3d(1,0,0,179.9deg);
	transform:rotate3d(1,0,0,179.9deg)
}
.tune .mmg-caption-wrapper
{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:100%;
	background-color:#ebebeb;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transform:translate3d(0,100%,0) rotate3d(1,0,0,-179.9deg);
	transform:translate3d(0,100%,0) rotate3d(1,0,0,-179.9deg);
	-webkit-transform-origin:top;
	transform-origin:top;
	z-index:0
}
.tune .mmg-caption-wrapper>span
{
	display:inline-block;
	height:100%;
	vertical-align:middle;
	z-index:1
}
.tune.mmg-edge .mmg-hover .mmg-wrapper
{
	-webkit-transform:rotate3d(1,0,0,180deg);
	transform:rotate3d(1,0,0,180deg)
}
.tune.mmg-edge .mmg-caption-wrapper
{
	-webkit-transform:translate3d(0,100%,0) rotate3d(1,0,0,-180deg);
	transform:translate3d(0,100%,0) rotate3d(1,0,0,-180deg)
}
.tune.mmg-mb .mmg-wrapper
{
	-webkit-transform-origin:bottom;
	transform-origin:bottom;
	-webkit-transform:translate3d(0,0,0) rotate3d(1,0,0,0);
	transform:translate3d(0,0,0) rotate3d(1,0,0,0);
	-webkit-transition:400ms ease-out 200ms;
	transition:400ms ease-out 200ms;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.tune.mmg-mb .mmg-hover .mmg-wrapper
{
	-webkit-transform:translate3d(0,-100%,0) rotate3d(1,0,0,179.9deg);
	transform:translate3d(0,-100%,0) rotate3d(1,0,0,179.9deg)
}
.tune.mmg-no3d .mmg-icon-wrapper,.tune.mmg-no3d .mmg-icon-container
{
	overflow:hidden;
	background-color:transparent
}
.tune.mmg-no3d .mmg-wrapper
{
	-webkit-transform-style:inherit;
	-ms-transform-style:inherit;
	transform-style:inherit;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-perspective:2000px;
	perspective:2000px;
	-webkit-perspective-origin:bottom;
	perspective-origin:bottom;
	height:100%;
	-webkit-transition:none;
	transition:none;
	-webkit-transform-origin:bottom;
	transform-origin:bottom;
	-webkit-transform:none;
	transform:none;
	z-index:0
}
.tune.mmg-no3d .mmg-shutter
{
	background-color:rgba(0,0,0,0)
}
.tune.mmg-no3d .mmg-hover .mmg-wrapper
{
	-webkit-transform:none;
	transform:none
}
.tune.mmg-no3d .mmg-icon-wrapper
{
	border-spacing:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:auto
}
.tune.mmg-no3d .mmg-icon-wrapper,.tune.mmg-no3d .mmg-hover .mmg-icon-wrapper
{
	-webkit-transform:none;
	transform:none
}
.tune.mmg-no3d .mmg-caption-wrapper
{
	width:100%;
	position:absolute;
	border-spacing:180;
	top:0;
	left:0;
	overflow:hidden;
	height:100%;
	-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	background-color:#ebebeb;
	z-index:auto;
	-webkit-transform:rotateX(-180deg);
	transform:rotateX(-180deg);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:center;
	transform-origin:center
}
.tune.mmg-no3d .mmg-caption-wrapper>span
{
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.tune.mmg-no3d .mmg-hover .mmg-caption-wrapper
{
	transform:rotateX(-180deg);
	-webkit-transform:rotateX(-180deg)
}
.tune.mmg-old-android .mmg-icon-wrapper,.tune.mmg-old-android .mmg-icon-container
{
	overflow:hidden;
	background-color:transparent
}
.tune.mmg-old-android .mmg-wrapper
{
	-webkit-transform-style:inherit;
	-ms-transform-style:inherit;
	transform-style:inherit;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-perspective:2000px;
	perspective:2000px;
	-webkit-perspective-origin:bottom;
	perspective-origin:bottom;
	height:100%;
	-webkit-transition:none;
	transition:none;
	-webkit-transform-origin:bottom;
	transform-origin:bottom;
	-webkit-transform:none;
	transform:none;
	z-index:0
}
.tune.mmg-old-android .mmg-shutter
{
	background-color:rgba(0,0,0,0)
}
.tune.mmg-old-android .mmg-hover .mmg-wrapper
{
	-webkit-transform:none;
	transform:none
}
.tune.mmg-old-android .mmg-icon-wrapper
{
	-webkit-transform:none;
	transform:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	z-index:auto
}
.tune.mmg-old-android .mmg-hover .mmg-icon-wrapper
{
	-webkit-transform:rotate3d(1,0,0,180deg);
	transform:rotate3d(1,0,0,180deg)
}
.tune.mmg-old-android .mmg-caption-wrapper
{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:100%;
	-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	background-color:#ebebeb;
	z-index:auto;
	-webkit-transform:rotateX(-180deg);
	transform:rotateX(-180deg);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:center;
	transform-origin:center
}
.tune.mmg-old-android .mmg-caption-wrapper>span
{
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.tune.mmg-old-android .mmg-hover .mmg-caption-wrapper
{
	transform:none;
	-webkit-transform:none
}
.tune .mmg-f-caption
{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:auto;
	text-align:center;
	opacity:0;
	-webkit-transition:200ms ease 300ms;
	transition:200ms ease 300ms
}
.tune .mmg-img.mmg-hover
{
	z-index:999
}
.tune .mmg-descr
{
	margin:10px
}
.tune .mmg-title
{
	margin:10px 10px 20px;
	font-size:24px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:700;
	-webkit-transform:translate(0,-20px) scale(1.1,1.1);
	transform:translate(0,-20px) scale(1.1,1.1);
	opacity:0
}
.tune .mmg-hover .mmg-title,.tune .mmg-hover .mmg-descr
{
	opacity:1;
	-webkit-transform:translate(0,0) scale(1,1);
	transform:translate(0,0) scale(1,1)
}
.tune .mmg-hover .mmg-f-caption
{
	opacity:1
}
.tune .mmg-hover .mmg-arrow
{
	-webkit-transform:rotateZ(0);
	transform:rotateZ(0);
	opacity:1
}
.tune .mmg-descr
{
	font-size:18px;
	text-transform:capitalize;
	-webkit-transform:translate(0,-40px) scale(1.1,1.1);
	transform:translate(0,-40px) scale(1.1,1.1);
	opacity:0
}
.tune .mmg-middle .mmg-descr
{
	font-size:14px
}
.tune .mmg-middle .mmg-title
{
	font-size:20px
}
.tune .mmg-middle .mmg-descr,.tune .mmg-middle .mmg-title
{
	margin:6px
}
.tune .mmg-small .mmg-descr
{
	display:none
}
.tune .mmg-small .mmg-title
{
	font-size:14px
}
.tune .mmg-descr,.tune .mmg-title
{
	color:#000
}
.tune .mmg-footer
{
	color:#000;
	font-size:11px
}
.tune .mmg-arrow
{
	width:40px;
	position:relative;
	margin-top:14px;
	height:40px;
	font-size:24px;
	font-family:sans-serif;
	color:#000;
	border:2px solid #000;
	border-radius:4px;
	background-color:transparent;
	-webkit-transition:400ms linear 900ms;
	transition:400ms linear 900ms;
	-webkit-transform:rotateZ(-90deg);
	transform:rotateZ(-90deg);
	opacity:0;
	filter:alpha(opacity=0);
	text-align:center
}
.tune .mmg-arrow,.tune .mmg-arrow>span
{
	display:inline-block;
	vertical-align:middle
}
.tune .mmg-arrow>span
{
	width:auto;
	height:auto
}
.tune .mmg-arrow>span.before
{
	height:100%;
	width:0
}
.tune .mmg-title,.tune .mmg-descr
{
	-webkit-transition:200ms linear 600ms;
	transition:200ms linear 600ms
}
.tune.mmg-old-android .mmg-caption-wrapper,.tune.mmg-old-android .mmg-icon-wrapper
{
	-webkit-transition:400ms linear 200ms;
	transition:400ms linear 200ms;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear
}
.tune.mmg-ie9 img,.tune.mmg-ie8 img
{
	border-width:0
}
.tune.mmg-ie9 .mmg-title,.tune.mmg-ie8 .mmg-title,.tune.mmg-ie9 .mmg-descr,.tune.mmg-ie8 .mmg-descr,.tune.mmg-ie9 .mmg-hr-1>div,.tune.mmg-ie8 .mmg-hr-1>div,.tune.mmg-ie9 .mmg-hr-2>div,.tune.mmg-ie8 .mmg-hr-2>div,.tune.mmg-ie9 .mmg-caption-wrapper,.tune.mmg-ie8 .mmg-caption-wrapper
{
	transform:none
}
.tune.mmg-ie9 .mmg-caption-wrapper,.tune.mmg-ie8 .mmg-caption-wrapper
{
	top:-100%
}
.tune.mmg-ie9 .mmg-title,.tune.mmg-ie8 .mmg-title
{
	position:relative;
	top:-40px;
	opacity:0;
	filter:alpha(opacity=0)
}
.tune.mmg-ie9 .mmg-descr,.tune.mmg-ie8 .mmg-descr
{
	position:relative;
	top:40px;
	opacity:0;
	filter:alpha(opacity=0)
}
.tune.mmg-ie9 .mmg-img,.tune.mmg-ie8 .mmg-img
{
	overflow:hidden
}
.tune.mmg-ie9 .mmg-f-caption,.tune.mmg-ie8 .mmg-f-caption
{
	opacity:1
}
.tune.mmg-ie9 .mmg-filtered,.tune.mmg-ie8 .mmg-filtered
{
	filter:gray;
	position:absolute;
	top:0;
	left:0;
	z-index:0
}
.tune.mmg-ie9 .mmg-icon,.tune.mmg-ie8 .mmg-icon
{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:5
}


.tune .mmg-color-0 .mmg-caption-wrapper,.tune.mmg-color-0 .mmg-img .mmg-caption-wrapper{background-color:#570f0f}.tune .mmg-color-0 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-0 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-0 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-0 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-0 .mmg-title,.tune.mmg-color-0 .mmg-img .mmg-title,.tune .mmg-color-0 .mmg-arrow,.tune.mmg-color-0 .mmg-img .mmg-arrow{color:#f66}.tune .mmg-color-0 .mmg-arrow,.tune.mmg-color-0 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-12 .mmg-caption-wrapper,.tune.mmg-color-12 .mmg-img .mmg-caption-wrapper{background-color:#571e0f}.tune .mmg-color-12 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-12 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-12 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-12 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-12 .mmg-title,.tune.mmg-color-12 .mmg-img .mmg-title,.tune .mmg-color-12 .mmg-arrow,.tune.mmg-color-12 .mmg-img .mmg-arrow{color:#ff8566}.tune .mmg-color-12 .mmg-arrow,.tune.mmg-color-12 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-24 .mmg-caption-wrapper,.tune.mmg-color-24 .mmg-img .mmg-caption-wrapper{background-color:#572c0f}.tune .mmg-color-24 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-24 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-24 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-24 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-24 .mmg-title,.tune.mmg-color-24 .mmg-img .mmg-title,.tune .mmg-color-24 .mmg-arrow,.tune.mmg-color-24 .mmg-img .mmg-arrow{color:#ffa366}.tune .mmg-color-24 .mmg-arrow,.tune.mmg-color-24 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-36 .mmg-caption-wrapper,.tune.mmg-color-36 .mmg-img .mmg-caption-wrapper{background-color:#573a0f}.tune .mmg-color-36 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-36 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-36 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-36 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-36 .mmg-title,.tune.mmg-color-36 .mmg-img .mmg-title,.tune .mmg-color-36 .mmg-arrow,.tune.mmg-color-36 .mmg-img .mmg-arrow{color:#ffc266}.tune .mmg-color-36 .mmg-arrow,.tune.mmg-color-36 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-48 .mmg-caption-wrapper,.tune.mmg-color-48 .mmg-img .mmg-caption-wrapper{background-color:#57480f}.tune .mmg-color-48 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-48 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-48 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-48 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-48 .mmg-title,.tune.mmg-color-48 .mmg-img .mmg-title,.tune .mmg-color-48 .mmg-arrow,.tune.mmg-color-48 .mmg-img .mmg-arrow{color:#ffe066}.tune .mmg-color-48 .mmg-arrow,.tune.mmg-color-48 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-60 .mmg-caption-wrapper,.tune.mmg-color-60 .mmg-img .mmg-caption-wrapper{background-color:#57570f}.tune .mmg-color-60 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-60 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-60 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-60 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-60 .mmg-title,.tune.mmg-color-60 .mmg-img .mmg-title,.tune .mmg-color-60 .mmg-arrow,.tune.mmg-color-60 .mmg-img .mmg-arrow{color:#ff6}.tune .mmg-color-60 .mmg-arrow,.tune.mmg-color-60 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-72 .mmg-caption-wrapper,.tune.mmg-color-72 .mmg-img .mmg-caption-wrapper{background-color:#48570f}.tune .mmg-color-72 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-72 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-72 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-72 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-72 .mmg-title,.tune.mmg-color-72 .mmg-img .mmg-title,.tune .mmg-color-72 .mmg-arrow,.tune.mmg-color-72 .mmg-img .mmg-arrow{color:#e0ff66}.tune .mmg-color-72 .mmg-arrow,.tune.mmg-color-72 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-84 .mmg-caption-wrapper,.tune.mmg-color-84 .mmg-img .mmg-caption-wrapper{background-color:#3a570f}.tune .mmg-color-84 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-84 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-84 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-84 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-84 .mmg-title,.tune.mmg-color-84 .mmg-img .mmg-title,.tune .mmg-color-84 .mmg-arrow,.tune.mmg-color-84 .mmg-img .mmg-arrow{color:#c2ff66}.tune .mmg-color-84 .mmg-arrow,.tune.mmg-color-84 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-96 .mmg-caption-wrapper,.tune.mmg-color-96 .mmg-img .mmg-caption-wrapper{background-color:#2c570f}.tune .mmg-color-96 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-96 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-96 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-96 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-96 .mmg-title,.tune.mmg-color-96 .mmg-img .mmg-title,.tune .mmg-color-96 .mmg-arrow,.tune.mmg-color-96 .mmg-img .mmg-arrow{color:#a3ff66}.tune .mmg-color-96 .mmg-arrow,.tune.mmg-color-96 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-108 .mmg-caption-wrapper,.tune.mmg-color-108 .mmg-img .mmg-caption-wrapper{background-color:#1e570f}.tune .mmg-color-108 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-108 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-108 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-108 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-108 .mmg-title,.tune.mmg-color-108 .mmg-img .mmg-title,.tune .mmg-color-108 .mmg-arrow,.tune.mmg-color-108 .mmg-img .mmg-arrow{color:#85ff66}.tune .mmg-color-108 .mmg-arrow,.tune.mmg-color-108 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-120 .mmg-caption-wrapper,.tune.mmg-color-120 .mmg-img .mmg-caption-wrapper{background-color:#0f570f}.tune .mmg-color-120 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-120 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-120 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-120 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-120 .mmg-title,.tune.mmg-color-120 .mmg-img .mmg-title,.tune .mmg-color-120 .mmg-arrow,.tune.mmg-color-120 .mmg-img .mmg-arrow{color:#6f6}.tune .mmg-color-120 .mmg-arrow,.tune.mmg-color-120 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-132 .mmg-caption-wrapper,.tune.mmg-color-132 .mmg-img .mmg-caption-wrapper{background-color:#0f571e}.tune .mmg-color-132 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-132 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-132 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-132 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-132 .mmg-title,.tune.mmg-color-132 .mmg-img .mmg-title,.tune .mmg-color-132 .mmg-arrow,.tune.mmg-color-132 .mmg-img .mmg-arrow{color:#66ff85}.tune .mmg-color-132 .mmg-arrow,.tune.mmg-color-132 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-144 .mmg-caption-wrapper,.tune.mmg-color-144 .mmg-img .mmg-caption-wrapper{background-color:#0f572c}.tune .mmg-color-144 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-144 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-144 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-144 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-144 .mmg-title,.tune.mmg-color-144 .mmg-img .mmg-title,.tune .mmg-color-144 .mmg-arrow,.tune.mmg-color-144 .mmg-img .mmg-arrow{color:#66ffa3}.tune .mmg-color-144 .mmg-arrow,.tune.mmg-color-144 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-156 .mmg-caption-wrapper,.tune.mmg-color-156 .mmg-img .mmg-caption-wrapper{background-color:#0f573a}.tune .mmg-color-156 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-156 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-156 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-156 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-156 .mmg-title,.tune.mmg-color-156 .mmg-img .mmg-title,.tune .mmg-color-156 .mmg-arrow,.tune.mmg-color-156 .mmg-img .mmg-arrow{color:#66ffc2}.tune .mmg-color-156 .mmg-arrow,.tune.mmg-color-156 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-168 .mmg-caption-wrapper,.tune.mmg-color-168 .mmg-img .mmg-caption-wrapper{background-color:#0f5748}.tune .mmg-color-168 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-168 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-168 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-168 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-168 .mmg-title,.tune.mmg-color-168 .mmg-img .mmg-title,.tune .mmg-color-168 .mmg-arrow,.tune.mmg-color-168 .mmg-img .mmg-arrow{color:#66ffe0}.tune .mmg-color-168 .mmg-arrow,.tune.mmg-color-168 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-180 .mmg-caption-wrapper,.tune.mmg-color-180 .mmg-img .mmg-caption-wrapper{background-color:#0f5757}.tune .mmg-color-180 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-180 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-180 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-180 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-180 .mmg-title,.tune.mmg-color-180 .mmg-img .mmg-title,.tune .mmg-color-180 .mmg-arrow,.tune.mmg-color-180 .mmg-img .mmg-arrow{color:#6ff}.tune .mmg-color-180 .mmg-arrow,.tune.mmg-color-180 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-192 .mmg-caption-wrapper,.tune.mmg-color-192 .mmg-img .mmg-caption-wrapper{background-color:#0f4857}.tune .mmg-color-192 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-192 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-192 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-192 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-192 .mmg-title,.tune.mmg-color-192 .mmg-img .mmg-title,.tune .mmg-color-192 .mmg-arrow,.tune.mmg-color-192 .mmg-img .mmg-arrow{color:#66e0ff}.tune .mmg-color-192 .mmg-arrow,.tune.mmg-color-192 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-204 .mmg-caption-wrapper,.tune.mmg-color-204 .mmg-img .mmg-caption-wrapper{background-color:#0f3a57}.tune .mmg-color-204 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-204 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-204 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-204 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-204 .mmg-title,.tune.mmg-color-204 .mmg-img .mmg-title,.tune .mmg-color-204 .mmg-arrow,.tune.mmg-color-204 .mmg-img .mmg-arrow{color:#66c2ff}.tune .mmg-color-204 .mmg-arrow,.tune.mmg-color-204 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-216 .mmg-caption-wrapper,.tune.mmg-color-216 .mmg-img .mmg-caption-wrapper{background-color:#0f2c57}.tune .mmg-color-216 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-216 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-216 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-216 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-216 .mmg-title,.tune.mmg-color-216 .mmg-img .mmg-title,.tune .mmg-color-216 .mmg-arrow,.tune.mmg-color-216 .mmg-img .mmg-arrow{color:#66a3ff}.tune .mmg-color-216 .mmg-arrow,.tune.mmg-color-216 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-228 .mmg-caption-wrapper,.tune.mmg-color-228 .mmg-img .mmg-caption-wrapper{background-color:#0f1e57}.tune .mmg-color-228 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-228 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-228 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-228 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-228 .mmg-title,.tune.mmg-color-228 .mmg-img .mmg-title,.tune .mmg-color-228 .mmg-arrow,.tune.mmg-color-228 .mmg-img .mmg-arrow{color:#6685ff}.tune .mmg-color-228 .mmg-arrow,.tune.mmg-color-228 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-240 .mmg-caption-wrapper,.tune.mmg-color-240 .mmg-img .mmg-caption-wrapper{background-color:#0f0f57}.tune .mmg-color-240 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-240 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-240 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-240 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-240 .mmg-title,.tune.mmg-color-240 .mmg-img .mmg-title,.tune .mmg-color-240 .mmg-arrow,.tune.mmg-color-240 .mmg-img .mmg-arrow{color:#66f}.tune .mmg-color-240 .mmg-arrow,.tune.mmg-color-240 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-252 .mmg-caption-wrapper,.tune.mmg-color-252 .mmg-img .mmg-caption-wrapper{background-color:#1e0f57}.tune .mmg-color-252 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-252 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-252 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-252 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-252 .mmg-title,.tune.mmg-color-252 .mmg-img .mmg-title,.tune .mmg-color-252 .mmg-arrow,.tune.mmg-color-252 .mmg-img .mmg-arrow{color:#8566ff}.tune .mmg-color-252 .mmg-arrow,.tune.mmg-color-252 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-264 .mmg-caption-wrapper,.tune.mmg-color-264 .mmg-img .mmg-caption-wrapper{background-color:#2c0f57}.tune .mmg-color-264 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-264 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-264 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-264 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-264 .mmg-title,.tune.mmg-color-264 .mmg-img .mmg-title,.tune .mmg-color-264 .mmg-arrow,.tune.mmg-color-264 .mmg-img .mmg-arrow{color:#a366ff}.tune .mmg-color-264 .mmg-arrow,.tune.mmg-color-264 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-276 .mmg-caption-wrapper,.tune.mmg-color-276 .mmg-img .mmg-caption-wrapper{background-color:#3a0f57}.tune .mmg-color-276 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-276 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-276 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-276 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-276 .mmg-title,.tune.mmg-color-276 .mmg-img .mmg-title,.tune .mmg-color-276 .mmg-arrow,.tune.mmg-color-276 .mmg-img .mmg-arrow{color:#c266ff}.tune .mmg-color-276 .mmg-arrow,.tune.mmg-color-276 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-288 .mmg-caption-wrapper,.tune.mmg-color-288 .mmg-img .mmg-caption-wrapper{background-color:#480f57}.tune .mmg-color-288 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-288 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-288 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-288 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-288 .mmg-title,.tune.mmg-color-288 .mmg-img .mmg-title,.tune .mmg-color-288 .mmg-arrow,.tune.mmg-color-288 .mmg-img .mmg-arrow{color:#e066ff}.tune .mmg-color-288 .mmg-arrow,.tune.mmg-color-288 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-300 .mmg-caption-wrapper,.tune.mmg-color-300 .mmg-img .mmg-caption-wrapper{background-color:#570f57}.tune .mmg-color-300 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-300 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-300 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-300 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-300 .mmg-title,.tune.mmg-color-300 .mmg-img .mmg-title,.tune .mmg-color-300 .mmg-arrow,.tune.mmg-color-300 .mmg-img .mmg-arrow{color:#f6f}.tune .mmg-color-300 .mmg-arrow,.tune.mmg-color-300 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-312 .mmg-caption-wrapper,.tune.mmg-color-312 .mmg-img .mmg-caption-wrapper{background-color:#570f48}.tune .mmg-color-312 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-312 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-312 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-312 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-312 .mmg-title,.tune.mmg-color-312 .mmg-img .mmg-title,.tune .mmg-color-312 .mmg-arrow,.tune.mmg-color-312 .mmg-img .mmg-arrow{color:#ff66e0}.tune .mmg-color-312 .mmg-arrow,.tune.mmg-color-312 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-324 .mmg-caption-wrapper,.tune.mmg-color-324 .mmg-img .mmg-caption-wrapper{background-color:#570f3a}.tune .mmg-color-324 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-324 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-324 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-324 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-324 .mmg-title,.tune.mmg-color-324 .mmg-img .mmg-title,.tune .mmg-color-324 .mmg-arrow,.tune.mmg-color-324 .mmg-img .mmg-arrow{color:#ff66c2}.tune .mmg-color-324 .mmg-arrow,.tune.mmg-color-324 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-336 .mmg-caption-wrapper,.tune.mmg-color-336 .mmg-img .mmg-caption-wrapper{background-color:#570f2c}.tune .mmg-color-336 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-336 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-336 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-336 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-336 .mmg-title,.tune.mmg-color-336 .mmg-img .mmg-title,.tune .mmg-color-336 .mmg-arrow,.tune.mmg-color-336 .mmg-img .mmg-arrow{color:#ff66a3}.tune .mmg-color-336 .mmg-arrow,.tune.mmg-color-336 .mmg-img .mmg-arrow{border-color:#fff}.tune .mmg-color-348 .mmg-caption-wrapper,.tune.mmg-color-348 .mmg-img .mmg-caption-wrapper{background-color:#570f1e}.tune .mmg-color-348 .mmg-caption-wrapper .mmg-descr,.tune.mmg-color-348 .mmg-img .mmg-caption-wrapper .mmg-descr,.tune .mmg-color-348 .mmg-caption-wrapper .mmg-footer,.tune.mmg-color-348 .mmg-img .mmg-caption-wrapper .mmg-footer{color:#fff}.tune .mmg-color-348 .mmg-title,.tune.mmg-color-348 .mmg-img .mmg-title,.tune .mmg-color-348 .mmg-arrow,.tune.mmg-color-348 .mmg-img .mmg-arrow{color:#ff6685}.tune .mmg-color-348 .mmg-arrow,.tune.mmg-color-348 .mmg-img .mmg-arrow{border-color:#fff}
.free-wall {
				margin: 15px;
			}
			.cell .mmg-icon-container{
    background-color: #222;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.cell a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.mmg-hover .mmg-icon-container{z-index: 0;}


  #container-mlb {
        margin: 40px 100px;
      }
      @media (max-width: 981px) {
        #container-mlb {
          margin: 20px;
          border: 0;
          padding: 0;
        }
      }
      
      .pm-image-viewer * {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
        }
      .pm-image-viewer *:before,
      .pm-image-viewer *:after {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
      }
      .pm-image-viewer a {
        text-decoration: none;
      }
@-webkit-keyframes pm-zoomOut{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes pm-zoomOut{0%{opacity:1}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes pm-fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes pm-fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes pm-fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes pm-fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes pm-rollOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}@keyframes pm-rollOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}@-webkit-keyframes pm-rollOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}}@keyframes pm-rollOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}}@-webkit-keyframes pm-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes pm-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes pm-fadeOutTop{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes pm-fadeOutTop{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes pm-fadeOutBottom{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes pm-fadeOutBottom{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes pm-pulse{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}40%{opacity:.6}100%{opacity:0;-webkit-transform:scale3d(3,3,3);transform:scale3d(3,3,3)}}@keyframes pm-pulse{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}40%{opacity:.6}100%{opacity:0;-webkit-transform:scale3d(3,3,3);transform:scale3d(3,3,3)}}@-webkit-keyframes pm-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes pm-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes pm-fadeInLeft{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes pm-fadeInLeft{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes pm-fadeInRight{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes pm-fadeInRight{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes pm-rollInRight{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}@keyframes pm-rollInRight{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}@-webkit-keyframes pm-rollInLeft{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}}@keyframes pm-rollInLeft{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}}@-webkit-keyframes pm-fadeIn{100%{opacity:1}0%{opacity:0}}@keyframes pm-fadeIn{100%{opacity:1}0%{opacity:0}}@-webkit-keyframes pm-fadeInTop{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes pm-fadeInTop{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes pm-fadeInBottom{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes pm-fadeInBottom{100%{opacity:1}0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes pm-flipInX{100%{-webkit-transform:perspective(400px);transform:perspective(400px)}0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}@keyframes pm-flipInX{100%{-webkit-transform:perspective(400px);transform:perspective(400px)}0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes pm-flipInY{100%{-webkit-transform:perspective(400px);transform:perspective(400px)}0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}@keyframes pm-flipInY{100%{-webkit-transform:perspective(400px);transform:perspective(400px)}0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes pm-panelIn{0%{opacity:.4;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}60%{opacity:1}}@keyframes pm-panelIn{0%{opacity:.4;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}60%{opacity:1}}@-webkit-keyframes pm-panelOut{100%{opacity:.4;-webkit-transform:scale3d(.1,.1,.1);transform:scale3d(.1,.1,.1)}0%{opacity:1}}@keyframes pm-panelOut{100%{opacity:.4;-webkit-transform:scale3d(.1,.1,.1);transform:scale3d(.1,.1,.1)}0%{opacity:1}}@-webkit-keyframes pm-rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes pm-rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes pm-rotateOut{0%{opacity:1}100%{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes pm-rotateOut{0%{opacity:1}100%{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.pm-fx{display:none;position:absolute;left:0;top:0;z-index:999}.openers,.shutters{overflow:hidden;display:none}.openers,.shutters,.loader-fx{position:absolute;left:0;top:0;width:100%;height:100%}.loader-fx{z-index:2999;text-align:center}.loader-fx:before{content:'';height:100%}.loader-fx:before,.loader-outer{display:inline-block;vertical-align:middle}.loader-outer{width:200px;height:200px;background-color:gray;border-radius:100%;background-image:-webkit-radial-gradient(30% 30%,rgba(255,255,255,.5),rgba(0,0,0,.5));background-image:radial-gradient(at 30% 30%,rgba(255,255,255,.5),rgba(0,0,0,.5));-moz-box-shadow:0 4px 15px 0 rgba(0,0,0,.4);-webkit-box-shadow:0 4px 15px 0 rgba(0,0,0,.4);-o-box-shadow:0 4px 15px 0 rgba(0,0,0,.4);box-shadow:30px 50px 20px -20px rgba(0,0,0,.4)}.pm-old .loader-fx{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2999;text-align:center}.pm-old .loader-fx:before{content:'';display:inline-block;height:100%;vertical-align:middle}.pm-old .loader-outer{display:inline-block;vertical-align:middle;width:200px;height:200px;background-color:transparent;border-radius:0;background-image:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none}.pm-image-viewer .loader-outer{display:none}.pm-old .loader-outer:after{content:'loading...'}.pm-image-viewer .loader-outer:after{content:''}.pm-line{height:10%}.pm-line,.pm-line-min,.pm-line-max{background-color:#a9a9a9;overflow:hidden;position:relative}.pm-line-min{height:50%}.pm-line-max{height:10%}.shutters-simple,.openers-simple{height:100%;background-color:#a9a9a9}.pm-col{width:10%}.pm-col,.pm-col-min,.pm-col-max{height:100%;float:left;background-color:#a9a9a9;overflow:hidden;position:relative}.pm-col-min{width:50%}.pm-col-max{width:10%}.pm-cube-row-5{height:20%}.pm-cube-row-5,.pm-cube-row{position:relative;width:100%}.pm-cube-5{width:20%}.pm-cube-5,.pm-cube,.pm-cube-2{position:relative;height:100%;float:left;background-color:#a9a9a9;overflow:hidden}.pm-cube-row{height:100%}.pm-cube{width:100%}.pm-cube-row-2{height:50%}.pm-cube-2{width:50%}.pm-imager{background-repeat:no-repeat;background-size:auto;background-position:center center;position:relative;font-size:100px;color:gray;text-align:center;vertical-align:middle}.pm-imager span.pm-slogan:before{content:' ';height:100%;display:inline-block;vertical-align:middle}.pm-imager span.pm-slogan{display:inline}.pm-pulse{-webkit-animation:pm-pulse 1s infinite;animation:pm-pulse 1s infinite}.pm-zoom-out{-webkit-animation-name:pm-zoomOut;animation-name:pm-zoomOut}.pm-zoom-out,.pm-fade-out-left{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-fade-out-left{-webkit-animation-name:pm-fadeOutLeft;animation-name:pm-fadeOutLeft}.pm-fade-out-right{-webkit-animation-name:pm-fadeOutRight;animation-name:pm-fadeOutRight}.pm-fade-out-right,.pm-roll-out-right{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-roll-out-right{-webkit-animation-name:pm-rollOutRight;animation-name:pm-rollOutRight}.pm-roll-out-left{-webkit-animation-name:pm-rollOutLeft;animation-name:pm-rollOutLeft}.pm-roll-out-left,.pm-fade-out{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-fade-out{-webkit-animation-name:pm-fadeOut;animation-name:pm-fadeOut}.pm-fade-out-bottom{-webkit-animation-name:pm-fadeOutBottom;animation-name:pm-fadeOutBottom}.pm-fade-out-bottom,.pm-fade-out-top{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-fade-out-top{-webkit-animation-name:pm-fadeOutTop;animation-name:pm-fadeOutTop}.pm-zoom{-webkit-animation-name:pm-zoomIn;animation-name:pm-zoomIn}.pm-zoom,.pm-fade-in-left{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-fade-in-left{-webkit-animation-name:pm-fadeInLeft;animation-name:pm-fadeInLeft}.pm-fade-in-right{-webkit-animation-name:pm-fadeInRight;animation-name:pm-fadeInRight}.pm-fade-in-right,.pm-roll-in-right{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-roll-in-right{-webkit-animation-name:pm-rollInRight;animation-name:pm-rollInRight}.pm-roll-in-left{-webkit-animation-name:pm-rollInLeft;animation-name:pm-rollInLeft}.pm-roll-in-left,.pm-fade-in{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-fade-in{-webkit-animation-name:pm-fadeIn;animation-name:pm-fadeIn}.pm-fade-in-bottom{-webkit-animation-name:pm-fadeInBottom;animation-name:pm-fadeInBottom}.pm-fade-in-bottom,.pm-fade-in-top{-webkit-animation-duration:400ms;animation-duration:400ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-fade-in-top{-webkit-animation-name:pm-fadeInTop;animation-name:pm-fadeInTop}.pm-rotate-out{-webkit-animation-name:pm-rotateOut;animation-name:pm-rotateOut}.pm-rotate-out,.pm-rotate-in{-webkit-transform-origin:center;transform-origin:center;animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-rotate-in{-webkit-animation-name:pm-rotateIn;animation-name:pm-rotateIn}@font-face{font-family:'EXXO';src:url('../fonts/EXXO_78a90ed0.eot');src:url('../fonts/EXXO_162a16fe.eot') format('embedded-opentype'),url('../fonts/EXXO_78a90ed0.woff') format('woff'),url('../fonts/EXXO_78a90ed0.ttf') format('truetype'),url('../fonts/EXXO_78a90ed0.svg') format('svg');font-weight:400;font-style:normal}#pm-fixed{display:block;width:100%;height:100%;z-index:999;top:0;left:0;position:fixed;background-color:transparent;background-image:none}#pm-fixed:-webkit-full-screen-ancestor:not(iframe),#pm-container:-webkit-full-screen-ancestor:not(iframe),#pm-wrapper:-webkit-full-screen-ancestor:not(iframe),#pm-outer:-webkit-full-screen-ancestor:not(iframe){display:inline!important}#pm-container{height:auto;padding:0;display:inline-block;text-align:left;background-color:#fff;width:80%;margin-top:10px;margin-bottom:10px;border-radius:10px;vertical-align:middle}#pm-container.wide{width:100%;margin:0;background-color:rgba(0,0,0,.9)}#pm-before{display:inline-block;height:100%;vertical-align:middle}#pm-wrapper{position:relative;margin:0 auto;border-radius:4px}#pm-outer{overflow:auto;position:relative;width:auto;background-color:rgba(222,222,222,.8);border:1px solid #bfbfbf;text-align:center}#pm-close{position:absolute;cursor:pointer;top:0;right:30px;z-index:3999;padding:6px}#pm-close::after{content:'c';font-family:'EXXO';display:block;font-size:26px;color:#969696}#pm-close:hover::after{color:#fff}.pm-panel-in{-webkit-animation-name:pm-panelIn;-webkit-animation-duration:900ms;animation-name:pm-panelIn;animation-duration:900ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out}.pm-panel-in,.pm-panel-out{animation-fill-mode:both;-webkit-animation-fill-mode:both}.pm-panel-out{-webkit-animation-name:pm-panelOut;-webkit-animation-duration:500ms;animation-name:pm-panelOut;animation-duration:500ms;animation-timing-function:ease-in;-webkit-animation-timing-function:ease-in}.pm-image-viewer #pm-close{right:10px}.pm-image-viewer #pm-close::after{color:#dedede}.pm-image-viewer #pm-close:hover::after{color:#fff}.pm-image-viewer #pm-container{width:100%;height:100%;margin:0;border-radius:0;box-shadow:none;background:0 0;text-align:center}.pm-image-viewer #pm-container:before{content:" ";display:inline-block;height:100%;vertical-align:middle}.pm-image-viewer #pm-outer{background-color:rgba(0,0,0,.99)}#pm-viewer{width:100%;height:100%;margin:0;border-radius:0;box-shadow:none;background-repeat:no-repeat;background-size:auto;background-position:center center;position:relative;display:inline-block;font-size:100px;color:gray;text-align:center;vertical-align:middle}#pm-counter{position:absolute;bottom:10px;right:10px;width:100px;color:#dedede;font-size:18px;z-index:2;text-align:right}@media (max-width:400px){#pm-counter{font-size:14px}}#pm-bottom-menu{position:absolute;bottom:0;color:#fff;font-size:16px;background-color:rgba(0,0,0,.1);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.7));background:linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.7));padding:10px 140px;text-align:center;width:100%;z-index:1;max-height:100%;min-height:50px;overflow:auto}@media (max-width:500px){#pm-bottom-menu{font-size:14px}}@media (max-width:420px){#pm-bottom-menu{padding:7px 40px}}#pm-bottom-menu .pm-close-menu{position:absolute;left:10px;top:4px;padding:4px;background-color:transparent;cursor:pointer}#pm-bottom-menu .pm-close-menu::before{font-family:'EXXO';color:#dedede;display:block;content:'c';font-size:14px}@media (max-width:500px){#pm-bottom-menu .pm-close-menu::before{font-size:12px}}#pm-bottom-menu .pm-close-menu:hover::before{color:#fff}#pm-menu-bottom{position:absolute;bottom:10px;left:10px;z-index:3;padding:4px;cursor:pointer}#pm-menu-bottom::before{font-family:'EXXO';color:#dedede;display:block;content:'d';font-size:20px}@media (max-width:500px){#pm-menu-bottom::before{font-size:18px}}#pm-menu-bottom:hover::before{color:#fff}#pm-menu-top{position:absolute;top:0;left:10px;z-index:3;padding:4px;cursor:pointer}#pm-menu-top::before{font-family:'EXXO';color:#dedede;display:block;content:'d';font-size:20px}@media (max-width:500px){#pm-menu-top::before{font-size:18px}}#pm-menu-top:hover::before{color:#fff}#pm-top-menu{position:absolute;top:0;color:#fff;font-size:16px;background-color:rgba(0,0,0,.5);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.1)));background:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.1));background:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.1));background:-ms-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.1));background:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.1));background:linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.1));padding:5px 120px;text-align:center;width:100%;z-index:1;max-height:100%;min-height:50px;overflow:auto}@media (max-width:500px){#pm-top-menu{font-size:14px}}@media (max-width:420px){#pm-top-menu{padding:5px 50px}}#pm-top-menu .pm-close-menu{position:absolute;left:10px;top:4px;cursor:pointer;padding:4px}#pm-top-menu .pm-close-menu::before{font-family:'EXXO';color:#dedede;display:block;content:'c';font-size:14px}@media (max-width:500px){#pm-top-menu .pm-close-menu::before{font-size:12px}}#pm-top-menu .pm-close-menu:hover::before{color:#fff}.pm-pic-after{position:absolute;padding:6px;display:block;right:2px}.pm-pic-after::before{content:'a';font-family:'EXXO';font-size:30px;color:#dedede;display:block}.pm-pic-before{position:absolute;padding:6px;display:block;left:2px}.pm-pic-before::after{content:'b';font-family:'EXXO';font-size:30px;color:#dedede;display:block}.pm-pic-before,.pm-pic-after{top:45%;border-radius:8px}.pm-pic-before:hover,.pm-pic-after:hover,.pm-pic-before:focus,.pm-pic-after:focus{text-decoration:none;outline:0}.pm-pic-before:hover::before,.pm-pic-after:hover::before,.pm-pic-before:focus::before,.pm-pic-after:focus::before,.pm-pic-before:hover::after,.pm-pic-after:hover::after,.pm-pic-before:focus::after,.pm-pic-after:focus::after{color:#fff}.EXXO{font-family:'EXXO';font-size:30px;color:#dedede;display:block}#pm-switch-button{position:absolute;z-index:10;padding:6px;display:block;right:10px;bottom:50px;cursor:pointer}#pm-switch-button::after{content:'e';font-family:'EXXO';color:#dedede;display:block;font-size:24px}#pm-switch-button:hover::after{color:#fff}#pm-switch-button.pm-stop-button::after{content:'f'}#pm-viewer-loader{position:absolute;bottom:10px;right:100px;z-index:99999;color:#fff;-webkit-animation-name:pm-fadeIn;animation-name:pm-fadeIn;-webkit-animation-duration:100ms;animation-duration:100ms;-webkit-animation-delay:200ms;animation-delay:200ms;animation-fill-mode:both;-webkit-animation-fill-mode:both}#pm-viewer-loader span{display:inline-block;width:16px;height:16px;margin-right:6px;border-radius:100%;-webkit-animation:pm-pulse 1800ms infinite;animation:pm-pulse 1800ms infinite}#pm-viewer-loader span.l1{background-color:#900;-webkit-animation-delay:0;animation-delay:0}#pm-viewer-loader span.l2{background-color:#990;-webkit-animation-delay:600ms;animation-delay:600ms}#pm-viewer-loader span.l3{background-color:#001a00;-webkit-animation-delay:1200ms;animation-delay:1200ms}