@charset 'UTF-8';

/* steel structure */
#space-structure-products .pure-u-1-4{width: 24%;margin-right: 0.6%;}
#space-structure-products .t-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;}
#space-structure-products .t-box img {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
}
#space-structure-products .t-box .t-box-title {
    position: relative;
    bottom: 0;
    left: 0;
    display: table;
    height: 3rem;
    width: 100%;
}
#space-structure-products .t-box .overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 163px;
    opacity: .4;
    background-color: #000;
}
#space-structure-products .t-vertical-menu .pure-menu-link{
  padding: 20px 10px 20px 20px;
}
#space-structure-products .capSmall{
  font-size:11px
}
#space-structure-products-details p{
margin: 5px 0 30px;
}
#space-structure-products-details .main-content-r h3{
padding-bottom: 5px;
}
@media screen and (max-width:767px) {
	#space-structure-products .pure-u-1-4{width: 100%;margin-right: 0%;}
	#space-structure-products .t-box img {
			left: 0;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
	}
	#space-structure-products .t-box .overlay {
			position: absolute;
			z-index: 10;
			width: 100%;
			height: calc(100% - 48px);
			opacity: .4;
			background-color: #000;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
    #space-structure-products .pure-u-1-4{
			width: 32%;
			margin-right: 0.6%;
		}
    #space-structure-products .t-box img {
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    #space-structure-products .t-box .overlay {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: calc(100% - 48px);
        opacity: .4;
        background-color: #000;
    }
}