/*!
 * Login page
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');
/*font-family: 'Montserrat Alternates', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css?family=Boogaloo');*/
/*font-family: 'Boogaloo', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Chewy');
/*font-family: 'Chewy', cursive;*/

/*font-family: 'Mouse Memoirs', sans-serif;*/

html { 
  background:url(../images/main-bg.svg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main-bg.svg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main-bg.svg', sizingMethod='scale')";
}

/*@font-face {
    font-family: 'Mouse Memoirs', sans-serif;
	src:url(../fonts/MouseMemoirs-Regular.ttf) format('truetype');
}*/
/* latin-ext */
@font-face {
  font-family: 'Mouse Memoirs';
  font-style: normal;
  font-weight: 400;
  src: local('Mouse Memoirs'), local('MouseMemoirs-Regular'), url(../fonts/MouseMemoirs-Regular.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Mouse Memoirs';
  font-style: normal;
  font-weight: 400;
  src: local('Mouse Memoirs'), local('MouseMemoirs-Regular'), url(../fonts/MouseMemoirs-Regular1.woff2) format('woff2');
}
body {
  padding:0;
  background:none;
  font-family: 'Montserrat Alternates', sans-serif;
  margin:0;
  overflow:hidden;}
  
 @media (max-width: 767px)  {body{ overflow:auto;}}
header {
	padding:20px 0 10px;	
}
.no-float {
	float:none; 
	margin-left:auto; 
	margin-right:auto;
	}

.row-fluid {
	width:100%;
	height:auto;
	clear:both;	
}
.row-fluid:before,
.row-fluid:after {
	display: table;
    content: " ";
}
.padd-bt { padding-bottom:20px;}
.hdn { text-align:center;}
.hdn h1 {}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
/*================================= centering the columns */
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
@media (max-width: 767px) {
    .col-centered { margin-right: 0;}
}
/*================================= logo & Buttons  */
.airo-logo {
    width: 600px;
}

.nav>li>a:focus, .nav>li>a:hover {
     background-color:#fbb03b; 
}

.btn-lgreen {
	background-color: #45AA40;
    color: #fff;
    height: auto;
    font-size: 1em;
	margin: 0px 20px 10px;
    padding: 10px 0px;
}
/* for hover effect ofr buttons */
.btn-lgreen {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-lgreen:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-lgreen:hover, .btn-lgreen:focus, .btn-lgreen:active, .nav>li>a:focus, .nav>li>a:hover {
  color: #fff;
}
.btn-lgreen.active {  background-color:#fbb03b;}
  
.btn-lgreen:hover:before, .btn-lgreen:focus:before, .btn-lgreen:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} 
@media (min-width: 280px) {.airo-logo {width: auto;}}
@media (min-width: 768px) {.airo-logo {width: 280px;}}
@media (min-width: 992px)  {.airo-logo {width: 320px;}}
@media (min-width: 1200px)  {.airo-logo {width: 400px;}}
@media (max-height: 600px)  {.airo-logo {width: 320px;} }
@media (max-height: 500px)  {.airo-logo {width: auto;} }
@media (min-width: 768px)  {
	.btn-lgreen {
	font-size: 0.8em;
	margin: 10px 10px 10px;
	}
	.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
}
@media (min-width: 992px)  {
	.btn-lgreen {
	font-size: 0.86em;
	margin: 15px 25px 20px;
	}
	.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
}
@media (min-width: 1200px)  {
	.btn-lgreen {
	font-size: 1em;
	margin: 15px 30px 20px;
	}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
@media (min-width: 1600px)  {
	.btn-lgreen {
	font-size:1.8em;
	margin: 15px 30px 20px;
	}
	.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.airo-logo {width: 600px;}
}
@media (max-height: 600px)  {
	.btn-lgreen {
	font-size: 0.8em;
	margin: 10px 10px 10px;
	}
	.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
}

/* For Verticaly alignment
-------------------------------------------------- */

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px)  {

.parent {
  position: relative;
}
.child {
  position:relative;
  top:0;
  left:0;
  transform:none;
}

}
.ribbon h1 { margin:0;}

.ribbon {
 font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 450px;
    
 position: relative;
 background: #45aa40;
 color: #fff;
 text-align: center;
 padding: 15px; /* Adjust to suit */
 margin: 5px auto 5px; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */

}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #55bf50;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
@media (min-width: 280px)  {
	.ribbon h1 {  font-size:12px}

	.ribbon { width:150px;padding: 8px; margin-bottom: 10px;}
	.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -.5em;
    border: 1em solid #55bf50;
    z-index: -1;
}
.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}
.ftr-btns a .btn-group .btn {
    font-size: .8em;
    margin-top: 15px;
}
}

@media (min-width: 768px)  {
	.ribbon h1 {  font-size:16px}

	.ribbon { width:400px;padding: 8px; margin-bottom: 15px;}
	.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -.5em;
    border: 1em solid #55bf50;
    z-index: -1;
}
.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}
.ftr-btns a .btn-group .btn {
    font-size: .8em;
    margin-top: 15px;
}

}

