@charset "utf-8";
/* Sports Remedial stylesheet */

/*	-------------------------------
	MARK 1:
	mobile
	no media query
	------------------------------- */
*, *:before, *:after { /* box-sizing is already specified in Bootstrap, but we're adding the js for legacy IE */
	*behavior: url("https://raw.githubusercontent.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
	}

/*	------------------------------
	Main Elements
	------------------------------ */
html, 
body { 
	height: 100%; /* sticky footer */
	font-size: 100%; 
	}
/* Opera Fix for Sticky Footer 
body:before {  thanks to Maleika (Kohoutec)
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;  thank you Erik J - negate effect of float 
	}
	*/


header {
	display: none;
/*	height: 75px;*/
	/*background-color: #000;*/
	clear: both;
	}

.wrapper { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	/*position: relative; fux da foota */
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -603px; 
  padding-bottom: 603px;
	}
	
.wrapper:after {
  content: "";
  display: block;
}
	
footer {
	background-color: #181818; 
	width: 100%;
 /* height: 301px; */
  height: 603px; 
	padding: 0 1em;
	overflow: hidden;
}
footer .container {
	padding: 0;
}

.footerNew {
	background-color: #333;
	display: block;
	height: 82%;
	padding: 1em;
	margin: 0 -1em;
	overflow: hidden;
}
.footerNew h3,
.footerNew p,
.footerNew a,
.footerNew a:link,
.footerNew a:visited
 {
	color: #fff;
}
.navbar.footSocial {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1em 0;
}

main {
	width: 100%;
	margin: 0 auto;
	}
/*	-----------------------------------
	basic html elements
	----------------------------------- */
	img {
		border: medium none;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
select { font-weight: normal!important; }


/*	------------------------------------
	basic text elements + links
	------------------------------------ */


a, a:link, a:visited { color: #181818;	
  }

a:hover {
	cursor: pointer;
	}
a:hover, a:active, a:focus {
	outline: medium none; 
	text-decoration: none; 
	}


p a { font-weight: bold; }
	
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	width: 100%;
	display: block;
}
h1,
h2.SPR_mainTitle { 
	margin: 0 0 .5em 0;
	font-size: 28px;
	color: #008fd4;
}

.h1BigLogo {
  font-size: 30px;
  padding: 2em 0 0 1em;
  display: block;
  margin: 0 0 0 1em;
  color: #008fd4!important;
}
h2,
.h2 { 
	font-size: 1.49em;
	overflow: hidden;
	margin: 1em 0 0 0;
		}
		h1 + h2,
		.doubleColumnBox > h2 { margin-top: .1em;}
h2 span.SPR_notes {
		color: #888;
		float: left;
		font-size: 0.7em;
		padding: 0.5em 0;
		width: 100%;
}
h3 {
	font-size: 1.22em;
	margin: 0;
	color: #181818;
	 }
h2 + h3 { margin-top: 6px; }

.breadcrumb a:hover,
main p a:hover, 
main ul a:hover, 
main .doubleColumnBox a:hover, 
main .google-maps a:hover, 
main .panel a:hover {
	opacity: 0.75;	
}

input, button, select, textarea {
  color: #000;
  font-family: arial, sans-serif;
  padding: .55em .5em;
}
button { text-transform: uppercase; }
button,
input[type=submit] {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

	border-radius: 3px;
	font-size: 1em;
	line-height: 1.33;
	padding: .65em 1em;
	background-color: #fdb813;
	color: #fff;
	}
.SPR_directions {
  background-color:rgba(68, 200, 245, 1);
  display: block;
  font-family: arial,sans-serif;
  margin: 0 0 0.7em;
  overflow: hidden;
  padding: 0.5em;
  width: 100%;
}
	
.SPR_directions button,
.SPR_directions input[type=submit] {
	margin: -0.2em 0 0 1em ;	
	}

span.page-heading {
	font-size: 50px !important;
	color: #008fd4 !important;
	}		
	
.btn:focus, .btn:active:focus, .btn.active:focus { outline: 0 none; }

/*
#SPR_homeNews h3 { 
	margin-top: 1em;
	border-top: 1px dotted #ccc;
	padding-top: 1em
	}
#SPR_homeNews h3:first-child{ 
	margin-top: 0;
	border-top: 0 none;
	padding-top: 0;
	}

#SPR_homeNews h3.panel-title { 
	color: #fff;
	border: 0 none;
	padding: 0;
	font-size: 1.4em;
	}
#SPR_homeNews .panel-heading {
	margin: 0 0 1em 0;
	}
*/



/* ------------------------------------
	Sprite
	----------------------------------- */
.SPR_sprite,
.navbar-default .navbar-nav > li > a:after {
	background-image: url(img/sports-remedial_Sprite-L.png);
	background-image: url(img/sports-remedial_Sprite-S.png)\9;
	background-repeat: no-repeat;

	background-size: 480px auto; /* set width, leave height auto */
	background-color: transparent; 
	width: 20px;
	height: 20px;
	padding: 0;
	display: inline-block;
	margin: 0;
	text-indent: -999em;
}
.navbar-default .navbar-nav > li > a:after {
	background-position: -150px -155px;
	content: "";
	vertical-align: bottom;
	float: right;
	}

.navbar-default .navbar-nav > li:hover > a:after {
	background-position: -150px -155px;
	}
.navbar-right > li > a:after {
	background: none!important;
	}
	.navbar-default .navbar-nav.navbar-right > li > a,
	.navbar-default .navbar-nav.navbar-right  > li > a:hover, 
.navbar-default .navbar-nav.navbar-right  > li > a:active { padding: 0; height: 45px; background-color: transparent; } 



/* --------------------------------
	Social Media Icons
	------------------------------- */
[class^="SPR_sprite SPR_Social-"] { /* all links beginning with... */
    width: 45px!important;
	height: 45px!important;
	display: block;
	text-indent: -999em;
	margin: 17px 0 0 1em;
	float: left;
}
/*[class^="SPR_sprite SPR_Social-"]:first-child { 
  margin-left: -15px;
}
*/

.SPR_Social-Facebook { 		background-position:    0px -180px; }
.SPR_Social-Twitter {  		background-position:  -50px -180px; }
.SPR_Social-LinkedIn { 		background-position: -100px -180px; }
.SPR_Social-Instagram {		background-position: -150px -180px; }
.SPR_Social-GooglePlus {	background-position: -200px -180px; }
.SPR_Social-Youtube {  		background-position: -250px -180px; }
.SPR_Social-Pinterest {		background-position: -300px -180px; }
	
	
.SPR_Social-Facebook:hover { 	background-position:    0px -228px; background-color: transparent; }
.SPR_Social-Twitter:hover {  	background-position:  -50px -228px; background-color: transparent; }
.SPR_Social-LinkedIn:hover { 	background-position: -100px -228px; background-color: transparent; }
.SPR_Social-Instagram:hover {	background-position: -150px -228px; background-color: transparent; }
.SPR_Social-GooglePlus:hover { 	background-position: -200px -228px; background-color: transparent; }
.SPR_Social-Youtube:hover {  	background-position: -250px -228px; background-color: transparent; }
.SPR_Social-Pinterest:hover {	background-position: -300px -228px; background-color: transparent; }
	
	
	
.SPR_bigLogo {
 /* background-color: #a0a;*/
  background-position: 0 -275px;
  height: 150px;
  width: 510px;
  margin: 1.4em 0 1em;
  float: left;
}
	
	
/*	-------------------------------
	Standard Panels
	------------------------------- */
.panel {
	margin: 1em 0;
	border-radius: 0;
	}
	

.panel h3 { 
	margin-top: 1em;
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	}
.panel h3:first-child{ 
	margin-top: 0;
	border-top: 0 none;
	padding-top: 0;
	}

.panel h3.panel-title { 
	color: #fff;
	border: 0 none;
	padding: 0;
	font-size: 1.4em;
	font-weight: 600;
	}
.panel .panel-heading {
	margin: 0 0 1em 0;
	}
/*
#SPR_homeNews h3 { 
	margin-top: 1em;
	border-top: 1px dotted #ccc;
	padding-top: 1em
	}
#SPR_homeNews h3:first-child{ 
	margin-top: 0;
	border-top: 0 none;
	padding-top: 0;
	}

#SPR_homeNews h3.panel-title { 
	color: #fff;
	border: 0 none;
	padding: 0;
	font-size: 1.4em;
	}
#SPR_homeNews .panel-heading {
	margin: 0 0 1em 0;
	}
*/
.panel-primary {
	border-color: #0e7395;
}
.panel-primary > .panel-heading {
	background-color: #0e7395;
	border-color: #0e7395;
	margin: 0 0 0.4em;
}

.SPR_eshot { 
	background-color: #181818;
	color: #fff;
	padding-bottom: .4em;
	border-color: #181818;
	}
.SPR_eshot h3{ 
	color: #fff;
	}
	
.panel.SPR_eshot .panel-heading{
	background-color: transparent;
	margin: 0;	
	border: 0 none;
	}
.SPR_eshot button,
.SPR_eshot input
	{ 
	width: 100%;
	display: block;
	float: none;
	margin: 1em 0;
	}

.icon-SPR_email { 
	background-position: -90px -235px;
	width: 29px;
	height: 20px;
	display: block;
	float: left;
	margin: .1em .4em 0 0;
	}

.SPR_notes { 
	font-weight: normal;
	}
.dropdown-menu > li > a {
	text-transform: capitalize;
}

/*	----------------------------------
	Generic: Float Left + Right
	---------------------------------- */
.floatL { float: left; }
.floatR { float: right; }

.breadcrumb {
	display: none;
	}

main .container.h1Heading {
  margin: 1em auto 0 auto;
}
.h1Heading .SPR_opLogoRWD {
  float: right;
  margin: 0;
  padding: 0;
}
.h1Heading h1 {
  float: left;
  padding: 0;
  width: auto;
}
img {
	border: medium none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}
	
.SPR_OpPiccies .img-responsive {
  float: right;
  margin: 2em 0 0;
  max-width: 260px;
}

.SPR_opTxt {
	display: block;
	overflow: hidden;
	padding-left: 1em;
	padding-top: .35em;
	color: #555;
	}
.list-group-item { 
	overflow: hidden;
	padding: .6em;
	}
.list-group-item:hover{
	opacity: .75;	
	}
/*	----------------------------------
	MASTHEAD (0-479px)
	---------------------------------- */

.logoBlock {
	display: block;
	max-width:1170px;
	margin: 0 auto;
	background: #a0a;
	}


.SPR_logo {
	background-position: -275px 0;
  width: 200px;
  height: 53px;
  margin: 10px 10px 0 10px;
  text-indent: -999em;
}

.SPR_logo_txt {
	margin: 0;
	overflow: hidden;
	width: auto;
}
.SPR_strapline {
	display: none;
}

/*	------------------------------
	Top Image?
	------------------------------ */
.SPR_top-image {
	display: none;
}

/* Affiliate logos*/

.SPR_affLogos {
	background-position: -0px -348px;
  width: 155px;
  height: 150px;
  margin: 0 10px 0 0;
  text-indent: -999em;
  display: block;
}

.SPR_FHT {
  background-position: 0 -420px;
  height: 100px;
}
.SPR_IIHHT {
  background-position: -160px -420px;
  height: 90px;
  width: 96px;
}

.SPR_Premier {
  background-position: -380px -426px;
  height: 128px;
  width: 97px;
}
.SPR_Seitei {
  background-position: -260px -420px;
  height: 90px;
  width: 110px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: normal;
  line-height: 1;
}
.featurette-image{
	border-radius: 50%;
	
	}

/*	-----------------------
	NAVIGATION
	----------------------- */
/*.navbar { position: inherit; allows hamburger to go top-right
	margin: 0;
	
	}
*/
.navbar-toggle {
	background-color: rgba(68, 200, 245, 1);
	border: 0 none;
	border-radius: 0;
	height: 75px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 87px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fdb813;
  border: 0 none;
}
.SPR_quickQuote .navbar-toggle { /* to use hamburger menu */
	position: relative;
	text-align: left;
	right: auto;
		top: auto;

	background: transparent;
	float: left;
}
.navbar-toggle .icon-bar {
	border-radius: 0;
	display: block;
	height: 3px;
	margin: 5px auto 6px;
	width: 32px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.container {	width: 100%;
}
.navbar-wrapper .container {
		padding-right: 0;
		padding-left: 0;
	max-width: 1170px;
	margin: 0 auto;
	}
.navbar-default {
	background-color: #008fd4;
	border: 0 none;
	border-bottom: 1px solid #fff;
}
/*
.navbar-fixed-top, .navbar-fixed-bottom {
	position: inherit;
}
*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0 none transparent;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin: 0 -15px;
	}
.navbar-header { height: 75px; }

.SPR_quickQuote .navbar-header,
.SPR_quickQuote .navbar-toggle {
	height: auto;
	}
.navbar {
	margin-bottom: 0;
 }
 .navbar-nav {
	background: #fff;
	margin: 0 -15px	;
}
.navbar-right { padding-bottom: 1em; } /* for expanded mobile nav */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fdb813;
  color: #555;
}
.navbar-collapse.in {
	box-shadow: 0 9px 11px rgba(0, 0, 0, 0.57);
}

.SPR_quickQuote .navbar-collapse.in {
	box-shadow: none;
}

/*________END nav */

/*	------------------------
	nav links + hover - mob
	------------------------ */
/* .pg- = page; .st- = site */
.pg-home li.home a, 
.pg-ferryOp li.ferryOp a, 
.pg-contact li.contact a, 
.pg-baf li.baf a, 
.pg-faq li.faq a, 
.pg-legal li.legal a, 
.pg-euroshell li.euroshell a, 
.pg-agents li.agents a, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus /* selected DD menu item */
	{
	color: #fff;
	background-color: #181818;
	}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active {
	background-color: #005e8d;
	}
.navbar-default .navbar-nav.langButton	> li > a .icon-SPR_chevron-down,
.panel-toggle .icon-SPR_chevron-down
	{
	background-position: -240px -270px;
	}

.navbar-default .navbar-nav > li > a {
  color: #005e8d;
}
.navbar-default .navbar-nav > li {
  border-bottom: 1px dashed #ccc;
}
.navbar-right > li:last-child {
  border-bottom: none;
}




/*	Rotate and un-rotate my carets! */
.icon-SPR_chevron-down,
.panel-toggle .icon-SPR_chevron-down
	{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
button.navbar-toggle.h2.quickQ.collapsed span.icon-SPR_chevron-down,
.panel-toggle.collapsed .icon-SPR_chevron-down	
	{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
a .caret {
  float: right;
  margin: .5em 0 0 0;
}
.icon-SPR_chevron-down,
.icon-SPR_chevron-right,
.icon-SPR_chevron-up,
.icon-SPR_chevron-left
	{
	width: 21px;
	height: 21px;
	display: block;
	float: right;
	margin: .2em 0 0 0;
	background-position: -115px -270px;
	}

#accordion1 .icon-SPR_chevron-down, /* for FAQ page */
#accordion1 .icon-SPR_chevron-right,
#accordion1 .icon-SPR_chevron-up,
#accordion1 .icon-SPR_chevron-left
	{
	position: absolute; /* to stick top-right */
	top: 0;
	right: 0;
	}
.icon-SPR_chevron-right {
	background-position: -270px -270px;
	}
.icon-SPR_chevron-left {
	background-position: -330px -270px;
	}
li.contact.dropdown a .icon-SPR_chevron-down {
	background-position: -240px -270px;
	}
li.contact.dropdown.open a .icon-SPR_chevron-down,
li.contact.dropdown:hover a .icon-SPR_chevron-down {
	background-position: -115px -270px;
	}
.panel-toggle .icon-SPR_chevron-down {
	margin: 0;
	}

/*	END nav Mobile
	------------------------------------------------------------------------------- */



/*	---------------------------------
	Main content area
	--------------------------------- */

	.feature-100 {
  border-bottom: 1px solid #eee;
  border-top: 11px solid #fff;
  height: auto;
  padding: 1em 0;
  width: 100%;
}
.feature-100:first-child {
  border-top:  0 none;
}
.feature-100.colour01 {
	background-color: rgba(222,222,222,.8);
	}
.feature-100.colour02 {
	background-color: rgba(82,87,90,.8);
	}
.feature-100.colour03 {
	background-color: rgba(200,183,149,.5);
	}
.feature-100.colour04 {
	background-color: rgba(68,200,245,.8); /* cyan */
	}

.feature-100.colour05 {
	background-color: rgba(67,82,103,.95); /* bluegrey */
	}
	
	
.colour02 h2,
.colour02 p
 {
	color: #fff;	
}

.colour02 .text-muted {
	color: #acacac;
}


/*	-------------------------------
	Footer
	------------------------------- */
footer p {
	color: #fff;
	}	
p.SPR_footer-info {
		font-size: 0.92em;
		margin: 4px 0 1em 0;
		opacity: 0.8;
	}
p.SPR_footer-info span { white-space: nowrap;
	margin-right: 0.3em;
	}
.copyright { color: #fff; display: block; margin: 0.5em 0; }

a.pull-right { color: #fff; margin: 0.5em 0; font-weight: bold; }

/*footer a, 
footer a:link, 
footer a:visited {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
}
footer a:link.txtLnk {
	text-decoration: underline;
	padding: .5em 0;
	margin: 1em 0 1.5em 0;
	}
*/	
/*footer a.tcs-logo-footer { 
	background-image: none;
	display: none;
	}
footer h4 {
	display: none;
	}
	*/

/*	END footer Mobile
	------------------------------------------------------------------------------- */

#engineWidget {
	padding: 1em 0 0 0;
}

.navbar-default .navbar-nav.langButton  > li > a .icon-SPR_chevron-down,
.panel-toggle .icon-SPR_chevron-down
	{
	background-position: -240px -270px;
	}

/*	Rotate and un-rotate my carets! */
li.contact.dropdown a .caret,
li.contact.dropdown.open a .icon-SPR_chevron-down,
.icon-SPR_chevron-down,
.panel-toggle .icon-SPR_chevron-down
	{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}
li.contact.dropdown.open a .caret,
li.contact.dropdown a .icon-SPR_chevron-down,
button.navbar-toggle.h2.quickQ.collapsed span.icon-SPR_chevron-down,
.panel-toggle.collapsed .icon-SPR_chevron-down  
	{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	}

.icon-SPR_chevron-down,
.icon-SPR_chevron-right,
.icon-SPR_chevron-up,
.icon-SPR_chevron-left
	{
	width: 21px;
	height: 21px;
    display: block;
    float: right;
    margin: .2em 0 0 0;
	background-position: -120px -155px;
	}

#accordion1 .icon-SPR_chevron-down, /* for FAQ page */
#accordion1 .icon-SPR_chevron-right,
#accordion1 .icon-SPR_chevron-up,
#accordion1 .icon-SPR_chevron-left
	{
	position: absolute; /* to stick top-right */
	top: 0;
	right: 0;
	}
.icon-SPR_chevron-right {
	background-position: -270px -270px;
	}
.icon-SPR_chevron-left {
	background-position: -330px -270px;
	}
li.contact.dropdown a .icon-SPR_chevron-down {
	background-position: -240px -270px;
	}
li.contact.dropdown.open a .icon-SPR_chevron-down,
li.contact.dropdown:hover a .icon-SPR_chevron-down {
	background-position: -115px -270px;
	}
.panel-toggle .icon-SPR_chevron-down {
	margin: 0;
	}

	
.SPR_form label,
.SPR_form .label {
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	}
#engineWidget .SPR_form label,
#engineWidget .SPR_form .label {
	color: #fff;
	}
.SPR_form .btn-primary {
	float: right;
	font-weight: bold;
	}
#engineWidget .SPR_form .btn-primary {
	background-color: #fdb813;
	color: #181818;
	margin: 1em 0 .5em 0;
	}

.SPR_form input[type="text"], 
.SPR_form input[type="url"], 
.SPR_form input[type="email"], 
.SPR_form input[type="number"], 
.SPR_form input[type="tel"], 
.SPR_form textarea, 
.SPR_form select {
		background-color: #fff;
		border: 1px solid #ccc;
		box-sizing: border-box;
		margin: 3px 0 0;
		padding: 6px;
		width: 100%;
	border-radius: 0;
	}
.SPR_form input:focus,
.SPR_form textarea:focus,
.SPR_form select:focus {
	box-shadow: inset 0 0 20px rgba(254,225,120,0.45);
	border-color: rgba(254,225,120,0.9);
	outline: 0 none;
}
.SPR_form .SPR_formArea + h2 { 
	margin-top: 3em;
	}
.btn-primary {
		background-color: #181818;
		border-color: #181818;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
		background-color: #181818;
		border-color: #181818;
}


/* -----------------------------------
	trying to style email field validation
	-------------------------------------- */
:-moz-ui-invalid:not(output) { /* this ONLY works in firefox... */
		border: 2px solid #f00 !important;
		box-shadow: none !important;
}


/*	--------------------------
	to stop "spinners" 
	-------------------------- */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { /* http://css-tricks.com/snippets/css/turn-off-number-input-spinners/ */
	-webkit-appearance: none; 
	margin: 0; 
	}
input[type=number] { -moz-appearance: textfield; /* same fix, but for FF29 */ }
/* --------------------- */

.panel {
	margin: 1em 0;
	}

.singleColumnBox, 
.doubleColumnBox {
		border: 1px solid #fbe078;
		display: block;
		margin: 0 auto 2em auto;
		overflow: hidden;
		padding: .6em .8em;
		position: relative;
		width: 100%;
	overflow: hidden;
	border-radius: 0;
}
.row .doubleColumnBox { /* double column box inside row, ie on Ferry Op pages */
	margin-top: 2em;
}
.reveal { /* "more" button */
	margin: 1em 0;
	}

/*	------------------------
	accordion 
	------------------------ */
.panel-toggle.collapsed .panel-heading {
		background-color: #eee;
		color: #555;
}
.panel-body	{
		padding: 2px 15px;
}

/* google map */
.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
	}
.SPR_iframe_QQ,
.SPR_shellForm,
.SPR_iframe_Join {
	height: 0;
	overflow: hidden;
	padding-bottom: 400px;
	position: relative;
	}


.google-maps iframe,
.SPR_iframe_QQ iframe,
.SPR_iframe_Join iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

/*	----------------------
	accordion h4's
	--------------------- */
.panel-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
#accordion1 .panel-title {
	padding-right: 24px; /* for chevron on FAQ page */
		position: relative;
	}
