@keyframes bounce {
  /* line 3, _animation.scss */
  0% {
    transform: scale(1);
  }

  /* line 4, _animation.scss */
  50% {
    transform: scale(0.95);
  }

  /* line 5, _animation.scss */
  100% {
    transform: scale(1);
  }
}

@keyframes color {
  /* line 10, _animation.scss */
  0% {
    background-color: #7ee1b2;
  }

  /* line 11, _animation.scss */
  50% {
    background-color: #69dca5;
  }

  /* line 12, _animation.scss */
  100% {
    background-color: #7ee1b2;
  }
}

/* line 4, style.scss */
ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
}

/* line 12, style.scss */
.btn.active.focus,
.btn.active:focus,
.btn.focus, .btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

/* line 16, style.scss */
.form-control:focus {
  border-color: #208c6a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #50aa4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #50aa4e;
}

/* line 23, style.scss */
body {
  font: 100% "Open Sans", sans-serif;
  color: #333333;
  font-size: 16px;
}
/* line 27, style.scss */
body .box-m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 31, style.scss */
body .box-m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 36, style.scss */
body .box-center {
  margin: 0 auto;
}
/* line 40, style.scss */
body span.mr20 {
  margin-right: 20px;
}
/* line 44, style.scss */
body h1 {
  font-size: 30px;
  font-weight: bold;
  color: #208c6a;
}
/* line 49, style.scss */
body h2 {
  font-size: 20px;
  color: #2ab573;
}
/* line 53, style.scss */
body p {
  color: #333333;
}
/* line 56, style.scss */
body p.heading-ref {
  font-size: 14px;
  color: #888;
  padding-bottom: 10px;
}
/* line 61, style.scss */
body a {
  color: #50aa4e;
}
/* line 63, style.scss */
body a a:hover, body a a:focus {
  color: #2ab573;
  text-decoration: none;
}
/* line 69, style.scss */
body .green {
  color: #2ab573;
}
/* line 73, style.scss */
body .section-line {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
/* line 78, style.scss */
body .thumbnail.active, body .thumbnail:focus, body .thumbnail:hover {
  border-color: #2ab573;
  text-decoration: none;
}
/* line 84, style.scss */
body .btn-main {
  color: white;
  background-color: #2ab573;
  border-radius: 100px;
  transition-duration: 0.2s;
}
/* line 89, style.scss */
body .btn-main:hover {
  background-color: #208c6a;
  color: white;
}
/* line 93, style.scss */
body .btn-main:focus {
  color: white;
}
/* line 98, style.scss */
body .btn-minor {
  color: #2ab573;
  background-color: white;
  border: 1px solid #2ab573;
  border-radius: 100px;
  transition-duration: 0.2s;
}
/* line 104, style.scss */
body .btn-minor:hover {
  background-color: rgba(80, 170, 78, 0.1);
  color: #2ab573;
}
/* line 108, style.scss */
body .btn-minor:focus {
  color: #2ab573;
}
/* line 113, style.scss */
body .btn-light {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid white;
  border-radius: 100px;
  transition-duration: 0.2s;
}
/* line 119, style.scss */
body .btn-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
/* line 123, style.scss */
body .btn-light:focus {
  color: white;
}
/* line 128, style.scss */
body .btn-center {
  margin: 0 auto 10px;
  display: block;
}
/* line 134, style.scss */
body .btn.active, body .btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
/* line 140, style.scss */
body #lagalleria-map-home {
  width: 100%;
  height: 400px;
}
/* line 144, style.scss */
body #phuket-map-home {
  width: 100%;
  height: 400px;
}
/* line 149, style.scss */
body .mapAwrap, body .mapBwrap {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
/* line 158, style.scss */
body .mapAwrap.showmap, body .mapBwrap.showmap {
  overflow: hidden;
}

/* line 165, style.scss */
nav.navbar {
  display: none;
  transition-duration: 0.2s;
}
/* line 169, style.scss */
nav.navbar .navbar-nav > li > a {
  line-height: 40px;
}
/* line 173, style.scss */
nav.navbar .caret {
  color: white;
}
/* line 179, style.scss */
nav.navbar .navbar-header .navbar-brand img {
  width: 100px;
  height: auto;
}
/* line 186, style.scss */
nav.navbar.darknav {
  background-color: rgba(48, 91, 80, 0.9);
}
/* line 189, style.scss */
nav.navbar.transparentnav {
  background-color: transparent;
}
/* line 195, style.scss */
nav.navbar.navbar-quatex .navbar-nav a {
  color: #fff;
}
/* line 199, style.scss */
nav.navbar.navbar-quatex .navbar-nav .dropdown-menu a {
  color: #000;
}
/* line 204, style.scss */
nav.navbar.navbar-quatex .navbar-nav .active a {
  color: #fff;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
}
/* line 210, style.scss */
nav.navbar.navbar-quatex .navbar-nav .nav > li > a {
  background-color: transparent;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
/* line 218, style.scss */
nav.navbar.navbar-quatex .navbar-nav .nav > li > a:focus,
nav.navbar.navbar-quatex .navbar-nav .nav > li > a:hover,
nav.navbar.navbar-quatex .navbar-nav .nav .open > a, nav.navbar.navbar-quatex .navbar-nav .nav .open > a:focus, nav.navbar.navbar-quatex .navbar-nav .nav .open > a:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
/* line 225, style.scss */
nav.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 229, style.scss */
nav.navbar .lang {
  padding-top: 10px;
  margin-top: 12px;
  margin-left: 20px;
}
/* line 234, style.scss */
nav.navbar .lang ul li {
  display: inline;
}
/* line 237, style.scss */
nav.navbar .lang ul a {
  padding: 5px 10px 5px 10px;
  background-color: transparent;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  border-radius: 20px;
  font-size: 12px;
}
/* line 246, style.scss */
nav.navbar .lang ul a.active {
  background: rgba(0, 0, 0, 0.4);
}
/* line 250, style.scss */
nav.navbar .lang ul a:focus,
nav.navbar .lang ul a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4);
}
/* line 257, style.scss */
nav.navbar .quatexnav {
  background: none;
  border: none;
}

