*/    
/*
*	Table Of Contents　
*
* 
	1. Basic styles
	2. Header
	3. Content
	4. Countdown
	5. Contacts
	6. Subscribe
 
*
*/
/*
***********************************************
	1. BASIC STYLES
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: url("../oimg/rings.svg") center center no-repeat #000;
  transition: opacity 1s;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
}

h2 {
  font-size: 2.857em;
}

h3 {
	font-size: 1.429em;
	line-height: 30px;
}

p {
  font-size: 1.286em;
  margin-bottom: 22px;
}

p.large-text {
  font-size: 1.429em;
  line-height: 37px;
}

p.small-text {
  font-size: 1em;
}
.sign-up1{
	float:left;
    width: 25%;
}
.sign-up1 h4 {
    color: #555;
    margin: 1em 0 1em;
    font-size: 1em;
}
.sign-up2 {
	width: 70%;
	float: left;
	margin-top: 1em;
	color: #FFF;	
}
.signup-page input[type="text"],.signup-page input[type="email"],.signup-page input[type="password"]{
	outline:none;
	border: 1px solid #D0D0D0;
    background: none;
    font-size: 15px;
    padding: 14px 15px 14px 37px;
	width:100%;
    margin: 0em 0 1.5em 0;
}
.signup-page input[type="email"]{
    background: url(../oimages/mail.png)no-repeat 8px 16px #fff;
	background-size: 20px;
}
.signup-page input[type="text"] {
    background: url(../oimages/user.png)no-repeat 8px 16px #fff;
}
.signup-page input[type="password"] {
    background: url(../oimages/lock.png)no-repeat 8px 16px #fff;
}
.signup-page input[type="text"]:focus ,.signup-page input[type="email"]:focus,.signup-page input[type="password"]:focus,.login-page input[type="email"]:focus,.login-page input[type="password"]:focus{
    border-color: #337ab7;
}
.signup-page h5,.signup-page h6{
	margin: 0 0 1em;
    color: #629aa9;
    font-size: 1.1em;
}
.signup-page h6{
	margin:1em 0 !important;
}

img {
  max-width: 100%;
}

menu {
  list-style: none;
}
.zipcode {
    background-color: #c00;
    color: #fff;
}
.county {
    background-color: #4169E1;
    color: #fff;
}
.district {
    background-color: #008000;
    color: #fff;
}

a, button, .btn-submit {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:hover, button:hover, .btn-submit:hover {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

input,
textarea {
  background: transparent;
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #414145;
  color: #000;
  padding: 4px 0;
  margin-bottom: 20px;
}
input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  line-height: 10px;
  padding-bottom: 1px;
  margin-bottom: 8px;
}

button, .btn-submit {
  background: #000;
  padding: 17px 30px;
  font-size: 1em;
  color: #fff;
  border: 1px solid #4f4f54;
  border-radius: 4px;
  text-transform: uppercase;
}
button:hover, .btn-submit:hover {
  background-color: #eee;
  color: #000;
  border: 1px solid #8e8e8e;
}

.btn-submit {
	color: #CCFF99 !important;
	text-transform: none;
	display: inline-block;
	margin-bottom: 30px;
}

/*
***********************************************
	2. HEADER
*/
header {
  position: relative;
}

#countdown-container {
  position: relative;
  z-index: 9;
  /*height: 100vh;*/
    height: 720px;
  min-height: 620px;
  background-color: rgba(0, 0, 0, 0.5);
}
#countdown-container .logo {
  max-width: 250px;
  max-height: 174px;
  margin: 0 auto;
}
#countdown-container .logo img {
  max-width: 100%;
}
#countdown-container h1 {
  font-size: 40px;
  width: 100%;
  color: #fff;
  letter-spacing: 0.119em;
  position: absolute;
  bottom: 50%;
  margin-bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  text-align: center;
}
.header-title{
	font-size: 2em;
	text-align: center;
	color: #FFF;
}
.main-pass-word{
    text-align: center;
    margin: 30px;
}
.banner-round{
    background: #fff;
    padding: 10px 41px 14px 41px;
    margin: 30px;
    border-radius: 40px;
    font-size: 16px;
}
.blue-style{
    color: #0000ff;
    font-weight: 500;
}
.black-style{
    color: #000;
    font-weight: 500;
}
.sp-style{
    color: #a9b923;
    font-weight: 500;
    background: #000;
}