.panel-toggle.collapsed .panel-title {
	border-bottom: 0 none;
	padding-bottom: 0;
	}
#SPR_mapPopLink { display: none; }

.SPR_bullet01 {
	margin: 0;
	padding: 0 20px 20px 20px;
	text-indent: 0;
	list-style: none;
	
	}
.SPR_bullet01 li { 
	 position:relative;
}
.SPR_bullet01 li:before {
			content:'';
			display: block;
			position: absolute;
			width: 6px;
			height:6px;
			border-radius: 0;
			left: -20px;
			top: .5em;
			background-color: #fdbf15;
}
		
.panel-primary > .panel-heading {
	background-color: #181818;
	border-color: #181818;

}
	
footer ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}	

	
	
	
	main .col_01,
main .col_02
	{
	min-height: 100%;
	overflow: hidden;
	display: block;
	float: none;
	margin: 0;
	width: 100%;
	}

	
	
#map_canvas, #map_canvas2 {
  background-color: #ccc;
  border: 14px solid rgba(68,200,245,1);
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 380px;
  position: relative;
  width: 100%;
  margin: 0;
}
.SPR_directions label {
  color: #fff;
}		
	
	/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
*/

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 0;
  color: #fff;
  padding-bottom: 0;
  z-index: 10;
}


