.ad-types {
	padding-top: 30px;
	text-align: center;
	background-color: #F7F7F7;
}

.ad-types-col {
	margin-bottom: 30px;
	border: 1px solid #CCC;

	-webkit-box-shadow: 0 0 5px 2px #ccc;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
}

.img-placeholder {
	background-color: #898989;
	height: 285px;
}

.ad-types h3 {
	padding: 30px 0;
	margin: 0;
	padding-top:50px;
}

.poupunders-swf {
	width: 100%;
	height: 285px;
}

.ad-types p.large {
	width: 80%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
}

.ad-types img {
	margin:0px auto;
}

@media (min-width: 768px) {
	.ad-types p.large {
		font-size:26px;
	}
}

.ad-types .ad-types-col {
	padding-top:50px;
	height:290px; 
	
}

.ad-types-col .icon {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    padding-bottom: 10px;
}

.ad-types-col:hover .icon {
	font-size: 9.5em;
}

.ad-types-col:hover .icon-video {
	color: #0e76bc;
}

.ad-types-col:hover .icon-browser {
	color: #003573;
}

.ad-types-col:hover .icon-windows {
	color: #056839;
}

.icon-div {
	height:130px;
}