/* Custom stylesheet for Sams Fitness
 *
 * Author: 21 Designs Australia
 * Url: http://21designs.com.au
 * Description: Bring in the default stylesheet so upgrades can be applied with any CSS fixes and improvements included
 *
**/

@import url('../../default/stylesheet/stylesheet.css');

body {
	padding: 0px;
	margin: 0px;
	color: #444;
	font-size: 16px;
	line-height: 1.6;
	background-repeat: repeat-x;
	background-position: center top;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
	font-weight: 800;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 700;
    line-height: 1.4;
}

h1 {
	color: #000;
	font-size: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #444;
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h3 {
	color: #666;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	color: #888;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	color: #f60;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h6 {
	color: #fa0;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin: 20px 0;
}

a {
	color: #e60;
}

a:hover, a:focus {
	color: #242424;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
}

label {
	font-size: 14px;
	font-weight: 700;
}

body > iframe { display: none; }

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-thumbnail {
	width: 100%;
}

.clear {
	clear: both;
}

#logo {
	margin: 10px 0;
}

.site-title {
	font-size: 48px;
}

.site-title img {
	float: left;
	margin-right: 20px;
	line-height: 48px;
	width: 120px;
	height: 120px;
}

/**
 * eBay listing template uses a few class names in the description field
 *
 */

.section {
	padding: 0 20px;
	margin: 20px 0;
}

.section p {
	margin: 0 10px 20px 10px;
}

.section img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/**
 * This is the new and improved title class
 *
 */

.sf-title {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	display: inline-block;
	width: 100%;
}

.sf-title:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	height: 100%;
	width: 100%;
	background: url( 'https://samsfitness.com.au/image/catalog/logos/logo-compact-orange-transparent.png' ) transparent left center no-repeat;
	background-size: auto 80%;
	max-height: 70px;
	max-width: 70px;
}

.sf-caption {
	padding: 0.5em;
	border: 1px solid #ccc;
}

.sf-caption span {
	padding: 0.75em;
	display: block;
	background: #eee;
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
	margin-top: 0.5em;
	color: #777;
}

h1.sf-title {
	font-size: 42px;
	line-height: 60px;
	padding: 10px 0 10px 80px;
}

h2.sf-title {
	font-size: 36px;
	line-height: 50px;
	padding: 10px 0 10px 70px;
}

h3.sf-title {
	font-size: 30px;
	line-height: 40px;
	padding: 10px 0 10px 60px;
}

h4.sf-title {
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0 10px 50px;
}

h1.sf-title:before {
	max-height: 80px;
	max-width: 80px;
}

h2.sf-title:before {
	max-height: 70px;
	max-width: 70px;
}

h3.sf-title:before {
	max-height: 60px;
	max-width: 60px;
}

.black {
	color: #000 !important;
}

.finance-options a img {
	max-height: 120px;
	transform: scale(0.8);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.finance-options a:hover img {
	transform: scale(1) rotateX(5deg);
}

.sf-compare,
.sams-product-compare {
	position: absolute;
	top: 70px;
	right: 0;
	font-family: Oswald, helvetica, sans-serif;
	font-size: 24px;
	display: none;
}

.hidden { display: none; }

.site-tagline {
	font-size: 36px;
	color: #fa0;
}

.header-image {
	position: absolute;
	top: 0;
	left: 40%;
	width: 441px;
	height: 131px;
	z-index: -1;
}

.common-home #content > div > h2:first-child {
	display: none;
}

.home-equipment-list ul {
	list-style: none;
	padding: 0 40px 0 60px;
	color: #777;
}

.home-equipment-list ul li {
	margin-bottom: 10px;
}

.home-equipment-list ul li:before {
	font-family: FontAwesome;
	content: '\f058';
	color: #e60;
	position: relative;
	top: 0.25em;
	font-size: 1.5em;
	margin: 0 10px 0 -25px;
}

.common-home .product-thumb {
    border: none;
}

.common-home .product-thumb .caption {
    min-height: 210px;
}

.common-home .product-thumb .caption h4 {
    min-height: 90px;
}

.common-home .product-thumb .button-group {
    display: none;
}

header #search {
	margin: 0;
	padding: 0 30px;
}

header #search .input-lg {
	height: 36px;
	background: rgb(48,48,48);
	border-radius: 0;
	border: 1px solid rgb(96,96,96);
}

header #search .btn-lg {
	line-height: 20px;
	padding: 8px 10px;
	background: #fa0;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

header {
	background: rgb(0,0,0);
	background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
}

header .container .row > div:first-child {
    padding-top: 30px;
    text-align: center;
}

header .container .row > div:last-child {
    padding-top: 40px;
    text-align: center;
}

header h3,
header h3 a {
	color: #666;
	margin-top: 0;
	text-align: center;
	font-size: 26px;
	font-family: Oswald, helvetica, sans-serif;
}

header h3 a:hover {
	color: #fa0;
}

header #cart {
	width: 262px;
}

header #cart {
	height: 27px;
	padding-top: 5px;
}
header #cart a {
	color: #fa0;
}

header #cart > .btn {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 20px;
	padding: 0;
	line-height: 14px;
	background: none;
	border: none;
	box-shadow: none;
	color: #666;
}

header #cart > .btn span:before {
	font-family: FontAwesome;
	content: '\f291';
	margin-right: 15px;
	top: -2px;
	position: relative;
}

header #cart > .btn span:after {
	font-family: FontAwesome;
	content: '\f0d7';
	margin-left: 5px;
}

#cart.open > .btn:hover {
	color: #fa0;
}
#cart.open > .btn i, #cart > .btn i {
	display: none;
}
#cart.open > .btn {
	background: none;
	border: none;
	color: #fa0;
}
#cart .dropdown-menu {
	top: 40px;
	background: rgba(48,48,48,0.95);
	border-radius: 0;
	border: 1px solid rgb(96,96,96);
	border-top: none;
}
#cart .dropdown-menu li:last-child .table>thead>tr>th, #cart .dropdown-menu li:last-child .table>tbody>tr>th, #cart .dropdown-menu li:last-child .table>tfoot>tr>th, #cart .dropdown-menu li:last-child .table>thead>tr>td, #cart .dropdown-menu li:last-child .table>tbody>tr>td, #cart .dropdown-menu li:last-child .table>tfoot>tr>td {
	padding: 3px 10px;
}
#cart .dropdown-menu img {
	display: none;
}
#cart .dropdown-menu li > div {
	min-width: 480px;
	padding: 0;
}
#cart .dropdown-menu li p {
	margin: 0;
	color: #fa0;
	border-top: 1px solid #555;
	padding: 6px 20px;
	font-size: 14px;
	background: transparent;
}
#cart .dropdown-menu li p a {
	color: #fff;
}
#cart .dropdown-menu li p:hover {
	color: #000;
	background-color: #fa0;
}
#cart .dropdown-menu li p:hover a {
	color: #000;
}
#cart .dropdown-menu li p a:hover {
	color: #fff;
}
#cart .dropdown-menu li p strong {
	font-weight: 400;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