@media (min-width: 992px)  {
	.ribbon h1 {  font-size: 20px;}

	.ribbon { width:400px; padding: 15px; margin-bottom: 15px;}
	.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -.5em;
    border: 1.3em solid #55bf50;
    z-index: -1;
}
.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}
.ftr-btns a .btn-group .btn {
    font-size: 1.2em;
    
}
}

@media (min-width: 1200px)  {
	.ribbon h1 {
    font-size: 1.3em;
	}
	.ribbon { width: 450px; padding: 8px;margin-bottom: 30px;}
	.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -.8em;
    border: 1.1em solid #55bf50;
    z-index: -1;
	}
	.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
}

@media (min-width: 1600px)  {
	
	.ribbon h1{ font-size:30px;}
	.ribbon { width: 700px; padding: 15px;margin-bottom: 30px;}
	.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #55bf50;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ftr-btns a .btn-group .btn { font-size:1.3em; }
}





/*=================================  */
/*================================================================================*/
/*=====================================	Inner Page P & E =========================*/				
/*================================================================================*/
.mrg-t {margin-top: 4%;}
.pe-buttons a {}
.pe-icon {}
.pe-icon img {}
.pe-buttons a { display:block; text-decoration:none;}
.pe-buttons .link-pe-icon{
	display: block;
    /*border: 1px solid blue;*/
    width: 250px;
    height: 250px;
    
    margin-left: auto;
    margin-right: auto;
}

.pe-icon {
    /* display: block; */
     border: 1px solid #3fa9f5; 
    width: 250px;
    height: 250px;
    border-radius: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #3fa9f5;
    /*padding-top: 24px;*/
}
.pe-icon img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    /* background-color: red; */
    padding: 30px 30px;
    border: 10px solid #0071bd;
    border-radius: 100%;
}

