
	body{
		font-family: "Noto Sans";
		font-weight: 400;
		font-size: 14px;
		color: #000000;
	} /* body typography */

	h1,h2,h3,h4,h5,h6,.plan-name span{
		font-family: "Noto Sans";
		color: ;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Noto Sans";
	}

		#header .navbar{
		background-image: url('images/navbar_bkgd.png');

		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Noto Sans";
		font-weight: 400;
		font-size: 14px;
	}

	
	#footer{
		background-image: url('images/navbar_bkgd.png');
	} /* end footer style */
			.image-slideshow li span{
			 -webkit-animation: imageAnimation 20s linear infinite 0s;
		    animation: imageAnimation 20s linear infinite 0s;
		}

		.image-slideshow li div{
			-webkit-animation: titleAnimation 20s linear infinite 0s;
			animation: titleAnimation 20s linear infinite 0s;
		}

	        
/* lg */ 
@media (min-width: 1200px) {
	.image-slideshow li:nth-child(1) span{
		background-image: url(http://mbwtokyo.com/img/top/1.jpg);
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.image-slideshow li:nth-child(1) span{
		background-image: url(http://mbwtokyo.com/img/top/1.jpg);
	}
 }

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.image-slideshow li:nth-child(1) span{
		background-image: url(http://mbwtokyo.com/img/top/1-t.jpg);
	}
 }

/* xs */
@media (max-width: 767px) {
	.image-slideshow li:nth-child(1) span{
		background-image: url(http://mbwtokyo.com/img/top/1-s.jpg);
	}
 }
            
			.image-slideshow li:nth-child(2) span,
			.image-slideshow li:nth-child(2) div {
			    -webkit-animation-delay: 5s;
			    animation-delay: 5s;
			}


		        
/* lg */ 
@media (min-width: 1200px) {
	.image-slideshow li:nth-child(2) span{
		background-image: url(http://mbwtokyo.com/img/top/2.jpg);
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.image-slideshow li:nth-child(2) span{
		background-image: url(http://mbwtokyo.com/img/top/2.jpg);
	}
 }

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.image-slideshow li:nth-child(2) span{
		background-image: url(http://mbwtokyo.com/img/top/2-t.jpg);
	}
 }

/* xs */
@media (max-width: 767px) {
	.image-slideshow li:nth-child(2) span{
		background-image: url(http://mbwtokyo.com/img/top/2-s.jpg);
	}
 }
            
			.image-slideshow li:nth-child(3) span,
			.image-slideshow li:nth-child(3) div {
			    -webkit-animation-delay: 10s;
			    animation-delay: 10s;
			}


		        
/* lg */ 
@media (min-width: 1200px) {
	.image-slideshow li:nth-child(3) span{
		background-image: url(http://mbwtokyo.com/img/top/3.jpg);
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.image-slideshow li:nth-child(3) span{
		background-image: url(http://mbwtokyo.com/img/top/3.jpg);
	}
 }

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.image-slideshow li:nth-child(3) span{
		background-image: url(http://mbwtokyo.com/img/top/3-t.jpg);
	}
 }

/* xs */
@media (max-width: 767px) {
	.image-slideshow li:nth-child(3) span{
		background-image: url(http://mbwtokyo.com/img/top/3-s.jpg);
	}
 }
            
			.image-slideshow li:nth-child(4) span,
			.image-slideshow li:nth-child(4) div {
			    -webkit-animation-delay: 15s;
			    animation-delay: 15s;
			}


		        
/* lg */ 
@media (min-width: 1200px) {
	.image-slideshow li:nth-child(4) span{
		background-image: url(http://mbwtokyo.com/img/top/4.jpg);
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.image-slideshow li:nth-child(4) span{
		background-image: url(http://mbwtokyo.com/img/top/4.jpg);
	}
 }

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.image-slideshow li:nth-child(4) span{
		background-image: url(http://mbwtokyo.com/img/top/4-t.jpg);
	}
 }

/* xs */
@media (max-width: 767px) {
	.image-slideshow li:nth-child(4) span{
		background-image: url(http://mbwtokyo.com/img/top/4-s.jpg);
	}
 }
            
			.image-slideshow li:nth-child(5) span,
			.image-slideshow li:nth-child(5) div {
			    -webkit-animation-delay: 20s;
			    animation-delay: 20s;
			}


		