Sindbad~EG File Manager

Current Path : /home/sarayaglobal/lactoferrinlab.com/products/
Upload File :
Current File : /home/sarayaglobal/lactoferrinlab.com/products/step.css

#step * {
	box-sizing: border-box;
}
#step .inn {
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#step .inn > section {
	position: relative;
}
#step .inn > section h2 {
	font: normal 1.8rem "Reimin Light";
	color: #724346;
	border-left: 1px solid #724346;
	border-bottom: 1px solid #724346;
	padding: 0px 25px 5px;
	margin-bottom: 20px;
}
#step .inn > section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#step .inn > section ul li {
	width: 160px;
	margin-right: 20px;
	position: relative;
}
#step .inn > section ul li:last-child {
	margin-right: 0;
}
#step .inn > section#skin ul li::after {
	content: "";
	width: 20px;
	position: absolute;
	top:0;
	right:-20px;
	bottom: 0;
	background: url(images/ico_arrow01.png) center center no-repeat;
	background-size: 10px 14px;	
}
#step .inn > section#skin ul li:last-child::after {
	content: "";
	width: 40px;
	position: absolute;
	top:0;
	right:-40px;
	bottom: 0;
	background: url(images/ico_plus01.png) center center no-repeat;
	background-size: 20px 20px;
}

/*#step .inn > section ul li dl dt {
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #744346;
}*/
#step .inn > section ul li dl dt {
	height: 70px;
	line-height: 25px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #744346;
	padding: 10px;
}
#step .inn > section ul li dl.plus dt {
	color: #744346;
	background: #FCE9E8;
}
#step .inn > section ul li dl dd {
	background: #EFECEC;
}
#step .inn > section#inner ul li dl dd {
	background: #fff;
}
#step .inn > section ul li dl.plus dd {
	background: #fff;
}
#step .inn > section ul li dl dd .ico {
	text-align: center;
	padding: 20px 0 10px;
	height: 57px;
}
#step .inn > section ul li dl dd .pic {
	display: table;
	height:  300px;
	width: 100%;

}
#step .inn > section ul li dl dd .pic span {
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
#step .inn > section ul li dl dd .name {
	font-size: 1.6rem;
	padding: 10px 6px;
}
#step .inn > section ul li dl dd .explain {
	font-size: 1.6rem;
	padding: 10px 6px;
	height: 186px;
}
#step .inn > section ul li > a {
	margin-top:20px;
	display: inline-block;
	font-size:16px;
	border: 1px solid #744245;
	text-decoration: none;
	background: url(../images/ico_arrow01.png) no-repeat;
	background-size: 9px 11px;
	background-position : right 5px center;
	padding: 4px 10px;
	width: 160px;
	text-align:  center;
}
#step .inn > section ul li > a:hover {
	background-color: #DBD5D5;
}
#step .kome {
	text-align: right;
	margin-top: 20px;
}
@media screen and (max-width: 1199px){
	#step .inn {
		flex-direction: column;
	}
	#step .inn > section#skin {
		margin-bottom: 80px;
	}
	#step .inn > section#skin::after {
		content: "";
		width: 100%;
		height:  50px;
		position: absolute;
		left:0;
		bottom:-70px;
		right: 0;
		background: url(images/ico_plus01.png) center center no-repeat;
		background-size: 20px 20px;
	}
	#step .inn > section#skin ul li:last-child::after {
		display: none;
	}

	#step .inn > section#inner ul li {
		width: 100%;
		margin-right: 0px;
		position: relative;
		text-align: center;
	}
	#step .inn > section#inner ul li dl dd .pic {
		height:  auto;
	}
	#step .inn > section#inner ul li dl dd .name {
		text-align: center;
	}
	#step .inn > section#inner ul li dl dd .explain {
		height: auto;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#step .inn > section ul li dl dt {
	height: 100%;
	line-height: 25px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #744346;
	padding: 10px;
}
#step .kome {
	text-align: right;
	margin-top: 20px;
	margin-right: 3%;
}
}
@media screen and (max-width: 999px){
	#step .inn > section ul {
		flex-direction: column;
	}
	#step .inn > section ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
		position: relative;
		text-align: center;
	}
	#step .inn > section ul li:last-child {
		margin-bottom: 0;
	}
	#step .inn > section#skin ul li::after {
		content: "";
		height: 20px;
		width: 100%;
		position: absolute;
		left:0;
		bottom:-35px;
		top: auto;
		right: 0;
		background: url(images/ico_arrow01.png) center center no-repeat;
		background-size: 10px 14px;	
		transform: rotate(90deg);
	}
	#step .inn > section ul li dl dd .pic {
		height:  auto;
	}
	#step .inn > section ul li dl dd .name {
		text-align: center;
	}
	#step .inn > section ul li dl dd .explain {
		height: auto;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	#step .inn {
	padding: 20px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#step .inn > section ul li dl dt {
	height: 100%;
	line-height: 25px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #744346;
	padding: 10px;
}
#step .kome {
	text-align: right;
	margin-top: 20px;
	margin-right: 3%;
}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists