@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none
}
/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0
}
body {
	font-size: 100%;
	font-family: 'poppins', sans-serif
}
/*common*/
.no-overflow {
	overflow: hidden
}
.left {
	float: left
}
.right {
	float: right
}
.clear {
	clear: both
}
.show {
	display: block
}
.hide {
	display: none
}
.inline {
	display: inline-block
}
.ucase {
	text-transform: uppercase
}
.calign {
	text-align: center
}
.ralign {
	text-align: right
}
.malign {
	vertical-align: middle
}
.justify {
	text-align: justify
}
.box {
	box-sizing: border-box
}
.container {
	padding: 3em
}
.container2 {
	padding: 3em 0 0 0
}
.container-full {
	padding: 3em 0
}
.mauto {
	margin: auto
}
.pointer {
	cursor: pointer
}
.relative {
	position: relative
}
.mwidth {
	max-width: 100%;
	height: auto;
	margin: auto
}
.scrollup {
	height: 40px;
	font-size: 24px;
	border: 1px solid #000;
	color: #000;
	line-height: 40px;
	padding: 0 10px;
	position: fixed;
	z-index: 4;
	bottom: 10px;
	left: 10px;
	display: none
}
.relpar {
	height: 0;
	width: 100%;
	position: relative
}
.switch {
	display: block
}
.switchtd {
	display: table-cell
}
.lheight {
	line-height: 1.5
}
.lspace {
	letter-spacing: 2px
}
/*text*/
h1 {
	font-size: 2.2em;
	margin: 10px 0
}
h2, h3 {
	font-size: 2em
}
h4, h5 {
	font-size: 1.5em
}
h1, h2, h3, h4, h5 {
	font-weight: 700
}
p, h6 {
	font-size: 1.2em;
	margin: 10px auto
}
.bigtext {
	font-size: 2em;
	font-weight: 300
}
.small {
	font-size: 0.7em
}
.title {
	font-size: 24px;
	margin: 20px 0
}
.spacer {
	margin: 15px auto;
	display: block;
	width: 200px
}
/*color*/
.white {
	color: #fff
}
.black {
	color: #333
}
.gray {
	color: #888
}
.brown {
	color: #b59058
}
.blue {
	color: #2886c9
}
.green {
	color: #7fc329
}
.red {
	color: #bc2755
}
.yellow {
	color: #ffa122
}
.violet {
	color: #5b1a8b
}
.bg-white {
	background: #fff
}
.bg-gray {
	background: #e2e9f1
}
.bg-grayl {
	background: #f6f6f6
}
.bg-brown {
	background: #da8044
}
.bg-blue {
	background: #2886c9
}
.bg-yellow {
	background: #ffa122
}
.bg-green {
	background: #7fc329
}
.bg-red {
	background: #bc2755
}
.bg-violet {
	background: #5b1a8b
}
.bg-pic {
	background: url(images/gallery/4.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed
}
.bg-trans {
	background: rgba(0,0,0,.7)
}
.bg-highlights {
	background: url(images/gallery/2.jpg) right center no-repeat;
	background-size: cover
}
.bg-palace {
	background: url(images/place.jpg) center bottom no-repeat;
	padding-bottom: 150px
}
/*header*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	right: 0;
	z-index: 2;
	box-shadow: 0 0 10px rgba(0,0,0,.25)
}
.header .menu {
	cursor: pointer
}
.logo {
	width: auto;
	height: 70px;
	display: block
}
nav {
	position: relative;
	margin-right: 20px;
	display: block
}
nav ul {
	display: none;
	background: rgba(0,0,0,.8);
	position: fixed;
	right: 0;
	transition: all 500ms;
	top: 0;
	bottom: 0;
	width: 200px;
	line-height: 1;
	z-index: 2;
	padding: 50px 20px
}
nav ul .navoff {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer
}
nav ul li {
	display: block;
	list-style: none;
	text-align: left
}
nav ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	display: block;
	line-height: 2.2;
	color: #bbb
}
nav ul li:last-child a {
	border: 0
}
.anchor-link {
	position: fixed;
	right: 15px;
	top: 15px;
	padding: 10px;
	background: rgba(0,0,0,.75);
	font-size: 1em;
	line-height: 1;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	color: #fff
}
#menu-toggle {
	display: block
}
.mobileno {
	position: fixed;
	right: 60px;
	background: rgba(0,0,0,.75);
	top: 15px;
	padding: 10px;
	font-size: 1em;
	line-height: 1;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	z-index: 2;
	transition: all 0.3s
}
.mobileno i {
	font-size: .95em
}
/*Home*/
#home {
	height: auto;
	margin-top: 70px;
	width: 100%;
	position: relative;
	box-shadow: inset 0 0 15px rgba(0,0,0,.3)
}
.bgimg {
	width: 100%;
	height: auto;
	display: block
}
.bgmobile {
	width: 100%;
	height: auto;
	display: none
}
.stats {
	display: block
}
.stats ul {
	display: block;
	width: 88%;
	margin: 0 auto;
	list-style: none
}
.stats li {
	display: block;
	position: relative;
	float: left;
	margin: 15px 0;
	padding: 10px 10px 10px 70px;
	box-sizing: border-box;
	width: 33%;
	color: #444;
	font-weight: 300;
	font-size: 1.2em;
}
.stats li span {
	position: absolute;
	left: 0;
	top: 10px;
	height: 58px;
	width: 58px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #7fc329;
	text-align: center
}
.stats li span i {
	font-size: 2em;
	line-height: 58px;
	color: #7fc329
}
.stats li small {
	font-size: .85em;
	line-height: 1.5;
	display: block
}
/*content*/
.col-80 {
	width: 80%
}
.col-75 {
	width: 75%
}
.col-70 {
	width: 70%
}
.col-65 {
	width: 65%
}
.col-60 {
	width: 60%
}
.col-50 {
	width: 50%
}
.col-40 {
	width: 40%
}
.col-35 {
	width: 35%
}
.col-33 {
	width: 33.333%
}
.col-30 {
	width: 30%
}
.col-25 {
	width: 25%
}
.col-20 {
	width: 20%
}
/*gallery*/
.gallery {
	display: block
}
.gallery img {
	display: block;
	width: 100%;
	height: auto
}
.gallery div {
	position: relative
}
.gallery div .caption {
	position: absolute;
	left: 0;
	top: 50px;
	padding: 10px 25px;
	font-size: 1.2em;
	color: #fff;
}
.video {
	margin: 15px auto;
	height: 100px
}
.video img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
/*table*/
table {
	width: 100%;
	border-spacing: 1px;
	background: #444;
	color: #444;
	border-collapse: separate
}
table td {
	text-align: center;
	padding: 10px 0;
	width: 20%;
	background: #e2e9f1
}
table td small {
	font-size: .75em;
	line-height: 1.5;
	display: block
}
table th {
	background: #555;
	color: #fff;
	font-weight: 500;
	padding: 10px;
	font-size: .8em
}
/*plans*/
.plan {
	width: 60%;
	padding: 10px;
	margin: auto;
	position: relative
}
.boxed {
	width: 90%;
	margin: 0 5%
}
.boxed2 {
	width: 80%;
	margin: 0 10%;
	padding: 5%
}
.plan .type, .plan .size {
	display: block;
	font-size: 1em;
	padding: 10px;
	text-align: center
}
.plan img {
	width: 100%;
	margin: auto;
	height: auto;
	display: block
}
.amenity-text {
	padding: 25px
}
/*list*/
.ul {
	display: block;
	list-style: none;
	font-size: 1em;
	line-height: 1.5;
	margin-right: 20px
}
.ul li {
	display: block;
	font-weight: 300;
	margin: 0 0 5px 0;
	position: relative;
	margin-left: 15px
}
.ul li:before {
	content: "-";
	position: absolute;
	left: -15px
}
.list {
	display: block;
	list-style: none
}
.list li {
	display: block;
	position: relative;
	height: 75px;
	float: left;
	margin: 10px 5% 10px 0;
	vertical-align: middle;
	padding: 10px 10px 10px 60px;
	box-sizing: border-box;
	width: 28%;
	color: #444;
	font-weight: 300;
	font-size: 1em;
	line-height: 1
}
.list li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #7fc329;
	text-align: center;
	font-family: 'icomoon';
	content: "\e90b";
	font-size: 2em;
	line-height: 48px;
	color: #7fc329
}
/*Amenities*/
.amenities div {
	display: block;
	width: 14.666%;
	margin: 15px 1%;
	float: left
}
.amenities div span {
	background: url(images/amenities.png) no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	margin: auto
}
.amenities div p {
	font-size: 12px;
	line-height: 1;
	font-weight: 300;
	color: #fff
}
.amenities div span.medi {
	background-position: -50px 0
}
.amenities div span.sports {
	background-position: -100px 0
}
.amenities div span.kids {
	background-position: -150px 0
}
.amenities div span.pool {
	background-position: -200px 0
}
.amenities div span.gym {
	background-position: -250px 0
}
.amenities div span.open {
	background-position: 0 -50px
}
.amenities div span.power {
	background-position: -50px -50px
}
.amenities div span.water {
	background-position: -100px -50px
}
.amenities div span.parking {
	background-position: -150px -50px
}
.amenities div span.security {
	background-position: -200px -50px
}
.amenities div span.park {
	background-position: -250px -50px
}
.highlights li {
	display: block;
	clear: both
}
.txtbox {
	padding: 25px;
	box-sizing: border-box
}
.highlights li img {
	width: 100%;
	height: auto;
	display: block
}
.highlights li table tr {
	background: none
}
/*download*/
#download-bar {
	position: fixed;
	font-size: 11px;
	line-height: 1;
	width: 400px;
	left: 20px;
	bottom: 20px;
	z-index: 11;
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border-radius: 2px
}
#download-bar li {
	float: left;
	display: block;
	width: 24%;
	border-right: 1px solid rgba(0,0,0,.2)
}
#download-bar li:last-child {
	border: none
}
#download-bar li a {
	display: block;
	padding: 10px;
	color: #444
}
#download-bar li a i {
	font-size: 2em;
	display: block;
	margin-bottom: 8px;
	color: #d54242
}
.hide-download-bar {
	position: absolute;
	height: 10px;
	width: 10px;
	padding: 5px;
	top: -24px;
	height: 14px;
	right: 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1
}
/*products*/
.pictures {
	width: 1300px;
	margin: auto
}
.pictures li {
	display: block;
	width: 630px;
	margin: 10px;
	height: 200px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.3)
}
.pictures li.big-pic {
	height: 420px;
	overflow: hidden
}
.pictures li img {
	position: absolute;
	width: 980px;
	height: 420px !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}
