﻿.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #d92632;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #981b23;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #d92632;
  border-color: #d92632;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* e.g. near-black */
/* lightest background tint */
/* Herewith styles shared by all breakpoints */
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  background-color: #ffffff;
  color: #414042;
  margin: 0;
  padding: 0;
}
/* ------------------------------ TEXT BASICS ------------------------------ */
h1,
h2,
h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0;
}
h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  position: relative;
  padding: 10px !important;
  background: #d92632;
}
h1 span {
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #595a5c;
  margin: 0 0 15px 0;
}
h2.slab {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin: 30px 0 0 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  padding: 7px !important;
  background: #414042;
}
.radius-lg h2 {
  font-weight: 400;
  margin: 0 0 25px 0;
  text-transform: none;
  color: #ffffff;
}
h3 {
  font-weight: 300;
  font-size: 21px;
  color: #595a5c;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
h3 a {
  color: #595a5c;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
h3.thumbnail,
h3.featured {
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: initial;
  font-size: 15px;
}
h4 {
  font-weight: 600;
  font-size: 20px;
  color: #414042;
  margin: 0;
}
p {
  color: #414042;
  line-height: 1.33;
  padding: 0;
  margin: 10px 0 10px 0;
}
.intro {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 0 0;
}
.lg {
  font-size: 28px;
  font-weight: 300;
  color: #595a5c;
}
li {
  color: #414042;
  line-height: 1.33;
}
.grey-light li,
.red li {
  color: #ffffff;
  line-height: 1.33;
}
ul {
  margin-top: 10px;
}
ul.fa-ul {
  margin-left: 1.5em;
}
ul.fa-ul li i {
  color: #d92632;
}
b,
strong {
  font-weight: 600;
}
a {
  color: #d92632;
  text-decoration: underline;
}
a.no-decoration {
  text-decoration: none;
}
/* 'compare' boxes on search results */
a.outline {
  display: inline-block;
  color: #939598;
  padding: 6px;
  text-decoration: none;
  border: 1px solid #939598;
  margin-top: 5px;
}
a.outline:hover,
a.outline.selected {
  color: #ffffff;
  background: #939598;
  border: 1px solid #939598;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}
/* .small-link, e.g. 'View all markets' */
a.small-link {
  position: relative;
  font-size: 15px;
  color: #d92632;
  text-decoration: none;
}
a.small-link:hover {
  cursor: pointer;
}
a.small-link i {
  position: relative;
  top: 5px;
}
/* make links white in the curve corner panels */
.red a,
.grey-light a {
  color: #ffffff;
  text-decoration: underline;
}
.red a:hover,
.grey-light a:hover {
  text-decoration: none;
}
/* mailchimp sign-up form */
#mce-success-reponse,
#mce-error-response {
  color: #ffffff;
}
/* ------------------------------ TABLES (BS3 over-rides) ------------------------------ */
.table {
  margin: 30px 0 30px 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px !important;
  font-size: 14px;
  border-top: none;
  border-bottom: 1px solid #939598;
}
.table > thead > tr > th {
  background: #414042;
  color: #ffffff;
  font-weight: normal;
  border-bottom: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #e6e7e8;
}
.table > thead > tr > th {
  vertical-align: top;
}
/* ------------------------------ RE-USED AND HELPERS ------------------------------ */
.breadcrumb {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #939598;
  margin: 20px 0 20px 0;
}
.breadcrumb a {
  color: #939598;
}
.radius-lg {
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
}
.radius-sm {
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
}
/* remove padding on radius boxes when applied to images */
.radius-lg img,
.radius-sm img,
img.radius-lg,
img.radius-sm {
  margin: 0;
  padding: 0;
}
/* background colour basics, text colour set to contrast */
.slingco-red {
  background: #d92632;
  color: #ffffff;
}
.slingco-dark {
  background: #414042;
  color: #ffffff;
}
.slingco-med-dark {
  background: #595a5c;
  color: #ffffff;
}
.slingco-med {
  background: #939598;
  color: #ffffff;
}
.slingco-tint {
  background: #e6e7e8;
}
.slingco-border {
  background: #ffffff;
  border: 1px solid #939598;
}
.slingco-red h2,
.slingco-dark h2,
.slingco-med-dark h2,
.slingco-med h2,
.slingco-red h3,
.slingco-dark h3,
.slingco-med-dark h3,
.slingco-med h3,
.slingco-red h4,
.slingco-dark h4,
.slingco-med-dark h4,
.slingco-med h4,
.slingco-red p,
.slingco-dark p,
.slingco-med-dark p,
.slingco-med p,
.slingco-red li,
.slingco-dark li,
.slingco-med-dark li,
.slingco-med li,
.slingco-red a,
.slingco-dark a,
.slingco-med-dark a,
.slingco-med a {
  color: #ffffff;
}
/* spacing inside full width div wrappers around containers */
.stripe {
  padding: 35px 0 35px 0;
}
.background-pos {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
.left {
  float: left;
  margin: 0 10px 5px 0;
}
.centre {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
.margin-bottom {
  margin-bottom: 25px;
}
.margin-top {
  margin-top: 25px !important;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-top-small {
  margin-top: 10px;
}
.upper {
  text-transform: uppercase !important;
}
label {
  font-size: 17px;
}
label.inline {
  float: right;
  width: 95%;
}
input[type="checkbox"] {
  margin: 0 10px 0 0;
  display: inline;
}
/* needed ?

ul.copy {
margin: 0;
padding: 0;
}

ul.copy li {
margin: 0;
list-style: outside none none;
padding-left:15px;
text-indent:-15px;
font-size: @text;
line-height: 19px;
}

ul.copy li::before 
{
	width: 10px;
	height: 10px;
	background-color: @slingco-red;
	display: inline-block;
	margin-right: 5px;
	content: '';
}

*/
i.fa-chevron-right {
  background: #d92632;
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  padding: 8px;
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #ffffff;
  display: initial;
}
footer a.fa-chevron-right {
  background: #d92632;
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  padding: 4px;
  position: relative;
  color: #ffffff;
  top: 10px;
  left: 0;
  display: initial;
  text-decoration: none;
}
footer p a.fa-chevron-right:hover,
footer p a.fa-chevron-right:focus {
  color: #414042;
}
a.large i.fa-chevron-right {
  top: 0;
  bottom: auto;
}
/* ----- radius boxes ----- */
.radius-lg {
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  position: relative;
}
.radius-sm {
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
}
.radius-sm h3 {
  background: #414042;
  margin: -10px;
  padding: 5px;
  color: #fff;
  border-radius: 0px 8px 0px 8px;
  -moz-border-radius: 0px 8px 0px 8px;
  -webkit-border-radius: 0px 8px 0px 8px;
  border: 0px solid #000000;
}
h3.radius-sm {
  background: #414042;
  padding: 5px;
  margin-bottom: -18px;
  color: #fff;
  border-radius: 0px 8px 0px 8px;
  -moz-border-radius: 0px 8px 0px 8px;
  -webkit-border-radius: 0px 8px 0px 8px;
  border: 0px solid #000000;
}
.radius-lg h3 {
  color: #ffffff;
  margin: 0;
}
.radius-lg img {
  margin-bottom: 15px;
}
.radius-lg span {
  color: #d92632;
}
/* ----- button links ----- */
.btn-default,
.btn-lnk {
  transition: all 0.5s ease 0s;
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  display: inline-block;
}
.btn-default {
  background-color: #d92632;
  color: #ffffff;
  border: none;
}
.btn-lnk {
  background-color: #ffffff;
  color: #939598 !important;
  border: 1px solid #939598;
}
a.btn-lnk:hover {
  background-color: #ffffff;
  color: #939598;
  border: 1px solid #939598;
}
a.btn-default,
a.btn-lnk {
  text-decoration: none;
  font-weight: 400;
}
.input-group-btn .btn.search {
  font-size: 16px;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 0 8px 0 0 !important;
  -moz-border-radius: 0 8px 0 0 !important;
  -webkit-border-radius: 0 8px 0 0 !important;
}
/* ----- embed google map ----- */
/* Flexible iFrame see https://niklausgerber.com/blog/responsive-google-or-bing-maps/ */
.Flexible-container {
  position: relative;
  padding-bottom: 75% /* 56.25% */;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------ LOGIN AND HEADER ------------------------------ */
a.login {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}
.contact-block,
.contact-block-uk {
  color: #d92632;
  font-weight: 600;
  margin-bottom: 20px;
}
p.header-tel {
  color: #595a5c;
  margin-top: 0;
  font-weight: 400;
}
p.header-tel a {
  color: #595a5c;
}
p.header-tel a:hover {
  color: #595a5c;
  text-decoration: underline;
}
/* ------------------------------ HOME PAGE ------------------------------ */
#hero-container {
  position: relative;
  margin-top: 15px;
}
ul#sliderhome {
  margin: 0;
  padding: 0;
}
.img-radius-lg {
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  position: relative;
  padding: 0;
}
.img-radius-sm {
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  padding: 0;
}
#hero-container a.prodlink {
  background: #d92632;
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  position: relative;
  padding: 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
/* ----- markets ----- */
.market {
  padding: 0 0 20px 0 !important;
}
.market h2,
.market h3,
.market p {
  margin: 10px 20px 10px 20px !important;
}
.market h2 {
  text-transform: uppercase;
}
.market img {
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  position: relative;
  padding: 0;
  margin: 0;
}
.market-inner {
  margin: 10px 0 10px 0;
}
/* ----- categories ----- */
a.category {
  display: block;
  background: #414042;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  line-height: 1.1;
}
a.category span {
  position: relative;
  top: 3px;
}
/* ----- latest = .featured / .thumbnail = used sitewide ----- */
.featured,
.thumbnail {
  position: relative;
}
.featured .flash,
.thumbnail .flash {
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail img {
  margin-top: 30px;
}
h3.featured {
  color: #ffffff;
}
/* ----- testimonials and logos ----- */
blockquote {
  font-family: 400i;
  font-style: italic;
  color: #939598;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 20px 0 20px;
  border-left: 0;
  padding: 0 40px;
  background-image: url("site/img/quote99.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
cite p {
  font-family: 400;
  font-size: 17px;
  color: #d92632;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
.logo-links {
  background-color: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  padding: 5px;
  margin-bottom: 30px;
}
.logo-links img {
  margin: auto;
}
/* logos NOT linked. If links needed, then add to HTML and reinstate below
.logo-links a:hover,
.logo-links a:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier
  transition: all 0.5s ease 0s;
}
*/
/* ----- UK divisions ----- */
.uk-divisions {
  position: relative;
  top: 7px;
}
.uk-divisions p {
  font-size: 15px;
  margin: 0 !important;
}
.uk-divisions p a span.fa {
  position: relative;
  top: 5px;
}
/* ------------------------------ INNER PAGES ------------------------------ */
.compare {
  padding: 10px;
  margin-top: 30px;
}
a.compare-thumb {
  position: relative;
  display: block;
  cursor: pointer;
}
a.compare-thumb i {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #d92632;
  visibility: hidden;
}
.compare-thumb:hover i {
  visibility: visible;
}
/* ----- Modal (for search > compare) ----- */
.modal-body a.btn {
  margin: -2px 20px 0 0;
}
.modal-header h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  padding: 7px !important;
  background: #d92632;
  position: relative;
  top: 5px;
}
.modal-body h5 {
  font-size: 20px;
  text-transform: uppercase;
}
/* ----- Menu for editorial pages ----- */
ul.ed-menu {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  background-color: #ffffff;
  border-top: 1px solid #939598;
}
.ed-menu li a {
  display: block;
  color: #414042;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 1px solid #939598;
  border-left: 5px solid #ffffff;
}
.ed-menu li a:hover {
  background-color: #e6e7e8;
  border-left: 5px solid #d92632;
}
.ed-menu a.active {
  background-color: #e6e7e8;
  border-left: 5px solid #d92632;
}
/* ------------------------------ FOOTER ------------------------------ */
.stripe-dark {
  background-color: #414042;
  padding: 45px 0 35px 0;
}
.footermargin {
  padding-top: 25px;
  margin-top: 25px;
}
footer h4 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
}
.copyright-footer {
  margin-top: 30px;
}
footer .fa-ul {
  margin-left: 1.5em;
}
footer p,
footer li {
  font-size: 14px;
  color: #e6e7e8;
  text-align: left;
}
footer li i {
  color: #d92632;
}
footer li a {
  color: #e6e7e8;
  text-decoration: none;
}
footer li a:hover {
  color: #d92632;
  text-decoration: underline;
}
footer .copyright-footer p {
  letter-spacing: 0;
}
footer p a {
  color: #e6e7e8;
}
footer p a:hover,
footer p a:focus {
  color: #d92632;
}
footer a,
footer a img {
  transition: all 0.5s ease 0s;
}
footer a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
footer img {
  position: relative;
  top: 10px;
}
/*----- DAM -----*/
ul.navbar {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
  text-transform: uppercase;
}
ul.navbar li {
  float: right;
}
ul.navbar li a {
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e6e7e8;
  margin-left: 10px;
  background: #e6e7e8;
}
ul.navbar li a.selected {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
/* Change the link color to #111 (black) on hover */
ul.navbar li a:hover {
  background-color: #ffffff;
}
ul.sidenav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #e6e7e8;
  text-transform: uppercase;
  border-top: 1px solid #939598;
}
ul.sidenav + a.asset-nav {
  border-top: 0;
}
ul.sidenav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 1px solid #939598;
}
/* Change the link color on hover */
ul.sidenav li a:hover,
ul.sidenav li a.selected {
  background-color: #939598;
  color: white;
}
hr.topnav {
  color: #939598;
  background-color: #e6e7e8;
  height: 1px;
  margin-top: -2px;
}
.block {
  display: block;
}
.preview {
  border: 1px solid #e6e7e8;
}
.panel {
  padding: 0 15px 15px 15px;
  border: 1px solid #e6e7e8;
  margin-top: 25px;
  background: #ffffff;
}
.panel img {
  margin: 15px 0 15px 0;
}
.revision {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7e8;
}
body.login {
  background: url("/img/000019779055_tint.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.toggle:hover {
  cursor: pointer;
}
a.asset-nav {
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #595a5c;
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ababab;
  display: block;
  text-decoration: none;
}
a.asset-nav:hover {
  background: #cccccc;
}
.btn-lnk.bundled {
  background-color: #e6e7e8;
}
.bundle-info {
  border: 1px #939598 solid;
  border-radius: 0px 8px 0px 8px !important;
  -moz-border-radius: 0px 8px 0px 8px !important;
  -webkit-border-radius: 0px 8px 0px 8px !important;
  margin-top: 20px;
  padding: 10px;
  position: relative;
}
.bundle-info p {
  margin-top: 0;
}
.nav-pills li {
  margin-right: 10px;
}
.nav-pills li a {
  background-color: #e6e7e8;
  text-decoration: none;
}
.nav-pills li.selected a,
.nav-pills li a:hover {
  background-color: #d92632;
  color: #FFFFFF;
}
/* 
No media query required to target phones - this is the default
*/
#logo {
  background-image: url("/img/slingco-logo.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  width: 183px;
  text-indent: -9999px;
  margin: 10px auto 30px auto;
  text-align: center;
}
#logo a {
  height: 75px;
  display: block;
}
.contact-block {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
}
p.header-tel {
  font-size: 11px;
}
#hero-container h1 {
  font-weight: 600;
  background: #d92632;
  border-radius: 0px 15px 0px 15px !important;
  -moz-border-radius: 0px 15px 0px 15px !important;
  -webkit-border-radius: 0px 15px 0px 15px !important;
  /* margin-top:0; */
  padding: 20px;
  padding: 15px 40px 15px 15px;
  position: relative;
  right: 0;
  top: 0;
  color: #ffffff;
  width: auto;
  font-size: 18px;
}
#hero-container a.prodlink {
  padding: 8px 15px;
  left: 20px;
  bottom: 20px;
  text-decoration: none;
  font-size: 22px;
  display: block;
  position: initial;
  margin-bottom: 30px;
}
#hero-container a.prodlink span {
  padding-left: 30px;
}
.margintop {
  margin-top: 20px !important;
  display: block;
}
.radius-lg h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
/*
.radius-lg {
padding-bottom:40px;
}
*/
p.intro {
  font-size: 20px;
}
.market {
  margin-bottom: 20px;
}
div.featured {
  margin-top: 10px;
}
.margin-sm {
  margin-top: 20px;
}
.margin-xs {
  margin-top: 20px;
}
.margin-sm-btm {
  margin-bottom: 20px !important;
}
a.small-link {
  top: -10px;
}
.prodmenu {
  margin-top: 20px;
}
a.btn-default {
  margin-top: 15px;
}
.clear-lg-md-xs {
  clear: both;
}
.uk-divisions {
  padding: 4px 0;
  border-bottom: 1px solid #939598;
}
.modal-dialog {
  width: 90%;
}
/* DAM */
ul.navbar li a {
  padding: 5px 3px;
  font-size: 14px;
}
ul.navbar {
  padding: 0 35px 0 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #logo {
    background-image: url("/img/slingco-logo.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    width: 183px;
    text-indent: -9999px;
    margin: 10px auto 0 auto;
    text-align: center;
  }
  #logo a {
    height: 75px;
    display: block;
  }
  .contact-block {
    margin-top: 10px;
    text-align: center;
    font-size: 26px;
  }
  .contact-block-uk {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
  }
  p.header-tel {
    font-size: 17px;
  }
  #hero-container h1 {
    font-weight: 600;
    background: #d92632;
    border-radius: 0px 15px 0px 15px !important;
    -moz-border-radius: 0px 15px 0px 15px !important;
    -webkit-border-radius: 0px 15px 0px 15px !important;
    /* margin-top:0; */
    padding: 20px;
    position: relative;
    padding: 15px 40px 15px 15px;
    position: absolute;
    left: 15px;
    top: 20px;
    color: #ffffff;
    width: 300px;
    font-size: 18px;
  }
  #hero-container a.prodlink {
    padding: 8px 15px;
    left: 20px;
    bottom: 20px;
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
    position: absolute;
    margin-bottom: 0;
  }
  #hero-container a.prodlink span {
    padding-left: 30px;
  }
  .paddingtop {
    pading-top: 20px;
  }
  .radius-lg h2 {
    font-size: 24px;
  }
  /*
.radius-lg {
padding-bottom:40px;
}
*/
  .market {
    margin-bottom: 20px;
  }
  div.featured {
    margin-top: 10px;
  }
  .margin-sm {
    margin-top: 20px;
  }
  .margin-xs {
    margin-top: 0;
  }
  .margin-sm-btm {
    margin-bottom: 20px !important;
  }
  a.small-link {
    top: -10px;
  }
  .prodmenu {
    margin-top: 20px;
  }
  a.btn-default {
    margin-top: 0;
  }
  .clear-lg-md-xs {
    clear: none;
  }
  .uk-divisions {
    padding: 0;
    border-bottom: none;
  }
  .modal-dialog {
    width: 668px;
  }
  /* DAM */
  ul.navbar li a {
    padding: 14px 16px;
    font-size: 17px;
  }
  ul.navbar {
    padding: 0 25px 0 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #logo {
    background-image: url("/img/slingco-logo.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 229px;
    height: 75px;
    text-indent: -9999px;
    margin: 30px 0 0 0;
    text-align: left;
  }
  #logo a {
    height: 75px;
    display: block;
  }
  p.header-tel {
    font-size: 17px;
  }
  .contact-block {
    font-size: 26px;
    margin-top: 30px;
    text-align: left;
  }
  .contact-block-uk {
    font-size: 19px;
    margin-top: 30px;
    text-align: left;
  }
  #hero-container h1 {
    font-weight: 600;
    background: #d92632;
    border-radius: 0px 15px 0px 15px !important;
    -moz-border-radius: 0px 15px 0px 15px !important;
    -webkit-border-radius: 0px 15px 0px 15px !important;
    /* margin-top:0; */
    padding: 20px;
    position: relative;
    padding: 15px 40px 15px 15px;
    position: absolute;
    left: 20px;
    top: 30px;
    color: #ffffff;
    width: 400px;
    font-size: 26px;
    line-height: 33px;
  }
  #hero-container a.prodlink {
    padding: 8px 15px;
    left: 20px;
    bottom: 20px;
    text-decoration: none;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    margin-bottom: 0;
  }
  #hero-container a.prodlink span {
    padding-left: 30px;
  }
  .hose_cable {
    min-height: 223px;
  }
  .og_tdi {
    min-height: 224px;
  }
  .corp {
    min-height: 370px;
  }
  .radius-lg h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  /*
.radius-lg {
padding-bottom:0;
}
*/
  p.intro {
    font-size: 20px;
  }
  .large {
    font-size: 30px;
    display: block;
    margin-top: -5px;
    text-decoration: none !important;
  }
  .market {
    margin-bottom: 0;
  }
  div.featured {
    margin-top: 0;
  }
  .margin-sm {
    margin-top: 0;
  }
  .margin-xs {
    margin-top: 0;
  }
  .margin-sm-btm {
    margin-bottom: 0 !important;
  }
  a.small-link {
    top: 5px;
  }
  .prodmenu {
    margin-top: 0;
  }
  a.btn-default {
    margin-top: 0;
  }
  .clear-lg-md-xs {
    clear: both;
  }
  .uk-divisions {
    padding: 4px 0;
    border-bottom: 1px solid #939598;
  }
  .modal-dialog {
    width: 892px;
  }
  /* DAM */
  ul.navbar li a {
    padding: 14px 16px;
    font-size: 17px;
  }
  ul.navbar {
    padding: 0 25px 0 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #logo {
    background-image: url("/img/slingco-logo.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 229px;
    height: 75px;
    text-indent: -9999px;
    margin: 30px 0 0 0;
  }
  #logo a {
    height: 75px;
    display: block;
  }
  .contact-block {
    font-size: 29px;
    margin-top: 30px;
    text-align: left;
  }
  .contact-block-uk {
    font-size: 22px;
    margin-top: 30px;
    text-align: left;
  }
  p.header-tel {
    font-size: 20px;
  }
  #hero-container h1 {
    font-weight: 600;
    background: #d92632;
    border-radius: 0px 15px 0px 15px !important;
    -moz-border-radius: 0px 15px 0px 15px !important;
    -webkit-border-radius: 0px 15px 0px 15px !important;
    /* margin-top:0; */
    padding: 20px;
    position: relative;
    padding: 15px 20px 10px 15px;
    position: absolute;
    left: 30px;
    top: 40px;
    color: #ffffff;
    width: 400px;
    font-size: 26px;
    line-height: 33px;
  }
  #hero-container a.prodlink {
    padding: 15px;
    left: 30px;
    bottom: 30px;
    text-decoration: none;
    font-size: 26px;
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
  }
  #hero-container a.prodlink span {
    padding-left: 30px;
  }
  .hose_cable {
    min-height: 272px;
  }
  .og_tdi {
    min-height: 275px;
  }
  .corp {
    min-height: 451px;
  }
  .radius-lg h2 {
    font-size: 24px;
  }
  /*
.radius-lg {
padding-bottom:15px;
}
*/
  p.intro {
    font-size: 20px;
  }
  .large {
    font-size: 36px;
    display: block;
    margin-top: -5px;
    text-decoration: none !important;
  }
  .market {
    margin-bottom: 0;
  }
  div.featured {
    margin-top: 0;
  }
  .margin-sm {
    margin-top: 0;
  }
  .margin-xs {
    margin-top: 0;
  }
  .margin-sm-btm {
    margin-bottom: 0 !important;
  }
  a.small-link {
    top: 5px;
  }
  .prodmenu {
    margin-top: 0;
  }
  a.btn-default {
    margin-top: 0;
  }
  .clear-lg-md-xs {
    clear: both;
  }
  .uk-divisions {
    padding: 4px 0;
    border-bottom: 1px solid #939598;
  }
  .modal-dialog {
    width: 1100px;
  }
  /* DAM */
  ul.navbar li a {
    padding: 14px 16px;
    font-size: 17px;
  }
  ul.navbar {
    padding: 0 25px 0 0;
  }
}
.panel h2:first-child {
  margin-top: 15px;
}
button.block {
  width: 100%;
}
button.btn {
  font-weight: normal;
}
.input-group-btn .btn {
  display: inline-block;
}
/* Simple file input */
.simplefileinput input[type="file"] {
  display: none;
}
.simplefileinput.simplefileinput-empty .simplefileinput-button-set {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.simplefileinput .form-control[disabled],
.simplefileinput .form-control[readonly],
fieldset[disabled] .simplefileinput .form-control {
  background: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
label.required:after {
  content: ' *';
  display: inline;
}
h1 .btn,
h2 .btn {
  font-size: 17px;
  background-color: #FFFFFF;
  color: #d92632;
  margin-top: -2px;
}
@media (min-width: 992px) {
  .file-fields .form-group.col-md-12:nth-child(odd) {
    clear: left;
  }
}
.ajax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/overlay-bg-dark.png) top left repeat;
  z-index: 10000;
}
.ajax-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  background-image: url('/img/spinner.gif');
}
.ajax-form {
  position: relative;
}
.dropdown-menu > li a {
  text-decoration: none;
}
.table.table-admin > thead > tr > th,
.table.table-admin > tbody > tr > th,
.table.table-admin > tfoot > tr > th,
.table.table-admin > thead > tr > td,
.table.table-admin > tbody > tr > td,
.table.table-admin > tfoot > tr > td {
  /*padding: 5px !important;*/
  font-size: 17px;
}
.table.table-admin .btn-default {
  padding: 0px 10px;
}
.table.table-admin td.links {
  white-space: nowrap;
  text-align: center;
  width: 120px;
}
.checkbox label input[type="checkbox"] {
  margin-top: 6px;
}
.checkboxList {
  padding-left: 0;
  padding: 2px 16px;
  border-radius: 6px;
  border: 1px solid #CCC;
}
.checkboxList li label {
  font-weight: normal;
  margin-bottom: 0;
}
.checkboxList li {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkboxList li + li {
  margin-top: -5px;
}
.checkboxList li.checkbox input[type=checkbox] {
  margin-right: 3px;
}
tr.muted {
  opacity: 0.35;
  text-decoration: line-through;
}