.banner-round-send{
    font-weight: 600;
    margin-right: -45px;
    padding: 10px 20px 14px 20px;

}
.send-icon-style{
    color:#fff100;
    margin-right: 10px;
}
.border-slice-style{
    border: 4px solid #a9b923;
}
.under-line{
    border-bottom: 1px solid gray;
    text-decoration: none;
}
.social-icons {
  /*margin: 0 auto;*/
  width: 100%;
  text-align: center;
  margin: 40px;
  /*position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);*/
}
.social-icons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #b5b5b5;
	/* [disabled]border: 1px solid #b5b5b5; */
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
	/* [disabled]background-color: #b5b5b5; */
	/* [disabled]color: #fff; */
}

/*
***********************************************
	3. CONTENT
*/
.content {
  position: relative;
  z-index: 9;
  margin: 0;
  height: 100vh;
  min-height: 640px;
}
.content .mCSB_outside + .mCSB_scrollTools {
  left: -34px;
}

.content-base,
.content-comingsoon {
  height: 100%;
}

.content-base {
  padding: 60px;
  background: #18181e;
}
.content-base h2,
.content-base h3 {
	color: #CCCCCC;
	font-weight: 300;
	margin-bottom: 26px;
}
.content-base img {
  width: 100%;
  margin-bottom: 19px;
}
.content-base img:last-child {
  margin-bottom: 0;
}
.content-base p {
	font-size: 1.143em;
	line-height: 23px;
	margin-bottom: 24px;
	color: #CCCCCC;
}
.content-base a {
  color: #fff;
}

.nav-tabs {
  border: none;
  display: block;
  text-align: center;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: 8px;
}
.nav-tabs > li > a {
	font-size: 1em;
	text-transform: uppercase;
	color: #CCFF66;
	border-radius: 4px;
	border: 1px solid #414145;
	padding: 15px 30px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
  border-radius: 4px;
}
.nav-tabs > li:last-child {
  margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
	color: #CCFF66;
	background-color: transparent;
	border: 1px solid #8e8e8e !important;
}

.tab-content {
  margin-top: 55px;
  height: calc(100% - 60px - 55px);
}

.tab-pane {
  height: 100%;
  overflow-y: auto;
}

.content-base-container {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/*
***********************************************
	4. COUNTDOWN
*/
#countdown {
  font-weight: 200;
  color: #fff;
  text-align: center;
  /*position: absolute;*/
  width: 100%;
  /*left: 50%;*/
  /*transform: translate(-50%, 0);*/
  margin-top: -18px;
  width: auto;
  white-space: nowrap;
}
#countdown .countdown-row {
  overflow: hidden;
}
#countdown .countdown-section {
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 42px;
  width: 115px;
}
#countdown .countdown-amount {
  min-width: 120px;
  font-weight: 200;
  font-size: 120px;
  display: inline-block;
  text-align: left;
}
#countdown .countdown-period {
  position: relative;
  margin-top: 11px;
  font-size: 1em;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
#countdown .countdown-period:before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -5px;
}

/*
***********************************************
	5. CONTACTS
*/
#contacts .content-base-container h2 {
  margin-bottom: 25px;
}
#contacts .content-base-container p {
  line-height: 14px;
  margin-bottom: 10px;
}

#contacts_form {
  margin-top: 53px;
}
#contacts_form .field-row {
  margin-bottom: 20px;
}
#contacts_form .error-msg {
  margin-top: 6px;
  text-align: left;
  font-size: 12px;
  color: #e74b15;
}
#contacts_form input, #contacts_form textarea {
  margin-bottom: 4px;
  color: #fff;
}
#contacts_form input.error, #contacts_form textarea.error {
  border-color: #e74b15;
}
#contacts_form textarea {
  margin-bottom: 8px;
}

.success {
  color: green;
}

/*
***********************************************
	6. SUBSCRIBE
*/
#subscribe .content-base-container h2 {
  margin-bottom: 23px;
}

#mc_embed_signup {
  margin-top: 52px;
}
#mc_embed_signup div.mce_inline_error {
  margin: 9px 0 0 0 !important;
  padding: 0 !important;
  background-color: #18181E !important;
  font-weight: normal !important;
  z-index: 1;
  text-align: left;
  font-size: 12px;
  color: #e74b15 !important;
}