/* Declare heights because of positioning of img element */
/*
.carousel .item {
  height: 500px;
  background-color: #777;
}
*/
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
.carousel-indicators {top: 0;
bottom: auto;}



.logoBlocks {
  display: block;
  width: auto;
  float: right;
	clear: both;
}

.logoBlocks li {

display: block;
float: left; 
margin: 0 .6em 1em 0 ;
}
.logoBlocks li a {
text-indent: -999em;
}
.logoBlocks li img {

width: 110px;
height: 45px;
opacity: 0.7;

}

.footerNew .row {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}


.footerLogos {
  float: none;
  width: 100%;
}
.footerContact {
  float: none;
  width: 100%;
}
.carousel-inner {
  max-height: 500px;
}

.SPR_profile {
	float: right;
	display: block;
}

/*	------------------------------
	Form
	------------------------------ */
	
	iframe body{
	background-image: none;
	background-color: rgba(255,255,255,0);
	}
#contactus {
  margin: 2em auto;
  padding: 0 0 1.3em;
  width: 80%;
}

#contactus input, 
#contactus textarea {
  box-sizing: border-box;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.65em;
/*  width: 100%;*/
  width: 50%;
}

.group::after {
    clear: both;
    content: " ";
    display: table;
}
.group {
}
form ul {
    list-style: outside none none;
    padding: 1.3em 0 0;
}
#contactus legend, 
#contactus label {
    color: #f00;
    font-weight: 300;
    text-transform: uppercase;
}
#contactus legend {
    font-size: 1.382em;
    line-height: 1.223;
}

