@media (max-width: 1024px) {
	.tourhalf{
		display: block!important;
		float: none!important;
		width: 100%!important;
		margin-left: 0!important;
		-webkit-box-sizing: border-box!important;
		-moz-box-sizing: border-box!important;
		box-sizing: border-box!important;
		width: auto!important;
		display: inline-block!important; padding-bottom:50px;
	}

/* ---------------------------------------------------------------------- */
/*	Version 1024px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {
	.form-container{ visibility:hidden; }
}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 768px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 768px) {
	/*gallery*/
	#gallery .col {
		float: none;
		width: 100%;
	}

	.footer {
		text-align: center !important;
	}
	
	.btn-login input.span2, .btn-login textarea.span2, .btn-login .uneditable-input.span2 {
		min-height: 24px!important
	}
	.pricing .item {
	 	padding-top: 15px;
	 	padding-bottom: 15px;
	}	
	#adminloginbtn{display:none}
	#logo{width:100%;text-align:center}
	header p.slogan{margin: 5px 0 0 0px;width:100%}
	.indexmastslogan{font-size:28px} .indexmastslogan .comma{display:none}
	header .indexmastslogan .subtitle{display:block}
}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 480px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
	header .input-prepend {
		display: block !important;
	}
	.btn-login.show {
		width: 169px;
		height: auto;
	}
}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	header .indexmastslogan .subtitle{display:inline}
	.indexmastslogan{font-size:28px} .indexmastslogan .comma{display:inline}
}