#pageWedding {
  /*.nav-container{
		text-align: center;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
	.nav-tabs{
		border-bottom: 0;
		text-align: center;
		margin: 0px 0;
		display: inline-block;
		white-space: nowrap;
		width:auto;
		& > li{
		  float: none;
		  display: inline-block;
		  &+ li{
			border-left: 1px solid @gray-lighter;
		  }
		  & > a{
			border: 0;
			background: none;
			color: @gray;
			padding-top: 0.25em;
			padding-bottom: 0.25em;
		  }
			&:hover{
				& > a{
				  color: @gray-darker;
				}
			}
		  &.active{
				& > a{
				  font-weight: bold;
				  color: @gray;
				}
				&:hover{
					& > a{
					  color: black;
					}
				}
		  }
		}
	}*/
}
#pageWedding .pageHeadline {
  position: relative;
  height: 125px;
}
@media (max-width:  767px ) {
  #pageWedding .pageHeadline {
    height: 105px;
  }
}
#pageWedding .pageHeadline .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 125px;
}
@media (max-width:  767px ) {
  #pageWedding .pageHeadline .wrapper {
    height: 105px;
  }
}
#pageWedding .pageHeadline.fixtop .wrapper {
  position: fixed;
  z-index: 99;
  top: 59px;
}
@media (min-width:  1201px ) {
  #pageWedding .pageHeadline.fixtop .wrapper {
    top: 49px;
  }
}
#pageWedding .pageHeadline .text-headline {
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  float: left;
}
#pageWedding .pageHeadline .btn {
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
@media (max-width:  767px ) {
  #pageWedding .pageHeadline .btn {
    margin-top: 16px;
  }
}
@media (max-width:  767px ) {
  #pageWedding .pageHeadline .text-headline {
    font-size: 26px;
  }
}
#pageWedding .tab-pane .layered {
  position: relative;
}
#pageWedding .tab-pane .layerShorter {
  position: absolute;
  width: 100%;
  height: 100%;
}
#pageWedding .tab-pane .paddingLmore {
  padding-left: 3em;
  padding-right: 1.5em;
}
#pageWedding .tab-pane .paddingRmore {
  padding-left: 1.5em;
  padding-right: 3em;
}
#pageWedding .tab-pane .greyBg {
  background: #F5F5F5;
  width: 100%;
}
#pageWedding .tab-pane .title {
  font-size: 55px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #000;
}
@media (max-width:  767px ) {
  #pageWedding .tab-pane .title {
    font-size: 26px;
  }
}
#pageWedding .contentTable {
  display: table;
}
@media (max-width:  767px ) {
  #pageWedding .contentTable {
    display: none;
  }
}
#pageWedding .contentTable.vMiddle .contentCell {
  vertical-align: middle;
}
#pageWedding .contentTable.vTop .contentCell {
  vertical-align: top;
}
#pageWedding .contentTable.vBottom .contentCell {
  vertical-align: bottom;
}
#pageWedding .contentTable .contentCell {
  display: table-cell;
}
#pageWedding .mobileView {
  padding: 0 15px;
  position: relative;
  z-index: 11;
}
@media (min-width:  1201px ) {
  #pageWedding .mobileView {
    display: none;
  }
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageWedding .mobileView {
    display: none;
  }
}
#pageWedding .mobileView .txt {
  padding-bottom: 1.5em;
}
#pageWedding .tab-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#pageWedding .tab-content section {
  position: relative;
  font-size: 14px;
}
@media (max-width:  767px ) {
  #pageWedding .tab-content section {
    font-size: 13px;
  }
}
#pageWedding .tab-content section .text-headline {
  color: black;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageWedding .tab-content section .text-headline {
    font-size: 30px;
  }
}
@media (max-width:  767px ) {
  #pageWedding .tab-content section .text-headline {
    font-size: 25px;
  }
}
#pageWedding .tab-content section .contentTable {
  position: relative;
  width: 100%;
  z-index: 10;
}
#pageWedding .tab-content section + section {
  margin-top: 60px;
}
#pageWedding .tab-content .pdtLink {
  display: block;
  position: relative;
}
#pageWedding .tab-content .pdtLink img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#pageWedding .tab-content .pdtLink .btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  z-index: 1;
}
#pageWedding .tab-content .pdtLink:hover img {
  opacity: 0.8;
}
#pageWedding .tab-content .pdtLink:hover .btn {
  display: inline-block;
}
#pageWedding .tab-content .col-img img {
  width: 100%;
}
#pageWedding .tab-content .col-img video {
  width: 100%;
}
#pageWedding .tab-content .btn-container {
  padding: 0 15px;
}
@media (min-width:  1201px ) {
  #pageWedding .tab-content .btn-container .btn-listing {
    width: 320px;
  }
}
@media (max-width:  767px ) {
  #pageWedding .tab-content .btn-container .btn-listing {
    width: 100%;
  }
}
#pageWedding #details-proposal .section-1:before {
  content: '';
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 70%;
  top: 15%;
  left: 0;
}
#pageWedding #details-proposal .section-1 .col-img {
  width: 40%;
  padding: 0 5%;
}
#pageWedding #details-proposal .section-1 .col-img img {
  display: block;
}
#pageWedding #details-proposal .section-1 .col-txt {
  width: 60%;
  padding: 0 10%;
}
#pageWedding #details-proposal .section-1 .mobileView .imgContainer {
  text-align: right;
}
#pageWedding #details-proposal .section-1 .mobileView .imgContainer img {
  width: 60%;
}
#pageWedding #details-proposal .section-1 .mobileView video {
  max-width: 100%;
}
#pageWedding #details-proposal .section-1 .videoContainer {
  position: relative;
  cursor: pointer;
  display: block;
  margin-top: 5px;
}
#pageWedding #details-proposal .section-1 .videoContainer video {
  position: relative;
  z-index: 1;
  display: block;
}
#pageWedding #details-proposal .section-1 .videoContainer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
}
#pageWedding #details-proposal .section-1 .videoContainer .icon:after {
  content: '\f04b';
  line-height: 60px;
  font-size: 30px;
  font-family: FontAwesome;
  color: rgba(0, 0, 0, 0.3);
}
#pageWedding #details-proposal .section-1 .videoContainer.playing .icon {
  display: none;
}
#pageWedding #details-proposal .section-1 .videoContainer.playing .icon:after {
  content: '\f04c';
}
#pageWedding #details-proposal .section-1 .videoContainer.playing:hover .icon {
  display: block;
}
#pageWedding #details-proposal .section-2:before {
  content: '';
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 0;
}
#pageWedding #details-proposal .section-2 .col-img {
  width: 55%;
  padding: 0 10%;
}
#pageWedding #details-proposal .section-2 .col-txt {
  width: 45%;
  padding: 0 5%;
}
#pageWedding #details-proposal .section-2 .mobileView .imgContainer {
  text-align: left;
}
#pageWedding #details-proposal .section-2 .mobileView .imgContainer img {
  width: 60%;
}
#pageWedding #details-proposal .section-3 .col-img {
  width: 40%;
  padding: 0 5% 0 0%;
  text-align: left;
}
#pageWedding #details-proposal .section-3 .col-txt {
  width: 60%;
  padding: 0 5% 0 15%;
  text-align: center;
}
#pageWedding #details-proposal .section-3 .mobileView .imgContainer {
  display: block;
  text-align: center;
}
#pageWedding #details-proposal .section-3 .mobileView .imgContainer img {
  width: 70%;
}
#pageWedding #details-proposal .section-4 .col-img {
  width: 50%;
}
#pageWedding #details-proposal .section-4 .col-txt {
  width: 50%;
  text-align: center;
}
#pageWedding #details-proposal .section-4 .col-txt .txt {
  padding: 30px 15%;
}
#pageWedding #details-proposal .section-4 .row-img:before,
#pageWedding #details-proposal .section-4 .row-img:after {
  content: " ";
  display: table;
}
#pageWedding #details-proposal .section-4 .row-img:after {
  clear: both;
}
#pageWedding #details-proposal .section-4 .row-img .col {
  width: 50%;
  float: left;
}
#pageWedding #details-proposal .section-5 {
  margin-top: 15px;
}
#pageWedding #details-proposal .section-5 .col-img {
  width: 40%;
  text-align: right;
  padding: 0 0 0 10%;
}
#pageWedding #details-proposal .section-5 .col-txt {
  width: 60%;
  padding: 0 5%;
  text-align: center;
}
#pageWedding #details-proposal .section-5 .mobileView:before,
#pageWedding #details-proposal .section-5 .mobileView:after {
  content: " ";
  display: table;
}
#pageWedding #details-proposal .section-5 .mobileView:after {
  clear: both;
}
#pageWedding #details-proposal .section-5 .mobileView .imgContainer {
  display: block
					width: 100%;
  text-align: center;
}
#pageWedding #details-proposal .section-5 .mobileView .imgContainer img {
  width: 60%;
}
#pageWedding #details-proposal .section-5 .mobileView .txt {
  width: 100%;
}
#pageWedding #details-vows .section-1:before {
  content: '';
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  bottom: -5%;
  left: 0;
  height: 80%;
}
#pageWedding #details-vows .section-1 .col-txt {
  width: 55%;
  padding: 0 10%;
}
#pageWedding #details-vows .section-1 .col-txt .txt {
  padding-top: 60px;
  display: inline-block;
  text-align: left;
}
#pageWedding #details-vows .section-1 .col-img {
  width: 45%;
  padding-left: 10%;
  text-align: right;
}
#pageWedding #details-vows .section-1 .mobileView .imgContainer {
  text-align: left;
}
#pageWedding #details-vows .section-1 .mobileView .imgContainer img {
  width: 60%;
}
#pageWedding #details-vows .section-2 .col-txt {
  width: 65%;
  padding: 0 10%;
}
#pageWedding #details-vows .section-2 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-vows .section-2 .col-img {
  text-align: left;
  width: 35%;
  padding: 0 10% 0 0;
}
#pageWedding #details-vows .section-2 .col-img img {
  position: relative;
  top: -20px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
