html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  font-weight: 300;
  color: #6c6c6c;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #454445;
}

p,
ol,
ul {
  margin-top: 0;
  color: #000000;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

p {
  line-height: 180%;
}

strong {
}

a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  font-weight: 550;
  color: #2c383b;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 0px auto;
  width: 100%;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/
.max {
  width: 100px;
  height: auto;
}
.min {
  width: 100px;
  height: 100px;
}
.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image-full {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image-left {
  float: left;
  margin: 0 2em 2em 0;
}

.image-centered {
  display: block;
  margin: 0 0 2em 0;
}

.image-centered img {
  margin: 0 auto;
  width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
  margin: 0;
  padding: 0em 0em 0em 0em;
  overflow: hidden;
  list-style: none;
  color: #6c6c6c;
}

ul.style1 li {
  overflow: hidden;
  display: block;
  padding: 2.8em 0em;
  border-top: 1px solid #d1cfce;
}

ul.style1 li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.style1 .image-left {
  margin-bottom: 0;
}

ul.style1 h3 {
  padding: 1.2em 0em 1em 0em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  color: #454445;
}

ul.style1 a {
  text-decoration: none;
  color: #525252;
}

ul.style1 a:hover {
  text-decoration: underline;
  color: #525252;
}

ul.style2 {
  margin: 0;
  padding-top: 1em;
  list-style: none;
}

ul.style2 li {
  border-top: solid 1px #e5e5e5;
  padding: 0.8em 0 0.8em 0;
  font-family: 0.8em;
}

ul.style2 li:before {
  display: inline-block;
  padding: 4px;
  background: #db3256;
}

ul.style2 a {
  display: inline-block;
  margin-left: 1em;
}

ul.style2 li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.style2 .icon {
  color: #fff;
}

ul.style3 {
  margin: 0;
  padding-top: 1em;
  list-style: none;
}

ul.style3 li {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 1em 0 1em 0;
  font-family: 0.8em;
}

ul.style3 li:before {
  display: inline-block;
  padding: 4px;
  background: #fff;
}

ul.style3 a {
  display: inline-block;
  margin-left: 1em;
  font-size: 1em !important;
  color: #fff;
}

ul.style3 li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.style3 .icon {
  color: #db3256;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
  margin: 0;
  padding: 2em 0em 0em 0em;
  list-style: none;
}

ul.contact li {
  display: inline-block;
  padding: 0em 0.3em;
  font-size: 1em;
}

ul.contact li span {
  display: none;
  margin: 0;
  padding: 0;
}

ul.contact li a {
  color: #fff;
}

ul.contact li a:before {
  display: inline-block;
  background: #3f3f3f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
}

ul.contact li a.icon-twitter:before {
  background: #2daae4;
}

ul.contact li a.icon-facebook:before {
  background: #39599f;
}

ul.contact li a.icon-dribbble:before {
  background: #c4376b;
}

ul.contact li a.icon-tumblr:before {
  background: #31516a;
}

ul.contact li a.icon-rss:before {
  background: #f2600b;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
  display: inline-block;
  padding: 1.3em 3em;
  background: #1b9772;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.button:hover {
}

.button:active {
}

.button-big {
  padding: 1.6em 4em;
  font-size: 1.4em;
  font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
  margin-bottom: 3em;
}

.title h2 {
  font-weight: 400;
  font-size: 2.8em;
  color: #323232;
}

.title .byline {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
  color: #6f6f6f;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
  background: white;
  z-index: 50;
}

#header {
  position: relative;
  height: 0px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
#linlogo {
  max-width: 100%;
}
#logo {
  position: fixed;
  left: 1rem;
  max-width: 100%;
  height: auto;
}

#logo h1 {
  display: inline-block;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c383b;
  padding-right: 0.5em;
}

#logo span {
  position: absolute;
  top: 1.4em;
  display: inline-block;
  padding-left: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}

#logo a {
  text-decoration: none;
  color: #197d62;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
  max-width: 700px;
  width: 100%;
  height: auto;
  position: fixed;
  display: block;
  right: 0;
  top: 1em;
  z-index: 100;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tabs {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
}

ul.tabs li {
  position: relative;
  white-space: nowrap;
  left: 1px;
}

ul.tabs > li:last-child {
  border-right: none;
}

ul.tabs > li {
  float: left;
}

ul.tabs a {
  background-color: #87ceeb;
  color: #333;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  line-height: 60px;
}

ul.tabs > li:last-child a {
  border-radius: 0px 20px 20px 0px;
}
ul.tabs > li:first-child a {
  border-radius: 20px 0px 0px 20px;
}
ul.tabs a:hover {
  background-color: #197d62;
  color: #fff;
}
ul.tabs li:hover > a {
  background-color: #197d62;
  color: #fff;
}
ul.tabs ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
}
li ul li:last-child a {
  border-radius: 0px 0px 20px 20px;
}