.pictures:after {
	content: "";
	clear: both;
	display: block
}
.popup {
	width: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute
}
.hide-popup {
	font-size: 22px;
	line-height: 22px;
	padding: 5px;
	top: 10px;
	right: 10px;
	position: absolute;
	cursor: pointer
}
.scrollup {
	font-size: 10px;
	color: #000;
	line-height: 1;
	padding: 0 10px;
	position: fixed;
	z-index: 4;
	bottom: 5px;
	left: 20px;
	display: none;
	z-index: 2
}
.scrollup i {
	font-size: 24px;
	line-height: 20px
}
@media screen and (min-width: 240px) and (max-width:1024px) {
.container {
	padding: 1em
}
.bg-palace {
	padding-bottom: 50px
}
.col-80, .col-75, .col-70, .col-65, .col-60, .col-50, .col-40, .col-33 {
	width: 100%
}
.col-35, .col-30, .col-25, .col-20 {
	width: 50%
}
.header {
	height: 40px
}
#home {
	margin-top: 40px
}
.logo {
	left: 0
}
.logo img {
	width: 150px;
	height: auto
}
.bgmobile {
	display: block
}
.bgimg {
	display: none
}
.home-footer ul li {
	font-size: .7em;
	margin: 5px 0
}
.mobileno, .anchor-link {
	padding: 5px;
	top: 5px
}
.col-33 {
	width: 100%
}
.dt {
	display: none
}
.ul {
	font-size: .8em
}
.switchtd {
	display: none
}
h1, h2, h3, h4, h5, .title {
	font-size: 1em
}
p {
	font-size: .8em
}
.bigtext {
	font-size: 1em
}
table {
	font-size: 12px;
}
table td {
	padding: 5px
}
.products {
	width: 49%;
	margin: 0 1% 1% 0;
	border-top: 7px solid #bc2755
}
.products p {
	font-size: .8em
}
.boxed, .boxed2 {
	width: 80%;
	margin: 5% 10%
}
.plan .type {
	font-size: .7em;
	padding: 10px 5px
}
.plan .size {
	font-size: .6em;
	padding: 10px 05px
}
.amenity-text {
	padding: 10px
}
.amenities div {
	width: 21%;
	margin: 15px 2%
}
.amenities div span {
	background: url(images/amenities.png) no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	margin: auto
}
.amenities div p {
	font-size: 12px;
	line-height: 1;
	font-weight: 300;
	color: #fff
}
#download-bar {
	display: block;
	position: fixed;
	font-size: 10px;
	line-height: 1;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	border-radius: 0
}
#download-bar li {
	float: left;
	display: block;
	width: 25%;
	border: none
}
#download-bar li a {
	display: block;
	padding: 5px;
	color: #444
}
#download-bar li a i {
	font-size: 2em;
	display: block;
	margin-bottom: 8px;
	color: #d54242
}
.hide-download-bar {
	position: absolute;
	height: 10px;
	width: 10px;
	padding: 5px;
	top: -24px;
	height: 14px;
	right: 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1
}
.pictures {
	width: 100%
}
.pictures li {
	width: 48%;
	margin: 1%;
	height: auto !important
}
.pictures li.big-pic {
	height: 200px;
	overflow: hidden
}
.pictures li img {
	position: static;
	width: 100%;
	height: auto !important;
	transform: none;
	-webkit-transform: none
}
.pictures:after {
	content: "";
	clear: both;
	display: block
}
.list li {
	height: auto;
	margin: 10px 0;
	width: 100%;
	font-size: .8em;
	line-height: 1.2
}
.list li:before {
	top: 15px
}
.stats ul {
	width: 80%
}
.stats li {
	width: 100%;
	margin: 7px 0;
	padding: 5px 5px 5px 55px;
	font-size: 1em
}
.stats li span {
	position: absolute;
	left: 0;
	top: 5px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #7fc329;
	text-align: center
}
.stats li span i {
	font-size: 1.3em;
	line-height: 40px;
	color: #7fc329
}
.stats li small {
	font-size: .75em;
	line-height: 1.25;
	display: block
}
}
/*icomoon*/
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?4p8mu8');
	src: url('fonts/icomoon.eot?4p8mu8#iefix') format('embedded-opentype'),  url('fonts/icomoon.ttf?4p8mu8') format('truetype'),  url('fonts/icomoon.woff?4p8mu8') format('woff'),  url('fonts/icomoon.svg?4p8mu8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-setting:before {
	content: "\e926";
}
.icon-layout:before {
	content: "\e922";
}
.icon-plan:before {
	content: "\e923";
}
.icon-money:before {
	content: "\e924";
}
.icon-brochure:before {
	content: "\e925";
}
.icon-download:before {
	content: "\e921";
}
.icon-image:before {
	content: "\e91e";
}
.icon-text:before {
	content: "\e91f";
}
.icon-menu:before {
	content: "\e920";
}
.icon-tick:before {
	content: "\e91b";
}
.icon-ticked:before {
	content: "\e91c";
}
.icon-checked:before {
	content: "\e91d";
}
.icon-cart:before {
	content: "\e914";
}
.icon-office:before {
	content: "\e915";
}
.icon-medical:before {
	content: "\e916";
}
.icon-college:before {
	content: "\e917";
}
.icon-school:before {
	content: "\e918";
}
.icon-wifi:before {
	content: "\e919";
}
.icon-wifi2:before {
	content: "\e91a";
}
.icon-phone:before {
	content: "\e912";
}
.icon-call:before {
	content: "\e913";
}
.icon-up:before {
	content: "\e900";
}
.icon-down:before {
	content: "\e901";
}
.icon-prev:before {
	content: "\e902";
}
.icon-next:before {
	content: "\e903";
}
.icon-room:before {
	content: "\e904";
}
.icon-bed:before {
	content: "\e905";
}
.icon-mortgage:before {
	content: "\e906";
}
.icon-key:before {
	content: "\e907";
}
.icon-key2:before {
	content: "\e908";
}
.icon-price:before {
	content: "\e909";
}
.icon-star:before {
	content: "\e90a";
}
.icon-flag:before {
	content: "\e90b";
}
.icon-featured:before {
	content: "\e90c";
}
.icon-location2:before {
	content: "\e90d";
}
.icon-location:before {
	content: "\e90e";
}
.icon-building:before {
	content: "\e90f";
}
.icon-home:before {
	content: "\e910";
}
.icon-home2:before {
	content: "\e911";
}
/*slick*/
.slider {
	width: 100%;
	margin: auto
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	margin: 0;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url(images/load.gif) center center no-repeat
}
.prev {
	position: absolute;
	right: 0;
	cursor: pointer;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.5));
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.5));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.5))
}
.next {
	position: absolute;
	left: 0;
	cursor: pointer;
	background: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.next, .prev {
	font-size: 22px;
	line-height: 1;
	top: 0;
	bottom: 0;
	border: 0;
	z-index: 1;
	color: #fff;
	padding: 0 25px
}
.slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	color: transparent;
	cursor: pointer
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #fff
}