#pageWedding #details-vows .section-2 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-vows .section-2 .mobileView .imgContainer img {
  width: 50%;
}
#pageWedding #details-vows .section-2 .mobileView .txt {
  padding-left: 00%;
}
#pageWedding #details-vows .section-3 .col-txt {
  width: 50%;
  padding: 0 8%;
}
#pageWedding #details-vows .section-3 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-vows .section-3 .col-txt .txt img {
  width: 80%;
}
#pageWedding #details-vows .section-3 .col-img {
  width: 50%;
}
#pageWedding #details-vows .section-3 .mobileView .txt .pdtLink img {
  width: 60%;
}
#pageWedding #details-vows .section-4 .col-txt {
  width: 60%;
  padding: 0 10% 0 5%;
}
#pageWedding #details-vows .section-4 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-vows .section-4 .col-img {
  width: 40%;
  padding: 0 0 0 10%;
  text-align: right;
}
#pageWedding #details-vows .section-4 .mobileView:before,
#pageWedding #details-vows .section-4 .mobileView:after {
  content: " ";
  display: table;
}
#pageWedding #details-vows .section-4 .mobileView:after {
  clear: both;
}
#pageWedding #details-vows .section-4 .mobileView .imgContainer {
  display: block;
  width: 100%;
  text-align: center;
}
#pageWedding #details-vows .section-4 .mobileView .imgContainer img {
  width: 60%;
}
#pageWedding #details-vows .section-4 .mobileView .txt {
  width: 100%;
}
#pageWedding #details-celebration .section-1 {
  z-index: 20;
}
#pageWedding #details-celebration .section-1 .col-txt {
  width: 55%;
  padding: 0 5% 0 15%;
  text-align: right;
}
#pageWedding #details-celebration .section-1 .col-txt .txt {
  text-align: center;
  display: inline-block;
}
#pageWedding #details-celebration .section-1 .col-img {
  width: 45%;
  padding: 0 15% 0 0%;
}
#pageWedding #details-celebration .section-1 .mobileView .imgContainer {
  text-align: right;
}
#pageWedding #details-celebration .section-1 .mobileView .imgContainer img {
  width: 60%;
}
#pageWedding #details-celebration .section-2 {
  margin-top: -60px;
}
@media (max-width:  767px ) {
  #pageWedding #details-celebration .section-2 {
    margin-top: 0;
  }
}
#pageWedding #details-celebration .section-2:before {
  content: '';
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0;
}
#pageWedding #details-celebration .section-2 .col-txt {
  width: 30%;
  padding-bottom: 60px;
}
#pageWedding #details-celebration .section-2 .col-txt .txt {
  position: relative;
  left: -20%;
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageWedding #details-celebration .section-2 .col-txt {
    padding-bottom: 10px;
  }
  #pageWedding #details-celebration .section-2 .col-txt .txt {
    left: -15%;
  }
}
#pageWedding #details-celebration .section-2 .col-img {
  width: 70%;
  padding-bottom: 60px;
}
#pageWedding #details-celebration .section-2 .mobileView {
  background: #F5F5F5;
}
#pageWedding #details-celebration .section-2 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-celebration .section-2 .mobileView .imgContainer img {
  width: 100%;
}
#pageWedding #details-celebration .section-3 {
  margin-top: 0;
}
#pageWedding #details-celebration .section-3 .col-txt {
  width: 45%;
  padding: 0 5% 0 10%;
}
#pageWedding #details-celebration .section-3 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-celebration .section-3 .col-img {
  width: 55%;
  padding: 0 0%;
  text-align: left;
  vertical-align: top;
}
#pageWedding #details-celebration .section-3 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-celebration .section-3 .mobileView .imgContainer img {
  width: 100%;
}
#pageWedding #details-celebration .section-4 .col-txt {
  width: 60%;
  text-align: left;
  padding: 0 10% 0 10%;
}
#pageWedding #details-celebration .section-4 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-celebration .section-4 .col-img {
  text-align: right;
  width: 40%;
  padding: 0 0 0 15%;
}
#pageWedding #details-celebration .section-4 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-celebration .section-4 .mobileView .imgContainer img {
  width: 40%;
}
#pageWedding #details-blessings .section-1:before {
  content: '';
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  bottom: -5%;
  left: 0;
  height: 90%;
}
#pageWedding #details-blessings .section-1 .col-txt {
  width: 55%;
  padding: 0 5% 0 15%;
}
#pageWedding #details-blessings .section-1 .col-txt .txt {
  text-align: left;
}
#pageWedding #details-blessings .section-1 .col-img {
  width: 45%;
  text-align: left;
  padding: 0 5% 0 0 ;
}
#pageWedding #details-blessings .section-1 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-blessings .section-1 .mobileView .imgContainer img {
  width: 100%;
}
#pageWedding #details-blessings .section-2 .col-txt {
  width: 55%;
  padding: 0 15% 0 5%;
}
#pageWedding #details-blessings .section-2 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-blessings .section-2 .col-img {
  text-align: right;
  width: 45%;
  padding: 0 0 0 15%;
}
#pageWedding #details-blessings .section-2 .col-img img {
  position: relative;
}
#pageWedding #details-blessings .section-2 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-blessings .section-2 .mobileView .imgContainer img {
  width: 80%;
}
@media (max-width:  767px ) {
  #pageWedding #details-blessings .section-2 {
    margin-top: 0;
  }
}
#pageWedding #details-blessings .section-3 .col-txt {
  width: 50%;
  padding: 0 5%;
}
#pageWedding #details-blessings .section-3 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-blessings .section-3 .col-txt .txt img {
  width: 80%;
  margin: 0 auto;
}
#pageWedding #details-blessings .section-3 .col-img {
  width: 50%;
}
#pageWedding #details-blessings .section-3 .mobileView .imgContainer {
  text-align: center;
}
#pageWedding #details-blessings .section-3 .mobileView .imgContainer img {
  width: 80%;
}
#pageWedding #details-blessings .section-4 {
  margin-top: 0;
}
#pageWedding #details-blessings .section-4 .col-txt {
  width: 60%;
  padding: 0 15% 0 5%;
}
#pageWedding #details-blessings .section-4 .col-txt .txt {
  text-align: center;
}
#pageWedding #details-blessings .section-4 .col-img {
  width: 40%;
  text-align: left;
}
.pdt-logo {
  display: block ;
  width: 200px !important;
  margin: 15px auto 0 !important;
}
@media (max-width:  767px ) {
  .pdt-logo {
    width: 140px !important;
  }
}
@media (max-width:  767px ) {
  .btn-action {
    display: none !important;
  }
}
#cboxLoadedContent {
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}
#cboxLoadedContent video {
  display: block;
  max-width: 100%;
}
@media (min-width:  1201px ) {
  #cboxLoadedContent video {
    max-width: 960px;
  }
}
#cboxClose {
  position: absolute;
  top: 00px;
  right: 00px;
  background: url('../img/ild-craft/close.png') no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  opacity: 0.8;
}
