@charset "UTF-8";
main {
	background-color: #ffffff;
}

span.no-tax{
	font-size: small !important;
}
.box {
	background-color: #aaaaaa;
}
.main-column {
	margin-bottom: 30px;
}
.container.product {
	padding-top: 30px;
	padding-bottom: 20px;
}

.product-topics-title h3{
	color: #0366CC;
	font-size: 22px;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 4px;
	font-weight: bold;
	position: relative;
	line-height: 22px;
}
.product-topics-data h4 {
	font-size: 16px;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	padding-bottom: 4px;
}
.product-topics {
	margin-bottom: 30px;
}

.product-topics-title h3 span {
	border-bottom: 2px solid #0366cc;
	display: inline-block;
	position: relative;
	padding-bottom: 6px;
	top:2px;
}
.product-pic {
	margin-bottom: 20px;
	padding-right: 20%;
	padding-left: 20%;
}
.product-title-area {
	margin-bottom: 30px;
}
.product-data h2 {
	font-size:24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
}
.product-data p {
	font-size: 16px;
	line-height: 1.5em;
}
.product-price{
	text-align: right;
	border-top: 2px solid #0366cc;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.product-price p{
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
	font-size: 12px;
}

.product-price p span{
	font-weight: bold;
	color: #0366CC;
	font-size: 24px;
}
.product-accessories {
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.10);
	padding: 5px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.product-accessories p{
	font-size: 12px;
	margin-bottom: 0px;
}
.series {
	padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
  background-origin: border-box;
}
.series-container-box{	
	background-color: #888888;
}
.stand-series {
}
.stand-series p{
	font-size: 12px;
}
.series .row h3 {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.series .row{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.series-column h4 {
	color: #0366CC;
	font-size: 16px;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 4px;
	font-weight: bold;
	position: relative;
	line-height: 22px;
}

.series-column h4 span {
	border-bottom: 2px solid #0366cc;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	top:2px;
}
.series-column {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
    height: 100%;
	overflow: hidden;
    display:-moz-flex;
    display:-webkit-flex;
    display:-o-flex;
    display:-ms-flex;
	display: flex;
}
.series-column .series-img{
	flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
	align-self: center;
}
.series-column .btn {
	width: 120px;
}
.series-box {
	margin-bottom: 20px;
}
.footer-tag {
	background-color: #222222;
}

.footer-tag {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	font-size: 0px;
}
.footer-tag li {
	display: inline-block;
	font-size: 12px;
}
.footer-tag a{
	color: #ffffff !important;
}
.footer-tag .active a{
	background-color: #444444 !important;
}
.footer-tag a:hover{
	background-color: #444444 !important;
}
.footer-map .tab-listbox {
	background-color: #dddddd;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.tab-listbox ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	word-spacing: 0px;	
}
.tab-listbox ul li {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
}
.tab-listbox a {
	color: #111111;
	display: block;
}
.tab-listbox a:hover {
	color: #666666;
	text-decoration: none;
}
.tab-listbox li + li{
	border-left: 1px solid #666666;
	padding-left: 10px;
	margin-left: 10px;
}
.product-cta {
	background-color: #F4F4F4;
	border-radius: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: 1px solid #d2d2d2;
	margin-bottom: 30px;
}
.product-cta .btn {
	margin-bottom: 10px;
}
.product-table .spec-table {
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
}

.spec-table td , .spec-table th {
	font-size: 12px;
	border: 1px solid #d2d2d2;
	padding: 5px;
}
.spec-table th {
	background-color: #F4F4F4;
}
/* ----------------------------------
======[ @media screen ] ============
---------------------------------- */

@media screen and (min-width : 480px){
}
@media screen and (min-width : 543px){
}
@media screen and (min-width : 768px){
.product-data h2 {
	font-size:30px;
}
}

@media screen and (min-width : 992px){
.product-pic {
	padding-right: 30px;
	padding-left: 0px;
}
}

@media screen and (min-width : 1024px){
}

@media screen and (min-width : 1280px){
}

@media screen and (min-width : 1440px){
}

@media screen and (min-width : 1600px){
}
