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, 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, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  font-family: sans-serif;
}
.skin {
  width: 1200px;
  margin: 20px auto 100px;
  border: 1px solid #217C7E;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 10px;
}
.header {
	text-align: center;
}
.description {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px;
  font-size: 1.3em;
  color: black;
}
.description ul > li {
  list-style: circle inside url(pics/circle.png);
}
.description ul {
  margin-top: 25px;
}
.description li {
  margin-top: 5px;
}
.menu {
  clear: left;
  margin: 0 0 0 -10px;
  position: relative;
}
.menu > ul {
  background: #217C7E;
}
.menu > ul > li {
  list-style: none;
  display: inline-block;
  font-size: 1em;
}
.menu > ul > li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 15px 10px;
}
.menu > ul > li a:hover {
  background: #473E3F;
  color: #fff;
  transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
#active {
  background: #473E3F;
}
.menu:before {
content: '';
position: absolute;
border-style: solid;
border-color: transparent;
bottom: -10px;
}
.menu:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222;
  left: 0;
}
.img1 {
  float: right;
  margin: 20px 10px 0 15px;
  position: relative;
}
.img2 {
  float: left;
  margin: 35px 20px 10px 10px;
  position: relative;
}
.img3 {
  float: left;
  margin: 30px 50px 0 10px;
  position: relative;
}
.footer {
  background: #217C7E;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
	height: 150px;
}
.footer p {
  padding: 15px;
  color: white;
}
.section1 {
margin: 20px 0 0 0;
position: relative;
}
.section2 {
margin: 35px 0 0 0;
position: relative;
}
.section3 {
margin: 70px 0 0 0;
position: relative;
}
.section4 {
padding: 0 0 275px 0;
position: relative;
}
.map {
	text-align: center;
	font-size: 1.3em;
}
.map p {
	margin: 10px 0;
}
.opensoon {
	text-align: center;
	font-size: 2em;
}
.text_header {
	position: relative;
	font-size: 3em;
	color: white;
}
.text_header p {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.info_header {
	position: relative;
	font-size: 3em;
	color: white;
}
.info_header p {
	position: absolute;
	top: 450px;
	right: 30px;
	z-index: 1;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.price_table {
	margin: 0 auto 50px;
	width: 900px;
}
.price_table td {
	padding: 10px;
	border: #000 1px solid;
	text-align: center;
	vertical-align: middle;
}
.price_table tr:nth-child(2n-1) {
	background: #CCCCCC;
}
.price_table tr:nth-child(1) {
	background: #99CCCC;
	font-weight: bold;
}
.price_table td:nth-child(2n) {
	min-width: 150px;
}
.rest tr:nth-child(1) {
	background: #fff;
	font-weight: normal;
}
.rest tr:nth-child(2n-1) {
	background: #CCCCCC;
}
.alt_center_text {
	text-align: center;
	font-size: 1.3em;
	margin: auto;
	margin-bottom: 60px;
	margin-top: 60px;
	padding: 10px;
	width: 1000px;

}
.flag {
	color: #217C7E;
	font-size: 1.6em;
}
.action {
	padding: 10px;
        margin: 10px 0px;
	border: 3px solid red;
}
.xrayImgs img{
        width: 1150px;
        height: 647px;
        margin: auto;
        display: block;
}
.textSelection {
font-weight: 600;
color: red;
}