@charset "UTF-8";


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body, h1, h2, h3, h4 { margin:0; padding:0; }
body {
	padding:0; margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
img { width:100%; }

audio { width:100%; }

#footer { 
	color:#FFF;
	padding:15px 0 0 0;
	background-color:#666;
	border-top:#000 solid 1px;
    background-image:url(../img/footer_plank_bg.jpg);
    background-repeat: repeat;
	min-height:300px;
}

/* for IE 6 */
.ie6 #content { height:100%; }



 /* Basic */
 h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
 h1 { font-size: 2em; }
 a, a:visited { color:#00F; }
 a:hover { color:#090; }
.minHieght { min-height:900px; }
.caps { text-transform:capitalize; }
.clearB { clear:both; }
.centerText { text-align:center; }
.textLeft { text-align:left; }
.textRight { text-align:right; }
.item { margin-bottom:15px; }
.padTB15 { padding:15px 0; }
.txt8 { font-size:8px; }
.txt10 { font-size:10px; }
.txt12 { font-size:12px; }
.txt14 { font-size:14px; }
.noDeco { text-decoration:none; }
.red { color:red; }
.contactIMG { width:100%; max-width:175px; margin:0 auto 5px auto; }
.h1_6Normal_1em { font-weight:normal; font-size:1em; }
.h1_6Bold_1em { font-weight:bold; font-size:1em; }

.letterSpacing-2 { letter-spacing: -2px; }
.hr80c { width:80%; margin:25px 10%; }
.lineHight1p2em { line-height: 1.2em; }

.brandingColor1 { color: #09F; }
.brandingColor2 { color: #693; } 
.brandingColor3 { color: #b570c4; } 
.brandingColor4 { color: #b00; }

.big { font-size: 1.2em; }
.big1 { font-size: 1.3em; }

.small { font-size: 0.9em; }
.small1 { font-size: 0.75em; }

.buttonROCK, .buttonROCK:visited {
  /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake1 0.5s;
    
    background-color: #693; /* Green */
    color: #FFF;
    border: none;
    padding: 30px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2em;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake1 {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  35% { transform: translate(1px, -1px) rotate(-0.5deg); }
  70% { transform: translate(-1px, 1px) rotate(0deg); }
  100% { transform: translate(0px, -1px) rotate(0.5deg); }
}

.buttonROCK:hover {
  color: #FFF;
  background-color: #09F; /* AYM Blue */
}

.rounded-corners {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.rounded-corners5 {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.rounded_corners_top { 
	-moz-border-radius: 20px 20px 0px 0px; 
	-webkit-border-radius: 20px 20px 0px 0px; 
	-khtml-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
.rounded_corners_bottom { 
	-moz-border-radius: 0px 0px 20px 20px; 
	-webkit-border-radius: 0px 0px 20px 20px; 
	-khtml-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}
.shadowMessage { 
	text-shadow: 1px 1px 20px rgba(0, 0, 0, 1) ; 
	-webkit-text-shadow: 1px 1px 20px rgba(0, 0, 0, 1) ; 
	-moz-text-shadow: 1px 1px 20px rgba(0, 0, 0, 1) ;
}
input[type=text], input[type=password], textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}
input[type=text], input[type=password] { margin: 8px 0; }
textarea { height: 150px; }
input[type=submit] {
    color:#666;
    background-color: #ededed;
	border:1px solid #555;
    margin: 4px 2px;
    padding: 16px 32px;
    text-decoration: none;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input:hover[type=submit],
input:focus[type=submit] {
    background: #666;
	color:#FFF;
}
input:active[type=submit] {
    transform: scale(0.99);
}
/* checkbox.squaredTwo */
input.squaredTwo
{
width: 30px;
height: 30px;
}
/* end checkbox.squaredTwo */

#wraper,
#siteIDheader { clear: both; float: none; margin: 0; width: 100%; display: block; }
#siteIDheader { background-color:#000e3c; border-bottom:#333 solid 1px; color:#FFF; height:50px; }

.poweredBY { font-size:12px; }

 /* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
	left: 0;
}

.sidenav a, .menuBox30 a, .simpleButton a, .menuBox30 a.blue {
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
}
.sidenav a {
    padding: 12px 8px 12px 32px;
    background-color: #333;
    color:#CCC;
	border-top:2px solid #555;
	border-bottom:2px solid #000;
}
.menuBox30 a, .simpleButton a {
    padding: 6px 8px 6px 32px;
    background-color: #ededed;
    color:#666;
	width:60%;
	border:1px solid #555;
	margin:0 0 3px 10%;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.menuBox30 a.blue {
    background-color: #ceefff;
}
.sidenav a:hover { color:#0F0; }
.menuBox30 a:hover, .simpleButton a:hover,.menuBox30 a.blue:hover { color:#FFF;
    background-color: #666; }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 24px;
    font-size: 36px;
    margin-left: 50px;
    color: #CCC;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#wraper .main {
	clear:both;
	float:none;
	padding:15px 0;
	min-height:300px;
	display:block;
}
#topFade {
	height:60px;
	padding:10px 0 0 10px;
	background: #a0d8ef;
	background: -moz-linear-gradient(top, #a0d8ef 0%, #ddf1f9 65%, #feffff 100%);
	background: -webkit-linear-gradient(top, #a0d8ef 0%,#ddf1f9 65%,#feffff 100%);
	background: linear-gradient(to bottom, #a0d8ef 0%,#ddf1f9 65%,#feffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#feffff',GradientType=0 );
}

/* All Accordion Layouts */
#accordionBox .foodItem {
	padding:5px 0;
    border-top:#777 solid 2px; 
    border-bottom:#555 solid 2px;
	width:90%;
	margin:0 5%;
}
#accordionBox .foodName {
	float:left; 
	margin-left:8px;
	width:50%;
	padding:4px 0 0 0; 
	display:inline-block;
}
#accordionBox .Rank {
	float:none; 
	display:none;
}
#accordionBox .testIT {
	float:left; 
	margin-left:8px; 
	display:inline-block;
}
#accordionBox .test { float:left; display:inline-block; text-align:center; font-size:10px; }
#accordionBox .clearB { clear:both; }

#accordionBox { font-family:Arial, Helvetica, sans-serif; } 
#accordionBox .txt16, #accordionBox #goShopping { font-size:16px; }
.Accordion {
	border:none;
	overflow: hidden;
}
.Accordion  h3, .Accordion h4 { margin:0; padding:12px 0 8px 0; }
.Accordion  .clearB { clear:both; }
.Accordion .foodItemsDisplay {
	float:left;
	height:24px;
	padding:3px 0 3px 0.5%;
	display:block;
}
.Accordion .elementDisplay {
	float:left;
	height:24px;
	padding:3px 0;
	font-size:12px;
	border:none;
	display:block;
}
.AccordionPanel { margin: 0px; padding: 0px; }
.AccordionPanelTab, .shoppingTab, .inpCollapsiblePanelTab {
	color:#fff;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	box-shadow: none; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e4c96+0,2989d8+50,207cca+51,000000+100 */
	background: #1e4c96; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e4c96 0%, #2989d8 50%, #207cca 51%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e4c96 0%,#2989d8 50%,#207cca 51%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e4c96 0%,#2989d8 50%,#207cca 51%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4c96', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	text-align:center;
	border:none;
	margin: 8px 0 4px 0;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 200px;
}
.AccordionPanelOpen .AccordionPanelTab { background-color: #999; }
.AccordionPanelTabHover,
.AccordionPanelOpen .AccordionPanelTabHover { color: #0F0; }

.AccordionFocused .AccordionPanelTab { background-color: #999; color:#FFF; }
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab { background-color: #555; color:#FFF; }
.centerText { text-align:center; }
/* END: All Accordion Layouts */

/* INP Collapsible Panel Layouts */
.inpCollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.inpCollapsiblePanelTab h3 {
	padding:15px 0;
}
.inpCollapsiblePanelContent {
	margin: 0px;
	padding: 0 5px;
}
.inpCollapsiblePanelTab a {
	color: #efefef;
	text-decoration: none;
}
.inpCollapsiblePanelOpen .inpCollapsiblePanelTab {
	/* background-color: #EEE; */
}
.inpCollapsiblePanelClosed .inpCollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* END: INP Collapsible Panel Layouts */

.floatBox30fixed {
	float:left;
	width:29%;
	margin:0 0.5% 10px 0.5%;
	display:block;
}
.floatBox70fixed {
	float:left;
	width:69%;
	margin:0 0.5% 10px 0.5%;
	display:block;
}

/* Dosha Testing */
.dClear { clear:both; }
.dClear span { font-weight:bold; }
.dClear span, label { font-size:0.85em; }
#doshaWrap ul { list-style: none; padding-left: 0; }

/* Mobile Layout: 480px and below. */

body.welcome {
    background-image:url(../img/bjorn-radestrom_481px.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-position:0 50px;
}
body.coaching {
    background-image:url(../img/INP_friends_enjoying_lunch_481px.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-position:0 50px;
}

#spacerDiv { height:265px; padding:10px 0 0 10px; }
.padWrape { padding:5px 0 0 0; }
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 93.1%;
	padding-left: 2.45%;
	padding-right: 2.45%;
}

/* Admin */
.dropDownPanel { margin: 0px; padding: 0px; }
.dropDownPanelTab {
	font-weight:bold;
	background-color: #DDD;
	border: solid 1px #555;
	text-align:center;
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.dropDownPanelContent {
	margin: 10px 10%;
	padding: 0px;
	width:80%;
}
.dropDownPanelTab a {
	color: black;
	text-decoration: none;
}
.dropDownPanelOpen .dropDownPanelTab {
	background-color: #EEE;
}
.dropDownPanelClosed .dropDownPanelTab {
 /* background-color: #EFEFEF */
}
.dropDownPanelTabHover,  .dropDownPanelOpen .dropDownPanelTabHover {
	background-color: #CCC;
}
.dropDownPanelFocused .dropDownPanelTab {
	background-color: #3399FF;
}
.clientListsLeft {
	padding:5px 0; height:50px; 
	-moz-border-radius: 10px 0px 0px 10px; 
	-webkit-border-radius: 10px 0px 0px 10px; 
	-khtml-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.clientListsRight {
	padding:5px 0; height:50px; 
	-moz-border-radius: 0px 10px 10px 0px; 
	-webkit-border-radius: 0px 10px 10px 0px; 
	-khtml-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.borderBox { border:#999 solid 1px; height:200px; }
.margin10px { margin:10px; }
.constitution50L, .constitution50R {
	float:left;
	width:40%;
	text-align:center;
	display:block;
}
span.constitution {
	font-weight:normal;
	font-size:0.6em;
}
.constitution50L a, .constitution50L a:visited, .constitution50R a, .constitution50R a:visited {
	text-decoration:none;
	font-size:0.65em;
	color:#09F;
}
.constitution50L a:hover, .constitution50R a:hover {
	color:#555;
}
.constitution50L { margin:0 0 0 10%; }
.constitution50R { margin:0 10% 0 0; }

.topMainH1-6 span { display:none; }
.mobileMenu { clear:none; float:left; width:12%; margin:0 1% 0 0; display:block; }
.mobileMenu span { font-size:36px; cursor:pointer; color:#FFF; border:none; }
.siteLOGOwrap { clear:none; float:left; width:67%; margin:0; padding:8px 0; display:block; }
.siteLOGO { font-size:10px; overflow:hidden; height:18px; }

.logIN { clear:none; float:right; width:18%; margin:8px 0; text-align:right; display:block; }
.logIN a, .logIN a:visited { color:#FFF; text-decoration:none; }
.logIN a:hover { color:#0F0; text-decoration:none; }
.logIN span { display:none; }

/* Simple Logo Text */

svg { font-size:14px; height:30; width:380; }
svg a { cursor: pointer; }
svg a text, a:visited text { fill: #FFF; text-decoration:none; }
svg a:hover text { fill: #0F0; }

#floating {
	margin:-50px auto 0 auto;
	background-color:#ededed;
	min-height:200px;
	width:80%;
	max-width:900px;
}
#floating .top {
	background-color:#f0ba00;
}
#floating .topLeft {
	float:left;
	width:100%;
	padding:10px 0 10px 1.75%;
	color:#FFF;
	display:block;
}
#floating .topRight {
	float:right;
	text-align:right;
	width:100%;
	padding:10px 1.75% 10px 0;
	color:#FFF;
	display:block;
}
#floating span { display:none; }
#floating a,
#floating a:visited {
	color:#FFF;
	text-decoration:none;
}#floating a:hover {
	color:#000;
	text-decoration:none;
}
#floating .imgAdd1 {
	float:left;
	width:98%;
	margin:0 1%;
	display:block;
}
#floating .imgAdd2 {
	float:left;
	width:98%;
	margin:0 auto;
	display:block;
}

#floating .imgAdd1 a, #floating .imgAdd1 a:visited, #floating .imgAdd1 a.first, #floating .imgAdd1 a.first:visited, #floating .imgAdd2 a, #floating .imgAdd2 a:visited { text-decoration:none; color:#5476d7; }
#floating .imgAdd1 a:hover,
#floating .imgAdd2 a:hover,
#floating .imgAdd1 a.first:hover {
	color:#000;
}

.floatBox25, .floatBox30, .floatBox33, .floatBox50, .floatBox70, .floatBox75 { clear:both; float:none; width:98%; margin:0 1%; display:block; }

img.grayIMG:hover, img.color2gray {
  filter: none;
  -webkit-filter: grayscale(0%);
}

img.grayIMG, img.color2gray:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.adminDetails { float:left; width:73%; margin:0 2% 10px 0; display:block; }
.adminDetailsIMG { float:left; width:23%; margin:0 0 10px 2%; text-align:center; display:block; }
.adminDetailsIMG img { 
	float:none;
	max-width:75px;
	max-height:100%; 
	width:98%; 
	margin:0 auto; 
	display:block; 
}
.menuBox30 { display:none; }

#footer .left { display:none; }
#footer .right { 
	clear:both;
	float:none;
	width:100%;
	margin:0;
	font-size:0.75em;
	text-align:right;
	display:block;
}
#footer .right span { display:none; }
#footer .left a, #footer .right a,
#footer .left a:visited, #footer .right a:visited { color:#FFF; text-decoration:none; }
#footer .left a:hover, #footer .right a:hover { color:#0F0; }
#footer .left a { border-right:#FFF solid 2px; padding:0 5px; }

/* Add Blood Group */

#addBlood form, #addRhesus form, #addSecretor form { margin:0; padding:0; }
#addBlood .aB, #addBlood .aB:visited,
#addRhesus .P, #addRhesus .P:visited, #addSecretor a.P, #addSecretor a.P:visited { background-color:#F90; }
#addBlood .bB, #addBlood .bB:visited { background-color:#F06; }
#addBlood .abB, #addBlood .abB:visited { background-color:#C0F; }
#addBlood .oB, #addBlood .oB:visited,
#addRhesus .N, #addRhesus .N:visited, #addSecretor a.N, #addSecretor a.N:visited { background-color:#09F; }
#addBlood .aB:hover,
#addBlood .bB:hover,
#addBlood .abB:hover,
#addBlood .oB:hover,
#addRhesus .P:hover,
#addRhesus .N:hover,
#addSecretor a.P:hover,
#addSecretor a.N:hover { background-color:#555; }
#showBloodGroup { text-align:center; }
#showBloodGroup a, #showBloodGroup a:visited { color:#03F; }
#showBloodGroup a:hover { color:#555; }
#showBloodGroup span.showWhatBloodGroup {
  background: #cccccc;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin: 5px 0 2px 0;
  text-align: center;
  width: 2.6em;
  font-size: 48px; 
}
/* Add Blood Group 480px and below */
#addBlood, #addSecretor { width:300px; margin:0 auto; }
#addBlood .bloodBox, #addRhesus .bloodBox, #addSecretor .bloodBox { float:left; width:150px; height:150px; display:block; }
#addBlood a, #addRhesus a, #addSecretor a { color:#FFF; text-decoration:none; display:block; }
#addBlood a { font-size:108px; margin:25px 0 0 0; padding:15px 0 0 0; width:150px; height:135px; }
#addRhesus a { font-size:108px; margin:25px 0 0 0; padding:5px 0 0 0; width:150px; height:145px; }
#addSecretor a { font-size:22px; margin:25px 0 0 0; padding:5px 0 0 0; width:150px; height:80px; }

.floatBox30fixed img {
	float:none;
	width:70%;
	margin:0 15%;
	display:block;
}
.float3up {
	float:left;
	text-align:center;
	width:32%;
	margin:0 0.5% 15px 0.5%;
	display:block;
}
.float3up a, .float3up a:visited {
	font-size: 0.7em;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#555;
	background-color:#EDEDED;
	width:86%;
	margin:0 7% 5px 7%;
	padding:15px 0;
	display:block;
	border:1px solid #555;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    transition: 0.3s;
}
.float3up a:hover {
	color:#FFF;
	background-color:#555;
}
.float3up img {
	width:40%;
	margin:0 30%;
}

/* Mobile Accordion Layout: 480px and below. */
#accordionBox { width:90%; margin:25px auto; }
.Accordion .foodItemsDisplay { width:67.5%; }
.Accordion .elementDisplay { width:32%; }
/* END: Mobile Accordion Layout: 480px and below. */

.show001 { display:none; }
.show110 { display:block; }


/* Dosha Testing */
.qWrap { float:left; width:98%; margin:0 0 10px 1%; padding:3px 1%; text-align:left; display:block; }

#conWrap { width:100%; }
#conWrap h2, #conWrap h3, #conWrap h4 { margin:0 0 5px 0; padding:0; }
#conWrap h2 { font-size:1.25em; }
#conWrap h3 { font-size:1em; }
#conWrap h4 { font-size:0.85em; }
#conWrap .proDow {
	float:left;
	width:35%;
	margin:0 3% 15px 12%;
	text-align:center;  
}
#conWrap .recOh {
	float:left;
	width:35%;
	margin:0 12% 15px 3%;
	text-align:center;  
}
#conWrap .proDow img, #conWrap .recOh img {
	width:100%;
	margin-bottom:3px;
}
#conWrap .proDow a, #conWrap .proDow a:visited,
#conWrap .recOh a, #conWrap .recOh a:visited {
	color:#696;
	text-decoration:none;
	font-weight:bold;
	font-size:0.85em;
	cursor:pointer;
}
#conWrap .proDow a:hover,
#conWrap .recOh a:hover {
	color:#000;
}
#greanBox { color:#555; padding:10px 0; font-size:1.1em; text-align:center; }
#greanBox .show { padding:25px 0; font-size:0.9em; }
#greanBox a, #greanBox a:visited { color:#00F; text-decoration:none; }
#greanBox a:hover { color:#555; }
#conWrap .analysis {
	clear:both;
	font-size:0.85em;
	width:94%;
	margin:10px 2%;
	padding:3px 1%;
	text-align:center;  
}
/* END:Dosha Testing */

/* Colour Codes */
.colorCodeBox { float:left; width:19%; display:inline-block; border:solid 1px #555; font-size:0.8em; height:40px; }
.colorCodeBox2x { float:left; width:19%; display:inline-block; border-bottom:solid 1px #555; border-top:solid 1px #555; border-right:solid 1px #555; font-size:0.8em; height:40px; }
.colorCodeBox span, .colorCodeBox2x span { font-size:0.75em; }
.test div { padding:2px 4px; }
.test div.top { border-top:solid 1px #555; border-left:solid 1px #555; border-right:solid 1px #555; }
.test div.bottom { text-align:center; border-bottom:solid 1px #555; border-left:solid 1px #555; border-right:solid 1px #555; }
.test div.top2x { border-top:solid 1px #555; border-right:solid 1px #555; }
.test div.bottom2x { text-align:center; border-bottom:solid 1px #555; border-right:solid 1px #555; }
/* END: Colour Codes */

.ConstitutionIDimg img {
	width:100%; margin:0; padding:0;
}
.ConstitutionIDimg {
	float:left;
	width:40%;
	display:block;
}
#ConstitutionIDtxt {
	float:left;
	width:56%;
	margin:15px 0 0 2%;
	padding:0 0 0 2%;
	text-align:left;
	display:block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

body.welcome {
    background-image:url(../img/bjorn-radestrom_768px.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
body.coaching {
    background-image:url(../img/INP_friends_enjoying_lunch_768px.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#spacerDiv { height:150px; }

.show001 { display:none; }
.show110 { display:block; }

.padWrape { padding:25px 0 0 0; }
.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
}
.topMainH1-6 span { display:inline; }
.mobileMenu { clear:none; float:left; width:12%; margin:0 1% 0 0; display:block; }

/* Simple Logo Text */
svg { font-size:18px; height:30; width:380; }
.logIN span { display:inline; }

.adminDetails { float:left; width:68%; margin:0 2% 10px 0; display:block; }
.adminDetailsIMG { float:left; width:28%; margin:0 0 10px 2%; text-align:center; display:block; }
.adminDetailsIMG img { 
	float:none;
	max-width:100px;
	max-height:100%; 
	width:90%; 
	margin:0 auto; 
	display:block; 
}

#floating {
	margin:-20px auto 0 auto;
	width:80%;
	max-width:900px;
}
#floating .topLeft { width:73%; }
#floating .topRight { width:23%; }
#floating span { display:none; }
#floating .imgAdd1 {
	float:left;
	width:48%;
	margin:0 1%;
	display:block;
}
#floating .imgAdd2 {
	display:none;
}
#footer .left { display:none; }
#footer .right { clear:none; float:left; width:100%; }
#footer .right span { display:inline; }

/* Add Blood Group */
#addBlood, #addRhesus, #addSecretor { width:400px; margin:0 auto; }
#addBlood .bloodBox, #addRhesus .bloodBox, #addSecretor .bloodBox { float:left; width:200px; height:200px; display:block; }
#addBlood a, #addRhesus a, #addSecretor a { color:#FFF; text-decoration:none; display:block; }
#addBlood a { font-size:144px; margin:25px 0 0 0; padding:20px 0 0 0; width:200px; height:180px; }
#addRhesus a { font-size:160px; margin:25px 0 0 0; padding:0; width:200px; height:200px;; }
#addSecretor a { font-size:30px; margin:25px 0 0 0; padding:5px 0 0 0; width:200px; height:120px; }

.floatBox30fixed img {
	float:none;
	width:50%;
	margin:0 25%;
	display:block;
}

/* Tablet Accordion Layout: 481px to 768px */
#accordionBox { width:380px; }
.Accordion .foodItemsDisplay { width:75.5%; }
.Accordion .elementDisplay { width:24%; }
/* END: Tablet Accordion Layout: 481px to 768px */


/* Dosha Testing */
.qWrap { float:left; width:47%; margin:0 0 10px 1%; padding:3px 1%; display:block; }

#conWrap .proDow {
	float:left;
	width:25%;
	margin:0 3% 15px 22%;
	text-align:center;  
}
#conWrap .recOh {
	float:left;
	width:25%;
	margin:0 22% 15px 3%;
	text-align:center;  
}
#conWrap .analysis {
	font-size:1em;
	width:78%;
	margin:10px 10%;  
}
#greanBox { font-size:1em; }
/* END:Dosha Testing */	

/* Colour Codes */
.colorCodeBox, .colorCodeBox2x { height:100%; }	
/* END: Colour Codes */

#ConstitutionIDtxt { margin:35px 0 0 2%; }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

body.welcome {
    background-image:url(../img/bjorn-radestrom_1232px.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
body.coaching {
    background-image:url(../img/INP_friends_enjoying_lunch_1232px.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#spacerDiv { height:221px; }
.padWrape { padding:125px 0 0 0; }
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}
.topMainH1-6 span { display:inline; }
.mobileMenu { display:none; }

/* Simple Logo Text */
svg { font-size:20px; height:10; width:380; }

#floating {
	margin:-5px auto 0 auto;
	width:60%;
	max-width:900px;
}
#floating .topLeft { width:73%; }
#floating .topRight { width:23%; }
#floating span { display:inline; }
#floating .imgAdd1 {
	float:left;
	width:31%;
	margin:0 1%;
	display:block;
}
#floating .imgAdd2 {
	width:31%;
	margin:0 1%;
	display:block;
}

.adminDetails { float:none; width:98%; margin:0 1% 10px 1%; display:block; }
.adminDetailsIMG { float:none; width:98%; margin:0 1% 10px 1%; text-align:center; display:block; }
.adminDetailsIMG img { 
	float:none;
	max-width:200px;
	max-height:100%; 
	width:100%; 
	margin:0 auto; 
	display:block; 
}
.menuBox30 {
	float:left;
	width:98%;
	margin:0 1%;
	display:block;
}
.floatBox25, .floatBox30, .floatBox33, .floatBox50, .floatBox70, .floatBox75 { clear:none; float:left; margin:0 1%; display:block; }
.floatBox25 { width:23%; }
.floatBox30 { width:28%; }
.floatBox33 { width:31%; }
.floatBox50 { width:48%; }
.floatBox70 { width:68%; }
.floatBox75 { width:73%; }

#footer .left { float:left; width:66%; font-size:0.75em; display:block; }
#footer .right { float:left; width:33%; display:block; }

/* Add Blood Group */
#addBlood { width:90%; margin:0 auto; }
#addBlood .bloodBox { float:left; width:25%; height:200px; display:block; }
#addBlood a { font-size:124px; margin:25px 0 0 0; padding:20px 0 0 0; width:100%; height:180px; }

.floatBox30fixed img {
	float:none;
	width:90%;
	margin:0 5%;
	display:block;
}
.float3up {
	float:none;
	text-align:center;
	width:90%;
	margin:0 5% 15px 5%;
	display:block;
}

/* Desktop Accordion Layout: 769px - max 1232px */
#accordionBox { width:480px; }
.Accordion .foodItemsDisplay { width:81.5%; }
.Accordion .elementDisplay { width:18%; }
#accordionBox .foodName { width:56.5%; }
#accordionBox .Rank {
	float:right; 
	margin-left:8px;
	width:7%;
	padding:4px 0 0 0;
	font-size:10px; 
	display:inline-block;
}
/* END: Desktop Accordion Layout: 769px - max 1232px */

.show001 { display:block; }
.show110 { display:none; }


/* Dosha Testing */
.qWrap { float:left; width:29%; margin:0 0 10px 1%; padding:3px 1%; display:block; }

#conWrap .proDow {
	float:left;
	width:15%;
	margin:0 3% 15px 32%;
	text-align:center;  
}
#conWrap .recOh {
	float:left;
	width:15%;
	margin:0 32% 15px 3%;
	text-align:center;  
}
#conWrap .analysis {
	font-size:1.25em;
	width:84%;
	margin:10px 5%;
	padding:3px 3%;  
}
#greanBox { font-size:0.8em; }
/* END:Dosha Testing */

.ConstitutionIDimg {
	float:none;
	width:80%;
	margin:0 10%;
	display:block;
}
#ConstitutionIDtxt {
	float:none;
	width:100%;
	margin:5px 0;
	text-align:center;
	padding:0;
	display:block;
}



}