.pe-buttons .link-pe-text {
    display: block;
    /* border: 1px solid blue; */
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.pe-text {
    text-align: center;
    background-color: #3fa9f5;
    border-radius: 15px;
    margin-top: 5;
  overflow: hidden;
 
}
.pe-text h1 {
    color: #fff;
    font-size: 3.2em;
}
.pe-text, .pe-icon {
	 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  }
 .pe-text:hover, .pe-icon:hover {background-color:#fbb03b; border-color:#fbb03b;}
 @media (min-width: 280px)  {
	 .pe-buttons .link-pe-icon {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}
	.pe-icon {
		width: 80px;
		height: 80px;
		padding: 8px;
		border-radius:40px;
	}
	.pe-icon img {
		margin-top: 1px;
		padding: 10px;
		border-width: 2px;
		border-radius:40px;		
	}
	.pe-text h1 {
		font-size: 0.9em;
		margin: 10px;
	}
	.pe-buttons .link-pe-text {margin-top: 20px; }
}
 @media (min-width: 480px)  {
	 .pe-buttons .link-pe-icon {
		width: 100px;
		height: 100px;
		border-radius:50px;
	}
	.pe-icon {
		width: 100px;
		height: 100px;
		padding: 8px;
		border-radius:50px;
	}
	.pe-icon img {
		margin-top: 1px;
		padding: 10px;
		border-width: 2px;
		border-radius:50px;		
	}
	.pe-text h1 {
		font-size: 1.5em;
		margin: 10px;
	}
	.pe-buttons .link-pe-text {margin-top: 20px; }
}
 @media (min-width: 768px)  {
	 .pe-buttons .link-pe-icon {
		width: 130px;
		height: 130px;
		border-radius:65px;
	}
	.pe-icon {
		width: 130px;
		height: 130px;
		padding: 15px;
		border-radius:65px;
	}
	.pe-icon img {
		margin-top: 2px;
		padding: 15px 15px;
		border-width: 5px;
		border-radius:65px;
	}
	.pe-buttons .link-pe-text {  margin-top: 20px; }
	.pe-text h1 {
		font-size: 2em;
		margin: 10px;
	}
	.pe-buttons .link-pe-text {margin-top: 20px; }
}
 @media (min-width: 992px)  {
	 .pe-buttons .link-pe-icon {
    width: 150px;
    height: 150px;
	border-radius:75px;
	}
	pe-icon {
		width: 150px;
		height: 150px;
		padding: 15px;
		border-radius:75px;
	}
	
	.pe-icon img {
		margin-top: 1px;
		padding: 15px 15px;
		border-width: 5px;
		border-radius:75px;
	}
	.pe-buttons .link-pe-text {  margin-top: 20px; }
	.pe-text h1 {
		font-size: 2em;
		margin: 15px;
	}
	
	.pe-text { width:280px; margin-left:auto; margin-right:auto;}
}
 @media (min-width: 1200px)  {
	 .pe-buttons .link-pe-icon {
    width: 180px;
    height: 180px;
	border-radius:90px;
	}
	.pe-icon {
		width: 180px;
		height: 180px;
		padding: 15px;
		border-radius:90px;
	}
	
	.pe-icon img {
		margin-top: 4px;
		padding: 15px 15px;
		border-width: 8px;
		border-radius:90px;
	}
	
	.pe-buttons .link-pe-text {  margin-top: 20px; }
	
	.pe-text h1 {
		font-size: 2.2em;
		margin: 10px;
	}
	.pe-text { width:320px; margin-left:auto; margin-right:auto;}
	}
@media (min-width: 1600px)  {
	.pe-buttons .link-pe-icon {
    width: 250px;
    height: 250px;
	border-radius:125px;
	}
	.pe-icon {
		width: 250px;
    	height: 250px;
		padding: 15px;
		border-radius:125px;
	}
	
	.pe-icon img {
		border-width: 10px;
		margin-top: 8px;
    	padding: 30px 30px;
		border-radius:125px;
	}
	
	.pe-buttons .link-pe-text {  margin-top: 50px; }
	
	.pe-text h1 {
		font-size: 3.2em;
		margin: 10px;
	}
	.pe-text { width:450px; margin-left:auto; margin-right:auto;}
	}
	@media (max-height: 720px) {
		 .pe-buttons .link-pe-icon {
		width: 130px;
		height: 130px;
		border-radius:65px;
	}
	.pe-icon {
		width: 130px;
		height: 130px;
		padding: 15px;
		border-radius:65px;		
	}
	.pe-icon img {
		margin-top: 2px;
		padding: 15px 15px;
		border-width: 5px;
		border-radius:65px;
	}
	.pe-buttons .link-pe-text {  margin-top: 20px; }
	.pe-text h1 {
		    font-size: 1.1em;
		margin: 10px;
	}
	.pe-buttons .link-pe-text {margin-top: 20px; }
}

@media (max-height: 480px) {
	  .pe-buttons .link-pe-icon {
		width: 80px;
		height: 80px;
		border-radius:40px;
	}
	.pe-icon {
		width: 80px;
		height: 80px;
		padding: 8px;
		border-radius:40px;
	}
	.pe-icon img {
		margin-top: 1px;
		padding: 10px;
		border-width: 2px;
		border-radius:40px;		
	}
	.pe-text h1 {
		font-size: 0.9em;
		margin: 10px;
	}
	.pe-buttons .link-pe-text {margin-top: 20px; }
}
/*================================================================================*/
/*=====================================	    PURE TONE    =========================*/				
/*================================================================================*/

.clouds {}
.clouds a img {
    margin-left: auto;
    margin-right: auto;
}

.clouds a {
	display:block;
	width:400px;
	height:250px;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 20px;
    margin-bottom: 20px;
	}
.cloud {
	width:400px;
	height:250px;	
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	margin-left:auto;
	margin-right:auto;
	}
.cloud:hover,  {
	width:400px;
	height:250px;	
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	margin-left:auto;
	margin-right:auto;
	}
.awareness{ background-image:url(../images/awareness.svg);}
.awareness:hover, .awareness:focus, .awareness:active {background-image:url(../images/awareness-hover.svg);}
.awareness:before {background-image:url(../images/awareness-hover.svg);}

.discrimination{ background-image:url(../images/discrimination.svg);}
.discrimination:hover, .discrimination:focus, .discrimination:active {background-image:url(../images/discrimination-hover.svg);}
.discrimination:before {background-image:url(../images/discrimination-hover.svg);}

.identification{ background-image:url(../images/identification.svg)}
.identification:hover, .identification:focus, .identification:active {background-image:url(../images/identification-hover.svg);}
.identification:before {background-image:url(../images/identification-hover.svg);}

.statistics{ background-image:url(../images/statistics.svg);}
.statistics:hover, .statistics:focus, .statistics:active {background-image:url(../images/statistics-hover.svg);}
.statistics:before {background-image:url(../images/statistics-hover.svg);}

/* for hover effect */
.cloud {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cloud:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  animation-name:jump 1s ease both;
}
@keyframe jump{
   from { transform: transform-origin:50% 50%; }
   to{ transform: transform-origin:50% 50%; }}

.cloud:hover, .cloud:focus, .cloud:active {
  color: white;
}
.cloud:hover:before, .cloud:focus:before, .cloud:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


@media (min-width: 280px)  { 
	.clouds a, .cloud, .cloud:hover {
	width: 200px;
	height: 100px;
	}
}
@media (min-width: 480px)  {
	.clouds a, .cloud, .cloud:hover {
	width: 280px;
	height: 140px;
	} 
}
@media (min-width: 768px)  {
	.clouds a, .cloud, .cloud:hover {
	width: 220px;
    height: 120px;
	margin-top:8px;
	margin-bottom:8px;
	}
}
@media (min-width: 992px)  {
	.clouds a, .cloud, .cloud:hover {
	width: 320px;
	height: 170px;
	}
}
@media (min-width: 1200px)  {
	.clouds a, .cloud, .cloud:hover {
	width: 390px;
	height: 200px;
	}
}
	
@media (max-height: 720px) {.clouds a, .cloud, .cloud:hover {
	width: 220px;
    height: 100px;
	}}
@media (max-height: 480px) {.clouds a, .cloud, .cloud:hover {
	width: 220px;
    height: 95px;
	}}

/*	Pure tones > Discrimination
----------------------------------------------------------------------------------*/
.d-training{ background-image:url(../images/discrimination-training.svg);}
.d-training:hover, .d-training:focus, .d-training:active {background-image:url(../images/discrimination-training-hover.svg);}
.d-training:before {background-image:url(../images/discrimination-training-hover.svg);}

.d-test{ background-image:url(../images/discrimination-test.svg);}
.d-test:hover, .d-test:focus, .d-test:active {background-image:url(../images/discrimination-test-hover.svg);}
.d-test:before {background-image:url(../images/discrimination-test-hover.svg);}

.mrg-in-t { margin-top:-80px;}
@media (max-width: 480px) {.mrg-in-t { margin-top:10px;}}
/*================================================================================*/
/*================================================================================*/
/*=====================================	ENVIRONMENTAL	==========================*/				
/*================================================================================*/
/*=====================================================================================================================================================================================*/

a.environ-outer-link {
	overflow:auto;
	text-decoration:none;
	display: block;
	padding: 2px;
	/*font-family: 'Boogaloo', cursive;*/font-family: 'Mouse Memoirs';
	/*border:1px solid red;*/
	margin-left: -5px;
    margin-right: -5px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	}
.environ-outer-bg {
	background-color: #acb646;
    padding: 5px;
    border-radius: 6px;
	-webkit-box-shadow: 0px 12px 2px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 12px 2px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 12px 2px 0px rgba(0,0,0,0.20);
}

.environ-inner-content {
	border: 2px dashed #dbdd4e;
    padding: 2px;
    background-color: #eaed58;
    border-radius: 6px;
}
.environ-inner-content img{
	border: 1px solid #fff;
	width:100%;
}
.environ-text-cont {
	background-color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: -1px auto 10px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);
}
.environ-text-cont h1 {
	font-size: 1.2em;
    text-align: center;
    margin: 0;
    color: #377978;
	/*font-family: 'Boogaloo', cursive;*/font-family: 'Mouse Memoirs';
	letter-spacing:inherit;
}
/* Bounce In */
.environ-text-cont h1 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a.environ-outer-link:hover .environ-text-cont h1, .a.environ-outer-link:focus .environ-text-cont h1, .a.environ-outer-link:active .environ-text-cont h1 {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  letter-spacing: 1.2px;
}



@media (min-width: 280px)  { }
@media (min-width: 480px)  { }
@media (min-width: 768px)  {
	a.environ-outer-link {
		padding: 5px;
		margin-left:0px;
		margin-right:0px;
		} }
@media (min-width: 992px)  { 
	a.environ-outer-link {
		padding: 5px;
		margin-left:0px;
		margin-right:0px;
		}
}
@media (min-width: 1200px)  {
	a.environ-outer-link {
		padding: 2px;
		margin-left:-5px;
		margin-right:-5px;
		} 
		.col-lg-2{width:20%}
		.visible-xlg {  display: block !important;  }
		.environ-text-cont h1{font-size: 1.7em;}
		.environ-inner-content img{ height:auto;}
}

@media (min-width: 1600px)  {
	a.environ-outer-link {
		padding: 2px;
		margin-left:-5px;
		margin-right:-5px;
		} 
		.environ-outer-bg{}
		.environ-inner-content {}
	.environ-text-cont h1{font-size: 2.5em;}
	
	.col-lg-2{width:25%}
	.visible-xlg{ display: none !important;}
	.environ-inner-content img{ height:220px;}
}


@media (max-height:1600px){.xlg-mrg{ margin-top:4%; margin-bottom:4%;}}
@media (max-height: 800px) {.xlg-mrg{ margin-top:auto; margin-bottom:auto;}}
@media (max-height: 720px) and (min-height: 482px){
	a.environ-outer-link {
    /*padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: -15px;*/
	    padding: 10px;
    margin-left: 0px;
    margin-right: 8px;
    margin-bottom: 15px;
    margin-top: 0px;
	}
	.environ-text-cont {
		padding:10px;
		margin: -1px auto 0px;
	}	
}

@media (max-height: 480px){
	a.environ-outer-link {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: -15px;
	}
	.environ-text-cont {
		padding: 10px;
margin: -1px auto 10px;
	}
	.xlg-mrg{ margin-top:auto; margin-bottom:auto;}
}

.env-straining{
    position:relative;
    width:100%;
    padding-bottom:50%;
    height:0;
    overflow:hidden;
	margin-top:5px; margin-bottom:5px;
 }
.env-st {
    position:absolute;
    width:100%;
    height:100%;
	border:1px solid red;
 }





@media (max-height: 767px){
	.env-straining {
    padding-bottom:40%;
 }
}
@media (max-height: 500px){
	.env-straining {
    padding-bottom:28%;
 }
}

@media (max-height: 480px){
	.env-straining {
    padding-bottom:40%;
 }
}

/*================================================================================*/
/*================================================================================*/
/*=====================================	STATISTICS	==========================*/				
/*================================================================================*/

.stats {
    position:relative;
    width:100%;
    padding-bottom:40%;
    height:0;
    overflow:hidden;
	margin-top:5px; margin-bottom:5px;
 }
.stats-info {
    position:absolute;
    width:100%;
    height:100%;
	border:1px solid red;
 }




@media (max-height: 480px){
	.stats {
    padding-bottom:20%;
 }
}
@media (max-height: 767px){
	.stats {
    padding-bottom:36%;
 }
}
.stat-ftr { 
	position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
 /* background-color: red;*/
 background-image:none;
 z-index:0;
 }

/*================================================================================*/
/*================================================================================*/
/*=========================== Tone Discrimination Training =======================*/				
/*================================================================================*/
.d-test-in{}
.d-test-in .thumbnail {
	background-color: transparent;
    /* text-align: center; */
    border: none;
}
.d-test-in .thumbnail img { width:75px; height:75px;}
.d-test-in .caption {
	border-top: 2px solid #0071bc;
    background-color: #3fa9f5;
     padding: 9px 15px; 
    color: #fff;
		
}
.d-test-in .caption h3 {
	border-bottom: 2px solid white;
    padding-bottom: 8px;
    font-size: 1.3em;
}
.d-test-in .caption h3 span{
	padding: 0px 15px 0px 0px;
}

.d-test-in .caption p { margin-top:15px;}
.btn-res { font-size:inherit;}

@media (min-width: 280px) {
	.d-test-in .caption h3  { font-size:inherit;}
	.d-test-in .caption p  { font-size:inherit;}
	.d-test-in .thumbnail img { width:50px; height:50px;}
}
@media (min-width: 480px){
	.d-test-in .caption h3  { font-size:inherit;}
	.d-test-in .caption p  { font-size:inherit;}
	.d-test-in .thumbnail img { width:50px; height:50px;}
}
@media (min-width: 768px) {
	.d-test-in .caption h3  { font-size: 1.1em;}
	.d-test-in .caption p  { font-size:0.8em;}
	.d-test-in .thumbnail img { width:55px; height:55px;}
}
@media (min-width: 992px){
	.d-test-in .caption h3  { font-size:inherit;}
	.d-test-in .caption p  { font-size:inherit;}
	.d-test-in .thumbnail img { width:60px; height:60px;}
}
@media (min-width: 1200px) {
	.d-test-in .caption h3  {font-size: 1.4em;}
	.d-test-in .caption p  { font-size: 1em;}
	.d-test-in .thumbnail img { width:60px; height:60px;}
}
@media (min-width: 1600px){
	.d-test-in .caption h3  {font-size: 1.8em;}
	.d-test-in .caption p  { font-size: 1.3em;}
	.d-test-in .thumbnail img { width:75px; height:75px;}
}
@media (max-height: 600px)  { 
.d-test-in .thumbnail img {
    width: 50px;
    height: 50px;
}
}

@media (min-width: 280px) {.btn-res { font-size:inherit;}}
@media (min-width: 480px){.btn-res { font-size:inherit;}}
@media (min-width: 768px) {.btn-res { font-size: 0.7em;}}
@media (min-width: 992px){.btn-res { font-size:inherit;}}
@media (min-width: 1200px) {.btn-res { font-size:1em;}}
@media (min-width: 1600px){.btn-res { font-size:1.4em;}}
@media (max-height: 600px)  {.btn-res { font-size: 0.7em;} }


/*================================================================================*/


@media (min-width: 992px)  { .btn-sets .btn {font-size: .6em;} }
@media (min-width: 1200px)  { .btn-sets .btn {font-size: .7em;}}
@media (min-width: 1600px)  { .btn-sets .btn {font-size:inherit;}}

@media (min-width: 1200px)  { .btn-scrum a {font-size: .8em;}}
@media (min-width: 1600px)  { .btn-scrum a {font-size:inherit;}}




/*================================================================================*/
/*================================================================================*/
/*=====================================	FOOTER	==========================*/				
/*================================================================================*/
/*=====================================================================================================================================================================================*/

.pull-upper{margin-top: -25px;}
@media (min-height: 481px)  {.pull-upper{margin-top: -25px;}}

@media (max-height: 480px)  {.pull-upper{margin-top: 0px;}}


.ftr-btns {margin-top: -25px; z-index:10;}
@media (max-height: 850px) {
.ftr-btns {margin-top: 0px;}
}
.ftr-btns a .btn-group{ margin-left:15px; margin-right:15px; margin-top:5px; margin-bottom:5px;}
.ftr-btns .upa{ margin-left:15px; margin-right:15px; margin-top:5px; margin-bottom:5px;}

.ftr-btns a .btn-group .btn { font-size:1.2em; }
.ftr-btns .upa .btn { font-size:1.2em; }

@media (min-width: 280px)  {
	.ftr-btns a .btn-group .btn, .ftr-btns .upa .btn {
		font-size: .6em;
		margin-top: 15px;
	}
}
@media (min-width: 768px)  {
	.ftr-btns a .btn-group .btn, .ftr-btns .upa .btn {
		font-size: .7em;
		margin-top: 15px;
	}
}
@media (min-width: 992px)  {
	.ftr-btns a .btn-group .btn, .ftr-btns .upa .btn {
		font-size: 0.8em;
		
	}
}
@media (min-width: 1200px)  {
	.ftr-btns a .btn-group .btn , .ftr-btns .upa .btn{ font-size:0.8em; }
}
@media (min-width: 1600px)  {
	.ftr-btns a .btn-group .btn , .ftr-btns .upa .btn{ font-size:1.2em; }
}
/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 110px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 85px;
 /* background-color: red;*/
 background-image:url(../images/footer-bg.svg);
 background-repeat:repeat-x;
 z-index:0;
 background-position:bottom;
 
}
@media (max-height: 680px)  {
	.footer { height: 100px; }
}




/* Breadscrum
-------------------------------------------------- */
.breadcrumbs {
    margin-top: 20px;
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {

  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}





