#cart .dropdown-menu table {
	margin-bottom: 0;
}
header .table-bordered {
	border: none;
	border-top: 1px solid #666;
}
header .table-striped>tbody>tr:nth-child(odd)>td, header .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}
header .table-striped tr:hover {
	background: #fa0 !important;
	color: #000;
}
header .table-striped tr:hover a {
	color: #000 !important;
}
header .table>thead>tr>th, header .table>tbody>tr>th, header .table>tfoot>tr>th, header .table>thead>tr>td, header .table>tbody>tr>td, .table>tfoot>tr>td {
	border: none;
	line-height: 2em;
	padding: 10px 10px;
}
header .btn-danger {
	text-shadow: none;
	background: none;
	border: none;
	box-shadow: none;
}
header .btn-danger:hover, header .btn-danger:focus, header .btn-danger:active, header .btn-danger.active, header .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #000;
	border: none;
}

.list-inline {
	text-align: center;
}

.list-inline > li {
	padding-left: 5px;
    padding-right: 0;
}

.list-inline ul li ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

#top-links {
	font-size: 16px;
	line-height: 30px;
}

#top-links li a {
	color: #fff;
	text-shadow: none;
}

#top .btn-link, #top-links li, #top-links a {
	line-height: 30px;
}

#top-links li a:hover {
  color: #fa0;
}

#top-links.nav .open>a,
#top-links.nav .open>a:hover,
#top-links.nav .open>a:focus,
#top-links.nav .open>a i,
#top-links.nav .open>a:hover i,
#top-links.nav .open>a:focus i {
	background-color: #fa0;
	color: #000;
}

#top-links .dropdown-menu {
	width: 100%;
	border: 1px solid #fa0;
	border-top: none;
	border-radius: 0;
	max-width: 201px;
	margin: 0 auto;
	left: 4px;
	font-family: Oswald,helvetica,sans-serif;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

#menu {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	text-align: center;
}

.navbar {
	border: none;
	margin-bottom: 0;
}
.navbar-collapse.collapse {
}
.navbar-nav {
	text-align: center;
}
.navbar-nav>li {
	float: none;
}
.nav>li, .nav>li>a {
	display: inline-block;
}

#menu .nav li li a {
	font-weight: 400;
	font-family: Oswald, helvetica, sans-serif;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	border-bottom: 1px solid #404040;
}

#menu .dropdown-inner ul:first-child {
	border-right: 1px solid #404040;
}

#menu .dropdown-inner ul:first-child  li:last-child a {
	border-bottom: none;
}

#menu .nav > li > a {
	font-size: 19px;
	font-weight: 400;
	height: 43px;
	line-height: 43px;
	padding: 0 15px;
	font-family: Oswald;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #fa0;
	color: #000;
}

#top-links .dropdown-menu {
	min-width: 180px;
	border: 1px solid #fa0;
	border-top: none;
}

.dropdown-menu {
	background: rgba(36,36,36,0.97);
	color: #fff;
	padding: 0;
	min-width: 208px;
}

#menu .dropdown-inner {
	width: 100%;
	text-align: left;
}

#menu .dropdown-inner a {
	padding: 12px 18px;
	color: #fff;
	font-size: 16px;
	min-width: 200px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.caret {
	margin-left: 5px;
}

#menu .dropdown-inner a:hover {
	color: #000;
}

#menu .dropdown-inner li a:hover {
	color: #000;
}

.dropdown-inner li a:hover {
	color: #000;
}

.dropdown-menu li > a:hover {
	background-color: #fa0;
	background-image: none;
	background-repeat: no-repeat;
}

#menu-container {
    background: rgb(40,40,40);
    background: -moz-linear-gradient(top, rgba(40,40,40,1) 0px, rgba(0,0,0,1) 43px, rgba(120,120,120,1) 43px, rgba(80,80,80,1) 86px, rgba(200,200,200,1) 86px, rgba(160,160,160,1) 100%);
    background: -webkit-linear-gradient(top, rgba(40,40,40,1) 0px, rgba(0,0,0,1) 43px,rgba(120,120,120,1) 43px, rgba(80,80,80,1) 86px, rgba(200,200,200,1) 86px,rgba(160,160,160,1) 100%);
    background: linear-gradient(to bottom, rgba(40,40,40,1) 0px, rgba(0,0,0,1) 43px,rgba(120,120,120,1) 43px, rgba(80,80,80,1) 86px, rgba(200,200,200,1) 86px,rgba(160,160,160,1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#c8c8c8',GradientType=0 ); */
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#menu .see-all {
	margin: -1px 0 0 0;
	color: #fa0;
	border-top: 1px solid #555;
	padding: 6px 20px;
	font-size: 14px;
	background: transparent;
}

#menu .see-all:hover,
#menu .see-all:focus {
	color: #fff;
	background-color: #404040;
	background-image: none;
	background-repeat: no-repeat;
}

#menu .see-all,
#menu .see-all {
    font-family: Oswald, helvetica, sans-serif;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
	color: #000;
	background-color: #fa0;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 10px 16px;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	width: 100%;
}

#menu #category {
	display: none !important;
}

.navbar-toggle {
	margin-right: 0;
}

.img-responsive {
	margin: 0 auto;
	width: 100%;
}

.breadcrumb {
	margin: 0;
	padding: 10px 0;
	position: absolute;
	left: 0;
	width: 100%;
	background: #eee;
	text-align: center;
	z-index: 1;
	border-bottom: 1px solid #ccc;
}

.breadcrumb a {
	color: #888;
	font-weight: 400;
	font-size: 16px;
	font-family: Oswald, helvetica, sans-serif;
}

.breadcrumb > li {
	text-shadow: 1px 1px 2px #fff;
	padding: 0 10px;
}

.breadcrumb > li:hover a {
	color: #e60;
}

