body {
	padding-top: 65px;
}

.sec-jumbo-p {margin-bottom:11px !important;font-size:16px !important;font-weight:500 !important;}

p { text-align:justify; }

.clear { clear: both; }

.jumbotron {
/*	background: url(../img/pic-header.jpg) 50% 50%;*/
	background-size: cover;
	background-position: center;
	color: black;
	padding-top: 50px;
	padding-bottom: 50px;
}
.jumbotron .container {
/*	background: rgba(0,0,0,.6); */
}

.jumbotron img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure img { width: 100%; }
figure figcaption { font-weight: bold; font-size: 90%; }

footer {
	padding-top: 20px;
/*	padding-bottom: 20px;*/
	margin-top:20px;
}
footer a {
	color:inherit!important;
	text-decoration: none!important;
}
/*
ul.nav li.btn-group:hover ul.dropdown-menu {
	display: block;
}
*/
/*
ul.nav li.btn-group a:first-child:hover ~ ul.dropdown-menu {
	display: block;
}
*/
.close, .close:hover { color: inherit; }

/*
table.productTable {
	border-width: 1px;
	border-spacing: 3px;
	border-style: outset;
	border-color: grey;
	border-collapse: separate;
	background-color: white;
	margin:20px;
}
table.productTable th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: grey;
	background-color: white;
	-moz-border-radius: ;
}
table.productTable td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: grey;
	background-color: white;
	-moz-border-radius: ;
}
*/

.btn-group .btn:first-child {
	text-align: left;
}
.navbar-nav>li>a {
	border-radius: 0;
}

.product .control-label {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
	float: right;
}

.product .piecenum{
	width:60px;
}

@media (min-width: 768px) {
.navbar-nav>li>a { border-radius: 4px; }

} 

.content img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*.content iframe {
  display: block;
  max-width: 100%;
  height: auto;
}
*/
.content .embed-responsive{
	position:relative;
	display:block;
	height:0;
	padding:0;
	overflow:hidden;
}
.content .embed-responsive-16by9{
	padding-bottom:56.25%;
}
.content .embed-responsive iframe {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
.vlwrapper {
    max-width:500px;
    padding:20px;
    margin:0 auto;
    text-align:center;
}
.vlimage {
    margin-bottom:20px;
}
.vlimage img {
    width:calc(100% - 40px);
    max-width:400px;
    display:inline;
}
ul.vlul {
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
}
ul.vlul > li {
    width:100%;
    text-align:center;
    border-radius:6px;
    font-size:16px;
    margin-bottom:13px;
    transition:all 0.1s linear;
    border:2px solid #a12626;
    background:#a12626;
}
ul.vlul > li:hover {
    background:#ffffff;
}
ul.vlul > li:hover > a {
    color:#000;
}
ul.vlul > li > a {
/*    width:calc(100% - 20px); */
    padding:10px;
    display:block;
    color:#f3f3f7;
    text-decoration:none;
}
.cc-pc-container{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 25%);
}