.name, .email {
    clear: both;
    padding-left: 0;
    padding-right: 1.3em;
}
.name {
    padding-right: 0.65em;
}
.name, .email {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
form li {
    padding: 0 0 0.65em;
}
/*.message textarea {
    width: 50%;
}
*/
#contactus textarea {
    overflow: auto;
    padding-bottom: 10%;
    vertical-align: top;
}
#contactus .spmhidip {
  display: none;
  height: 3px;
  width: 10px;
}





/*	----------------------------
	CAROUSEL
	---------------------------- */
	
	/*	---------------------------
	carousel controls
	--------------------------- */

	
/*	------------------------------------------
	CUSTOMIZE THE CAROUSEL
	------------------------------------------ */
/* Carousel base class */

.carousel {/* tablet + up */
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1em;
	}
.carousel-inner > .item > img, .carousel-inner > .item > a > img { /* fix border-radius bug in Chrome */
	border-radius: 0 60px 0 0;
}
#thumbList { display: block; }
	
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
		clear: both;
		display: block;
		margin: 54% 0 0 0;
		position: relative;
		width: 100%;
	float: left;
	z-index: 10;/* Declare heights because of positioning of img element */
	left: auto;
	right:auto;
	bottom:auto;
	text-align: left;
	padding: .3em 0;
	text-shadow: none;
	}

