/*contact style*/
.iframe-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
	top:0px;
	text-align:center;
	margin: auto auto;
	margin-bottom:0px;
}
.iframe-container > *{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	padding: 0;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width: 580px) {
	.iframe-container{ 	
		top:0px;
		margin-bottom:20px;
		width: 95%;
	}
	.iframe-container > *{ 
		height: 100%;
	}
}
.details {
	margin-left:-15px;
}
.details li {
	font-size:.9em;
}
.red_text {
	color:red;
}