/*lightbox*/
@charset "UTF-8";
.fancybox-enabled {
	overflow: hidden
}
.fancybox-enabled body {
	overflow: visible;
	height: 100%
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.fancybox-container~.fancybox-container {
	z-index: 99992
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px
}
.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30,30,30,.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased
}
.fancybox-toolbar {
	top: 0;
	right: 0
}
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: visible
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}
.fancybox-slide--next {
	z-index: 99995
}
.fancybox-slide>div {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}
.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}
.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}
.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer
}
.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2
}
.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px
}
.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff
}
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8));
	pointer-events: none
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0,0%,100%,.4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}
.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none
}
.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none
}
.fancybox-button, .fancybox-infobar__body {
	background: rgba(30,30,30,.6)
}
.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0,0,0,.8)
}
.fancybox-button:after, .fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
	opacity: .3
}
.fancybox-button--left:after, .fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor
}
.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.fancybox-button--left {
	border-bottom-left-radius: 5px
}
.fancybox-button--right {
	border-bottom-right-radius: 5px
}
.fancybox-button--close:after, .fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}
.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s
}
.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30,30,30,.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px
}
.fancybox-arrow--right {
	right: 0
}
.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
	left: 0
}
.fancybox-show-nav .fancybox-arrow {
	opacity: .6
}
.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3
}
.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0,0%,39%,.4);
	border-top: 6px solid hsla(0,0%,100%,.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}
