@media only screen and (min-width: 1180px){

}

@media only screen and (max-width: 1179px) {

	#header_image img, .carousel-inner {
		height: 437px!important;
	}

	.carousel-caption {
		top: 275px;
		bottom: 0px;
		right: 6px;
		width: 455px;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	#header_image img, .carousel-inner {
		height: 332px!important;
	}

	.carousel-caption {
		top: 170px;
	}

	.ms_media_box {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px)  {

	div.ms_media_box {
		width: 443px;
		height: 390px;
	}

	.box_orange .box_image img, .box_blue .box_image img, .box_darkgreen .box_image img {
		width: 195px;
		height: 138px;
	}

	#sub_menu {
		display: none;
	}
	
	/* carousel start */
	#header_image img  {
		height: 201px !important;
	}
	/*
	.carousel-inner  {
		height: 285px !important;
	}
	*/
	.carousel-caption {
		width: 433px;
	}
	.carousel-caption {   
		bottom: 0;
		right: 5px;
		top: 200px;
	}
	/* carousel end */
}

/* 300px*/
@media only screen and (max-width: 479px) {

	div.ms_media_video iframe {
		height: 228px;
	}


	div.ms_media_box {
		width: 100%;
		height: auto;
	}

	div.ms_media_description .text {
		margin-top: 163px;
	}

	/* carousel start */
	#header_image img  {
		height: 127px !important;
	}
	/*
	.carousel-inner  {
		height: 195px !important;
	}
	*/
	.carousel-caption {
		width: 270px;
	}
	.carousel-caption {   
		bottom: 0;
		right: 5px;
		top: 120px;
	}

	#header_image{
		overflow: hidden;
	}

	#header_image img, .carousel-inner {
		width: 730px;
		height: 352px !important;
		padding-bottom: 100px;
	}
	.carousel-caption {
		bottom: 0;
		right: 0px;
		z-index: 1000;
		top: 310px;
		width: 100%;
	}
	/* carousel end */
}