.breadcrumb > li:after {
    border-right: none;
    border-bottom: none;
    content: "\f0da";
    font-family: FontAwesome;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    top: 1px;
    right: -6px;
    width: auto;
    height: auto;
    color: #bbb;
}

.breadcrumb > li:last-child:after {
	content: '';
}

.breadcrumb > li:last-child a {
	color: #e60;
}

#column-right {
	padding-top: 50px;
}

#content {
	line-height: 26px;
	padding-top: 70px;
}

.common-home #content {
    padding-top: 0;
}

.product-layout.product-grid {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-thumb,
.category-thumb {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.product-thumb:hover,
.category-thumb:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

.product-thumb .image,
.category-thumb .image {
	padding: 30px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.product-thumb:hover .image,
.category-thumb:hover .image {
    padding: 10px;
}

.product-thumb .image a:hover {
	opacity: 1;
}

.product-thumb .rating,
.product-thumb .model {
	margin: 10px 0;
}

.product-thumb .model {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.product-thumb .excerpt {
	font-size: 14px;
	line-height: 1.5;
}

.product-thumb .button-group {
	display: none;
}

.category-thumb .rating,
.category-thumb .model {
	margin: 10px 0;
}

.category-thumb .model {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.category-thumb .excerpt {
	font-size: 14px;
	line-height: 1.5;
}

.rating .fa-stack {
    font-size: 13px;
}

.rating .fa-star,
.rating .fa-star-o {
    font-size: 30px;
}

.rating .fa-star-o {
    color: #e0e0e0;
}

.alert {
	padding: 8px 14px 8px 14px;
	transform: translateY(70px);
	margin-bottom: 20px;
	font-family: Oswald,helvetica,sans-serif;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.alert a {
	color: #000;
}

.alert .close {
	font-size: 36px;
	line-height: 18px;
	height: 18px;
}

.alert .close:hover,
.alert .close:focus {
	outline: none;
}

.alert-success {
	color: #666;
	background-color: #eee;
	border-color: transparent;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #faf6e8;
	border-color: transparent;
}

.alert-danger {
	color: #a00;
	background-color: #f8eeee;
	border-color: transparent;
}

.alert-info {
	color: #048;
	background-color: #e8f0f8;
	border-color: transparent;
}

a.product-reviews {
	font-family: Oswald,helvetica,sans-serif;
	display: inline-block;
	margin-left: 15px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	vertical-align: top;
	color: #333;
}

a.write-review {
	margin-left: 15px;
	line-height: 40px;
	color: #bbb;
	vertical-align: top;
	display: inline-block;
}

#content .price {
	color: #e60;
	font-size: 30px;
	font-weight: 600;
	font-family: Oswald, helvetica, sans-serif;
	margin: 20px 0;
}

#content .price-tax {
	display: none;
}

.owl-carousel {
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background-color: transparent !important;
}

.owl-carousel ol { display: none; }

.owl-carousel { padding: 0px; }

.owl-carousel div div div div img {
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.product-title {
	font-size: 36px;
}

.thumbnail {
	border-radius: 0;
	border: 1px solid #e4e4e4;
}

.thumbnails {
	margin-top: -10px; /* Offset for the 10px padding */
	margin-left: 0;
}

.thumbnails > li {
	margin: 0;
	position: relative;
}

.thumbnails li:nth-of-type(1) {
	position: relative;
	margin-bottom: 0;
	padding: 10px;
}

.thumbnails li:nth-of-type(1) .thumbnail {
	margin-bottom: 0;
	position: relative;
}

.thumbnails li .thumbnail:before {
	font-family: FontAwesome;
	font-size: 1.5em;
	font-weight: 400;
	content: '\f002';
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	color: rgba(0,0,0,0.25);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.thumbnails li:nth-of-type(1) .thumbnail:before {
	font-size: 8em;
}

.thumbnails li.image-additional .thumbnail:before {
	font-size: 3em;
}

.thumbnails li .thumbnail:hover,
.thumbnails li .thumbnail:focus,
.thumbnails li .thumbnail.active {
	border-color: #e4e4e4;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

.thumbnails li .thumbnail:hover::before,
.thumbnails li .thumbnail:focus::before,
.thumbnails li .thumbnail.active:before {
	opacity: 1;
}

.thumbnails li.image-additional {
	margin: 0;
	max-width: 89px;
	padding: 0;
}

.thumbnails li.image-additional a {
	margin: 5px 0 5px 10px;
	padding: 5px;
	border: 1px solid #e4e4e4;
}






/* optionally hide arrows until image is displayed */
.mfp-s-loading .mfp-arrow { 
	display: none;
}

#content .row .btn-group {
	display: none;
}

#content .row ul.list-unstyled:nth-of-type(1) {
	float: left;
	font-family: Oswald, helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
}

#content .row div[itemprop="offers"] {
	float: left;
	margin-left: 40px;
}

#content .row h1 {
	margin-top: 0;
}

#product-meta h2 {
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	color: #e60;
	margin-bottom: 0;
	margin-top: 36px;
}

#product-meta .currency {
	font-size: 14px;
	font-weight: 700;
	color: #e60;
	margin-left: 8px;
}

.col-lg-3 {
	width: 33.333%;
}

#product {
	clear: both;
}

#product-excerpt,
#product-rating,
#product-meta,
#product {
	padding-left: 30px;
}

#product-excerpt {
	color: #777;
	font-size: 15px;
	line-height: 1.5;
}


#manufacturer-logos-1 {
    border-radius: 5px;
    margin: 0;
    padding: 50px 30% 28px 30%;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: rgb(0,0,0);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
    transform-origin: top left;
}

#manufacturer-logos-2 {
    border-radius: 5px;
    margin: 0;
    padding: 0 30% 0 30%;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: rgb(0,0,0);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
    transform-origin: top left;
}

#manufacturer-logos-3 {
    border-radius: 5px;
    margin: 0;
    padding: 28px 30% 50px 30%;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: rgb(0,0,0);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
    transform-origin: top left;
}


#content div[itemprop="review"] p.h4,
#content .review-layout p.h4 {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 600;
	color: #000;
}

#content div[itemprop="review"] p[itemprop="reviewBody"],
#content .review-layout p:nth-of-type(2) {
	color: #777;
    line-height: 1.6;
	font-size: 14px;
}

#content div[itemprop="review"] .price,
#content .review-layout p.price {
	color: #aaa;
	font-size: 14px;
	font-weight: 400;
	font-family: Oswald, helvetica, sans-serif;
	margin: 10px 0;
}