.carousel-indicators li,
.carousel-indicators li.active {
		width: 12px;
		height: 12px;
		margin: 1px;
	 	zoom: 1;
		background-color: #fff;
		border: none;
	overflow: hidden;
		cursor: pointer;
		display: inline-block;
		text-indent: -999px;

	-webkit-border-radius: 12px;
		 -moz-border-radius: 12px; 
			border-radius: 12px; 

/* Prevent background color leak outs */
	-webkit-background-clip: padding-box; 
	-moz-background-clip:		padding; 
	background-clip:				 padding-box;
	behavior: url(../content-polskibus/PIE.htc); 
	}

.carousel-indicators li.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE8 */
	opacity: .4;
	}

.carousel .item { /* makes carousel fade, not slide */
	-webkit-transition: .7s ease-in-out opacity; 
		 -moz-transition: .7s ease-in-out opacity; 
			-ms-transition: .7s ease-in-out opacity; 
			 -o-transition: .7s ease-in-out opacity; 
					transition: .7s ease-in-out opacity; 
	left: 0 !important; 
	}

.carousel .active.left, .carousel .active.right { opacity: 0; z-index: 2; }

.carousel-inner > .item > img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	}
	
.carousel-indicators {
		bottom: 12px;
		left: 40px;
	top: auto;
	}
/* onb_ carousel pics: tablet/desktop version (diff. padding-btm for desktop) */
.onb_carousel_pics {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0; /* height and padding-bottom combine to make image RWD */
	padding-bottom: 58.5%;
	width: 100%;
	display: block;
		}

.onb_carousel_pics iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	
	
	
/*	-----------------------------
	Carousel - mobile
	----------------------------- */
#thumbList { 
	display: none;
	}
/* onb_ carousel pics: mobile version */
.onb_carousel_pics {
	background-image: none;
	display: none;
	}	
	.SPR_thumbo {
  display: block;
  float: left;
  margin: 0 0.4% 0 0;
  width: 12%;
}
header #intro {
  height: 160px;
  max-width: 1200px;
  margin: 0 auto;
}