#mce-responses {
  color: #9a9a9a;
  line-height: 22px;
  margin-bottom: 30px;
}

@media (max-width:767px) {
.social-icons{
  margin-left: 0px;
  margin-right: 0px;
}
span.banner-round.black-style.border-slice-style{

    float: left;
    width: 90%;

    text-align: center;
    padding-right: 0px;
}
span.banner-round.black-style.border-slice-style>span {
    text-align: center;
    }
span.banner-round.black-style.border-slice-style::after {
  content: "\A";
  white-space: pre;
}
.banner-send-left{
    padding-left: 10%;
    display: block;
    width: 80%;
    float: left;
  }
.banner-round {
    margin: 11px 31px;
}
span.banner-round.sp-style.border-slice-style.banner-round-send{
    width: 20%;
    margin: 0px;
}
   
table{
    width: 98%;
  }
  thead {display: none;}
  tr {border-bottom: 2px solid rgba(17,149,178,.35);}
  tr:last-child {border-bottom: 0 none;}
  td {
    width: 50% !important;
    display: block;
    padding: .3rem .5rem;  
    float: left;
    font-size: 24px;
  }
  td:last-child {text-align: left;}
  td:nth-child(odd) {
    background: rgba(256,256,256,0);
  }
  .col-md-6.content-win{
    height: auto !important;
  } 
  .main-pass-word{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width:512px) {

span.banner-round.sp-style.border-slice-style.banner-round-send{
    width: 10%;
    margin: 0px;
}

.banner-send-left{
    padding-left: 0%;
    display: block;
    width: 65%;
    float: left;
  }
  span.banner-round.black-style.border-slice-style{

    float: left;
    width: 90%;

    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}
#countdown-container {
    height: 840px;
  }
}
@media (max-width:303px){
.banner-send-left {
    padding-left: 0%;
    display: block;
    width: 56%;
    float: left;
}

#countdown-container {
    height: 900px;
  }
.banner-round {
    margin: 0px;
}
span.banner-round.black-style.border-slice-style {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner-send-left {
    padding-left: 0%;
    display: block;
    width: 60%;
}
}
/*
***********************************************
	7. Twitter feed
*/
.content-comingsoon {
	padding: 20px;
	position: relative;
	background: #5c524a;
	color: #fff;
	text-align: center;
	height: 100%;
}
.content-comingsoon h2 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 300;
}
.content-comingsoon p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 22px;
}
.content-comingsoon p.footer-text {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 15px;
}


.content-comingsoon-container {
  margin: 0 auto;
  max-width: 470px;
  width: 100%;
  overflow-y: auto;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.col-md-6.content-win {
    padding: 20px;
    position: relative;
    background: #5c524a;
    color: #fff;
    text-align: center;
    height: 100%;
}
.content-win-content {
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
}
.content-win-title {
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
}
.avatar {
  display: inline-block;
  position: relative;
  margin-bottom: 23px;
}
.avatar img {
  border-radius: 50%;
}

/*
***********************************************
	Background
*/
#background-image {
  background: transparent url("https://www.puliktv.com.tw/public/static/templet/oimages/bg/slide1.jpg") center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#background-image-snowflakes {
  background: transparent url("../oimg/bg/snowflakes-bg.jpg") center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

#background-slideshow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#background-slideshow:after,
body.snowflakes:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
}

#background-slideshow .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  transform-origin: center center 0;
}

#snowflakes,
#gmap {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#gmap {
  z-index: 1;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.map-on-top #gmap {
  z-index: 10;
}

#map-to-top {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 17px;
  height: 70px;
  line-height: 50px;
  width: 70px;
  color: #fff;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  text-align: center;
  display: block;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
  overflow: hidden;
}

#map-to-top:after {
  content: "";
  display: block;
  left: 0;
  border-left: 1px solid #fff;
  top: 51%;
  right: -20px;
  bottom: -52%;
  background: rgba(255, 255, 255, 0.17);
  margin-top: -50%;
  margin-left: 29px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

#map-to-top:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

#map-to-top i {
  position: absolute;
  bottom: 8px;
  line-height: 24px;
  font-size: 20px;
  right: 6px;
}
.cntSeparator,.cntDigit{
  display: none;
}
