@charset "utf-8";
/* CSS Document */

.segmentation {
    float:left;
    border: none;
    background-color: #FFF;
    width: 98.5%;
    margin-left: .5%;
}

.segmentation .segBut {
    float:left;
    border-radius: 6px;
    border: 2px solid #CB8300;
    color: #FFF;
    padding: 1.5%;
    margin-right: 2%;
    width: 11.75%;
    line-height: 115%;
    font-size: 15px;
    cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.segmentation .segBut:last-of-type {
    margin-right: 0;
}

.segmentation .filter {
    float:left;
    padding: 10px 0;
    border-bottom: 1px solid #E8A001;
    margin: 0 1.25% 10px 1.25%;
    width: 97%;
}

.segmentation .filterBy {
    float:left;
    color: #5F6366;
    width: 100%;
    text-align: left;
}

.segmentation .treatAll {
    float:left;
    border-radius: 6px;
    border: 1px solid #43AD31;
    color: #FFF;
	background-color: #43AD31;
}

.segmentation .treatPumps {
    float:left;
    border-radius: 6px;
    border: 1px solid #1F6CB7;
    color: #1F6CB7;
    background-color: #FFF;
}

.segmentation .treatPens {
    float:left;
    border-radius: 6px;
    border: 1px solid #8C4600;
    color: #8C4600;
    background-color: #FFF;
}

.segmentation .seg {
    width: 30%;
    margin: 0 1% 1% 1%;
}

.segmentation .programs {
    float:left;
    width: 100%;
}

.programs {
    float:left;
    width: 97.5%;
	margin-left: 2.5%;
}

/* =Desktops and laptops
--------------------------------------------------------------------------- */
@media only screen and (max-width : 1374px) and (min-width : 0px) {

	.segmentation .seg {
		width: 47%;
		margin: 0 1% 1% 1%;
	}	
	
	.segmentation .segBut {
		width: 27%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media only screen and (min-width : 1375px) {

	.segmentation span {
		float:left;
		width: 100%;
	}

}


