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

.product-list ul {
	padding: 0px;
	margin: 0px;
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
}

.product-list li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 20px;
	align-items: stretch;
}

.product-list-box {
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	padding-top: 15px;
	border-radius: 4px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	overflow: hidden;
    display:-moz-flex;
    display:-webkit-flex;
    display:-o-flex;
    display:-ms-flex;
	display: flex;
}


.product-list-box .col-xs-5{
	flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
	align-self: center;
}
.product-list-box h4{
	color: #0366CC;
	font-size: 18px;
	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;
	flex-basis: auto;
}

.product-list-box h4 span {
	border-bottom: 2px solid #0366cc;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	top:2px;
}


.product-list-box p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 12px;
}

p.product-list-read {
	font-weight: bold;
	font-size: 16px;
}
.product-list-box .btn {
	width: 120px;
	position: relative;
	left: 0px;
	bottom: 0px;
}

/* ----------------------------------
======[ @media screen ] ============
---------------------------------- */

@media screen and (min-width : 480px){
}
@media screen and (min-width : 543px){
}
@media screen and (min-width : 768px){
}

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

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

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

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

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