/*-----------------------------------------------------------------------------------

    Project Name: dajia.event.js 
    Description: dajia.event
    Author: yunshou
    Version: 1
    LESS Stylesheet
    
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	variables.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Margins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Layouts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
	mixins.less
-----------------------------------------------------------------------------------*/
/* Portfolio Item Size Builder
-----------------------------------------------------------------*/
/* Shop Item Size Builder
-----------------------------------------------------------------*/
/* Blog Grid Item Size Builder
-----------------------------------------------------------------*/
/* Other Mixins
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	layouts.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section {
  position: relative;
  margin-bottom: 30px;
  background-color: transparent;
  overflow: hidden;
}
.section .container {
  z-index: 2;
}
.section .container + .video-wrap {
  z-index: 1;
}
.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mobile-parallax,
.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.revealer-image {
  position: relative;
  bottom: -120px;
  transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
}
.section:hover .revealer-image {
  bottom: -60px;
}
/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.postcontent {
  width: 860px;
}
.postcontent.bothsidebar {
  width: 580px;
}
.sidebar {
  width: 240px;
}
.col_full {
  width: 100%;
}
.col_half {
  width: 48%;
}
.col_one_third {
  width: 30.63%;
}
.col_two_third {
  width: 65.33%;
}
.col_one_fourth {
  width: 22%;
}
.col_three_fourth {
  width: 74%;
}
.col_one_fifth {
  width: 16.8%;
}
.col_two_fifth {
  width: 37.6%;
}
.col_three_fifth {
  width: 58.4%;
}
.col_four_fifth {
  width: 79.2%;
}
.col_one_sixth {
  width: 13.33%;
}
.col_five_sixth {
  width: 82.67%;
}
body.stretched .container-fullwidth {
  position: relative;
  padding: 0 60px;
  width: 100%;
}
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
}
.postcontent,
.sidebar {
  margin-right: 40px;
}
.col_full {
  clear: both;
  float: none;
  margin-right: 0;
}
.postcontent.col_last,
.sidebar.col_last {
  float: right;
}
.col_last {
  margin-right: 0 !important;
  clear: right;
}
/*-----------------------------------------------------------------------------------

	typography.less

-----------------------------------------------------------------------------------*/
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
::selection {
  background: #52bdaf;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #52bdaf;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #52bdaf;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
  line-height: 1.5;
  color: #555555;
  font-size: 14px;
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
}
a {
  text-decoration: none !important;
  color: #52bdaf;
}
a:hover {
  color: #f5df27;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none !important;
}
/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
}
h5,
h6 {
  margin-bottom: 20px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h4 {
  font-weight: 600;
}
h5,
h6 {
  font-weight: bold;
}
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) {
  color: #52bdaf;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}
small {
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
}
#wrapper {
  position: relative;
  float: none;
  margin: 0 auto;
  background-color: transparent;
}
/*-----------------------------------------------------------------------------------

	helpers.less

-----------------------------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.nott {
  text-transform: none !important;
}
.tright {
  text-align: right !important;
}
.tleft {
  text-align: left !important;
}
.fright {
  float: right !important;
}
.fleft {
  float: left !important;
}
.fnone {
  float: none !important;
}
.ohidden {
  position: relative;
  overflow: hidden !important;
}
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE;
}
.line.line-sm,
.double-line.line-sm {
  margin: 30px 0;
}
span.middot {
  display: inline-block;
  margin: 0 5px;
}
.double-line {
  border-top: 3px double #E5E5E5;
}
.emptydiv {
  display: block !important;
  position: relative !important;
}
.allmargin {
  margin: 50px !important;
}
.leftmargin {
  margin-left: 50px !important;
}
.rightmargin {
  margin-right: 50px !important;
}
.topmargin {
  margin-top: 50px !important;
}
.bottommargin {
  margin-bottom: 50px !important;
}
.clear-bottommargin {
  margin-bottom: -50px !important;
}
.allmargin-sm {
  margin: 30px !important;
}
.leftmargin-sm {
  margin-left: 30px !important;
}
.rightmargin-sm {
  margin-right: 30px !important;
}
.topmargin-sm {
  margin-top: 30px !important;
}
.bottommargin-sm {
  margin-bottom: 30px !important;
}
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}
.allmargin-lg {
  margin: 80px !important;
}
.leftmargin-lg {
  margin-left: 80px !important;
}
.rightmargin-lg {
  margin-right: 80px !important;
}
.topmargin-lg {
  margin-top: 80px !important;
}
.bottommargin-lg {
  margin-bottom: 80px !important;
}
.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}
.nomargin {
  margin: 0 !important;
}
.noleftmargin {
  margin-left: 0 !important;
}
.norightmargin {
  margin-right: 0 !important;
}
.notopmargin {
  margin-top: 0 !important;
}
.nobottommargin {
  margin-bottom: 0 !important;
}
.header-stick {
  margin-top: -50px !important;
}
.content-wrap .header-stick {
  margin-top: -80px !important;
}
.footer-stick {
  margin-bottom: -50px !important;
}
.content-wrap .footer-stick {
  margin-bottom: -80px !important;
}
.noborder {
  border: none !important;
}
.noleftborder {
  border-left: none !important;
}
.norightborder {
  border-right: none !important;
}
.notopborder {
  border-top: none !important;
}
.nobottomborder {
  border-bottom: none !important;
}
.noradius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.col-padding {
  padding: 60px;
}
.nopadding {
  padding: 0 !important;
}
.noleftpadding {
  padding-left: 0 !important;
}
.norightpadding {
  padding-right: 0 !important;
}
.notoppadding {
  padding-top: 0 !important;
}
.nobottompadding {
  padding-bottom: 0 !important;
}
.noabsolute {
  position: relative !important;
}
.noshadow {
  box-shadow: none !important;
}
.hidden {
  display: none !important;
}
.nothidden {
  display: block !important;
}
.inline-block {
  float: none !important;
  display: inline-block !important;
}
.center {
  text-align: center !important;
}
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.bgcolor,
.bgcolor #header-wrap {
  background-color: #52bdaf !important;
}
.color {
  color: #52bdaf !important;
}
.border-color {
  border-color: #52bdaf !important;
}
.nobg {
  background: none !important;
}
.nobgcolor {
  background-color: transparent !important;
}
.bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1);
}
/* MOVING BG -  TESTIMONIALS */
.bganimate {
  -webkit-animation: BgAnimated 30s infinite linear;
  -moz-animation: BgAnimated 30s infinite linear;
  -ms-animation: BgAnimated 30s infinite linear;
  -o-animation: BgAnimated 30s infinite linear;
  animation: BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-ms-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-o-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical-middle {
  height: auto !important;
  left: 0;
}
.magnific-max-width .mfp-content {
  max-width: 800px;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar {
  margin-top: 10px;
  border-radius: 0px;
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 0px;
}
.navbar-brand {
  display: none;
}
.nav > li > a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 15px 25px;
  line-height: 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #f5df27;
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: inherit;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #52bdaf;
}
.nav-tabs {
  border-bottom: 0px;
  text-align: center;
  margin-bottom: 30px;
}
.nav-tabs > li {
  float: none;
  margin-bottom: -1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: -5px;
}
.nav-tabs > li > a {
  color: #ed7fb0;
  margin-right: 0px;
  line-height: 1.42857143;
  border: 2px solid #ed7fb0;
  border-radius: 0px;
  padding: 12px 50px;
  background-color: #fff;
}
.nav-tabs > li:first-child > a {
  border-radius: 25px 0 0 25px;
}
.nav-tabs > li:last-child > a {
  border-radius: 0 25px 25px 0;
}
.nav-tabs > li > a:hover {
  border-color: #ed7fb0;
  color: #222;
  background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #ed7fb0;
  border: 2px solid #ed7fb0;
}
.btn-primary {
  color: #000;
  background-color: #eb7eaf;
  border-color: transparent;
  border-radius: 0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #000;
  background-color: #eb7eaf;
  border-color: transparent;
}
.btn-primary:hover {
  color: #eb7eaf;
  background-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #eb7eaf;
  border-color: transparent;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #000;
  background-color: #eb7eaf;
  border-color: transparent;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-more {
  padding: 6px 20px;
  border-radius: 16px;
  background-color: transparent;
  border: 2px solid #eb7eaf;
  margin-bottom: 8px;
}
.btn-more i {
  margin-left: 5px;
  vertical-align: middle;
}
.btn-more:hover {
  color: #eb7eaf;
  background-color: #000;
  border-color: transparent;
}
@media (max-width: 991px) {
  body.index .nav.navbar-nav > li > a {
    padding: 15px 9px;
  }
}
@media (max-width: 767px) {
  body.index #header-wrap .container {
    margin-right: 0px;
    margin-left: 0px;
  }
  body.index .navbar {
    padding: 0 15px;
  }
  body.index .navbar-brand {
    display: inline-block;
    float: none;
    padding: 0;
  }
  body.index .navbar-brand img {
    margin: 0 auto;
  }
  body.index .nav.navbar-nav {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  body.index .nav.navbar-nav > li {
    float: none;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  body.index .nav.navbar-nav > li > a {
    font-weight: 400;
    padding: 15px 9px;
    color: #52bdaf;
  }
  body.index .nav.navbar-nav > li > a:hover {
    color: #222;
    text-decoration: none;
    background-color: transparent;
  }
  body.index .navbar-header .navbar-toggle {
    border-color: #fff;
    margin-right: 0;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  body.index .navbar-header .navbar-toggle:focus,
  body.index .navbar-header .navbar-toggle:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
  }
  body.index .navbar-toggle .icon-bar {
    background-color: #00489d;
  }
  body.index .nav-tabs > li > a {
    font-size: 16px;
    padding: 10px 15px;
  }
  body.index .navbar-collapse {
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-left: -15px;
  }
}
/*-----------------------------------------------------------------------------------

	Shortcodes: carousel.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: url('images/preloader.gif') no-repeat center center;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
#slider .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.mega-menu-content .owl-carousel.owl-hidden {
  opacity: 1;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111111;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url("images/icons/play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Owl Carousel - Controls
-----------------------------------------------------------------*/
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  background-color: #FFF;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}
.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px;
}
.owl-carousel-full .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #52bdaf !important;
  color: #FFF !important;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  display: none !important;
}
/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin-top: 30px;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: #52bdaf;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}
body.index {
  background-image: url('images/bg_01.jpg');
  background-repeat: repeat-x;
  background-position: 0px 223px;
}
body.index #header-wrap {
  display: block;
  text-align: center;
  height: 286px;
}
body.index #header-wrap .top-bar {
  float: right;
}
body.index #header-wrap .top-bar a {
  margin-right: 5px;
}
body.index #logo {
  height: 224px;
  padding: 0;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}
body.index .slick_wrapper {
  opacity: 0;
  overflow: hidden;
}
body.index .slick_wrapper .slick-arrow {
  z-index: 1;
}
body.index #calendar {
  border: 2px solid #96c5e1;
}
body.index #calendar iframe {
  width: 100%;
  height: 360px;
}
body.index #news .oc-item {
  padding: 8px;
  border: 1px solid #ccc;
  border-top: 10px solid #52bdaf;
}
body.index #news .oc-item .info {
  padding: 15px 0px;
}
body.index #news .oc-item .info .date {
  padding: 2px 5px;
  background-color: #585757;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin: 2px 0px 5px;
}
body.index #news .oc-item .info .title {
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.index #news .oc-item .info .title a {
  font-size: 18px;
  font-weight: 400;
}
body.index #news .oc-item .info .title a:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
body.index #news .oc-item .info .desc {
  color: #999;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}
body.index #video .item-video .video-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
body.index #video .item-video .video-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 50px!important;
  height: 36px!important;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  border-radius: 15%;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  margin-left: -25px;
  margin-top: -18px;
}
body.index #video .item-video .video-overlay span:hover {
  background-color: #cc0404;
}
body.index #video .item-video .title {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
body.index .more {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
body.index #dajiaMap {
  padding: 40px 0 60px;
  background-image: url('images/bg_map.jpg');
  position: relative;
  min-height: 650px;
}
body.index #dajiaMap:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('images/bg_footer_top.png');
  background-repeat: repeat-x;
  height: 41px;
  width: 100%;
  display: block;
}
body.index #dajiaMap .mapMain {
  position: relative;
  width: 1017px;
  height: 513px;
  margin: 0 auto;
  margin-top: 150px;
  background-image: url('images/map/1.png');
  background-repeat: no-repeat;
  background-size: cover;
}
body.index #dajiaMap .mapMain .title {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  color: #eb7eaf;
  margin-top: -150px;
}
body.index #dajiaMap .mapMain .title a {
  color: #eb7eaf;
}
body.index #dajiaMap .mapMain .title a:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
body.index #dajiaMap .mapMain ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0 right: 0;
  bottom: 0;
}
body.index #dajiaMap .mapMain ul.points li {
  position: absolute;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(1) {
  top: -90px;
  left: -60px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(2) {
  top: 10px;
  left: 240px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(3) {
  top: -57px;
  right: 0;
  /* left: 610px;*/
}
body.index #dajiaMap .mapMain ul.points li:nth-child(4) {
  /*top: -110px;
                        left: 766px;*/
  top: 230px;
  z-index: 2;
  right: 30px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(5) {
  top: 350px;
  left: 550px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(6) {
  top: 0px;
  right: 280px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(7) {
  top: 100px;
  left: -60px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(8) {
  top: 380px;
  left: 280px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(9) {
  top: 160px;
  right: 0px;
}
body.index #dajiaMap .mapMain ul.points li:nth-child(10) {
  top: 310px;
  left: -25px;
  /*logo*/
}
body.index #dajiaMap .mapMain ul.points li:nth-child(10) img {
  max-width: 280px;
}
body.index #footer {
  padding: 10px 0 60px;
  background-color: #132748;
}
body.index #footer .footer-link .footer-link-center {
  text-align: center;
}
body.index #footer .footer-link ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
}
body.index #footer .footer-link ul li {
  float: left;
}
body.index #footer .footer-link ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 15px 25px;
  line-height: 18px;
}
body.index #footer .footer-link ul li a:hover {
  color: #f5df27;
  text-decoration: none;
  background-color: transparent;
}
body.index #footer #copyrights {
  margin-top: 30px;
}
body.index #footer #copyrights .top-bar {
  display: none;
}
body.index #footer #copyrights .tc-logo {
  width: 70px;
  height: 52px;
  display: block;
  float: left;
}
body.index #footer #copyrights .copyright-links {
  padding-left: 80px;
  color: #fff;
  font-style: 14px;
}
body.index #footer #copyrights .copyright-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
body.index #footer #copyrights .copyright-links ul li {
  float: left;
  margin: 0 10px 0px 0;
}
body.index #footer #copyrights .copyright-links ul li:before {
  content: '|';
  display: inline-block;
  margin-right: 10px;
  opacity: .5;
}
body.index #footer #copyrights .copyright-links ul li:first-child:before {
  content: " ";
  display: table;
}
body.index #footer #copyrights .copyright-links ul li a {
  color: #fff;
  font-weight: 400;
  line-height: 18px;
}
body.index #footer #copyrights .copyright-links ul li a:hover {
  color: #f5df27;
  text-decoration: none;
  background-color: transparent;
}
body.index #footer #copyrights .copyright-links-top {
  display: none;
}
body.index #footer #copyrights .copyright-links-bottom {
  display: block;
}
/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/
#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#gotoTop:hover {
  color: #222;
  background-color: #fff;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------------------------------------
    RWD
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
  body.index #calendar iframe {
    width: 100%;
    height: 293px;
  }
}
@media (max-width: 1024px) {
  body.index #dajiaMap .mapMain {
    margin-top: 50px;
    transform: scale(0.75);
    margin-left: -15%;
  }
  body.index #footer .footer-link ul li a {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  body.index .slick_wrapper {
    margin-bottom: 15px;
  }
  body.index #calendar {
    border: 2px solid #96c5e1;
  }
  body.index #calendar iframe {
    width: 100%;
    height: 564px;
  }
}
@media (max-width: 767px) {
  body.index {
    background-image: url('images/bg_01_m.jpg');
    background-repeat: repeat-x;
    background-position: 0px 75px;
  }
  body.index #header-wrap {
    display: block;
    text-align: center;
    height: 70px;
    margin-bottom: 20px;
  }
  body.index #logo {
    display: none;
  }
  body.index #calendar {
    border: 2px solid #96c5e1;
  }
  body.index #calendar iframe {
    width: 100%;
    height: 360px;
  }
  body.index .more {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  body.index #dajiaMap {
    padding: 20px 0 10px;
    background-image: url('images/bg_map.jpg');
    position: relative;
    min-height: 150px;
  }
  body.index #dajiaMap:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('images/bg_footer_top.png');
    background-repeat: repeat-x;
    height: 21px;
    width: 100%;
    display: block;
  }
  body.index #dajiaMap .mapMain {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    background-image: none;
  }
  body.index #dajiaMap .mapMain .title {
    position: relative;
  }
  body.index #dajiaMap .mapMain ul.points {
    display: none;
  }
  body.index #footer {
    padding: 10px 0 60px;
    background-color: #132748;
  }
  body.index #footer .footer-link .footer-link-center {
    text-align: left;
  }
  body.index #footer .footer-link ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
    width: 100%;
  }
  body.index #footer .footer-link ul li {
    float: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
  }
  body.index #footer .footer-link ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 12px 0px;
    line-height: 18px;
  }
  body.index #footer .footer-link ul li a:hover {
    color: #f5df27;
    text-decoration: none;
    background-color: transparent;
  }
  body.index #footer #copyrights {
    margin-top: 0px;
  }
  body.index #footer #copyrights .top-bar {
    display: block;
    text-align: center;
    margin: 15px 0;
  }
  body.index #footer #copyrights .top-bar a {
    margin-right: 5px;
  }
  body.index #footer #copyrights .top-bar a:hover {
    opacity: .8;
  }
}
@media (max-width: 419px) {
  body.index #footer #copyrights .copyright-links ul li {
    float: none;
    margin: 0 10px 0px 0;
    padding: 5px 0;
  }
  body.index #footer #copyrights .copyright-links ul li:before {
    content: '';
    display: table;
    margin-right: 0px;
  }
  body.index #footer #copyrights .copyright-links ul li:first-child:before {
    content: " ";
    display: table;
  }
  body.index #footer #copyrights .copyright-links-top {
    display: block;
    color: #fff;
    margin-bottom: 10px;
  }
  body.index #footer #copyrights .copyright-links-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
  }
  body.index #footer #copyrights .copyright-links-top ul li {
    float: left;
    margin: 0 10px 0px 0;
  }
  body.index #footer #copyrights .copyright-links-top ul li:before {
    content: '|';
    display: inline-block;
    margin-right: 5px;
    opacity: .5;
  }
  body.index #footer #copyrights .copyright-links-top ul li:first-child:before {
    content: " ";
    display: table;
  }
  body.index #footer #copyrights .copyright-links-top ul li a {
    color: #fff;
    font-weight: 400;
    line-height: 18px;
  }
  body.index #footer #copyrights .copyright-links-top ul li a:hover {
    color: #f5df27;
    text-decoration: none;
    background-color: transparent;
  }
  body.index #footer #copyrights .copyright-links-bottom {
    display: none;
  }
}
/* LESS Document */
.page-inner {
  background: #fff;
  min-height: 60vh;
  padding: 40px 5%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  /*--------------------*/
  /*連線我們*/
  /*--------------------*/
  /*--------------------*/
  /*連線我們*/
  /*--------------------*/
  /*--------------------*/
  /* at 景點 */
  /*--------------------*/
  /*--------------------*/
  /* at 景點 */
  /*--------------------*/
}
.page-inner h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
.page-inner h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.page-inner h3 {
  font-size: 18px;
  font-weight: normal;
}
.page-inner p,
.page-inner li {
  font-size: 16px;
  line-height: 180%;
}
.page-inner ol,
.page-inner ul {
  padding-left: 1em;
}
.page-inner pre.red-title {
  font-size: 18px;
  font-weight: bolder;
  display: inline-block;
  margin-bottom: 5px;
  border: 0;
  background-color: #eb6b8c;
  color: #fff;
  margin-top: 15px;
}
.page-inner .alert ol,
.page-inner .alert ul {
  margin-bottom: 0px;
}
.page-inner .page-cover-img {
  margin-bottom: 3em;
  text-align: center;
}
.page-inner .back-btn {
  margin-bottom: 1em;
  margin-top: 3em;
}
.page-inner .connect-info pre.red-title {
  font-size: 28px;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.page-inner .connect-info pre.red-title span {
  padding-top: 5px;
}
.page-inner .connect-info p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.page-inner .at-banner-img {
  background: url(../img/at-banner-bg.jpg);
  background-size: 100% auto;
  background-position: center center;
}
.page-inner .at-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-inner .at-container ul,
.page-inner .at-container ol {
  margin-left: 10px;
  padding-left: 10px;
}
.page-inner .at-container ul {
  list-style-type: disc;
}
.page-inner .at-container pre.introduce-pre {
  margin-top: 0;
  margin-bottom: 5px;
}
.page-inner .at-container .video .embed-responsive {
  margin-bottom: 40px;
}
.page-inner .album-list {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 5rem;
}
.page-inner .album-cover {
  padding: 2px 0px;
  margin: 0px 0px 10px 0px;
}
.page-inner .album-cover-container {
  margin: auto 10px;
  border-bottom: 3px solid #CCCCCC;
  margin-bottom: 1rem;
}
.page-inner .album-cover-container a {
  display: inline-block;
}
.page-inner .album-cover-container .votes-no {
  background-color: #7A7A7A;
  color: #fff;
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  line-height: 130%;
  min-width: 60px;
}
.page-inner .album-cover-container .list-no {
  display: inline;
  background-color: #555;
  color: #FFF;
  padding: 2px 10px;
}
.page-inner .album-cover-container .votes-list {
  padding-right: 70px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-inner .album-cover-container a {
  color: #333;
}
.page-inner .album-cover-container a:hover {
  color: #52bdaf;
}
.page-inner .votes-selection {
  margin-bottom: 10px;
}
.page-inner .votes-selection .btn {
  margin-left: 10px;
}
.page-inner .votes-selection .checkbox-inline {
  padding-left: 30px;
  font-size: 12px;
  color: #555;
  position: relative;
}
.page-inner .votes-selection .checkbox-inline input[type="checkbox"],
.page-inner .checkbox-inline input[type=checkbox] {
  margin-left: -28px;
  bottom: 0px;
}
.page-inner .login-modal-content {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../img/login-modal-content.jpg);
}
.page-inner .attraction-photos {
  padding-top: 20px;
}
.page-inner .new-win-bnt {
  margin-bottom: 5%;
}
/*.page-inner*/
@media (max-width: 767px) {
  .page-inner .album-cover-container {
    min-height: 245px;
  }
}
