@charset "UTF-8";
/* CSS Document */


#dv-led-models .lead {
    font-size: 19px;
}


#dv-led-models .card .card-body {
text-align: center;
}

#dv-led-models .options {
    
}

#dv-led-models .card-deck {
	-ms-align-items: center;
	align-items: center;
    display: flex;
} 

#dv-led-models .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#dv-led-models .options h2 {
/*padding-bottom: 15px;*/
}

#dv-led-models .options .card-deck a {
width: 90%;
    margin-bottom: 10px;
    justify-content: center;
}

#dv-led-models .options .card-header {
	text-align: center;
    padding: 0px;
}

#dv-led-models .options a {
display: flex;
    text-decoration: none;
}


#dv-led-models .options .card-header {
   color:#000000;
}

#dv-led-models .options .card:hover .card-header  {
   color:#000000;
}

#dv-led-models .options .card:hover  h2{
   color:#ffffff;
}

#dv-led-models .options  a .card:hover .card-header{
    background-color: #656060;
	color: #ffffff;
	}

/*#dv-led-models .options  a .card-header:hover {
    background-color: #656060;
	color: #ffffff;
	}*/
	
#dv-led-models .options img {
	max-width:55%;
	}
	
#dv-led-models .options p {
font-size: 16px;
font-weight: bold;
	}


#dv-led-models .options h2 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #000000;
    font-weight: 600;
}

.h2 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #000000;
    font-weight: 600;
}

@media handheld, only screen and (min-width: 768px) {
#dv-led-models .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#dv-led-models .options .card-deck a  {
    flex-basis: 45%;
	    max-width: 45%;
    margin-bottom: 10px;
}

	#dv-led-models .options img {
	max-width: 65%;
	}

}



@media handheld, only screen and (min-width: 988px) {
#dv-led-models ul.two-column-list {
    columns: 2;
    column-gap: 30px;
}

#dv-led-models ul.three-column-list {
    columns: 3;
    column-gap: 30px;
}

#dv-led-models .options .card-deck a {
    flex-basis: 30%;
    max-width: 30%;
    margin-bottom: 23px;
/*	min-height: 395px;*/
}
    
    #dv-led-models .options .card-deck a .card {
     height: 340px;
    }

}