ul.tabs ul li:last-child {
  border-bottom: none;
}

ul.tabs ul ul {
  z-index: 999;
  top: 10px;
  left: 90%;
}
ul.tabs ul {
  display: none;
}

ul.tabs li:hover > ul {
  display: block;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner-wrapper {
  overflow: hidden;
  padding: 3em 0em;
  background: #197d62;
}

#banner {
  overflow: hidden;
  width: 1000px;
  padding: 0px 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

#banner a {
  color: rgba(255, 255, 255, 0.9);
}

#banner .box-left {
  float: left;
}

#banner .box-right {
  float: right;
}

#banner h2 {
  margin: 0em;
  padding: 0em;
  font-weight: 400;
  font-size: 3em;
  color: #555555;
}

#banner span {
  display: block;
  padding-top: 0.2em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #a2a2a2;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper {
  background: #fff;
}

#page {
  overflow: hidden;
  padding: 6em 0em;
  border-bottom: 2px solid #e3e3e3;
  text-align: center;
}

#page .button {
  margin-top: 2em;
}

.full_warpper {
  height: calc(100vh - 160px - 6em);
}
.full_warpper_rent {
  height: calc(100vh - 160px + 2em);
}
.full_warpper_path {
  height: calc(100vh - 160px - 1em);
}
.full_warpper_about {
  height: calc(100vh - 160px - 12em);
}
.warp_container {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.warp_container_map {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
  z-index: 1;
}
.warp_container_path {
  position: relative;
  height: 130%;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.warp_container_about {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
  padding: 0em 7em;
}
.img_size {
  max-height: calc(100vh - 160px);
  min-height: 100px;
}
.map_size {
  max-height: calc((100vh - 160px));
  min-height: 100px;
}
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
  float: right;
  width: 450px;
}

#stwo-col {
  margin-top: 2em;
}

#stwo-col h2 {
  display: block;
  padding-bottom: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  color: #454445;
}

#stwo-col .sbox1 {
  float: left;
  width: 210px;
}

#stwo-col .sbox2 {
  float: right;
  width: 210px;
}

.footer {
  position: fixed;
  bottom: 0px;
  background: #000000b4;
  width: 100vw;
  z-index: 10;
}
#map_content {
  padding-top: 2rem;
  display: flex;
  width: 100%;
}
#ct {
  overflow: hidden;
  text-align: center;
}

#ct p {
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.3);
}

#ct a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
#f_m {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
ul.contact {
  margin: 0;
  padding: 0.5em 0em 0.5em 0em;
  list-style: none;
}

ul.contact li {
  display: inline-block;
  padding: 0em 0.1em;
  font-size: 1em;
}

ul.contact li span {
  display: none;
  margin: 0;
  padding: 0;
}

ul.contact li a {
  color: #fff;
}

ul.contact li a:before {
  display: inline-block;
  background: #4c93b9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
.annouceMent {
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.formInGray {
  background-color: rgba(128, 128, 128, 0.201);
  width: 38%;
  align-content: center;
  border-radius: 20px 20px 20px 20px;
}
.pdt {
  padding-top: 0.5rem;
}
.pfal {
  padding: 0.5rem;
}
#featured-wrapper {
  overflow: hidden;
  padding: 2em 0em;
  background: #383838;
  text-align: center;
}

#featured {
  overflow: hidden;
}

#featured .major {
  overflow: hidden;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e8e8e8;
}

#featured .major h2 {
  font-size: 3em;
}

#featured .major .byline {
  font-size: 1.3em;
}

#featured .title {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#featured .title h2 {
  font-size: 1.2em;
}

#featured h2 {
  text-align: center;
  color: #000000;
}

#featured .icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0px auto 20px auto;
  line-height: 100px;
  font-size: 3em;
  text-align: center;
  color: #fff;
}

.column1,
.column2,
.column3,
.column4 {
  width: 23.6%;
}

.column1,
.column2,
.column3,
.column4 {
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 1rem;
}

.column3,
.column4 {
  float: right;
  margin-right: 24px;
}

#header-featured {
  height: 50em;
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
}

#slider-wrapper {
  padding: 6em 0em;
  background: #db3256;
}

#slider {
  margin: 0em auto 0em auto;
  width: 1200px;
  position: relative;
}

#slider .button {
}

#slider .button:hover {
}

#slider .viewer {
  width: 1000px;
  height: 375px;
  margin: 0 auto;
  overflow: hidden;
}

#slider .viewer .reel {
  display: none;
  height: 375px;
}