@-webkit-keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
@keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}
@media (max-width:800px) {
.fancybox-infobar {
	left: 0;
	margin-left: 0
}
.fancybox-button--left, .fancybox-button--right {
	display: none!important
}
.fancybox-caption {
	padding: 20px 0;
	margin: 0
}
}
.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none
}
.fancybox-button--pause:before, .fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent
}
.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px
}
.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px
}
.fancybox-button--thumbs, .fancybox-thumbs {
	display: none
}
@media (min-width:800px) {
.fancybox-button--thumbs {
	display: inline-block
}
.fancybox-button--thumbs span {
	font-size: 23px
}
.fancybox-button--thumbs:before {
	width: 3px;
	height: 3px;
	top: calc(50% - 2px);
	left: calc(50% - 2px);
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}
.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	word-break: normal;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 220px
}
.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0
}
.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid transparent;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}
li.fancybox-thumbs-loading {
	background: rgba(0,0,0,.1)
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}
}
/*magnifier lence*/
.wrap {
	width: 100%;
	margin: auto;
	position: relative
}
.magnifierRentgen {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%
}
.magnifierRentgen .magnifier-loupe {
	overflow: hidden;
	position: absolute;
	border-radius: 10em;
	top: 0;
	left: 0;
	box-shadow: rgba(0,0,0,0.3) 5px 5px 8px;
	cursor: none;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	display: none
}