.product-thumb.vertical-sreview {
	border: none;
}

.product-thumb.vertical-sreview:hover .image {
	padding: 30px;
}

.product-thumb.vertical-sreview .image img {
	width: auto;
}

.common-home .vertical-sreview .product-thumb {
    border: 1px solid #e4e4e4;
}

#content .vertical-sreview .caption,
.tmp-default.tmp-2 .product-thumb .caption {
	min-height: 210px !important;
}

#content .vertical-sreview .caption p.h4 {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 600;
	color: #000;
}

#content .vertical-sreview .caption p:nth-of-type(2) {
	color: #777;
    line-height: 1.6;
	font-size: 14px;
}

#content .vertical-sreview .caption .price {
	color: #aaa;
	font-size: 14px;
	font-weight: 400;
	font-family: Oswald, helvetica, sans-serif;
	margin: 10px 0;
}

.slider-sreview-all {
	float: none !important;
	margin: 20px 0 10px 0 !important;
	text-align: left !important;
}

.vertical-sreview-all {
	float: right !important;
	margin: 20px 0 10px 0 !important;
	text-align: right !important;
}

.slider-sreview-all a,
.vertical-sreview-all a {
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fa0;
	background-image: none;
	border: none;
	font-family: Oswald, helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 4px;
}

.slider-sreview-all a:hover,
.vertical-sreview-all a:hover {
	background-color: #444;
}

a.orange-button {
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fa0;
	background-image: none;
	border: none;
	font-family: Oswald, helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 5px;
}

a.orange-button:hover {
	background-color: #444;
}

#trustpilot0 .wrapper-reviews {
	max-width: 100% !important;
}

#product select.form-control {
	width: auto;
	min-width: 320px;
}

div.required .control-label:before {
	content: '';
	display: none;
}

div.required .control-label:after {
	font-family: FontAwesome;
	content: '\f06a';
	color: #fa0;
	margin: 0 0 0 8px;
}

#product label {
	float: left;
	font-family: Oswald,helvetica,sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	padding-top: 6px;
	width: 150px;
	font-weight: 400;
}

#product .checkbox {
	width: 105px;
	clear: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

.option-product-thumbs label.control-label {
	display: block;
	width: 100% !important;
}

#product .checkbox input[type="checkbox"] {
	display: none;
}

#product .checkbox label {
	width: 100%;
}

#product .checkbox label .number-wrapper button {
	display: none;
}

#product .checkbox label .number-wrapper input.qty {
	border: 1px solid #eee;
	background: #f8f8f8;
	color: #ccc;
}

#product .checkbox label.selected .number-wrapper input.qty {
	border: 1px solid #f60;
	background: #ffffff;
	color: #333;
}

#product .checkbox label img {
	margin-top: 10px;
}

#product .checkbox label.selected img {
	border: 1px solid #f60;
}

#product .checkbox label span#text {
	display: flex;
	text-align: center;
}

#product .checkbox label.selected span#text {
	color: #f60;
}

#product .checkbox label.selected span#text:before {
	font-family: FontAwesome;
	content: '\f058';
	position: absolute;
	transform: translateY(-100%);
	height: 81px;
	width: 81px;
	padding: 20px 4px 4px 4px;
	font-size: 48px;
	background: rgba(255,255,255,0.8);
	margin: -2px 0 0 2px;
	text-align: center;
	line-height: 42px;
}

#product .form-group {
	clear: both;
}

#product #input-quantity {
	width: 100px;
	float: left;
	margin-right: 10px;
	height: 41px;
}

#product-whyus {
    border-radius: 5px;
    margin: 30px 0;
    padding: 0 30% 30px 30%;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: rgb(0,0,0);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
}

#product-whyus h2 {
	text-align: center;
	color: #fff;
}

#product-whyus i {
	width: 60px;
	height: 60px;
	margin: 30px 20px 30px 0;
	font-weight: 400;
	text-shadow: none;
	background-image: none;
	border: none;
	line-height: 52px;
	font-size: 30px;
	text-align: center;
	background: #fa0;
	color: #fff;
	border-radius: 50%;
	float: left;
	padding: 0;
	border: 3px solid transparent;
	box-shadow: 0 0 0 2px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#product-whyus h5 {
    margin: 30px 5%;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
}

#tab-specification table thead,
#download table thead {
	display: none;
}

#download .table {
	width: auto;
}

#download .table>tbody>tr>td {
	border-top: none;
	line-height: 36px;
}

#download .table>tbody>tr>td:first-child img {
	display: none;
}

#download .table>tbody>tr>td:first-child:before {
	font-family: FontAwesome;
	font-size: 36px;
	content: '\f1c1';
	margin-right: 10px;
}

#download .table>tbody>tr>td a {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding-left: 20px;
}

#download .table>tbody>tr>td a:before {
	font-family: FontAwesome;
	font-size: 36px;
	content: '\f019';
	margin-right: 10px;
}

#download .row:last-child {
	display: none;
}

.sf-logo {
	float: left;
	width: 60px;
	height: 60px;
	margin: -5px 20px 10px 0;
	line-height: 48px
}

h1 .sf-logo {
	width: 72px;
	height: 72px;
}

h3 .sf-logo {
	width: 42px;
	height: 42px;
	margin: -5px 20px 10px 0;
}

.trustpilot-widget iframe {
	overflow: hidden !important;
}

.location-ribbon {
	position: absolute;
	z-index: 1;
	width: 106px;
	height: 120px;
	top: 0;
	left: 25px;
	padding: 8px 18px 35px 13px;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
	overflow: hidden;
	font-family: Oswald;
	background: url('../image/location-display-ribbon.png') transparent top center no-repeat;
}

#button-cart {
	width: 210px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-shadow: none;
	background-image: none;
	border: none;
	line-height: 26px;
}

#button-call,
#button-email,
#button-see,
#button-enquiry {
	width: 180px;
	height: 180px;
	margin: 20px auto;
	font-size: 24px;
	font-weight: 400;
	text-shadow: none;
	background-image: none;
	border: none;
	line-height: 26px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 0 0 5px #444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#button-call,
#button-email {
	color: #444;
}

#button-enquiry,
#button-see {
	color: #fff;
	background: #444;
	box-shadow: 0 0 0 5px #fa0;
}

