@charset "utf-8";
/* CSS Document */
/**************************************************************************
***************************************************************************

	MOBILE etc CSS Stuff here
	
***************************************************************************
**************************************************************************/

@media only screen and (max-width: 320px), (max-width: 360px) {
	/* portrait smartphones */	
	html, body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	body {
		font-size: 1em;
	}
	#wrapper {
		width: 100%;
		
	}
	#footer {
		width: 97%;
		margin: 0 auto;
		
	}
	#maincontent {
		width: 97%;
		position: relative;
		padding-bottom: 700px;
		
	}
	#header .logo {
		width: 97%;
		margin: 10px auto;
		text-align: center;
		float: none;
	}
	#header .logo img {
		width: 80%;
		height: auto;
	}
	#header .strap {
		width: 70%;
		margin: 5px auto;
		float: none;
	}
	#header .strap h2 {
		font-size: 130%;
	}
	#menu ul {
		display: none;
	}
	#menu {
		height: auto;
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
	}
	#menu select {
		display: block;
		font-size: 100%;
		margin: 0 auto;
	}
	.footer-panel {
		width: 90%;
		margin: 0 auto;
	}
	.footer-content {
		width: 90%;
	}
	#carousel {
		width: 100%;
	}
	
	.faq_container {
		width: 100%;
		margin-bottom: 50px;
	}
	.faq_container h3 a.heading {
		font-size: 70%;
		line-height: 120%;
		padding: 20px;
	}
	
	#rhs-panels {
		float: none;
		clear: both;
		width: 99%;
		margin: 0;
		position: absolute;
		bottom: 0;
	}
	.rhspanel {
		height: auto;
		padding: 0;
	}
	.rhspanel img {
		height: auto;
		width: 100%;
	}
	.rhspanel h3 {
		font-size: 90%;
	}
	.rhspanel p {
		font-size: 50%;
	}
	.content-container {
		font-size: 1.5em;
		width: 97%;
	}
	.content-container h1 {
		font-size: 110%;
	}
	.content-container h2 {
		font-size: 90%;
	}
	.content-container p {
		margin-bottom: 10px;
		font-size: 70%;
	}
	
	#home_carousel {
		width: 100%;
		display: none;
	}
	
	.slide img {
		position: relative;
		left: -100px;
	}
	.textpanel {
		left: 450px;
		width: 400px;
		height: 270px;
	}
	.textpanel h2 {
		font-size: 50%;
		
	}
	.textpanel p {
		font-size: 35%;
	}
}

/*@media only screen and (orientation : portrait) and (max-width : 320px) {*/
@media screen and (orientation : portrait) and (device-aspect-ratio: 40/71) {
	/* Portrait smartphone  max = less than or equal to */
	html, body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	body {
		font-size: 2em;
	}
	#wrapper {
		width: 100%;
		
	}
	#footer {
		width: 97%;
		margin: 0 auto;
		
	}
	#maincontent {
		width: 97%;
		position: relative;
		padding-bottom: 800px;
		
	}
	#header .logo {
		width: 97%;
		margin: 20px auto;
		text-align: center;
		float: none;
	}
	#header .logo img {
		width: 80%;
		height: auto;
	}
	#header .strap {
		width: 70%;
		margin: 30px auto;
		float: none;
	}
	#header .strap h2 {
		font-size: 200%;
	}
	.footer-panel {
		width: 90%;
		margin: 0 auto;
	}
	.footer-content {
		width: 90%;
	}
	#carousel {
		width: 100%;
	}
	#menu {
		width: 100%;
		margin-bottom: 30px;
		height: auto;
	}
	#menu ul {
		display: none;
	}
	#menu select {
		display: block;
		font-size: 200%;
	}
	.faq_container {
		width: 100%;
		margin-bottom: 50px;
	}
	.faq_container h3 a.heading {
		font-size: 70%;
		line-height: 120%;
		padding: 20px;
	}
	
	#rhs-panels {
		float: none;
		clear: both;
		width: 99%;
		margin: 0;
		position: absolute;
		bottom: 0;
	}
	.rhspanel {
		height: 270px;
		padding: 0;
	}
	.rhspanel img {
		float: right;
		height: 270px;
		width: auto;
	}
	.rhspanel h3 {
		font-size: 90%;
	}
	.rhspanel p {
		font-size: 50%;
	}
	.content-container {
		font-size: 2em;
		width: 97%;
	}
	.content-container h1 {
		font-size: 130%;
	}
	.content-container h2 {
		font-size: 100%;
	}
	.content-container p {
		margin-bottom: 50px;
	}
	
	#home_carousel {
		width: 100%;
		display: none;
	}
	
	.slide img {
		position: relative;
		left: -100px;
	}
	.textpanel {
		left: 450px;
		width: 400px;
		height: 270px;
	}
	.textpanel h2 {
		font-size: 50%;
		
	}
	.textpanel p {
		font-size: 35%;
	}
}



@media only screen and (min-width : 321px) and (max-width : 569px) {
	/* Landscape smartphone  min = greater than or equal to */
	/* INITIAL WIDTHS */
	
}


@media only screen and (device-width: 768px) and (orientation : portrait) {
	/* Portrait ipad  max = less than or equal to */
	/* INITIAL WIDTHS */
	#footer {
		width: 100%;
		margin: 0 auto;
	}
	#maincontent {
		width: 100%;
	}
	.footer-panel {
		width: 90%;
		margin: 0 auto;
	}
	.footer-content {
		width: 90%;
	}
	#carousel {
		width: 100%;
	}
	#menu {
		width: 100%;
	}
	#menu ul a {
		font-size: 100%;
	}
	.faq_container {
		width: 100%;
	}
	#home_carousel {
		width: 98%;
	}
	.slide img {
		position: relative;
		left: -100px;
	}
	.textpanel {
		left: 450px;
		width: 250px;
		height: 270px;
	}
	.textpanel h2 {
		font-size: 135%;
		
	}
	.textpanel p {
		font-size: 100%;
	}
	
	#rhs-panels {
		margin-right: 15px;
	}
}