/* line 263, style.scss */
.container-full {
  background-image: linear-gradient(rgba(42, 181, 115, 0.7), rgba(42, 181, 115, 0.7)), url("../images/quatexhead.jpg");
  background-size: cover;
  background-position: center 50%;
  position: relative;
}
/* line 268, style.scss */
.container-full .bottom-curve {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 273, style.scss */
.container-full .bottom-curve img {
  width: 100%;
  display: block;
}
/* line 277, style.scss */
.container-full .bottom-curve .fancysearch-box {
  position: relative;
}
/* line 279, style.scss */
.container-full .bottom-curve .fancysearch-box .absolute-box {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* line 285, style.scss */
.container-full .bottom-curve .fancysearch-box .fancysearch {
  width: 84px;
  height: 84px;
  background-color: #7ee1b2;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  top: -42px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 120px;
  transition: width 1s ease, height 1s ease;
}
/* line 301, style.scss */
.container-full .bottom-curve .fancysearch-box .fancysearch:hover {
  animation-name: bounce,color;
  animation-duration: 0.5s;
}
/* line 308, style.scss */
.container-full .bottom-curve .fancysearch-box #fancysearch_ic img {
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin: 20px 17px;
}

/* line 320, style.scss */
.banner {
  height: 560px;
  display: table;
  width: 100%;
}
/* line 324, style.scss */
.banner .banner-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}

/* line 333, style.scss */
.footer {
  background-color: #2ab573;
}
/* line 335, style.scss */
.footer .footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 342, style.scss */
.footer p, .footer h1, .footer h2, .footer a, .footer label {
  color: white;
}
/* line 347, style.scss */
.footer ul.sitemap li {
  padding: 10px 20px;
}
/* line 349, style.scss */
.footer ul.sitemap li > a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(48, 91, 80, 0.9);
  color: rgba(48, 91, 80, 0.9);
}
/* line 358, style.scss */
.footer img.footer-brand {
  width: 70%;
  height: auto;
  margin-bottom: 20px;
}
/* line 365, style.scss */
.footer p.social {
  font-size: 14px;
}
/* line 367, style.scss */
.footer p.social > a {
  font-size: 48px;
  color: white;
  vertical-align: text-top;
  cursor: pointer;
}
/* line 373, style.scss */
.footer p.social > a:hover, .footer p.social > a:focus {
  background-repeat: no-repeat;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* line 397, style.scss */
  nav.navbar.quatexnav {
    background: rgba(42, 75, 50, 0.9) !important;
  }
  /* line 401, style.scss */
  nav.navbar .navbar-header .navbar-brand {
    height: auto;
  }
  /* line 403, style.scss */
  nav.navbar .navbar-header .navbar-brand img {
    width: 50px;
  }
  /* line 409, style.scss */
  nav.navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  /* line 416, style.scss */
  nav.navbar .navbar-quatex .navbar-nav .active a {
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.5);
  }

  /* line 424, style.scss */
  .banner {
    height: 400px;
    padding-top: 70px;
  }

  /* line 428, style.scss */
  .logo {
    margin: 15%;
  }
  /* line 430, style.scss */
  .logo img {
    display: block;
    width: 100%;
  }

  /* line 439, style.scss */
  .container-full .bottom-curve .fancysearch-box .fancysearch {
    width: 72px;
    height: 72px;
  }
  /* line 444, style.scss */
  .container-full .bottom-curve .fancysearch-box #fancysearch_ic img {
    width: 38px;
    height: 38px;
  }

  /* line 454, style.scss */
  body .hilight-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 457, style.scss */
  body .hilight-box .hilight-content {
    margin-top: 0px;
  }
  /* line 461, style.scss */
  body .box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 467, style.scss */
  body .storehead > h2.text-center > span:last-of-type {
    display: block;
  }

  /* line 475, style.scss */
  .footer .footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 479, style.scss */
  .footer .footer-contact {
    border-right: 0;
  }
  /* line 482, style.scss */
  .footer ul {
    margin-top: 20px;
    border-top: 1px solid rgba(48, 91, 80, 0.9);
  }
  /* line 487, style.scss */
  .footer ul.sitemap li {
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 494, style.scss */
  .footer img.footer-brand {
    width: 40%;
    height: auto;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* line 506, style.scss */
  .banner {
    height: 300px;
  }
}
/* Custom, iPhone Retina */
