@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* TABLET PHONE																								    */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 900px) {
	
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* FONT SETTINGS																								    */
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------- */
	
	p { 
		font-size:18px;
	  }
	  
	a {
		font-size:18px;
	}
	
	.bar {
		font-size:20px;
	}
	
	.document h3 {
		font-family: 'FuturaStdMedium';
		font-size:32px;
		font-weight:600;
	}
	
	.document h4 a {
		font-family: 'FuturaStdMedium';
		font-size:24px;
		font-weight:200;
	}
	
	.document h4 {
		font-family: 'FuturaStdMedium';
		font-size:24px;
		font-weight:200;
	}
	
	.document p {
		line-height:24px;
	}
	
	.document ul  {
		font-size:18px;
	}
	
	.panel ul  {
		font-size:18px;
	}
	
	.panel p  {
		line-height:24px;
	}
	
	.panel h5  {
		font-size:18px;
	}
	
	ul.list-vertical {
		font-family: 'FuturaStdMedium';
		font-size:20px;
		font-weight:100;
	}
}


@media screen and (max-width: 600px) {
	
	/* IPAD SETTINGS*/

	.document {
		padding-left:16px;
		padding-right: 16px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* LOGO	- SWAP LOGO FOR ICON																							*/
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/*
@media all and (max-width: 700px) {
	
	.logo{
		float:left;
		margin-top:16px;
		margin-left:16px;
		background-image:url("../../images/logo/hn-logo-48x48.png");
		height:48px;
		width:48px;
	}
	
	.logo-text{
		display:block;
	}
}
*/

/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ICONS																								    */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
	
	
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ICONS																							*/
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 700px) {
	
	.icon {
		float:right;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:10px;
		width:30px; 
		height:30px;
	}
	
	.theme-white * .icon-arrowRight	        {background: url('../../images/icons/icons-30.png') no-repeat -2px 	-2px;}
	.theme-white * .icon-arrowLeft 			{background: url('../../images/icons/icons-30.png') no-repeat -34px 	-2px;}
	.theme-white * .icon-arrowUp 			{background: url('../../images/icons/icons-30.png') no-repeat -66px 	-2px;}
	.theme-white * .icon-arrowDown 			{background: url('../../images/icons/icons-30.png') no-repeat -98px 	-2px;}
	.theme-white * .icon-search 			{background: url('../../images/icons/icons-30.png') no-repeat -130px 	-2px;}
	.theme-white * .icon-close	 			{background: url('../../images/icons/icons-30.png') no-repeat -162px	-2px;}
	.theme-white * .icon-show	 			{background: url('../../images/icons/icons-30.png') no-repeat -194px 	-2px;}
	.theme-white * .icon-downLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -226px 	-2px;}
	.theme-white * .icon-upLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -258px 	-2px;}
	.theme-white * .icon-notice				{background: url('../../images/icons/icons-30.png') no-repeat -290px 	-2px;}
	.theme-white * .icon-phone 				{background: url('../../images/icons/icons-30.png') no-repeat -322px 	-2px;}
	.theme-white * .icon-world				{background: url('../../images/icons/icons-30.png') no-repeat -354px 	-2px;}
	.theme-white * .icon-youtube			{background: url('../../images/icons/icons-30.png') no-repeat -386px 	-2px;}
	.theme-white * .icon-facebook			{background: url('../../images/icons/icons-30.png') no-repeat -418px   -2px;}
	.theme-white * .icon-linkedin			{background: url('../../images/icons/icons-30.png') no-repeat -450px   -2px;}
	.theme-white * .icon-twitter			{background: url('../../images/icons/icons-30.png') no-repeat -482px   -2px;}

	.theme-black * .icon-arrowRight	        {background: url('../../images/icons/icons-30.png') no-repeat -2px 	    -34px;}
	.theme-black * .icon-arrowLeft 			{background: url('../../images/icons/icons-30.png') no-repeat -34px 	-34px;}
	.theme-black * .icon-arrowUp 			{background: url('../../images/icons/icons-30.png') no-repeat -66px 	-34px;}
	.theme-black * .icon-arrowDown 			{background: url('../../images/icons/icons-30.png') no-repeat -98px 	-34px;}
	.theme-black * .icon-search 			{background: url('../../images/icons/icons-30.png') no-repeat -130px 	-34px;}
	.theme-black * .icon-close	 			{background: url('../../images/icons/icons-30.png') no-repeat -162px	-34px;}
	.theme-black * .icon-show	 			{background: url('../../images/icons/icons-30.png') no-repeat -194px 	-34px;}
	.theme-black * .icon-downLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -226px 	-34px;}
	.theme-black * .icon-upLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -258px 	-34px;}
	.theme-black * .icon-notice				{background: url('../../images/icons/icons-30.png') no-repeat -290px 	-34px;}
	.theme-black * .icon-phone 				{background: url('../../images/icons/icons-30.png') no-repeat -322px 	-34px;}
	.theme-black * .icon-world				{background: url('../../images/icons/icons-30.png') no-repeat -354px 	-34px;}
	.theme-black * .icon-youtube			{background: url('../../images/icons/icons-30.png') no-repeat -386px 	-34px;}
	.theme-black * .icon-facebook			{background: url('../../images/icons/icons-30.png') no-repeat -418px   -34px;}
	.theme-black * .icon-linkedin			{background: url('../../images/icons/icons-30.png') no-repeat -450px   -34px;}
	.theme-black * .icon-twitter			{background: url('../../images/icons/icons-30.png') no-repeat -482px   -34px;}
	
	.theme-black * .icon-arrowRight	        {background: url('../../images/icons/icons-30.png') no-repeat -2px 	-66px;}
	.theme-black * .icon-arrowLeft 			{background: url('../../images/icons/icons-30.png') no-repeat -34px 	-66px;}
	.theme-black * .icon-arrowUp 			{background: url('../../images/icons/icons-30.png') no-repeat -66px 	-66px;}
	.theme-black * .icon-arrowDown 			{background: url('../../images/icons/icons-30.png') no-repeat -98px 	-66px;}
	.theme-black * .icon-search 			{background: url('../../images/icons/icons-30.png') no-repeat -130px 	-66px;}
	.theme-black * .icon-close	 			{background: url('../../images/icons/icons-30.png') no-repeat -162px	-66px;}
	.theme-black * .icon-show	 			{background: url('../../images/icons/icons-30.png') no-repeat -194px 	-66px;}
	.theme-black * .icon-downLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -226px 	-66px;}
	.theme-black * .icon-upLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -258px 	-66px;}
	.theme-black * .icon-notice				{background: url('../../images/icons/icons-30.png') no-repeat -290px 	-66px;}
	.theme-black * .icon-phone 				{background: url('../../images/icons/icons-30.png') no-repeat -322px 	-66px;}
	.theme-black * .icon-world				{background: url('../../images/icons/icons-30.png') no-repeat -354px 	-66px;}
	.theme-black * .icon-youtube			{background: url('../../images/icons/icons-30.png') no-repeat -386px 	-66px;}
	.theme-black * .icon-facebook			{background: url('../../images/icons/icons-30.png') no-repeat -418px   -66px;}
	.theme-black * .icon-linkedin			{background: url('../../images/icons/icons-30.png') no-repeat -450px   -66px;}
	.theme-black * .icon-twitter			{background: url('../../images/icons/icons-30.png') no-repeat -482px   -66px;}
		
	.theme-black * .icon-arrowRight	        {background: url('../../images/icons/icons-30.png') no-repeat -2px 		-98px;}
	.theme-black * .icon-arrowLeft 			{background: url('../../images/icons/icons-30.png') no-repeat -34px 	-98px;}
	.theme-black * .icon-arrowUp 			{background: url('../../images/icons/icons-30.png') no-repeat -66px 	-98px;}
	.theme-black * .icon-arrowDown 			{background: url('../../images/icons/icons-30.png') no-repeat -98px 	-98px;}
	.theme-black * .icon-search 			{background: url('../../images/icons/icons-30.png') no-repeat -130px 	-98px;}
	.theme-black * .icon-close	 			{background: url('../../images/icons/icons-30.png') no-repeat -162px	-98px;}
	.theme-black * .icon-show	 			{background: url('../../images/icons/icons-30.png') no-repeat -194px 	-98px;}
	.theme-black * .icon-downLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -226px 	-98px;}
	.theme-black * .icon-upLoad 			{background: url('../../images/icons/icons-30.png') no-repeat -258px 	-98px;}
	.theme-black * .icon-notice				{background: url('../../images/icons/icons-30.png') no-repeat -290px 	-98px;}
	.theme-black * .icon-phone 				{background: url('../../images/icons/icons-30.png') no-repeat -322px 	-98px;}
	.theme-black * .icon-world				{background: url('../../images/icons/icons-30.png') no-repeat -354px 	-98px;}
	.theme-black * .icon-twitter			{background: url('../../images/icons/icons-30.png') no-repeat -386px 	-98px;}
	.theme-black * .icon-facebook			{background: url('../../images/icons/icons-30.png') no-repeat -418px   -98px;}
	.theme-black * .icon-linkedin			{background: url('../../images/icons/icons-30.png') no-repeat -450px   -98px;}
	.theme-black * .icon-youtube			{background: url('../../images/icons/icons-30.png') no-repeat -482px   -98px;}
	
	ul.orbit-bullets li {
		color: #999;
		width: 30px;
		height: 30px;
		background: url('../../images/orbit/iconBullets-30.png') no-repeat 0px 0;
	}
	
	ul.orbit-bullets li.active {
		color: #222;
		background-position: -30px 0; 
	}
	
	ul.orbit-bullets {
		margin:0px;
		top:-40px;
		left:-35px;
	}
	.orbit-caption h4 {
		font-family: 'Arial', Helvetica, sans-serif;
	}
	
	.bar {
		height:50px;
	}
	
	.bar {
		line-height: 50px;
	}
	
	.header-navbar{
		height:50px;
	}
	
	ul.list-icons li p {
		line-height: 50px;
	}
}