#button-call:hover,
#button-email:hover {
	color: #fff;
	box-shadow: 0 0 0 5px #fa0;
	transform: rotate(360deg);
}

#button-enquiry:hover,
#button-see:hover {
	color: #444;
	background: #fa0;
	box-shadow: 0 0 0 5px #444;
	transform: rotate(360deg);
}

#button-call:before,
#button-email:before,
#button-see:before,
#button-enquiry:before {
    font-family: FontAwesome;
    font-size: 60px;
    display: block;
    margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#button-call:before {
    content: '\f2a0';
    color: #fff;
}

#button-email:before {
    content: '\f0e0';
    color: #fff;
}

#button-see:before {
    content: '\f275';
    color: #fa0;
}

#button-enquiry:before {
    content: '\f0a1';
    color: #fa0;
}

#button-call:hover:before,
#button-email:hover:before {
    color: #fa0;
}

#button-enquiry:hover:before,
#button-see:hover:before {
    color: #fff;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	font-family: Oswald, helvetica, sans-serif;
	border-top: 0;
	border-bottom: 0;
	background: #444;
	color: #fff;
}

.table>thead:first-child>tr:first-child>th a {
	color: #fff;
	font-weight: 400;
}

.table>thead:first-child>tr:first-child>th a:hover {
	color: #fa0;
}

.table>thead:first-child>tr:first-child>td h4 {
	color: #fff;
}

.table>tbody>tr>td:first-child {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 18px;
}

#product-reviews .table tr:nth-of-type(2) td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    padding: 20px 40px;
}

#product-reviews .fa-star {
	color: #fc6;
}

#product-reviews .fa-star-o {
	color: #fa0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f0f0f0;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none;
}

.nav-tabs {
	margin-bottom: 8px;
	margin-top: 8px;
}

.nav-tabs>li>a {
	font-weight: 700;
}

.incart {
	display: none;
}
.list-group {
	margin-top: 20px;
}
.list-group a.active, .list-group a:hover {
	text-shadow: none;
	background-color: #ffea80;
	color: #242424;
}
.list-group a.active {
	background-color: #fa0;
	font-weight: 700;
}

.category h2 {
	color: #f60;
	font-size: 30px;
	margin: 20px 0;
}

.category .sf-answer {
	display: none;
}

.category h3.sf-question {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 40px 10px 70px;
	display: inline-block;
	width: 31%;
	margin: 1%;
	border: 1px solid #eee;
	border-radius: 5px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(244,244,244,0) 55%, rgba(240,240,240,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(244,244,244,0) 55%,rgba(240,240,240,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(244,244,244,0) 55%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=1 );
}

.category h3.sf-question:after {
	content: 'Read more';
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #eee;
	padding: 0.25em 0.5em;
	border-radius: 4px 0;
}

.category h3.sf-question:hover {
	color: #fff;
	background: #333;
	cursor: pointer;
}

.category h3.sf-question:hover:after {
	font-family: FontAwesome;
	content: '\f0ab';
	background: #333;
	color: #fff;
	font-size: 30px;
	padding: 0.25em;
}

.sf-question:before {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 10px;
	content: " ";
	height: 100%;
	width: 100%;
	background: url(https://samsfitness.com.au/image/catalog/logos/logo-compact-orange-transparent.png) transparent left center no-repeat;
	background-size: auto 80%;
	max-height: 60px;
	max-width: 60px;
}

.product-thumb .caption {
	text-align: center;
	line-height: 20px;
	min-height: auto;
	padding: 0 10px;
}

.category-thumb .caption {
	text-align: center;
	line-height: 20px;
	min-height: 80px;
}

#product-related .product-thumb .caption {
    min-height: 200px;
}

.product-thumb .caption h4 {
	font-size: 24px;
	line-height: 35px;
	display: table;
	width: 100%;
	text-align: center;
}

.category-thumb .caption h4 {
	font-size: 24px;
	line-height: 35px;
	display: table;
	width: 100%;
	text-align: center;
}

.product-thumb .caption h4 a {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}

.category-thumb .caption h4 a {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}

.product-thumb .caption p {
	color: #888;
	font-size: 14px;
}

.product-thumb .button-group button {
	color: #fff;
	background-color: #202020;
	font-weight: 400;
	font-family: Oswald,helvetica,sans-serif;
	font-size: 20px;
	line-height: 40px;
}

.product-thumb .button-group button:first-child {
	background-color: #fa0;
}

.product-thumb .button-group button:hover {
	background-color: #fa0;
	color: #fff;
}

.product-thumb .button-group button:first-child:hover {
	background-color: #202020;
	color: #fff;
}

.product-thumb .button-group button + button {
	border-left: 1px solid #444;
}

.button_play {
	/* background:url(catalog/view/theme/default/image/po_video_gallery/po_play_button<?php echo $po_video_button; ?>.png) no-repeat; */
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
}

.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fa0;
	background-image: none;
	border: none;
	font-family: Oswald, helvetica, sans-serif;
	font-size: 18px;
	padding: 7.5px 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background-color: #000;
	border: none;
}

.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #a00;
	background-image: none;
	border: none;
	font-family: Oswald, helvetica, sans-serif;
	font-size: 18px;
	padding: 7.5px 15px;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #444;
	border: none;
}

.cart .table .btn-primary,
.cart .table .btn-danger {
	padding: 4.5px 10px;
}

.cart .table tbody tr td {
	font-family: Oswald, helvetica, sans-serif;
}

.cart .table tbody tr td:nth-of-type(2) {
	font-size: 20px;
}

#artsearch input[type="button"] { position: absolute; right: 15px; margin-top: -42px; border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; }

