﻿/* For the search page */
.search-breadcrumbs {
	 color: #777776;
	 display: block;
	 margin-top: 3px;
	 margin-bottom: 5px;
	 font-size: 12px;
	 font-family: 'calmetta, sans-serif';
	 font-weight: 100
 }

/* For the iframe block */
.iframe-block {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 66.6666666667%
}

.iframe-block::before {
	display: block;
	content: ""
}

.iframe-block iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}