/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	text-align: left;
	font-family: Microsoft JhengHei, Georgia, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	overflow-x: hidden;
}

img {
	border: 0;
}

ul.content {
	margin-left: 20px;
}


/* Reset ================================================================================= */

a {
	text-decoration: none;
	color: #414141;
}

a:hover {
	text-decoration: none;
	color: #B7B7B7;
}
a:focus {
    color: #B7B7B7;
}
.main_tit_chi a:hover {
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	-webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
    /* Firefox, other Gecko */
	box-sizing: border-box;
         /* Opera/IE 8+ */
}

input, button, select, textarea {
    border: 1px solid #999;

}

.main-Box, .top-Box, .menu-Box, .banner-Box, .content-Box, .content2-Box, .footer-Box, .copyright-Box {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: both;
	padding: 0 30px;
}

@media (max-width: 480px) {
.content-Box {
	padding: 0;
}
}

input.button2 {
	width: 100px;
	padding: 5px;
	margin-right: 15px;
	background-color: #626262;
	color: #fff;
}
input.button2:hover {
	background-color: #fff;
	color: #626262;
}





.after-0:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	text-indent: -99999px;
}

.after-5:after {
	clear: both;
	display: block;
	content: "";
	height: 5px;
	text-indent: -99999px;
}

.after-10:after {
	clear: both;
	display: block;
	content: "";
	height: 10px;
	text-indent: -99999px;
}

.after-15:after {
	clear: both;
	display: block;
	content: "";
	height: 15px;
	text-indent: -99999px;
}

.after-20:after {
	clear: both;
	display: block;
	content: "";
	height: 20px;
	text-indent: -99999px;
}

#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

#gotop a {
	display: inline-block;
	width: 35px;
	height: 35px;
	padding-top: 6px;
	padding-left: 7px;
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: #6c6c6c;
	font-size: 20px;
}

#gotop a:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=80);
}

/*
.banner {
	background: url(../images/banner.png) no-repeat top center;
	background-size: cover;
}*/

#owl-demo .owl-controls {
	display: none !important;
}


