
/* Extra Small */
@media(max-width:767px) {
	
	body {
		font-size: 80% !important;
	}
	
	.sp-nav a {
		font-size:1.2em !important;
	}

	.text-right {
		text-align:left;
	}
	
	.pull-right {
		float:left !important;
		margin-bottom:10px;
	}
	
	.nav-tabs {
		border-bottom:1px solid #fff !important;
	}

	.nav-tabs > li {
		margin-right:10px;
		margin-bottom:10px;
	}

	.nav-tabs > li > a,
	.nav-tabs > li > a:hover {
		border:1px solid #ddd !important;
		border-bottom:1px solid #ddd !important;
		border-radius:4px;
		padding:5px 12px;
	}

	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover {
		border:1px solid #9d700a !important;
		border-bottom:1px solid #9d700a !important;
		border-radius:4px;
	}
	
	#sp-record-iframe {
		height:200px;
	}
	
	#footer .icons {
		margin-top:10px;
	}
	
	#footer .footer-logos img {
		max-height:20px;
		margin: 0 10px 0 0;
	}
}

/* Small */
@media(min-width:768px) and (max-width:991px) {
	
	body {
		font-size: 90% !important;
	}
	
	.sp-nav a {
		font-size:1.4em !important;
	}
	
	.navbar-collapse {
		text-align:right;
	}
	
	#sp-record-iframe {
		height:400px;
	}
	
	#footer .footer-logos img {
		max-height:35px;
		margin: 0 0 0 20px;
	}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px) {
	
	.sp-nav a {
		font-size:1.2em !important;
	}
	
	#sp-record-iframe {
		height:500px;
	}
	
	#footer .footer-logos img {
		max-height:40px;
		margin: 0 0 0 20px;
	}
}

/* Large */
@media(min-width:1200px) {
	
	.sp-nav a {
		font-size:1.5em !important;
	}
	
	#sp-record-iframe {
		height:600px;
	}
	
	#footer .footer-logos img {
		max-height:40px;
		margin: 0 0 0 20px;
	}
}

/* Print */
@media print {
	
  a[href]:after {
    content: none;
  }
}