/****** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CSS COPYRIGHT www.volocommerce.com - The CSS is prohibited from viewing, using in whole or part. 
Usage of the CSS may result in legal action. A notification has been sent to us letting us know 
this page has been accessed directly including the IP, Time and domain it was accessed from. 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! *******/

/*
/ Colours used
/ ------------------------------ */

/*
 * Primary: #474747
 * Light gray (border): #dedede
 * Lighter gray: #f0f0f0
 */

/*
/ Global
/ ------------------------------ */

video{
	background: #000000;
}

#page{
	font-family: 'Open Sans', Arial, sans-serif;

	background-color: #f5f5f5;
}

@media (min-width: 1200px){
	.container{
	    max-width: 1200px;
	}
}

.container{
	
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.margin-top{
	margin-top: 20px;
}

.margin-bottom{
	margin-bottom: 20px;
}

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

.hidden{
	display: none;
}

.heading{
	background-color: #474747;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px;
}

.subheading{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 5px 0 40px;
}

/*
/ Typography
/ ------------------------------ */

h1{
	font-size: 16px;
	color: #474747;
}

h2{
	font-size: 14px;
	color: #474747;
}

h3{
	font-size: 13px;
	color: #474747;
}

h4{
	font-size: 13px;
	color: #474747;
}

h5{
	font-size: 13px;
	color: #474747;
}

a{
  color: #0275d8;
}

a:focus, a:hover{
  color: #014c8c;
}

/*
/ Images
/ ------------------------------ */

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
 

@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 14px;
	color: #474747;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

/*
/ Buttons
/ ------------------------------ */

.btn{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;
	
	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*** Button colours ***/

.btn-default{
	background-color: #ffffff;
	border-color: #dedede;
	color: #474747;
}

.btn-default:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	color: #474747;
}

.btn-primary{
	background-color: #474747;
	border-color: #474747;
	color: #ffffff;
}

.btn-primary:hover{
	text-decoration: none;
	background-color: #444444;
	color: #ffffff;
}

/*
/ Header
/ ------------------------------ */

#header{
	text-align: center;

	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	background-color: #474747;
}

#header .container{
	background-color: transparent;
}

#header .logo{
	display: inline-block;
	float: left;
	margin: 320px 0 13px;
}

#header .logo img{
	max-width: 100%;
}

@media (max-width: 575px) {
	#header{
		background-image: none;
	}
	#header .logo{
		margin: 10px 0;
	}
	#header .logo img{
		width: 280px;
	}
}

/*
/ Main
/ ------------------------------ */

#main{
	margin-top: 30px;
	padding-bottom: 10px;
}

@media (max-width: 575px) {
	#main{
		margin-top: 0;
	}
}

@media (min-width: 576px) {
	#image-container{
		float: right;
	}
}

/*
/ Images
/ ------------------------------ */

.images{
	margin-top: 0;
	position: relative;
	margin-right: -15px;
}

.image-container-inner{
	float: left;
	width: 100%;
	background-color: #fff;
}

@media (max-width: 767px){
	.image-container-inner{
		margin: 15px 0;
	}
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images .main-sentinel{
	width: 100%;
}

.images .image{
	width: 20%;
	float: left;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px){
	.images .image{
		width: 25%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 25%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}

.image .thumbnail[for="thumbnail-control-1"],
.image .thumbnail[for="thumbnail-control-2"],
.image .thumbnail[for="thumbnail-control-3"],
.image .thumbnail[for="thumbnail-control-4"],
.image .thumbnail[for="thumbnail-control-5"]{
	margin-top: 30px;
}

@media (max-width: 1023px){
	.image .thumbnail[for="thumbnail-control-5"]{
		margin-top: 0;
	}
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 15px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 16px;
		height: 16px;
		border-radius: 100%;
		margin: 10px 5px 0;
		border: 2px solid #474747;
	}
	.image .thumbnails-control:checked + label{
		background-color: #474747;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
}

.image .main .main-content{
	position: relative;
	border-bottom: 30px solid #f5f5f5;
}

@media (max-width: 575px){
	.image .main .main-content{
		border: 0;
	}
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #474747;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: 5px;
	background-image: url('images/prev.png');
}

.image .main .next{
	right: 5px;
	background-image: url('images/next.png');
}

/***
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;

	background-color: #c1c1c1;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('images/prev2.png');
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.image .main .next{
	right: -15px;
	background-image: url('images/next2.png');
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
***/

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
	.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		padding-left: 20px;
		line-height: 15px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #474747;
		font-size: 12px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		top: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('images/close.png');
	}
}