.index-main-bg {
	background: linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
	background: -moz-linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
	background: -o-linear-gradient(90deg, #ffffff 0%, #d1d1d1 100%);
}

.index-main {
	padding: 40px 24px;
}

h1, .title01 {
	color: #000000;
	font-size: 28px;
	padding-bottom: 16px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
}
.home_title {
	font-size: 30px;
	padding: 0;
	margin: 0;
    color:#000;
}
.home_title::after {
    width: 150px;
    height: 3px;
    position: relative;
    bottom: -20px;
    background: #225a66;
    display: block;
    content: '';
}

.index-about {
	float: left;
	width: 40%;
	padding-right: 30px;
	position: relative;
}
.home-about-bgbox {
	max-height: 500px;
	overflow: hidden;
}

.home-about-bgbox-intro {
    width: 70%;
    top: 20%;
    left: 15%;
    padding: 8% 2%;
    overflow: hidden;
	text-align: center;
	margin: 0 auto;
}


.index-pro {
	float: left;
	width: 60%;
}

.index-pro li {
	float: left;
	width: 33.333%;
	padding-right: 15px;
}

.index-pro li div {
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.index-pro li div span {
	display: block;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.7);
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	z-index: 2;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.index-pro li div span font {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-pro li div span i {
	display: block;
	padding-top: 6px;
}

.index-pro li div:hover span {
	padding: 30px 0;
}





.service-info {
	background: #f2f2f2;
	font-size: 13px;
}

.service-info-bg {
	background: url(../images/service-center.jpg) no-repeat top left;
	background-size: contain;
}

.service-right {
	float: right;
	width: 50%;
	padding: 70px 34px 60px 34px;
	text-align: left;
}

.service-right a {
	color: #333;
}

.service-right a:hover {
	text-decoration: underline;
}

.service-right div {
	padding-bottom: 13px;
	color: #333333;
	display: table;
}

.service-right div:last-child {
	display: block;
}

.service-right div i {
	display: table-cell;
	padding-right: 10px;
	color: #1d1d1d;
	font-size: 18px;
	padding-top: 0px;
}

.service-right div span {
	display: table-cell;
}

.service-info-pto {
	display: none;
}

/*own*/
.flickr {
	width: 100%;
	text-align: center;
	padding: 16px;
}
.flickr ul {
	margin-left: -12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.flickr ul li {
	float: left;
	width: 82px;
	height: 82px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.flickr img {
	width: 82px;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #7a7f86;
}
.flickr img:hover {
  opacity: 0.8;
}
.dul{
	width: 82px;
	height: 82px;
	margin-left: 6px;
	margin-bottom: 12px;
	display: inline;
	line-height: 100px;
}

.home-about .img {
    position: relative;
}
.home-about .img:hover {
    opacity: .5;
}

.home-about .img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.home-about .text .heading {
    margin-top: 15px;
    color: #232323;
    font-size: 36px;
    font-weight: bold;
	background: #FFF;
    padding: 10px 20px;
}
.box-border {
    display: inline-block;
    width: 100%;
    height: 1px;
    /*background: #FFEB3B;*/
}
.home-about .text span.box-border {
    width: 250px;
}

.our-best .text p {
    color: #333;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 1.428em;
	letter-spacing: .02em;
    font-size: 15px;
}
.our-best .text {
    margin-top: 30px;
    position: relative;
}
.heading {
	color: #000;
	font-size: 24px;
	line-height: 1;        
}
.index_main_area {
	padding: 50px 0 170px 0;
	margin-bottom: 30px;
    background-repeat: no-repeat;
	background-image: url(../images/index_main_bg.png);	
}
.index_product_content {
	font-size: 13px;
}
.more_link  {
	margin-top: 5px;
}
.more_link a {
	color: #FFF;
	background-color: #225a66;
	padding: 5px 20px;
	margin: 10px 0;
	font-size: 15px;
	display: none;
	text-align: center;
}
.more_link a:hover{
    background-color: #555;
}
#news_con_img {
  margin:20px auto;
  background-color: #ccc;
  overflow: hidden;
}
#news_con_img img:hover {
  -webkit-transform: scale(1.3);	
  -webkit-transition: .5s;
}
.news_list_area {
	margin: 20px 0 0 0;
}
.news_date {
	color:#fff;
	font-size: 13px;
	background-color: #225a66;
	text-align: center;
	padding: 0 20px;
	width: 150px;
    font-weight: 700;
}
.news_list_title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.news_list_title a {
	color: #000;
	text-decoration: underline;
	font-size: 24px;
}
.news_list_title a:hover{
	color: #d90a19;
	text-decoration: none;
}
.news_con_content {
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list_shtext {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    margin-top: 20px;
}
.back-news-list {
	clear: both;
    padding-top: 100px;
    text-align: center;
    font-size: 20px;
}
.back-news-listBox {
	border: 1px solid;
    padding: 5px 15px;
}

.our-best .text ul {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 0;
    display: table;
}
.our-best .text ul li {
    margin-top: 15px;
    color: #232323;
    font-weight: 500;
    width: -moz-calc(50% - 1px);
    width: -o-calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px;
}
.our-best .text ul li img {
    margin-right: 17px;
	max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.accomd-modations-room_1 {
    border: 1px solid #f3da00;
}
.accomd-modations-room_1 .img {
    position: relative;
}
.accomd-modations-room_1 .img a {
    display: inline-block;
    overflow: hidden;
}
.accomd-modations-room_1 .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.accomd-modations-room_1:hover img {
    transform: scale(1.1);
}
.accomd-modations-room_1 .text {
    margin-top: 20px;
}
.accomd-modations-room_1 .text h2 {
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 17px;
}
.accomd-modations-room_1 .text h2 a {
    color: #333333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.accomd-modations-room_1 .text .desc {
    color: #333333;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.5em;
    margin-top: 5px;
    padding: 0 17px;
	etter-spacing: .02em;
	margin: 0 0 10px;
}
.accomd-modations_1 .heading {
    margin-bottom: 20px;
	margin-top: 10px;
}
.section-home-about {
    padding-top: 50px;
	padding-bottom: 20px;
}
.section-home-about2 {
    padding-top: 50px;
}

.index-main-bg_Y{
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #fffa50 100%);
}
.index-main-bg_Y_tur{
	background: -webkit-linear-gradient(270deg, #ffffff 0%, #fffa50 100%);
}
.bg-white {
    background-color: #fff;
}
.bg-Y {
    background-color: rgba(255, 240, 0,0.4);
}
.page_left_menu{
	display:block;
	color:#fff;
	background: url(../images/menu_bg.jpg);
	background-repeat: repeat-x; 
	background-size:100% 190px ;
	vertical-align:middle;
	border: 1px solid #cbcbcb;
	
}
.left_title {
	font-size: 24px;
	text-align: center;
	background-color: #d4d3d2;
	padding: 15px;
}
.left_title_right{
	margin-top: 30px;
}
.left_title_right span{
	color:#000;
	text-transform:uppercase;
	vertical-align: middle;
}
.autitle{
	text-transform:uppercase;
}
.left_menu{
	
}

.left_menu::before {
	content:"+";
	color: #a7a7a7;
}

.main_tit:hover {
	color: #C00;
}
.left_menu_chi{
	float: left;
	word-break: break-all;
	display:none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.left_menu_chi span > a{
	color:#187DFF;
	word-break: break-word;
}
.left_dis_bl{
	display:block;
}
.left_menu_area{

}
.au041lvm4{
	padding-bottom: 30px;
	font-size: 13px;
	display: block;
    position: relative;
	margin-bottom: 50px;
}

.co_ItemArea {
    padding: 20px 0;
    background-color: #ddd;
    margin-bottom: 5%;
}
.co_ItemArea_Title {
	font-size: 2em;
	display: inline-block;
    padding: 10px 30px;
    vertical-align: middle;
    color: #ff6200;
}
.co_ItemArea ul {
	display:inline-block;
    padding-left: 10px;
	margin-bottom: 0;
}
.co_ItemArea li {
	display:inline-block;
	padding: 5px 10px;
	font-size: 20px;
}
.item_link:hover {
	color: #000;
    border-bottom: 1px solid #000;	
}
.Item_TitleArea {
    text-align: center;
	margin-bottom: 10px;
}
.Item_Title {
    display: inline-block;
	text-align: center;
	border-bottom: 3px solid #225a66;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.Item_Title h1 {
    padding: 0;
    font-size: 36px;
    margin: 0;
    display: block;
    line-height: 1em;
    color: #225a66;
}

span.h2 {
    font-size: 12px;
    margin: 0;
	display: block;
    line-height: 2em;
    color: #646464;
}

.Item_TitleArea:before{
	width: 80px;
    height: 60x;
    content: '';
    position: relative;
	top: 5px;
}

/**.Item_TitleArea:before{
	width: 76px;
    height: 4px;
    content: '';
    background: #d90a19;
    display: inline-block;
    position: absolute;
    -moz-transform: rotate(-37.5deg);
    -ms-transform: rotate(-37.5deg);
    -webkit-transform: rotate(-37.5deg);
    transform: rotate(-37.5deg);
	top: -10px;
}
.Item_TitleArea:after{
	content: '';
	background-image: url(../images/item_icon.png);
	width: 60px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
}**/




a.main_tit_chi_link {
    color: #5f5f5f;
	font-size: 15px;
}
a.main_tit_chi_link:hover {
	color: #C80B0B;
	text-decoration: underline;
}

.main_tit_chi::before {
    content: "● ";
	color: #5f5f5f;
}

.autitle{
	font-size:30px;
	color:#000;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.autitle_con{
	padding-left: 30px;
	font-weight: bold;
}
.autitle_con2{
	margin: 20px 10px;
}
.pa0{
	padding:0;
}
.conpad20{
	padding-top: 10px;
}
.cona{
	width:60%;
}
.conb{
	width:70%;
}
.conarea{
	margin: 5px 0;
}
.con_mes{
	color:#000;
}
.clear{
	clear: both;
}
.pand20{
	padding-bottom:20px;
}
.pand5{
	padding-bottom:5px;
}
.pand2{
	padding-bottom:2px;
}
.proname{
	text-align:center;
	font-size: 20px;
	font-weight: 600;
}
.product-img img:hover {
	transform: scale(1.2);
    transition: all .5s ease-out;
}
.prosh img{
	width: 100%;
}
.prosh img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.product-img {
	width: 100%;
    overflow: hidden;
}

.car_tit{
	background: #E3E3E3;
	border: solid 1px #fff;
	text-align: center;
	padding: 0;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
.car_con{
	text-align:center;
	height:55px;
	line-height:50px;
	vertical-align:middle;
	padding: 0;
	border-bottom: 1px solid #c9c9c9;
}
.car_con_name{
	text-align:left;
}
.car_con img{
	/*width:60px;*/
	height: 50px;
}
.sand_hr{
	margin: 12px 0;
    border-top: 1px solid #000;
}
.delno{
	display:black;
}
.youtubecss{
	height:315px;
}
.procon ul{
	padding-left: 40px; 
}

.news_con{padding-left:20px;padding-top:20px;}
.news_list{
	margin-top: 20px;
}   
.news_list a{ padding: 0;}
.news_list span{ }
.news_num{padding-top:20px;}

.menu li > .nowpage{
	color: #3E9DAC;
}


.mobile_left_menu {
	display:  none;
	margin-top: 70px;
}

@media only screen and (max-width: 960px) {
.mobile_left_menu {
	display: block;
}
}

@media only screen and (max-width: 992px) {
	.page_left_menu{
		display:none;
	}
	.conpad20{
		padding-top: 5px;
	}
	.au041lvm4{
		padding-bottom: 10px;
	}
}


@media only screen and (max-width: 768px) {
	
	.index-about, .index-pro { 
		float:none; width:100%;
	}
	.index-about {  
		padding-bottom:20px;
	}
	.conpad20{
		padding-top: 0px;
	}
	.au041lvm4{
		padding-bottom: 5px; 
	}
	.service-right { 
		float:none; 
		width:100%; 
		padding-top:20px; 
		padding-right:15px; 
		padding-left:15px; 
		padding-bottom:20px;
	}
	.service-info-bg { 
		background:none;
		}
	.service-info-pto { 
		display:block;
	}
	.service-info-pto img { 
		width:100%;
	}
	.delno{
		display:none;
	}
	.car_con_name {
		text-align: center;
	}
	#news_con_img {
    width: 100%;
}

}

@media only screen and (max-width: 570px) {
	.our-best .text ul li {
		width: -moz-calc(100% - 1px);
		width: -o-calc(100% - 1px);
		width: -webkit-calc(100% - 1px);
		width: calc(100% - 1px);
	}
	.cona{
		width:100%;
	}
	.conb{
		width:100%;
	}
	.news_list a{ padding-left:0px;}
	.youtubecss{
		height:100%;
	}
}

@media only screen and (max-width: 414px) {
	.index-pro li { 
		width:100%; 
		margin-bottom:10px;
	}
	.index-pro li img {
		width:100%;
	}
}

@media only screen and (max-width: 320px) {

}



/*   新功能的CSS    */
.price {
	font-size: 18px;
	color:#f90;
}
.input_howmany {
	width: 50%;
	border: 1px solid #000;
}
.index-news__Area {
	margin: 0;
}
.index-news_box {
	margin: 0 20px;
}
.index-news__img {
	width: 45%;
	height: auto;
	display: inline-block;
}
.index-news__content {
	display: inline-block;
	width: 45%;
	padding-left: 20px;
	vertical-align: top;
}
.index-news__date {
	width:150px;
	background-color:#225a66;
	color: #fff;
	text-align:center;
}
h1.index-news {
	font-size: 22px;
	margin-top: 20px;
}

.index-news_link:hover {
	color:#B00;
	text-decoration: underline;
}

.index-news__text {
	height: 100px;
	overflow: hidden;
}

h2.vedio_title {
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
h1.index_pstitle {
	font-size: 24px;
	margin: 0;
}


@media only screen and (max-width: 991px) {
.index-news__Area {
	margin: 0 1%;
}
h1.index_pstitle {
	font-size: 24px;
	margin: 0;
}
.index-news__img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.index-news__content {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-top: 30px;

}
}


/* Product Meta
-------------------------------------------------------*/
.product_meta {
  margin-bottom: 28px; }

.product_meta span {
    line-height: 24px;
    font-size: 15px;
    color: #000000; }

.product_meta span span {
    color: #7b7b7b; }

.product_detail_tabmenu {
	margin: 50px auto;
	border-bottom: 1px dashed #225a66;
}
.product_detail_tabmenu li {
	display:inline-block;
	padding: 10px;
	width: 15%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border-bottom: 0px;
	background: #225a66;
    border-radius: 8px 8px 0 0;
}
.product_detail_tabmenu li:hover {
	color: #FFF;
    background: #6f6f6f;
}
h2.ps-product-detail-content {
    color: #225a66;
    font-size: 24px;
    font-weight: 600;
    border-left: 5px solid;
    padding-left: 10px;
}
.ps-application_area {
	padding: 20px 10px;
	background: #c5dbdf;
	margin-bottom: 30px;
}
a.ps-application {
	text-decoration: underline;
}
.ps-application:hover {
	text-decoration: none;
}
.price_total {
	text-align: right;
	font-size: 20px;
	padding: 30px;
	color: #B00;
}
.inquiry-page-con {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.inquiry-page-con-name{
	text-align: left;
}
.inquiry-page-con img{
	height: 70px;
}
.inquiry-page-con-no{
	display: black;
}
.application_listTitle {
	font-weight: 600;
	font-size: 20px;
	margin: 10px auto;
	padding-left: 20px;
	border-left: 5px solid #b00;
	padding-bottom: 0;
}



@media only screen and (max-width: 991px) {
.product_detail_tabmenu li {
	display: block;
	border-top: 0px solid #09F;
	border-bottom: 1px solid #09F;
	width: 100%;
	margin-bottom: 3%;
}
.product_detail_tabmenu li:hover {;
	border-bottom: 3px solid #09F;
}
}


.friendlyPrint-btn{
    background-color: #b10a0a;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-ms-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
	display: block;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}
.friendlyPrint-btn:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}
.friendlyPrint-btn:focus {
    color: #fff;
}

/* No print */
@media print{
  .noPrint {display:none;} 
}


@media (max-width: 924px){
.brand-page__sp {
	padding: 4em;	
}
}

@media (max-width: 560px){
.brand-page__sp {
	padding: 3em 1em;	
}
}


/* 排版用
-------------------------------------------------------*/
.mb_50 {
	margin-bottom: 50px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_50 {
	margin-top: 50px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-100 {
	margin-bottom: 100px;
}

/* Table
-------------------------------------------------------*/
.table_form {
	width: 100%;
}
.table_form th {
	border: 1px solid #000;
	background-color: #bdbdbd;
    text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table_form td {
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 分頁
-------------------------------------------------------*/
.pagination { float: right;}
.pagination > li > a { color:#000;}
.pagination > .active > a { background-color: #9e9e9e;border-color: #9e9e9e;}
.pagination > .active > a:hover { background-color: #000; border-color: #000; color:#FFF;}



/* vedio
-------------------------------------------------------*/
.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%;}


/* table RWD
-------------------------------------------------------*/   
.rwd-table {
     background: #fff;
     overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
     background: #eee;
}
.rwd-table th, .rwd-table td {
     margin: 0.5em 1em;
}
.rwd-table {
     min-width: 100%;
}
.rwd-table th {
     display: none;
}
.rwd-table td {
     display: block;
}
.rwd-table td:before {
     content: attr(data-th) "";
     font-weight: bold;
     width: 6.5em;
     display: inline-block;
}
.rwd-table th, .rwd-table td {
     text-align: left;
}
.rwd-table th, .rwd-table td:before {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.input_howmany {
	width: 20%;
	border: 1px solid #000;
}

@media (min-width: 480px) {
.rwd-table td:before {
     display: none;
}
.rwd-table th, .rwd-table td {
     display: table-cell;
     padding: 0.25em 0.5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
     padding-left: 0;
}
 .rwd-table th:last-child, .rwd-table td:last-child {
     padding-right: 0;
}
.rwd-table th, .rwd-table td {
     padding: 1em !important;
	 text-align: center;
}
}
@media (max-width: 480px) {
.rwd-table th, .rwd-table td {
    margin: 10px 5px;
    text-align: left;
}
}	