/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*{
 -webkit-appearance: none;
 box-sizing: border-box;
}

input[type="radio"] { 
	-webkit-appearance: radio; 
}

input[type="checkbox"] { 
	-webkit-appearance: checkbox; 
}

/* stop weird highlighting on click */
span, a {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


select{ 
	background:url("images/dropdown-arrow.gif") no-repeat 99% center;
	text-indent:10px;
}

select:hover{
	cursor:pointer;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

ol li{
	list-style-type:decimal;
	padding:5px 0;
}

ol{
	margin:20px;
}

a{
	text-decoration:underline;
	color:#818181;
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

a:hover{
	text-decoration:none;
}

a img {
	border: 0;
}

img{
	max-width:100%;
}

.clear{
	width:100%;
	clear:both;
	height:0;
	margin:0;
	display:block;
}

.break.clear{
	height:15px;
}

.break10.clear{
	height:10px;
}

.break20.clear{
	height:20px;
}

.break30.clear{
	height:30px;
}

.break50.clear{
	height:50px;
}


body{
	font-family: 'Titillium Web', sans-serif;
	text-align:left;
	color:#818181;
	font-size:14px;
	padding:0;
	margin:0;
}


p{
	padding:8px 0;
}

h1,h2,h3,h4,h5{
	color:#3f3f3f
}

input, select, textarea{
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
}

.loader{
	display:none;
}

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#f8b501;
	text-align:center;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;	
	z-index:99;
	text-align:center;
}

#overlay-content{
	position:fixed;
	top:0;
	left:0;	
	width:100%;
	text-align:left;
	background:#fff;
	z-index:100;
}

.loader{
	width:100%;
	height:100%;
	text-align:center;
	background:url("../images/ajax-loader.gif") no-repeat center center;
}

.mobileonly{
	display:none;
}

/* =Padding
-------------------------------------------------------------- */

.padding20{
	padding:25px;
}


/* =Fonts
-------------------------------------------------------------- */

strong{
	font-weight:bold;
}

h1{
	font-size:38px;
	line-height:1.2em;
	padding-bottom:12px;
}

h2{
	font-size:26px;
}

h3{
	font-size:22px;
}


/* =Colours
-------------------------------------------------------------- */

.green{
	color:#0074e;
}

.orange,
a.active{
	color:#f85601;
}

.red,
label.error{
	color:#d92816;
}

.btn{
	border:0;
	text-decoration:none;
	padding:0;
	display:inline-block;
	border:1px solid #dd3d2d;
	color:#dd3d2d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */	
	font-size:15px;
	padding:6px 22px;
}

.btn:hover{
	background:#3e3e3e;
	border:1px solid #3e3e3e;
	cursor:pointer;
	color:#fff;
}


/* =Messages
-------------------------------------------------------------- */

.msg{
	border:1px solid #333;
	padding:5px 10px;
}

ul.msg.error{
	border-color:#d92816;
	color:#d92816;
}

ul.msg.success{
	border-color:#007f4e;
	color:#007f4e;
}

.hideshow_content{
	display:none;
}

/* =Forms
-------------------------------------------------------------- */

input[type=text],
input[type=password],
select,
.card_field,
textarea{
	border:1px solid #818181;
	padding:10px 0;
	text-indent:10px;
	width:100%;
}

.card_field{
	display:block;
	padding:10px 0;	
	resize: vertical;
  background:white;
  height:36px;
  box-sizing: border-box;
}

input[type=text].small{
	padding:2px;
}

textarea{
	padding:10px;
	text-indent:0;
}

select{
	background:url("../images/dropdown-arrow.gif") no-repeat 99% center;
	text-indent:10px;	
}

.btn-red,
.btn-grey,
input.submit,
input[type=submit]{
	border:0;
	background:#dd3d2d;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */	
	font-size:18px;
	padding:12px 25px;
	text-decoration:none;
	display:inline-block;
}

.btn-red:hover,
input.submit:hover,
input[type=submit]:hover{
	background:#3e3e3e;
	cursor:pointer;
}

.btn-grey{
	background:#3e3e3e;	
}

.btn-grey:hover{
	background:#dd3d2d;
	cursor:pointer;
}

.btn-grey.small,
.btn-red.small{
	font-size:13px;
	padding:4px 15px;	
}


label{
	display:block;
	text-align:left;
	font-size:16px;
	font-weight:600;
	padding-bottom:3px;
	color:#3e3e3e
}

label small{
	display:block;
	font-weight:normal;
	font-style:italic;
	font-size:13px;
}

fieldset div{
	margin: 25px 0;
}

form.add-product fieldset div{
	margin-bottom:10px;
	margin-top:10px;
}

.full-spectrum .sp-palette {
	max-width: 200px;
}


fieldset div.medium{
	float:left;
	margin-right:20px;
	width:38%;
}

fieldset div.small{
	float:left;
	width:8%;
	margin-right:10px;
}

fieldset div.x-small{
	width:2%;
	float:left;
	text-align:right;
}

fieldset div.small.nomargin{
	margin-right:0;
}

fieldset div.last{
	text-align:right;
}

fieldset div.last{
	vertical-align: middle;
}

.quantity-controls .qtyplus,
.quantity-controls .qtyminus{
	position:relative;
	display:inline-block;
	height:22px;
	width:20px;
	background:#eee;
	text-align:center;
}

.quantity-controls .qtyplus:hover,
.quantity-controls .qtyminus:hover{
	background:#333;
	color:#fff;
	cursor:pointer;
}

.quantity-controls span span{
	position:relative;
	bottom:1px;
}

.quantity-controls input{
	width:40px;
	height:22px;
	padding:0 5px;
	text-align:center;
	color:#333;
	text-indent:0;
	border-color:#c0c0c0;
	display:inline-block;
	font-size:13px;
}

.quantity-controls.readonly input{
	background:transparent;
	border:0;
}

.quantity-controls checkbox{

}

td.quantity,
th.quantity{
	width:200px;
	white-space: nowrap;
}

span.m2m-icon{
	color:#fff;
	text-decoration:none;
	background:#f88101;
	display:inline-block;
	padding:1px 6px;
	font-size:12px;
}



/* =Admin bar
-------------------------------------------------------------- */

.admin_bar{
	background:#000;	
}

.admin_bar ul{
	padding:0;
	margin:0;	
}

.admin_bar ul li{
	float:left;
	padding:0;
	margin:0;
}

.admin_bar ul li a,
.admin_bar ul li span{
	padding:5px 15px;
	color:#fff;
	display:block;
	text-decoration:none;
}

.admin_bar ul li a:hover{
	background:#333;
}


/* =Tables
-------------------------------------------------------------- */

table{
	width:100%;
	border-collapse: collapse;
}


td{
	vertical-align:top
}

/* =Alignment
-------------------------------------------------------------- */
.alignright{
	text-align:right;
}

.alignleft{
	text-align:left;
}

.aligncenter{
	text-align:center;
}

.float-right{
	float:right;
}


/* fancy box - always show arrows */

.fancybox-nav span {
 visibility: visible !important;
}