﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 10px;
    height:150px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}.paddingIcon {
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% important;
	height: 100% important;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.map-responsive iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
