.dropdown_wrap {
	background: #262626;
	padding: 15px 20px;
	margin: 25px 0px;
	overflow:hidden;
}
.dropdown_wrap select, .dropdown_wrap input[type="text"] {
    background: white;
    min-width: 232px;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 16px;
    color: #262626;
    font-weight: 400;
	margin-left: 20px;
}
.btn_wrap div {
	margin-bottom:6px;
}

@media only screen and (max-width: 1200px) {
	.dropdown_wrap select, .dropdown_wrap input[type="text"], body .dropdown_wrap input#lenssearch {
		margin-left:0;
		width:100%;
	}
	.lens_panel_wrap .data .btn.series, .lens_panel_wrap .data .btn.feature {
		display:none;
	}
	body .lens_panel_wrap .bg.new:after, body .lens_panel_wrap .bg.eol:after {
		top: 71px;
		right: 10px;
	}
	
	.btn_wrap {
		position:absolute;
		bottom:0;
	}
	.btn_wrap div {
		font-size:10px!important;
	}
	body .lens_panel_wrap .data .subheading {
		margin-top:0;
	}
}

.dropdown_wrap input#lenssearch {
    width: 220px;
    /*margin-left: 20px;
    float: right;*/
}

.dropdown_wrap input {
	margin-left: 20px;
}
.dropdown_wrap input[type=checkbox] {
    margin-left: 82px;
}

.dropdown_wrap label[for="eol_toggle"] {
	font-size:14px;
}
.dropdown_wrap label {
	color:white;
}

h4#filter_title {
	display: inline-block;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}



.category_wrap {
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}

.lens_panel_wrap .bg {
	width: 100%;
	height: 110px;
	background: #fff no-repeat center center;
	background-size: contain;
	position: relative;
}

.lens_panel_wrap {
	display: inline-block;
	width: 289px;
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
	
	opacity:1;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	border-radius: 6px;
	
	height: 210px;
    position: relative;
}
.lens_panel_wrap.eol.disabled {
	display:none;
}
.lens_panel_wrap.disabled a {
	opacity:0.25;
}
.lens_panel_wrap:hover a {
	opacity: 1;
}



.lens_panel_wrap a {
	color: #000;
	display: inline-block;
	width: 100%;
	
    padding: 25px 21px 14px;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 6px;
	
	-webkit-transition: opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out, max-height 0.5s ease-in-out, z-index 0.5s ease-in-out, border 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out, max-height 0.5s ease-in-out, z-index 0.5s ease-in-out, border 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out, max-height 0.5s ease-in-out, z-index 0.5s ease-in-out, border 0.5s ease-in-out;
	
    overflow: hidden;
	max-height:200px;
    height: auto;
    background: #fff;
	border:1px solid white;
    z-index: 64;
}
@media (hover: hover) and (pointer: fine) {
	.lens_panel_wrap:hover a {
		box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
		max-height: 345px;
		border:1px solid #ccc;
		z-index: 654;
	}
}



.lens_panel_wrap .data {
	margin-top: 20px;
	line-height: normal;
}
.lens_panel_wrap .data .title {
	font-weight: bold;
	margin-bottom:16px;
}
.lens_panel_wrap .data .subheading {
	margin-top:6px;
}

.lens_panel_wrap .data .btn {
	color: white;
	background: #2169b1;
	text-align: center;
	font-size: small;
	padding: 2px 8px;
	display: inline-block;
	margin-right:2px;
}
.lens_panel_wrap .data .btn.feature {
    background: #afafaf;
}
.lens_panel_wrap .data .btn.mount, .lens_panel_wrap .data .btn.sensor {
    background: none;
    color: #afafaf;
    font-weight: bold;
    outline: 2px solid #afafaf;
    outline-offset: -2px;
}
.lens_panel_wrap .data .btn.sensor {
    outline: none;
}


/* new icon */
.lens_panel_wrap a:hover .new:after {
	background-color: #2a6cd6;
	color: white;
}
.lens_panel_wrap a:hover .eol:after {
	background-color: #000;
	color: #fff;
	border-color:#000;
}

.lens_panel_wrap .bg.new:after, .lens_panel_wrap .bg.eol:after {
	position: absolute;
	right: 20px;
	top: -10px;
	z-index: 1;
	width: 34px;
	height: 34px;
	background-color: white;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 30px;
	display: block;
	content: 'NEW';
	font-weight:bold;
	font-size: 12.75px;
	line-height: 34px;
	color: #2a6cd6;
	border: 1px solid #2a6cd6;
	text-align: center;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.lens_panel_wrap .bg.new:after, .lens_panel_wrap .bg.eol:after {
	position: absolute;
	right: 20px;
	top: -10px;
	z-index: 1;
	width: 34px;
	height: 34px;
	background-color: white;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 30px;
	display: block;
	content: 'NEW';
	font-weight:bold;
	font-size: 12.75px;
	line-height: 34px;
	color: #2a6cd6;
	border: 1px solid #2a6cd6;
	text-align: center;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.lens_panel_wrap .bg.eol:after {
    top:auto;
	bottom: -10px;
    height: 18px;
    line-height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: 'EOL';
    font-weight: bold;
    color: grey;
    border: 1px solid grey;
}

pre {
	font-size:11px;
}


	
@media only screen and (max-width: 1200px) {
	.dropdown_wrap select {
		width:100%;
		margin:0 0 10px 0;
	}
	
	
    .lens_panel_wrap {
        width:47%;
        
    }
	.lens_panel_wrap:nth-child(2n+1) {
		margin-right: 3%;
	}
	.lens_panel_wrap a {
		padding:10px 0 0 0;
		height:220px;
		font-size:small;
		border-radius: 0;
	}
	
	
    .lens_panel_wrap .data {
       margin-top:0;
    }
	.lens_panel_wrap .data div.title {
		margin-bottom: 0px!important;
	}
	.lens_panel_wrap .data div.subheading.tagline {
		display:none;
	}
	
	.lens_panel_wrap .data .btn.feature {
		display:none;
	}
	
    .lens_panel_wrap .bg {
        /*background-size:100% auto;*/
    }
}

	

div#feature_pop {
    position: absolute;
    display: block;
    border: 1px solid rgb(132, 132, 132);
    border-radius: 5px;
	
	max-width: 800px;
    
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: normal;
    background: black!important;
    color: white;
	
	-moz-transition:opacity 0.35s ease-in-out, z-index 0.35s ease-in-out;
	-webkit-transition:opacity 0.35s ease-in-out, z-index 0.35s ease-in-out;
	transition:opacity 0.35s ease-in-out, z-index 0.35s ease-in-out;
}
div#feature_pop img {
    /*max-width: 340px;*/
	border-radius:10px;
}