.scroll-top {
	border: none;
	background: rgb(48,48,48);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	filter: alpha(opacity=30);
	padding: 0;
	position: fixed;
	bottom: 20px;
	left: 20px;
	text-align: center;
	width: 40px;
	z-index: 2000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.scroll-top:before {
	font-family: FontAwesome;
	content: '\f0d8';
	color: #fff;
	font-size: 24px;
}

.scroll-top:hover {
	background: #000;
	color: #fa0;
}

.video-product .image a {
	position: relative;
	display: block;
}

.video-product .image img {
	height: 110px;
}

.video-product .image h2 {
	text-align: center;
}

.video-product .image .playbutton {
	width: 72px;
	height: 52px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../image/youtube-play-button.png');
	background-size: contain;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.video-product .image:hover .playbutton {
	background-image: url('../image/youtube-play-button-hover.png');
	cursor: pointer;
}

.tooltip {
	font-size: 14px;
	line-height: 1.6;
}

.tooltip-inner {
	max-width: 480px;
	padding: 20px;
}

w-div w-div w-div {
	background: transparent !important;
	background-image: none !important;
}

w-div w-div w-div div div {
	background: rgb(0,0,0) !important;
	background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px) !important;
}

.gsc_subscribe_now {
	font-family: Oswald;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	/*
	background: rgb(48,48,48);
	border: 1px solid rgb(96,96,96);
	*/
	width: 100%;
	text-align: left;
	max-width: 200px;
}

.gsc_subscribe_now:before {
	font-family: FontAwesome;
	content: '\f0e0';
	color: #fff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0;
	width: 36px;
	text-align: center;
	margin-right: 5px;
	/*
	background: rgb(48,48,48);
	border: 1px solid #666;
	border-right: 1px solid #666;
	*/
	position: relative;
	top: -2px;
	left: -1px;
}

.gsc_subscribe_now:hover {
	color: #000;
	background: #fa0;
}

.gsc_subscribe_now:hover:before {
	color: #000;
	border-right: 1px solid #d80;
	background: #fa0;
}

#top-links > ul {
	display: inline-block;
	width: 100%;
}

#top-links > ul > li {
	display: inline-block;
	width: 100%;
}

#top-links .dropdown .dropdown-toggle {
	font-family: Oswald;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	/*
	background: rgb(48,48,48);
	border: 1px solid rgb(96,96,96);
	*/
	width: 100%;
	text-align: left;
	max-width: 200px;
}

#top-links .dropdown .dropdown-toggle i {
	font-size: 14px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-right: 5px;
	/*
	background: rgb(48,48,48);
	border: 1px solid #666;
	border-right: 1px solid #666;
	*/
	position: relative;
	top: -7px;
	left: -1px;
}

#top-links .dropdown .dropdown-toggle:hover {
	color: #000;
	background: #fa0;
}

#top-links .dropdown .dropdown-toggle:hover i {
	color: #000;
	border-right: 1px solid #d80;
	background: #fa0;
}


#top-links .dropdown .dropdown-toggle .text {
	display: inline-block;
	margin-right: 5px;
}

#top-links .dropdown .dropdown-toggle .caret {
	display: inline-block;
	margin-right: 5px;
}

footer {
    background: rgb(0,0,0);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
}

footer h5 {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #fa0;
	margin-bottom: 10px;
}

footer .column-4 h5 {
	text-align: center;
}

footer .organisation-data {
	text-align: center;
}

footer .organisation-data p {
	margin: 10px 0 0 0;
}

footer .organisation-data h5,
footer .organisation-data h6 {
	color: #fff;
	margin-bottom: 5px;
}

footer .organisation-data .google-plus-logo {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url( '../image/official-full-google-plus-logo.png' ) transparent center center no-repeat;
	background-size: contain;
}

footer .organisation-data .glyphicon {
	font-size: 24px;
	color: #fa0;
}

footer .organisation-data .payments-accepted {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url( '../image/payments-accepted.png' ) transparent center center no-repeat;
	background-size: contain;
}

footer hr {
	display: none;
}

footer .footer-bottom {
	padding-top: 0;
	border-top: 1px solid #333;
}

footer .copyright {
	text-align: left;
}

footer .copyright .company-name {
	font-family: Oswald, helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fa0;
}

footer .credits {
	text-align: right;
	font-size: 12px;
	color: #888;
}

footer .credits a {
	color: #eee;
}


/**
 * Elements - stripes on tables
 *
 */

.sf-striped {
	padding: 0 20px;
}

.sf-striped > .row {
	padding: 8px;
	margin: 0 20px 0 10px;
}

.sf-striped > .row > div:nth-of-type(1) {
	font-family: Oswald, helvetica, sans-serif;
}

.sf-striped > .row:nth-child(odd) {
	background-color: #f0f0f0;
}

.sf-striped > .row:nth-child(even) {
	background-color: #fff;
}





/**
 * Elements - responsive video
 *
 */

.video-wrapper-outer {
	position: relative;
	text-align: center;
	margin-top: 15px;
	max-width: 100%;
	width: 100%;
	/* max-height: 450px; */
}

.video-wrapper-inner {
	width: 100%;
	padding-top: 57%;
}

.video-wrapper-element {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 16px rgba(0,0,0,0.25);
}


/**
 * Elements - numbered list
 *
 */

ol.sf-list {
    list-style: none;
    counter-reset: counter;
}

ol.sf-list li {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 25px;
	line-height: 1.5;
	background: #f4f4f4;
	position: relative;
	border-radius: 4px;
}

ol.sf-list li:before {
	counter-increment: counter;
	content: counter(counter);
	background: #fa0;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 39px;
	border: 6px solid #fff;
	position: absolute;
	top: -3px;
	left: -30px;
}

ol.sf-table {
	margin: 0;
	list-style: none;
	counter-reset: counter;
	padding: 10px 0 0 0;
	border-top: 5px solid #f60;
	display: flex;
	flex-wrap: wrap;
}

ol.sf-table li {
	border: 1px solid #eee;
	margin: -1px 0 0 -1px;
	font-size: 0.80em;
	padding: 10px 15px 10px 30px;
	line-height: 1.4;
	vertical-align: middle;
	flex: 1 0 170px;
	position: relative;
	display: block;
}

ol.sf-table li:nth-of-type(2n+1) {
	background: #f8f8f8;
}

ol.sf-table li:before {
	counter-increment: counter;
	content: counter(counter);
	color: #f60;
	font-size: 20px;
	width: 10px;
	height: 20px;
	line-height: 20px;
	position: absolute;
    left: 5px;
    top: 10px;
	font-family: FontAwesome;
	content: '\f00c';
}

ol.sams-style {
	list-style: none;
	counter-reset: counter;
}

ol.sams-style li {
	margin: 10px 0;
	padding-left: 30px;
	line-height: 1.4;
}

ol.sams-style li:before {
	counter-increment: counter;
	content: counter(counter);
	background: #fa0;
	padding: 3px 8px;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	margin: 0 10px 0 -36px;
	font-size: 14px;
}

ul.sams-style {
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
	list-style: none;
}

ul.sams-style li {
	margin: 5px 0;
	padding-left: 20px;
	line-height: 1.4;
}

ul.sams-style li:before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #fa0;
	margin: 0 10px 0 -15px;
	font-size: 12px;
}

