/*Multimedia */
/* Video / Audio / Img / Object / Embed / Iframes */
#googlemap img, object, embed {
	max-width: none;
}
#map_canvas embed {
	max-width: none;
}
#map_canvas img {
	max-width: none;
}
#map_canvas object {
	max-width: none;
}
#map_canvas img, .map_canvas img {
	max-width: none!important;
}
/* -------------------------------------------------- 
	:: Img, Object, Embed, Iframe
---------------------------------------------------*/
img, object, embed, iframe {
	max-width: 100%;
!important;
	height: auto;
	width: auto;
	width: auto\9;
}
figure {
	margin: 0
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px
}
img {
	-ms-interpolation-mode: bicubic;
	display: block;
	border: 0;
	vertical-align: middle;
}
a img {
	border: none;
}
svg:not(:root) {
	overflow: hidden
}

/*	--------------------------------------------------
   	Video & Audio
	-------------------------------------------------- */
audio {
}
source {
}
track {
}
video {
}
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
