/*!
 * Brinno Official WebSite
 * Description:Brinno offers Time Lapse Camera, PeepHole Viewer and Home Security Camera.
 * Website: http://www.brinno.com/
 * Copyright: 2019 © Brinno All rights reserved.
 */


/*List level
------------------------------------------*/
#error-code ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#error-code li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#error-code li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

#error-code li li {
    margin: 0;
}

#error-code li li:before {
    content: counters(item, ".") " ";
}

/*聖誕節刊頭 START
------------------------------------------*/
.header-xmas {
	position: absolute;
	top: 0px;
	left: 180px;
}
.header-xmas .holiday-text,
.header-xmas .santa,
.header-xmas .tree,
.header-xmas p {
	float: left;
}
.header-xmas .holiday-text {
	height: 52px!important;
	margin-top: 10px;
}
.header-xmas .santa {
	margin: 3px 0 0;
    height: 72px!important;
	z-index: 10;
	position: relative;
}
.header-xmas .tree {
	position: relative;
	margin: 18px 5px 0;
    height: 56px!important;
}
.header-xmas .snow {
	position: absolute;
	bottom: 0;
	left: 42px;
	z-index: 0;;
}
.header-xmas p {
	font-size: 15px!important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 20px;
}
/*ART200*/
.header-xmas svg:not(:root) {
	overflow: auto;
	width: auto;
	padding: 0;
}
/*聖誕節刊頭-縮減高度*/
.header-v6.header-fixed-shrink .header-xmas .holiday-text {
	margin-top: 2px;
	height: 50px!important;
}
.header-v6.header-fixed-shrink .header-xmas .santa {
	margin: 2px 0px;
	height: 52px!important;
}
.header-v6.header-fixed-shrink .header-xmas .tree {
	margin-top: 10px;
	height: 45px!important;
}
.header-v6.header-fixed-shrink .header-xmas p {
	margin: 10px 20px;
}
/*Transition*/
.header-v6.header-sticky.header-fixed-shrink .header-xmas .holiday-text,
.header-v6.header-sticky.header-fixed-shrink .header-xmas .santa,
.header-v6.header-sticky.header-fixed-shrink .header-xmas .tree,
.header-v6.header-sticky.header-fixed-shrink .header-xmas p {
	-webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
	transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
}
/*RWD*/
@media (min-width:992px) and (max-width: 1199px) {
	.header-xmas .holiday-text {
		display: none!important;
	}
	.header-xmas .santa {
		margin-top: 3px;
		margin-left: 0px;
		height: 70px!important;
	}
	.header-xmas .snow {
		left: 12px;
		height: 8px!important;
		bottom: 0;
	}
	.header-xmas p {
		font-size: 14px!important;
		margin: 20px 45px;
	}
	.header-xmas p span { display: none;}
}
@media (max-width: 991px){
	.header-v6.header-sticky .header-xmas {
		left: 50%;
		margin-left: -250px;
	}
	.header-v6.header-sticky .header-xmas .holiday-text {
		margin-top: 5px;
		margin-left: 60px;
		height: 50px!important;
	}
	.header-v6.header-sticky .header-xmas .santa {
		margin: 5px 5px;
		height: 55px!important;
	}
	.header-v6.header-sticky .header-xmas .tree {
		margin-top: 13px;
		height: 45px!important;
	}
	.header-v6.header-sticky .header-xmas .snow {
		width: 70%;
		bottom: 5px;
		left: 130px;
	}
	.header-v6.header-sticky .header-xmas p {
		margin: 10px;
	}
}
@media (max-width: 640px){
	.header-v6.header-sticky .header-xmas {
		margin-left: -120px;
	}
	.header-v6.header-sticky .header-xmas .holiday-text {
		display: none!important;
	}
	.header-v6.header-sticky .header-xmas .santa {
		margin-left: 0px;
	}
	.header-v6.header-sticky .header-xmas .tree {
		margin-left:0px;
	}
	.header-v6.header-sticky .header-xmas .snow {
		width: 100%;
		height: 7px;
		left: 20px;
	}
	.header-v6.header-sticky .header-xmas p span { display: none;}
}
@media (max-width: 480px){
	.header-v6.header-sticky .header-xmas {
		margin-left: -70px;
	}
	.header-v6.header-sticky .header-xmas .tree {
		margin-left: 0px;
	}
	.header-v6.header-sticky .header-xmas p {
		display: none;
	}
}
@media (max-width: 360px){
	.header-v6.header-sticky .header-xmas {
		margin-left: -55px;
	}
	.header-v6.header-sticky .header-xmas .tree {
		display: none;
	}
}