@media (min-width: 1024px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
	}
}

/*
/ Item Description
/ ------------------------------ */

#main-details > div{
	background-color: #fff;
	padding: 25px;

	text-align: center;
}

.brand{
	max-width: 250px;
}

.social img{
	margin: 0 3px 8px;
}

#main-details video{
	margin-top: 30px;
}

@media (max-width: 767px){
	#main-details video{
		margin-top: 15px;
	}
}

/*** Title ***/

h1.title{
	font-weight: 700;
	font-size: 15px;
	color: #474747;
	line-height: 1.2;
    margin-top: 10px;
}

h2.model{
    font-weight: 600;
    color: #474747;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 40px;

    margin-top: 12px;
      
    line-height: 48px;
}

/*** Description ***/

.item-description{
	font-size: 13px;
	line-height: 1.4;
	color: #474747;
    text-align: left;
}

/*** Description Overides ***/

.item-description img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.item-description ul li,
.item-description ol li{
	margin-bottom: 4px;
}

.item-description table{
	font-size: 13px;
}

.item-description font,
.item-description b font,
.item-description strong font,
.item-description p font,
.item-description ul li font,
.item-description ol li font,
.item-description th font,
.item-description td font,
.item-description h2 font,
.item-description h3 font,
.item-description h4 font,
.item-description h5 font,
.item-description b,
.item-description strong{
	font-family: inherit !important;
}

.item-description p,
.item-description p font{
	font-size: 13px !important;
}

.item-description p,
.item-description ul li,
.item-description ol li,
.item-description th,
.item-description td,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description span,
.item-description div{
	font-family: inherit !important;
	line-height: inherit !important;
}

/*
/ Tabs
/ ------------------------------ */

.tabs{
	margin-top: 30px;
}

@media (max-width: 767px){
	.tabs{
		margin-top: 15px;
	}
}

.tabs .tab-control{
	display: none;
}

.tabs > label{
	float: left;
	padding: 15px 30px;
	border-right: 2px solid #f5f5f5;
	margin-bottom: 0;
	margin-right: 0;
	  
	font-size: 16px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #474747;
	font-weight: 600;

	background-color: #eeeeee;
}

@media (max-width: 1023px) {
	.tabs > label{
		padding: 15px 20px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.tabs > label{
		float: none;
		display: block;
		margin: 0;
		border-right: 0;
		border-bottom: 1px solid #f5f5f5;
		padding: 10px 15px;

		background-image: url(images/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.tabs .tab-control:checked + label{
		background-image: url(images/tab-arrow-mobile-open.png);
	}
}

.tabs > label:hover{
	color: #D1B801;
	background-color: #fff;
	cursor: pointer;
}

.tabs .tab-control:checked + label{
	background-color: #fff;
	color: #D1B801;
}

.tabs .tab-contents,
.tabs .tab-contents-mobile{
	background-color: #fff;
}
.tabs .tab-contents-mobile{
	border-top: 0;
}

.tabs .returns-content{
	height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.tabs .tab-contents .tab-content,
.tabs .tab-contents-mobile .tab-content-mobile{
	animation-name: fadeIn;
  	animation-duration: 1.0s;
	display: none;
	padding: 15px 30px;
	font-size: 13px;
	line-height: 1.4;
	color: #474747;
}

@media (max-width: 1023px) {
	.tabs .tab-contents .tab-content,
	.tabs .tab-contents-mobile .tab-content-mobile{
		padding: 15px 20px;
	}
}

.tabs .tab-contents .tab-content img,
.tabs .tab-contents-mobile .tab-content-mobile img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.tabs .tab-contents .tab-content ul,
.tabs .tab-contents .tab-content ol,
.tabs .tab-contents-mobile .tab-content-mobile ul,
.tabs .tab-contents-mobile .tab-content-mobile ol {
	padding: 0;
}

.tabs .tab-contents .tab-content ul li,
.tabs .tab-contents .tab-content ol li,
.tabs .tab-contents-mobile .tab-content-mobile ul li,
.tabs .tab-contents-mobile .tab-content-mobile ol li{
	margin-bottom: 20px;

	list-style: none;

	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
}

@media (max-width: 767px) {
	.tabs .tab-contents{ display: none; }
  	#tab-control-1:checked ~ .tab-contents-mobile #tab-content-1-mobile,
	#tab-control-2:checked ~ .tab-contents-mobile #tab-content-2-mobile,
	#tab-control-3:checked ~ .tab-contents-mobile #tab-content-3-mobile,
	#tab-control-4:checked ~ .tab-contents-mobile #tab-content-4-mobile{
		display: block;
		padding: 15px;
	}
	#tab-2-control-1:checked ~ .tab-contents-mobile #tab-2-content-1-mobile,
	#tab-2-control-2:checked ~ .tab-contents-mobile #tab-2-content-2-mobile,
	#tab-2-control-3:checked ~ .tab-contents-mobile #tab-2-content-3-mobile,
	#tab-2-control-4:checked ~ .tab-contents-mobile #tab-2-content-4-mobile{
		display: block;
		border-top: 1px solid #dedede;
	}
}

@media (min-width: 768px) {
	.tabs .tab-contents-mobile{ display: none; }
	#tab-control-1:checked ~ .tab-contents #tab-content-1,
	#tab-control-2:checked ~ .tab-contents #tab-content-2,
	#tab-control-3:checked ~ .tab-contents #tab-content-3,
	#tab-control-4:checked ~ .tab-contents #tab-content-4{
		display: block;
	}
	#tab-2-control-1:checked ~ .tab-contents #tab-2-content-1,
	#tab-2-control-2:checked ~ .tab-contents #tab-2-content-2,
	#tab-2-control-3:checked ~ .tab-contents #tab-2-content-3,
	#tab-2-control-4:checked ~ .tab-contents #tab-2-content-4{
		display: block;
	}
}

