.all {
	margin: 0 auto;
	max-width: 880px;
	box-sizing:border-box;
}
.plus-td {
	float: left;
	width: 66.6%;
	box-sizing:border-box;
	margin-bottom:30px;

}
.plus-td2 {
	float: left;
	width: 33.3%;

	box-sizing:border-box;
}
.plus-td3 {
	float: left;
	width: 100%;
	box-sizing:border-box;
	margin-bottom:30px;
}
.plus-td4 {
	float: left;
	width: 50%;
	box-sizing:border-box;

}
.plus-td-text{
	background-color:#ccc;
	width:90%;
	height:470px;
	padding:7% 0 0 7%;
	box-sizing:border-box;
	font-size:30px;
	}
.plus-all{
	width:100%;
	height:220px;
	background-size:cover !important;
	padding:30px 0 0 5%;
	box-sizing:border-box;
	color:#fff;
	text-shadow:0 1px 0 #000;
	font-size:18px;
	}
.plus-all .name{
	font-size:26px;
	line-height:26px;
	margin-bottom:10px;

	}
.u1{
	background:url(../img/torqeedo/u.jpg) no-repeat top center;
	width:95%;

	}

.u2{
	background:url(../img/torqeedo/u1.jpg) no-repeat top right;
	width:95%;

	}
.u3{
	background:url(../img/torqeedo/u2.jpg) no-repeat top center;
	width:95%;

	}
.u4{
	background:url(../img/torqeedo/u3.jpg) no-repeat top center;
	}
.u5{
	background:url(../img/torqeedo/u4.jpg) no-repeat top center;
	width:98%;
	}
.c1{
	background:url(../img/torqeedo/u.jpg) no-repeat top center;
	width:95%;

	}

.c2{
	background:url(../img/torqeedo/c1.jpg) no-repeat top right;
	width:95%;

	}
.c3{
	background:url(../img/torqeedo/c2.jpg) no-repeat top center;
	width:95%;

	}
.c4{
	background:url(../img/torqeedo/c3.jpg) no-repeat top center;
	}
.c5{
	background:url(../img/torqeedo/c4.jpg) no-repeat top center;
	width:98%;
	}

.t1{
	background:url(../img/torqeedo/t.jpg) no-repeat top center;
	width:95%;

	}

.t2{
	background:url(../img/torqeedo/t1.jpg) no-repeat top right;
	width:95%;

	}
.t3{
	background:url(../img/torqeedo/t2.jpg) no-repeat top center;
	width:95%;

	}
.t4{
	background:url(../img/torqeedo/t3.jpg) no-repeat top center;
	}
.t5{
	background:url(../img/torqeedo/t4.jpg) no-repeat top center;
	width:98%;
	}

.d1{
	background:url(../img/torqeedo/t.jpg) no-repeat top center;
	width:95%;

	}

.d2{
	background:url(../img/torqeedo/d1.jpg) no-repeat top right;
	width:95%;

	}
.d3{
	background:url(../img/torqeedo/d2.jpg) no-repeat top center;
	width:95%;

	}
.d4{
	background:url(../img/torqeedo/d3.jpg) no-repeat top center;
	}
.d5{
	background:url(../img/torqeedo/d4.jpg) no-repeat top center;
	width:98%;
	}

.plus-all .text-on{
	display:none;
	}
.plus-all:hover{
	background:none !important;
	background-color:#49b255 !important;
	cursor:pointer;

	display:block;
	}
.plus-all:hover .text-on{
	display:block;

	}
.clearfix::after {
	display: table;
	content: "";
	clear: both;
}
@media screen and (max-width:700px){
.plus-td, .plus-td1, .plus-td2, .plus-td3, .plus-td4, .plus-td-text, .plus-all {
	width:100%;
	margin-bottom:0px;
	}
.plus-td-text{
	height:220px;
	}
	}