.SB_name {
  color: #fff;
  float: right;
  font-size: 1.5em;
  padding: 0 0 1em 0.5em;
}
nav.fixed .SB_name {
	display: none;
}
.testimonial {
	font-size: 2em;
	z-index: 1;
 /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
  
  
.testimonial-left, 
.testimonial-right {
 /* background: #ff0 none repeat scroll 0 0;*/
  display: inline-block;
  font-size: 6em;
  height: 130px;
  left: -0.35em;
  line-height: 1;
  position: absolute;
  top: -0.025em;
  color: rgba(0,0,0,.15);
}
.testimonial-right {
  bottom: -0.08em;
  left: auto;
  right: -0.2em;
  text-align: left;
  top: auto;
}




/* ==|== Page Slide =========================================================
   Source: http://srobbin.github.com/jquery-pageslide/
   VITAL for supereight-style logo scrolling
   ========================================================================== */

#pageslide {
/* These styles MUST be included. Do not change. */
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;

/* Specify the width of your pageslide here */
width: 200px;

/* These styles are optional, and describe how the pageslide will look */
background-color: #333;
color: #FFF;
-webkit-box-shadow: inset 0 0 5px 5px #222;
-moz-shadow: inset 0 0 5px 5px #222;
box-shadow: inset 0 0 5px 5px #222; }

#pageslide ul#navslide {
margin: 0;
padding: 0;
text-transform: uppercase;
font-weight: bold; }

#pageslide ul#navslide li {
list-style-type: none; }

#pageslide ul#navslide li a {
display: block;
color: #ffffff;
padding: 1em 2em ;
border-bottom: 1px solid #5c5c5c; }

#pageslide ul#navslide li a:hover {
background-color: #6a6a6a; }


.nav_link.open {
background-position-y: bottom; }

.nav_link a {
display: block;
text-indent: -999px; }


/* Map iframe */
.mapIframeHolder {
  height: 0;
  overflow: hidden;
  padding-bottom: 460px;
  position: relative;
	}
#mapIframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
	}



/*	-------------------------------
	MARK: 2.5:
	@screen-sm
	(481px plus)
	------------------------------- */
@media screen and (min-width: 481px) {
	
	.testimonial {
		font-size: 0.90em;
	}
	
} /*end media query*/
	
	/*	-------------------------------
	MARK: 2.6:
	------------------------------- */
@media screen and (min-width: 600px) {
	

/*	div.SPR_team {
  padding-bottom: 400px;
}
*/
	.testimonial {
		font-size: 1.20em;
	}
	
	.SB_name {
  color: #fff;
  float: left;
  font-size: 1.5em;
  padding: 1em 0;
}
.logoBlocks {
  clear: both;
  display: block;
  float: left;
  width: auto;
}
nav.fixed .SPR_logo {
  display: block;
}



} /*end media query*/

	
	

/*	-------------------------------
	breakpoint 2:
	@screen-sm
	(767px plus)
	------------------------------- */
@media screen and (min-width: 768px) {

html, 
body { 
	font-size: 93%; 
	background-color: transparent;
	}
body { 
	background-color: transparent;
font-family: 'PT Sans', sans-serif;
}
html {
	overflow-y: scroll; /* scroll-bar in FF */
	} 	
p { /* tab/desk */
	font-size: 1.1em;
	}
p.intro {
		color: #181818;
		display: block;
		font-size: 1.3em;
	}
h1 { 
	margin: .5em 0;
	font-size: 1.75em;
}



h2,
.h2 { 
	font-size: 1.6em;
		}
h3 {
	font-size: 1.26em;
	 }	
/* Quick Quote Form */
/*.panel.SPR_quickQuote {
		margin: 0 auto 2em auto;
}
*/
header {
  display: block;
  margin: 0;
  height: 160px;
  overflow: hidden;
}

/*	--------------------------------
	List Group - eg for operator page
	-------------------------------- */

.list-group {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-right: -1.5%;
	}
.list-group-item {
	font-size: 0.8em;
		border: 1px solid #ddd;
	height: 99px;
		width: 32%;
		margin: 0 2% 2em 0;
		padding: 18px 15px 10px 15px;
	display: block;
	float: left;
	background: #fff;
	}
.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child
	{
	border-radius: 0;
	}
.list-group-item:nth-child(3n+3) {	
	margin-right: 0;
	}
.list-group-item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


.btn .caret {
	margin-left: 6px;
	}

/*	----------------------------------
	MASTHEAD (767px)
	---------------------------------- */
	
/*	----------------------------------
	FOOTER (767px)
	---------------------------------- */

footer a:link.txtLnk {
	margin: 0.5em 0 0.75em 0;
	}	
footer li {
  width: auto;
  float: left;
}	
	
/* ------------------------------- END footer */
	
	
.breadcrumb {
	padding: 0 ;
	margin-bottom: 1em;
	display: block;
	background-color: #fff;
	}
	
.featurette-heading {
	font-size: 50px;
	}
.featurette-small-heading {
	font-size: 40px;
	}
.SPR_engineBlock { padding-top: 2em; }
 
.SPR_top-image {
	height: 0;
	padding-bottom: 22%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999em;
	margin: 0 auto;
}

main .col_01 {
	width: 40%;
	margin: 0 0 0 3%;
	float: right;
	}
main .col_02 {
	width: 57%;
	float: left;
		}

.footerLogos {
  float: right;
  width: 67%;
}
.footerContact {
  float: left;
  width: 30%;
}

/*	---------------------------
	carousel controls
	--------------------------- */

	
/*	------------------------------------------
	CUSTOMIZE THE CAROUSEL
	------------------------------------------ */
/* Carousel base class */

.carousel {/* tablet + up */
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1em;
	}
.carousel-inner > .item > img, .carousel-inner > .item > a > img { 
	border-radius: 0 60px 0 0;
}
#thumbList {
  display: block;
 /* max-width: 600px;*/
  margin: 0 auto;
}	
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
		clear: both;
		display: block;
		margin: 54% 0 0 0;
		position: relative;
		width: 100%;
	float: left;
	z-index: 10;/* Declare heights because of positioning of img element */
	left: auto;
	right:auto;
	bottom:auto;
	text-align: left;
	padding: .3em 0;
	text-shadow: none;
	}

.carousel-indicators li,
.carousel-indicators li.active {
		width: 12px;
		height: 12px;
		margin: 1px;
	 	zoom: 1;
		background-color: #fff;
		border: none;
	overflow: hidden;
		cursor: pointer;
		display: inline-block;
		text-indent: -999px;

	-webkit-border-radius: 12px;
		 -moz-border-radius: 12px; 
			border-radius: 12px; 

/* Prevent background color leak outs */
	-webkit-background-clip: padding-box; 
	-moz-background-clip:		padding; 
	background-clip:				 padding-box;
	behavior: url(../content-polskibus/PIE.htc); 
	}