.spec-table{
	margin-bottom: 25px;
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #474747;
}

.spec-table[data-empty=""]{
	display: none;
}

.section-heading{
    font-size: 20px;
    color: #D1B801;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #EEEEEE;
}

.spec-table th{
    width: 50%;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #EEEEEE;
    padding: 3px 0;
    color: #474747
}

.spec-table td{
    text-align: left;
    vertical-align: top;
    padding: 3px 0 3px 10px;
    color: #474747
}

/*
/ Product Box
/ ------------------------------ */

.box-products{
	display: none;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

.box-products h2{
	background-color: #f0f0f0;
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

/*
/ Product
/ ------------------------------ */

.products{
	padding: 15px 15px 0;
}

.products .product{
	display: none;
	margin-bottom: 15px;
}

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.products .product .image:hover{
	opacity: 0.85;
}

.products .product .image img{
	width: 100%;
}

.products .product .title{
	height: 74px;
	line-height: 15px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	color: #474747;
	margin-bottom: 5px;
}

@media (min-width: 576px) and (max-width: 1023px){

}

.products .product .rrp{
	overflow: hidden;
	margin: 0;
	height: 19px;
	display: block;
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}

.products .product .rrp:after{
	float: left;
	content: "RRP:";
	margin-right: 4px;
}

.products .product .price{
	display: block;
	margin: 0;
	font-size: 13px;
	color: #474747;
	font-weight: bold;
}

.products .product .price:after{
	float: left;
	content: "Now:";
	margin-right: 4px;
}

/*
/ Footer
/ ------------------------------ */

#footer{
	padding: 50px 0;
	background-color: #474747;
}

#footer .about{
	padding-bottom: 20px;
}

#footer .about img{
	margin-bottom: 20px;
}

#footer .about p{
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.paypal{
	float: right;
	margin-top: 70px;
}

/*** Nav ***/

#footer ul{
	list-style: none;
	padding: 0;
}

#footer ul li{
	margin-bottom: 9px;
}

#footer ul li a{
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

#footer ul li a:hover{
	color: #fff;
}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	background-color: #fff;
	padding: 30px 0 10px;
	text-align: center;
}

/*** Copyright box ***/

.copyright{
	display: inline-block;
	text-align: center;
	padding: 10px 15px 0;
	border: 1px solid #dedede;
	margin: 0 5px;
	min-height: 68px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.copyright:hover{
	text-decoration: none;
}

.copyright span{
	display: block;
	color: #606060;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
	text-align: center;
}
.copyright.volo span{ color: #35b3b0; }

.copyright img{
	margin-top: 4px;
}