.slider-iframe iframe {
	border-width: 0px;
	border-color: transparent;
	border-style: none;
}

.slider-button {
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.slider-zoom img {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.slider-button:hover {
	background-color: rgba(0, 0, 0, 1) !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
}

.slider-button a {
	display: block;
	color: #fff !important;
}

.slider-button:hover a,
.slider-button a:hover {
	color: #fff !important;
}

.slider-zoom img {
	-webkit-backface-visibility: hidden;
	transform-origin: bottom;
	transform: scale(0.65);
	opacity: 0.9;
}

.slider-zoom:hover {
	z-index: 999 !important;
}

.slider-zoom:hover img {
	-webkit-backface-visibility: hidden;
	transform: scale(1);
	opacity: 1;
}

.sf-bounce-horizontal {
	-moz-animation: horizontal 0.5s ease-in-out infinite;
	-webkit-animation: horizontal 0.5s ease-in-out infinite;
	-ms-animation: horizontal 0.5s ease-in-out infinite;
	animation: horizontal 0.5s ease-in-out infinite;
}

/* HORIZONTAL */
@-moz-keyframes horizontal {
	0%{-moz-transform:translate(0,0)}
	50%{-moz-transform:translate(30px,0)}
	100%{-moz-transform:translate(0,0)}
}
@-webkit-keyframes horizontal {
	0%{-webkit-transform:translate(0,0)}
	50%{-webkit-transform:translate(30px,0)}
	100%{-webkit-transform:translate(0,0)}
}
@-ms-keyframes horizontal {
	0%{-ms-transform:translate(0,0)}
	50%{-ms-transform:translate(30px,0)}
	100%{-ms-transform:translate(0,0)}
}
@keyframes horizontal {
	0%{transform:translate(0,0)}
	50%{transform:translate(30px,0)}
	100%{transform:translate(0,0)}
}

.tparrows:before {
	margin-top: 5px !important;
}

.feature-article-categories {
	position: relative;
	margin: -20px 0 20px 0;
	z-index: 99;
}

.feature-article-categories a h3 {
	position: absolute;
	bottom: 10px;
	left: 18px;
	margin: 0;
	padding: 5px 5px 10px 15px;
	color: #fff;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	min-width: 70%;
}

.feature-article-categories a img {
	max-width: 100%;
	border: 3px solid #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

.feature-article-categories a h3 small {
	display: block;
	margin: 5px 0 0 10px;
	color: #999;
}

.feature-article-categories a:hover h3 {
	color: #fa0;
}

.feature-article-categories a:hover h3 small {
	color: #fff;
}


/**
 * Blog / News
 *
 */

.bnews-list .artblock .name a {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 24px;
}

.bnews-list .artblock .article-meta {
	padding: 6px 12px;
	background: #f4f4f4;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	border-top: none !important;
}

.bnews-list .artblock .blog-button {
	margin-top: 20px;
}

.news-article h4 {
	font-size: 24px;
}

.news-article h4:before {
	font-family: FontAwesome;
	content: '\f0a9';
	margin-right: 10px;
}

.content.blog-author {
	font-size: 13px;
	line-height: 1.4;
	color: #777;
	border-top: 5px solid #f0f0f0;
	padding: 1.5em;
	display: block;
}

.content.blog-author img {
	border: none;
}

.content.blog-author h6 {
	font-size: 18px;
}

body.news-ncategory .category-info {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 5px solid #f0f0f0;
}

body.news-ncategory .sf-title {
	margin-bottom: 0;
}

body.news-ncategory .sf-title a {
	color: #333;
}

body.news-ncategory .sf-title a:hover {
	color: #fa0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #333;
	border-color: #333;
}

.pagination>li>a,
.pagination>li>span {
	padding: 4px 8px;
	margin-left: 4px;
	color: #333;
	font-size: 12px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


@media (max-width: 1480px) {

	#product-whyus {
		padding-left: 10%;
		padding-right: 10%;
	}

}

@media (max-width: 1200px) {

	.product-grid .product-thumb .caption {
		min-height: 320px;
	}

	.product-thumb .button-group button + button {
		width: 15%;
	}

	.product-thumb .button-group button {
		width: 70%;
	}

	#product-whyus {
		padding-left: 0.5%;
		padding-right: 0.5%;
	}

}

@media (max-width: 1199px) {

	.product-thumb .button-group button + button {
		width: 33.33%;
	}

	.product-thumb .button-group button {
		width: 33.33%;
	}

}

@media (max-width: 1080px) {

	#logo {
		margin: 0;
	}
	.header-image {
		top: -16px;
		right: 0;
		display: none;
	}
	header .container .row > div:first-child {
		padding-top: 20px;
	}
	header .container .row > div:last-child {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	header #search {
		margin: 0;
		padding: 0;
	}

	.forcefullwidth_wrapper_tp_banner {
		display: none;
	}

	.feature-article-categories {
		margin: 10px 0 10px 0;
	}

	.feature-article-categories a img {
		margin-top: 20px;
	}

	#manufacturer-logos-1 {
	    padding: 45px 20% 23px 20%;
	}

	#manufacturer-logos-2 {
	    padding: 0 20% 0 20%;
	}

	#manufacturer-logos-3 {
	    padding: 23px 20% 45px 20%;
	}
}

@media (max-width: 991px) {
	header #cart {
		display: none;
	}
	
	.product-grid .product-thumb .caption {
		min-height: 375px;
	}

}

@media (max-width: 767px) {
	.navbar {
		margin-bottom: 0;
		height: auto !important;
	}
	#menu #category {
		color: #242424;
	}
	.navbar-collapse {
		max-height: initial;
	}
	#menu .nav > li > a {
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		padding: 0 15px;
		min-height: 36px;
		text-align: center;
		line-height: 14px;
	}
	#menu div.dropdown-menu {
		background-color: #282828;
	}
	#menu .dropdown-inner a {
		text-align: center;
	}
	.breadcrumb, .flexslider {
		display: none;
	}
	h1, h2, h3, h4, h5, h6, p, .model, footer li {
		text-align: center;
	}
	img, iframe {
		max-width: 100%;
		height: auto;
	}
	.col-lg-3 {
		width: 100%;
	}
	.thumbnails {
		margin: 0 -20px;
	}
	#manufacturer-logos-1 {
	    padding: 40px 15% 18px 15%;
	}

	#manufacturer-logos-2 {
	    padding: 0 15% 0 15%;
	}

	#manufacturer-logos-3 {
	    padding: 18px 15% 40px 15%;
	}

	.product-grid .product-thumb .caption {
		min-height: 300px;
	}

	.sf-title,
	h1.sf-title {
		font-size: 24px;
		line-height: 40px;
		padding: 0 20px 0 37px;
		margin-left: 30px;
		border: none;
		border-radius: 4px;
		background: #f4f4f4;
		width: auto;
		text-align: left;
	}

	.sf-title:before,
	h1.sf-title:before {
		top: -10px;
		left: -37px;
		height: 200%;
		width: 200%;
		background-color: #fff;
		max-height: 60px;
		max-width: 60px;
		border-radius: 50%;
		border: 6px solid #fff;
		background-size: auto 100%;
	}

}