.carousel-indicators li.active {
	opacity: .4;
	}

.carousel .item { /* makes carousel fade, not slide */
	-webkit-transition: .7s ease-in-out opacity; 
		 -moz-transition: .7s ease-in-out opacity; 
			-ms-transition: .7s ease-in-out opacity; 
			 -o-transition: .7s ease-in-out opacity; 
					transition: .7s ease-in-out opacity; 
	left: 0 !important; 
	}

.carousel .active.left, .carousel .active.right { opacity: 0; z-index: 2; }

.carousel-inner > .item > img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	}
	
.carousel-indicators {
		bottom: 12px;
		left: 40px;
	top: auto;
	}
/* onb_ carousel pics: tablet/desktop version (diff. padding-btm for desktop) */
.onb_carousel_pics {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0; /* height and padding-bottom combine to make image RWD */
	padding-bottom: 58.5%;
	width: 100%;
	display: block;
		}

.onb_carousel_pics iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
.carousel-indicators {
	top: 6px;
	left: 12px;
	margin-left: 0;
	width: auto;
	margin-bottom: 0;
	}
.carousel-control {
	z-index: 22;
	width: 20%;
	top: 36%;
	opacity: .1;
		}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	zoom: 1;
	opacity: .5;
	}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}	
.carousel-control.left {
		left: 1em;
	text-align: left;
}	
.carousel-control.right {
		right: .3em;
	text-align: right;
}	
/* END carousel pics */

/*	------------------------------------
	Thumbnail carousel
	------------------------------------ */
#thumbList .carousel-control {
		color: #ccc;
		display: block;
		height: auto;
		opacity: 1;
	min-height: 100px;
	width: auto;
	margin-top: 2em;
}
.list-inline {
		margin-left: -5px;
		margin-right: -5px;
	}
.list-inline a { 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;

		display: block;
	width: 100%;
		height: 0;
		margin-bottom: 1em;
		padding-bottom: 63%;

	text-indent: -999em;
		cursor: pointer;
	}
	
.list-inline a:hover,
.list-inline a.onb_selected 
	{
	opacity: .5;
	}

/* END carousel pics */




/* Navigation __________________________________________________________ */
/*.nav_container {
height: 4em; }
*/
nav {
background: #eeeeee;
background: rgba(238, 238, 238, 0.95);

padding: 0;
height: 4em;
z-index: 999;
width: 100%; }

nav.fixed {
position: fixed; 
top: 0; }

nav.fixed #logo_mark {
display: inline-block; }

/*nav ul {
line-height: 4.7em;
position: absolute;
right: 0;
display: inline-block;
font-size: .9em;
letter-spacing: .1em;
font-weight: 700;
text-align: left;
text-transform: uppercase; 
vertical-align: top; }
*/
	nav ul {
  display: block;
  float: none;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 4.7em;
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}
nav ul a {
color: #333;
text-decoration: none;
margin: 0 1em;
padding-bottom: 5px; }

nav li {
line-height: 1em;
display: inline-block; }

