@media (min-width: 300px) and (max-width: 736px) { 
	
	body {
		overlow: hidden;
	}
	
	.header {
		min-height: 218px !important;
	}
	
	.signUpbtn {
		left: 35%;
		margin-bottom: 20px;
	}
	
	.top-search-theme .form-group {
		margin-bottom: 0px;
	}
	
	.theme-welcome {
		margin-bottom: 30px;
	}
	
	.theme-customer input {
		font-size: 26px;
	}
	
	.sp-content {
		margin-bottom: 30px;
	}
	
	.theme-call-action {
		text-align: center;
	}
	
	.theme-call-action h2 {
		margin-bottom: 20px;
	}
	
	.dummy {
		width: 75%;
		position: relative;
		top: -45px;
	}
	
	.top-search-theme {
		margin-top: 4.15em;
	}
	
	.video-case {
		margin-bottom: 120px;
	}
	
	.video-thumb {
		width: 100%;
		height: auto;
		left: 0%;
	}
	
	.video-case, .video-thumb {
		margin-top: 30px;
	}
	
	.footer {
		text-align: center;
	}
	
	.footer li {
		margin-top: 10px;
	}
	
	.footer-about {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-logo {
		margin-bottom: 20px;
		display: inline-block;
	}
	
	.nav-tabs {
		margin-bottom: 30px;
	}
	
	.nav-tabs li {
		width: 25%;
	}
	
	.nav-tabs li {
		float: left;
	}
	
	.nav-tabs li a {
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 20px;
		font-size: 14px;
		float: left;
		background-color: #ddd;
		border: 1px solid #ddd;
		padding: 3px 4px;
		border-radius: 4px;
		-webkit-box-shadow:inset 1px 1px 1px #ffffff;
		box-shadow:inset 1px 1px 1px #ffffff;
	}
	
	.nav-tabs li a i {
		font-size: 16px;
		float: none;
		display: block;
		margin-top: 5px;
	}
	
	.theme-page {
		padding: 40px 0px;
	}
	
	.sp-img-overly-lft, .sp-img-overly-rgt {
		position: relative;
	}
	
}
@media (min-width: 900px) and (max-width: 960px) {  
	
	.video-thumb {
		width: 100%;
		left: 0px;
	}
	
	.video-icon-case {
		top: 40%;
	}
	
}