@media (max-width: 600px) {

	header .container .row > div {
		width: 100%;
		padding: 0 !important;
	}
	
	header .container .row > div:first-child {
		margin-top: 27vw;
	}

	header .container .row > div:nth-of-type(2) {
		position: absolute;
		top: 0;
	}

	header h3 {
		width: 100%;
		text-align: center;
		margin: 10px 0;
		font-size: 7vw;
	}

	.gsc_subscribe_now {
		width: 150px;
	}

	#top-links {
		width: 150px;
		display: inline-block;
	}

	#top-links ul {
		width: 146px !important;
		min-width: 146px !important;
		left: -6px !important;
	}

	#top-links > ul > li {
		width: 150px;
	}

	#logo {
		position: absolute;
		top: 10px;
	}

	.site-title {
		font-size: 45px;
		line-height: 80px;
	}

	#manufacturer-logos-1 {
	    padding: 35px 10% 13px 10%;
	}

	#manufacturer-logos-2 {
	    padding: 0 10% 0 10%;
	}

	#manufacturer-logos-3 {
	    padding: 13px 10% 35px 10%;
	}

}

@media (max-width: 480px) {

	.product-grid .product-thumb .caption {
		min-height: 320px;
	}

}

@media (min-width: 320px) and (max-width: 767px) {

	header {
		margin-bottom: 10px;
	}

	header .container {
		height: auto;
	}

	#menu {
		display: block;
	}

	#menu .btn-navbar {
		font-size: 36px;
		padding: 0px;
		background-image: none;
		background-repeat: repeat-x;
		border-color: transparent;
		width: 90%;
		float: none;
		background: none;
		box-shadow: none;
		line-height: 41px;
		margin: 0;
	}
	#menu .btn-navbar:hover,
	#menu .btn-navbar:focus,
	#menu .btn-navbar:active,
	#menu .btn-navbar.disabled,
	#menu .btn-navbar[disabled] {
		color: #fa0;
		background-color: transparent;
	}
	.navbar-nav {
		margin: -1px 0;
	}
	.navbar-collapse {
		background: rgb(0,0,0);
		background-image: repeating-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,1) 3px, rgba(30,30,30,1) 5px, rgba(30,30,30,1) 6px);
	}

	#menu .dropdown-inner ul:first-child {
		border-right: none;
	}

	.nav>li, .nav>li>a {
		display: block;
	}
	#menu .nav > li > a {
		line-height: 40px;
	}

	#slideshow1 {
		display: none !important;
	}

	.site-title {
		font-size: 36px;
		line-height: 42px;
	}

	.site-title img {
		float: left;
		margin-right: 5px;
		line-height: 48px;
		width: 80px;
		height: 80px;
	}

	.site-tagline {
		font-size: 36px;
		color: #fa0;
		margin: 30px 0;
		clear: both;
	}


	.sams-product-compare { display: none; }
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		text-align: center;
	}
	.thumbnail {
		border: none;
		padding: 0;
	}
	.thumb-hover {
		opacity: 0 !important;
	}

	.thumbnails .image-additional {
		display: inline-block;
		float: none;
		width: 78px;
		margin: 0;
	}

	.thumbnails li:first-child {
		float: none;
	}
	#content {
		padding-top: 0;
	}
	#content .row h1 {
		margin-top: 1em;
	}
	.common-home #content .row h1 {
		margin-top: 0;
	}
	#product label {
		text-align: left;
		padding-top: 0;
		font-family: Oswald,helvetica,sans-serif;
		font-size: 18px !important;
		width: auto;
	}
	.sf-logo  {
		margin: -5px 10px 10px 0;
		float: none;
	}
	#button-call, #button-email, #button-see, #button-enquiry {
		width: 135px;
		height: 135px;
		margin: 10px auto;
		font-size: 18px;
		line-height: 24px;
	}
	#button-call:before, #button-email:before, #button-see:before, #button-enquiry:before {
		font-size: 48px;
		margin-bottom: 18px;
	}
	#product-excerpt,
	#product-rating,
	#product-meta,
	#product {
		padding-left: 0;
	}
	#product-whyus i {
		margin: 5px;
		width: 80px;
		height: 80px;
		line-height: 72px;
		font-size: 48px;
		float: none;
	}

	#product-videos ul {
		margin: 0;
		padding: 0;
	}
	.video-product ul > li {
		float: none !important;
		position: relative;
		max-width: 45%;
		display: inline-block;
		vertical-align: top;
		margin: 2% !important;
	}
	.video-product .playbutton {
		margin: 0 !important;
		top: 29px;
		left: 50%;
		transform: translate(-50%);
	}

	#content .row ul.list-unstyled:nth-of-type(1) { float: none; }
	#content .row ul.list-unstyled:nth-of-type(2) { float: none; clear: both; }
	#product #input-quantity { width: 45px; }
	#button-cart { width: 150px; }
	.btn-lg { padding: 8px 16px; }
	.nav-tabs {
		text-align: center;
	}
	.nav-tabs li {
		display: inline-block;
		width: auto;
		float: none;
	}
}

@media (min-width: 600px) and (max-width: 799px) {

	.site-title {
		font-size: 45px;
		line-height: 80px;
	}

}

@media (min-width: 768px) and (max-width: 1280px) {

	.thumbnails .image-additional {
		display: inline-block;
		float: none;
		width: 78px;
		margin: 0;
	}

	#product-excerpt,
	#product-rating,
	#product-meta,
	#product {
		padding-left: 0;
	}

	#product #input-quantity {
		width: 45px;
	}

	#button-cart {
		width: 150px;
	}

}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width: 100%;
    overflow-x: hidden;
  }

}