nav ul a:visited {
color: #333; }

nav li.active a {
color: #e1704b; }

nav li:hover a {
color: #e1704b; }

.nav_link {
display: none; }

nav .wrap {
text-align: left; }

.logo_type {
font-family: "stratum-2-web", sans-serif;
font-weight: 700;
text-transform: uppercase;
display: none;
letter-spacing: .2em;
color: #3C423F;
line-height: 0em;
font-size: 1em;
margin: 0 0 0 0; }

.logo_type a {
color: #3C423F; }

.logo_type a:hover {
color: #e1704b; }

#logo_mark {
display: none;
width: 23px;
height: 38px;
background: url(http://www.supereightstudio.com/img/supereight_symbol.png);
background: linear-gradient(transparent, transparent), url(http://www.supereightstudio.com/img/supereight_symbol.svg);
background-repeat: none;
background-repeat:no-repeat;
background-size: 100%;
margin: .9em .8em 0 0; }

#logo_mark a {
display: block;
width: 22px;
height: 36px; }


.navbar {
  min-height: 76px;
}

.SPR_logo {
	background-position: 0 -75px;
  width: 259px;
  height: 68px;
  margin: 8px 10px 0 0;
  text-indent: -999em;
}

} /* end media query */




@media only screen and (min-width:480px) and (max-width:767px){
	.logo_mark {
	float: none;
	width: 83px;
	text-align: center;
	display: block; 
	margin: 0 auto;
	margin-bottom: 1em; }	
	

	nav ul {
	width: 100%;
	text-align: center; }
	
	
} /* END media query */




/*	-------------------------------
	breakpoint 2.5:
	(920px plus) 
	------------------------------- */
@media screen and (min-width: 820px) {

.SB_name,
.logoBlocks {
  float: right;
}

} /* END media query */




/*	-------------------------------
	breakpoint 2.5:
	(920px plus) 
	------------------------------- */
@media screen and (min-width: 900px) {

.fixed .navbar-nav {
  float: none;
}

.footerContact {
  width: 625px;
}

/*nav ul a {
  margin: 0 0;
}*/
.navbar-default .navbar-nav > li > a::after {
  display: none;
}

main#content {
	margin: 2em 0 0 0;

}
/*	------------------------
	navigation
	------------------------ */

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
}
.navbar-brand { /* for logo */
	background: none repeat scroll 0 0 #a0a;
	height: 50px;
	width: 160px;
}

.container > .navbar-header, 
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
	margin: 0;
		transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}

.navbar-fixed-top .container {
  margin: 0;
  max-width: 970px;
  padding: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #efefef;
  padding: 29px 6px;
  height: 100%;
  height: 74px;
  font-weight: bold;
}

.navbar-default.standard  .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.standard .navbar-nav > li > a:after {
	background-position: -150px -155px;
}

.navbar-nav.navbar-right:last-child {
  margin: 0;
}

#navbarAll {
	background-color: #008FD4;
	border: 0 none;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.75px;
	padding: 0;
	text-transform: uppercase;
	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	/*box-shadow: 0 3px 30px 20px rgba(255, 255, 255, 0.6);*/
	border-radius: 0;
	}

/*#navbarAll:not(.standard):not(.open) {
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	box-shadow: none;
	}
*/
.navbar-collapse.in {
	box-shadow: none;
}
.navbar {
  min-height: 75px;
}
nav ul a {
  margin: 0 0.5em;
}
/*.SPR_logo {
	background-position: 0 -0;
  width: 259px;
  height: 68px;
}*/

/* this is for the small logo that stays top-right*/

/*amend the basic style to:*/

.SPR_logo {
  background-position: 0 0;
  display: none;
  height: 68px;
  width: 259px;
  	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;

}
 

/* and change it to display: block when the "fixed" class gets added: */

nav.fixed .SPR_logo {
  display: block;
}

.standard .SPR_logo {
	background-position: 0 -75px;
 }

	
/*	------------------------
	nav links + hover - tab/dsk
	------------------------ */

/* .pg- = page; .st- = site */
.pg-home li.home a, 
.pg-ferryOp li.ferryOp a, 
.pg-contact li.contact a, 
.pg-baf li.baf a, 
.pg-faq li.faq a, 
.pg-legal li.legal a, 
.pg-euroshell li.euroshell a, 
.pg-agents li.agents a, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus /* selected DD menu item */
	{
	background-color: rgba(68,200,245,1);
	color: #181818;
	border-left-color: rgba(255, 255, 255, 0.4); /* fix clash in drop down nav item */
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active {
	background-color: rgba(68,200,245,1);
	color: #fff;
	}
.navbar-default .navbar-nav > li > a:hover:after {
	background-position: -150px -155px;
	}

/* hide one for mobile, the other for desktop! */
li.contact.dropdown a .icon-SPR_chevron-down { display: none; }
/* --- */

a .caret {
  margin: 0.5em 0 0 0.5em;
}

.navbar-nav {
	margin: 0;
	background-color: transparent;
	}
.navbar-header { height: auto; }
.navbar-default .navbar-nav > li {
  border-bottom: 0 none;
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #181818;
}
/* ------------------------------- END nav */

/* social media links */
[class^="SPR_sprite SPR_Social-"]:first-child { /* possibly the most convoluted CSS declaration I ever wrote. But watch this space... */
/*  margin-left: -15px;*/
  margin-left: 0;
}


.SPR_team {
  padding-bottom: 450px;
  width: 100%;
}	
div.SPR_team {
  padding-bottom: 600px;
}

a.SPR_team > h3 {
  font-size: 3em;
}



} /* end media query */






/*	-------------------------------
	breakpoint 3:
	@screen-md
	(992px plus) 
	------------------------------- */
@media screen and (min-width: 992px) {
html { 
  background:  white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}	




h1 {
	font-size: 47px;
	margin: 0;
}
header .col_01 {
	margin: 0 0 1% 0;
	}

/*	--------------------------------
	List Group - eg for operator page
	-------------------------------- */
.list-group-item, 
.list-group-item:nth-child(3n+3)
	{
		width: 24%;
		margin-right: 1.33%;
	}

.list-group-item:nth-child(4n+4) {	
	margin-right: 0;
	}

/*	----------------------------------
	MASTHEAD (992px)
	---------------------------------- */

.navbar-default .navbar-nav > li > a {
   height: 79px;
}



#navbarAll {
   height: 80px;
	}




/*	----------------------------------
	FOOTER (992px)
	---------------------------------- */
/*	
footer {
	height: 111px;
	margin-top: -111px;
	width: 100%;
	max-width: 970px;
	 background: #555 url("img/footerBG.png") repeat 0 0; 
	}

footer h4 {
	color: #fff;
	display: block;
	margin: 0 0 0.6em;
	padding: 0;
	}
	*/

footer .container {
  max-width: 1170px;
  margin: 0 auto;
}
/*.navbar-default .navbar-nav > li > a {
  padding: 29px 2px;
}*/

.navbar-fixed-top .container {
	max-width: 1170px;
	margin: 0 auto;
	}
main .container {
	max-width: 1170px;
	margin: 0 auto;
	}
	.featurette-heading {
		/*margin-top: 120px;*/
	}
	.twitterFitter .featurette-heading {
		margin-top: 0;
	}
.SPR_top-image {
	padding-bottom: 21%;
 }


main .col_01 {
	width: 33%;
	margin: 0 0 0 2%;
	}
main .col_02 {
	width: 65%;
	margin: 0;
	}


.onb_carousel_pics {
	padding-bottom: 45%;
		}
} /* end media query */




/*	-------------------------------
	breakpoint :
	
	------------------------------- */
@media screen and (min-width: 1100px) {

.navbar-default .navbar-nav > li > a::after {
  display: block;
}
} /* end media query */




/*	-------------------------------
	breakpoint x:
	@screen-md
	(1201px plus) 
	------------------------------- */
@media screen and (min-width: 1201px) {

html { 
  background: white;
}

#navbar {
  max-width: 1200px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

/*	--------------------------------
	List Group - eg for operator page
	-------------------------------- */
.list-group-item,
.list-group-item:nth-child(3n+3) ,
.list-group-item:nth-child(4n+4) 
	{
	width: 18.8%;
		margin-right: 1.5%;
	}
.list-group-item:nth-child(5n+5) {	
	margin-right: 0;
	}


.SPR_top-image {
	padding-bottom: 17%;
 }
} /* end media query */












/*	-------------------------------
	breakpoint x:
	@screen-md
	(1401px plus) 
	------------------------------- */
@media screen and (min-width: 1401px) {



html { 
  /* background-image: url(img/artisan-dental_BG-1920w.jpg); */
  background: white;
}

} /* end media query */

















