/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: http://www.zerotheme.com/
*/
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	width: auto; /* ie8 */
	height: auto;
}
/*------------------------*/

@media only screen and (max-width: 960px) {
	.carousel-caption {
	position: absolute;
	 margin: auto;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.f-banner {
	font-size:10px;
	position: absolute;
	margin:0 auto;
    right: 0;
    left: 45%;
    top: 40%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: left;
	
}
.item{
	position:relative;
}

.intro{
	height: 350px;
	width: 350px;
	border: 1px solid;
	
}

.intromaps{
	height: 300px;
	width: 300px;
	border-radius: 2px
	
}
}
@media only screen and (max-width: 767px){
	
.carousel-caption {
	position: absolute;
	 margin: auto;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.f-banner {
	font-size:10px;
	position: absolute;
	margin:0 auto;
    right: 0;
    left: 45%;
    top: 45%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: left;
	
}
.intro{
	height: 350px;
	width: 350px;
	border: 1px solid;
	
}

.intromaps{
	height: 300px;
	width: 300px;
	border-radius: 2px
	
}

	}
@media only screen and (max-width: 619px) {
	.carousel-caption {
	position: absolute;
	 margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.f-banner {
	position: absolute;
	margin:0 auto;
    right: 0;
    left: 45%;
    top: 25%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: left;
	
}

}
@media only screen and (max-width: 320px) {
	.carousel-caption {
	position: absolute;
	 margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.f-banner {
	position: absolute;
	margin:0 auto;
    right: 0;
    left: 45%;
    top: 25%;
    bottom: 0;
	z-index: 2;
	color: #ffffff;
	text-align: left;
	
}


}