#santa-claus-hand {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-animation: santa-claus-hand 0.5s alternate infinite; /* Safari 4+ */
	-moz-animation:    santa-claus-hand 0.5s alternate infinite; /* Fx 5+ */
	-o-animation:      santa-claus-hand 0.5s alternate infinite; /* Opera 12+ */
	animation:         santa-claus-hand 0.5s alternate infinite; /* IE 10+, Fx 29+ */
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation-timing-function: ease; /* Chrome, Safari, Opera */
	animation-timing-function: ease;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes santa-claus-hand {
	0% {-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
	}

	100% {-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);}
	}
}
/* Standard syntax */
@keyframes santa-claus-hand {
	0% {-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);}
	}
}

/*聖誕節刊頭 END
------------------------------------------*/

/*Remove the Gutter Padding from Columns*/
.no-gutter > [class*='col-'] {
	padding-right: 0;
    padding-left: 0;
}

.no-gutter.no-gutter-boxed {
	padding-right: 15px;
	padding-left: 15px;
}

/*Display*/
.dp-none { display: none;}
.dp-block { display: block;}
.dp-table { display: table;}
.dp-inline-block { display: inline-block;}
.dp-table-cell {
	display: table-cell;
	vertical-align: middle;
}

 /*Vertical Center
------------------------------------*/
.v-align {
    display: flex;
    align-items: center;
}
.vertical-center {
 	height:100%;
 	width:100%;
 	text-align: center;  /* align the inline(-block) elements horizontally */
 	font: 0/0 a;         /* remove the gap between inline(-block) elements */
 }

 .vertical-center:before {    /* create a full-height inline block pseudo=element */
 	content: " ";
 	display: inline-block;
 	vertical-align: middle;    /* vertical alignment of the inline element */
 	height: 100%;
 }

 .vertical-center > .container {
 	max-width: 100%;
 	display: inline-block;
 	vertical-align: middle;  /* vertical alignment of the inline element */
 	/* reset the font property */
 	font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

 @media (max-width: 768px) {
 	.vertical-center:before {
 		height: auto;
 	}
 }

/*Page Top Banner
------------------------------------*/
.btn-showcase {	margin-top: 10px;}


/*Page Top Banner
------------------------------------*/
.banner {
	position: relative;
	min-height: 220px;
	width: 100%;
	display:table;
}
/*.banner.bg-image:before { background: none;}*/
.banner-in {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.banner-in h1 { color: #fff;}

@media(min-width: 992px){
	.banner {
		height: 300px;
	}
	.banner-in h1 {
		margin-top: 65px;
	}
}
.text-lg { font-size: 42px; line-height: 48px;}
.signature {
	float: right;
	text-align: right;
}
.signature span {
	font-size: 12px;
	margin-right: 10px;
	color: #666;
}

/*Row Nopadding
------------------------------------*/
.row.col-no-padding { margin:0;}
.row.col-no-padding li { padding:0;}

/*video Fullwidth
------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row with equal height columns
------------------------------------*/
.row.row-height { overflow: hidden; }

.row.row-height > div[class*="col-"] {
	margin-bottom: -99999px; /* 讓overflow發生 */
	padding-bottom: 99999px; /* 讓padding-bottom超長，藉此拉長背景 */
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row-eq-height > div[class*="col-"] {
	display: flex;
	flex-direction: column;
}
.row-eq-height.row:after,
.row-eq-height.row:before {
	display: flex;
}
/*
.row.row-eq-height {
	display: table;
}

.row.row-eq-height [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
}*/
.vertical-align div,
.vertical-align div[class*='col-'] {
	display: table-cell!important;
	vertical-align:middle;
	float:none;
}
.v-align-b div[class*='col-'] {
	display: table-cell!important;
	vertical-align:bottom;
	float:none;
}

@media (max-width: 991px){
	.vertical-align div,
	.vertical-align div[class*='col-'],
	.row-eq-height,
	.row-eq-height > div[class*='col-'] {
		display:block!important;
		margin-bottom: 20px;
	}
}
.img-responsive.modify {
	width: 100%;
	height: 100%;
}

/*Store
------------------------------------*/
.store-align > [class^="col-"],
.store-align > [class*=" col-"] {
	text-align: center;
	line-height: 120px;
}

.store-align > [class^="col-"] a,
.store-align > [class*=" col-"] a {
	display: inline-block;
	vertical-align: middle;	
}

.store-align > [class^="col-"] a img,
.store-align > [class*=" col-"] a img {
	max-height: 100px;
}



/*Box-Hover Effect
------------------------------------*/
.box-effect,
.box-effect-v2,
.box-effect-v3 {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden; /*For Chrome*/
}

.box-effect:after,
.box-effect-v3:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
.box-effect:hover:after {
	background: rgba(0,0,0,0.5);
	/*box-shadow:0px 0px 40px 20px rgba(0,0,0,0.4) inset;*/
}

.box-effect:after,
.box-effect:hover:after,
.box-effect-v2:after,
.box-effect-v2:hover:after,
.box-effect-v3:after,
.box-effect-v3:hover:after {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.box-effect img,
.box-effect-v2 img,
.box-effect-v3 img {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.box-effect:hover img,
.box-effect-v2:hover img,
.box-effect-v3:hover img {
	-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/*Box-Hover Effect V2
------------------------------------*/
.box-effect-v2:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.4);
}
.box-effect-v2:hover:after {
	background: rgba(0,0,0,0);
}


/*Line Icon Page2
------------------------------------*/
.line-block-4 li,
.line-block-4 .item-box {
	width: 25%;
	float: left;
	padding: 3px 0 3px 20px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
}
.line-block-4 li img {
	margin-right: 5px;
}

@media (max-width: 840px) {
	.line-block-4 li,
	.line-block-4 .item-box {
		width: 33% !important;
	}
}
@media (max-width: 660px) {
	.line-block-4 li,
	.line-block-4 .item-box {
		width: 50% !important;
	}
}

/*Tabs
------------------------------------*/
.tabs .nav-tabs,
.tab-v1 .nav-tabs {
	border: none;
	margin: 0 auto;
	display: -webkit-box;	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;	/* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; 	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
	position: relative;
}
.tabs .nav-tabs:before,
.tab-v1 .nav-tabs:before {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	position: absolute;
	bottom: 0;
}
.tabs .nav-tabs > li,
.tab-v1 .nav-tabs > li {
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	background: #fafafa;;
	border: 1px solid #eee;
	border-right: none;
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;	/* OLD - Firefox 19- */
	width: 20%;	/* For old syntax, otherwise collapses. */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
}
.tabs .nav-tabs > li > a,
.tab-v1 .nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 0px;
	color: #999;
	padding: 18px 0;
	font-size: 14px;
	text-transform : uppercase;
	background: #fafafa;
	border: none;
}
.tabs .nav-tabs > li > a .fa,
.tab-v1 .nav-tabs > li > a .fa {
	font-size: 20px;
}
.tabs .nav-tabs > li > a:hover,
.tab-v1 .nav-tabs > li > a:hover {
	background: #f5f5f5;
	color: #ff8200;
}
.tabs .nav-tabs > li.active,
.tab-v1 .nav-tabs > li.active {
	border-top-color: #ff8200;
	border-bottom-color: #fff;
	background: #fff;
}
.tabs .nav-tabs > li.active > a:link,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li.active > a:visited,
.tab-v1 .nav-tabs > li.active > a:link,
.tab-v1 .nav-tabs > li.active > a:hover,
.tab-v1 .nav-tabs > li.active > a:visited {
	color: #ff8200;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 0 #ff8200;
	-moz-box-shadow: inset 0 3px 0 #ff8200;
	box-shadow: inset 0 3px 0 #ff8200;
	border: none;
}
.tabs .nav-tabs > li.last,
.tab-v1 .nav-tabs > li.last {
	border-right: 1px solid #eeeeee;
}

.panel-container { background: #fff;}
.panel-header {
	background-color: #414e61;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #eee;
	border-bottom:none;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.panel-header i {
	font-size: 24px;
	color: #fff;
	float: right;
}
.panel-header.active {
	background-color: #ff8200;
	border-bottom: 1px solid #e1e3e5;
}
.panel-content {
	margin:30px 0;
}

 /*Time Lapse setting
 ------------------------------------*/
 .control-group {
 	display: table;
 	width: 100%;
 	margin-bottom: 5px;
 }
 .control-group .style-v1 { width: 40px;}
 .control-group .style-v2,
 .control-group input {
 	border: 1px #ccc solid;
 	border-radius: 3px;
 	padding: 0.35em 0.5em;
 	vertical-align: middle;
 	background: #fff;
 	float: left;
 }
  .control-group .style-v2 {
  	width: 90%;
  }
 .control-group .control-label {
 	width: 40%;
 	display: table-cell;
    vertical-align: middle;
    height: 2.5em;
 }
 .control-group .control {
 	display: flex;
    vertical-align: middle;
 }
 .control-group #tbShootTime {
 	width: 39%;
 }
  .control-group #btnCal {
  	background: #ff8200;
  	color: #fff;
  	border: none;
  }
  .control-group .control span {
  	line-height: 2.2em;
  	margin: 0 3px;
  	font-weight: bold;
  }

 @media(max-width: 1200px){
 	.control-group .control-label { width: 42%;}
 	.control-group #tbShootTime { width: 35%;}
 	.control-group .style-v2 { width: 100%;}
 }
 @media(max-width: 992px){
 	.control-group .control-label { width: 40%;}
 }



 /*socialNetWork */
 .socialNetWork {
 	position: relative;
 	text-align: right;
 	margin: -45px -17px 5px 0;
 }
 .socialNetWork.list-inline > li {
 	padding: 0!important;
 }
 .socialNetWork .pinterest-follow-btn {
 	float: left;
 	margin: 0 10px 0 5px;
 }

 @media (max-width: 768px) {
 	.socialNetWork {
 		text-align: left;
 	}
 }

 /*hide addThis Plugin */
 #_atssh { display:none; bottom:10px;}

 /*hide GA Remarketing Tag */
 iframe[name="google_conversion_frame"] {
 	height: 0 !important;
 	width: 0 !important;
 	line-height: 0 !important;
 	font-size: 0 !important;
 	margin-top: -13px;
 	float: left;
 	display: none !important;
 }

 img[height="1"] { display: none;}

/*滑鼠反白顏色*/
 @media (min-width: 1200px) {
 	::selection {
 		background: #ff8200;
 		color: #fff;
 	}
 }

/*Mailchimp*/
#mc_embed_signup form { padding: 10px 0!important; overflow: hidden;}
#mc_embed_signup label { color: #fff;}
#mc_embed_signup input {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    display: block;
    padding: 0 0.4em;
    margin: 0 1% 10px 0;
    min-height: 32px;
    width: 45%;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}
#mc_embed_signup input.email { width: 91%!important;}
#mc_embed_signup .button:hover { background-color: #ff8200!important;}

/*List level
------------------------------------------*/
.close {
  font-size: 36px;
}
button.close {
  position: absolute;
  right: 5px;
  top: 0px;
}