
	body#body.inside.other .tb-height	{ height:200px; }
	body#body.inside.other .tb h1 		{ padding-top:70px }
	.other-pg-padding 	{ padding-top:100px }

	.other-building 	{ position:absolute; width:300px; height:auto; right:30%; bottom:0 }
	.other-cloud1 		{ position:absolute; width:50px; height:auto; right:50%; top:20px  }
	.other-cloud2 		{ position:absolute; width:200px; height:auto; right:200px; top:80px }
	.other-owl          { position:absolute; width:150px; height:auto; right:100px; margin-top:-80px }


	.other-building>img,
	.other-cloud1>img,
	.other-cloud2>img,
	.other-owl>img  { width:100%; height:auto; }

	ol.list  			{ list-style-position:outside; }
	ul.lower-alpha li 	{ list-style-type:lower-alpha; padding-bottom: 5px; }

	body#body.inside.other .privacy   { font-size:16px; }
	body#body.inside.other .privacy p { font-size:120%; font-weight:bold; }

	ul.lower-roman 		{ }
	ul.lower-roman li	{ list-style-type:lower-roman; }

	body#body.inside.other .general a  		 { color:#ee7203 }
	body#body.inside.other .general a:hover  { color:#333 }

	/* ==========================================================================
	    Media Style
	============================================================================= */
	@media only screen and (max-width:1400px) {
	.other-pg-padding 	{ padding-top:70px }
	}

	@media only screen and (max-width:1300px) {
	.other-owl          { right:60px;}
	}

	@media only screen and (max-width:1200px) {
	.other-owl          { right:0px;}
	}

	@media only screen and (max-width:1024px) {
	.other-owl          { width:100px; margin-top:-60px }
	.other-building 	{ width:250px; right:50px }
	.other-cloud1 		{ width:80px; }
	.other-cloud2 		{ width:200px; right:200px; top:80px }
	.other-pg-padding 	{ padding-top:50px }
	}

	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.other-building 	{ width:300px; right:10px; }
	.other-cloud1 		{ width:50px; }
	.other-cloud2 		{ width:100px; right:100px; top:80px }
	}

	@media only screen and (max-width:767px) {
	.other-building 	{ width:140px; right:5px; }
	.other-cloud1 		{ width:50px; }
	.other-cloud2 		{ width:60px; right:10px; top:50px }
	.other-owl          { width:85px; }
	/* body#body.inside.other .tb-height	{ height:200px; } */

	.other-pg-padding 	{ padding-top:40px }
	ol.list  			{ margin-left:-20px }

	}