#slider .viewer .reel .slide {
  position: relative;
  width: 1000px;
  height: 375px;
}

#slider .viewer .reel h2 {
  position: absolute;
  top: 130px;
  left: 0;
  width: 1200px;
  height: 80px;
  line-height: 80px;
  background: #111111;
  text-align: center;
  opacity: 0.85;
  font-weight: normal;
  color: #ffffff;
  font-size: 2.25em;
}

#slider .viewer .reel p {
  position: absolute;
  top: 210px;
  left: 0;
  width: 1200px;
  height: 40px;
  line-height: 40px;
  background: #0074c6;
  text-align: center;
  opacity: 0.85;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.1em;
}

#slider .icon {
  font-size: 4em;
  color: #fff;
}

#slider .previous-button {
  position: absolute;
  top: 150px;
  left: 0;
}

#slider .next-button {
  position: absolute;
  top: 150px;
  right: 0;
}

#slider .indicator {
  margin: 30px auto 0 auto;
}

#slider .indicator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#slider .indicator ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: #c8c8c8;
  margin: 0 2px 0 2px;
  border-radius: 8px;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #909090;
}

#slider .indicator ul li.active {
  background: #505050;
  border-top: solid 1px #505050;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer-wrapper {
  overflow: hidden;
  padding: 3em 0em;
  background: #383838;
  text-align: center;
}

#footer {
  overflow: hidden;
}

#footer .title h2 {
  font-size: 1.6em;
  font-weight: 300;
  color: #fff;
}

#footer .title .byline {
  display: block;
  padding-top: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5);
}

#footer .button {
  margin-top: 2em;
}

#extra {
  overflow: hidden;
  margin: 0em auto 0em auto;
  padding: 0em 0em 5.5em 0em;
  text-align: center;
}

#extra h2 {
  margin: 0em;
  padding: 0em;
  margin-bottom: 0.2em;
  font-weight: 400;
  font-size: 2.4em;
  color: #555555;
}

#extra span {
  display: block;
  padding-top: 0.2em;
  margin-bottom: 3em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #a2a2a2;
}

#extra2 {
  overflow: hidden;
  padding-bottom: 5em;
}

#extra2 .button {
  margin-top: 2em;
}

#extra2 .title h2 {
  font-size: 2em;
}

#extra2 .title .byline {
  font-size: 0.8em;
}

#extra2 #ebox1,
#extra2 #ebox2 {
  width: 560px;
}

#extra2 #ebox1 {
  float: left;
}

#extra2 #ebox2 {
  float: right;
}
#wrapper2 {
  overflow: hidden;
  padding: 6em 0em 42em 0em;
  background: #fff;
  text-align: center;
  height: 45%;
  font-size: 18px;
}

#restaurant {
  overflow: hidden;
}

#restaurant_extra {
  overflow: hidden;
  margin: 0em auto 0em auto;
  padding: 5em 0em 5em 0em;
  text-align: center;
}

#wrapper3 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

#active {
  overflow: hidden;
}

#active_extra {
  overflow: hidden;
  margin: 0em auto 0em auto;
  text-align: center;
  font-size: 20px;
  width: 100%;
}
#active_active {
  overflow: hidden;
  margin: 0em auto 0em auto;
  text-align: center;
  font-size: 20px;
  width: 100%;
}
#wrapper4 {
  overflow: hidden;
  background: #383838;
  text-align: left;
  left: 0;
}

#map {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
}

#map_extra {
  overflow: hidden;
  margin: 0em auto 0em auto;
  padding: 3em 0em 6em 0em;
  text-align: center;
  background: #ffffff;
  width: 100%;
  text-align: center;
}
.iframes {
  display: flex;
  justify-content: center;
}
.fbIframe {
  width: 100%;
  max-width: 500px;
}
.ytIframe {
  width: 80%;
}
#wrapper5 {
  overflow: hidden;
  padding: 8em 1em;
  background: #767676;
  text-align: center;
}
#wrapper6 {
  overflow: hidden;
  padding: 0em 0.2em;
  background: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
#wrapper7 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper8 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper9 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper10 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper11 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper12 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper15 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper16 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper17 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper14 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#wrapper18 {
  overflow: hidden;
  padding: 4em 0em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
#d1,
#d3 {
  float: left;
  width: 23%;
}
#d2 {
  float: left;
  width: 50%;
}
#t1,
#t2,
#t3 {
  text-align: left;
  color: #bbbbbb;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 1.5em;
}
#contactus {
  overflow: hidden;
}

#contactus_extra {
  overflow: hidden;
  margin: 0em auto 0em auto;
  padding: 5em 0em 5em 0em;
  text-align: center;
}
