@charset"utf-8";
/*
Theme Name: O'Connor Carroll
Description: O'Connor Carroll
Version: 1.0
Author: Nevada
Author URI: http://www.nevada.ie/
*/
/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

html, body
{
	height: 100%;
}

/* Clearfix */
.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}
* html .clearfix,:first-child+html .clearfix{zoom:1}

/*
 * HTML5 Boilerplate (modified by Nevada.ie)
 * Detailed information about this CSS: h5bp.com/css
 */

/* HTML5 display definitions */	
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{ display: block; }
audio, canvas, video{ display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]){ display: none; }
[hidden]{ display: none; }	
/* Base */
/* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units 2. Force vertical scrollbar in non-IE 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */
html{ font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing:antialiased; }
body{ margin: 0; line-height: 1; overflow-x:hidden; }	
input, select{vertical-align:middle;}
/* Remove text-shadow in selection highlight: h5bp.com/i. These selection declarations have to be separate. */	
::-moz-selection{ background: #CCC; color: #fff; text-shadow: none; }
::selection{ background: #CCC; color: #fff; text-shadow: none; }	
/* Links */	
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a{vertical-align:baseline;background:transparent;}
a:hover, a:active
{ outline: 0; }	
/* Typography */	
abbr[title]
{ border-bottom: 1px dotted; }	
b, strong{ font-weight: bold; }	
blockquote{ margin: 1em 60px; line-height: 1.4em;}	
dfn{ font-style: italic; }	
hr{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }	
ins{ background: #ff9; color: #333; text-decoration: none; }	
mark{ background: #ff0; color: #333; font-style: italic; font-weight: bold; }	
ol,ul{margin:0 0 0 30px;padding:0;}
/* hidden */
.hidden{display:none;visibility:hidden}
.visuallyhidden{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}
.invisible{visibility:hidden}		
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp
{ font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }	
/* Improve readability of pre-formatted text in all browsers */
pre{ white-space: pre; white-space: pre-wrap; word-wrap: break-word; }	
q{ quotes: none; }
q:before, q:after{ content: ""; content: none; }	
small{ font-size: 85%; }	
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }	
/* Embedded content */	
/* 1. Improve image quality when scaled in IE7: h5bp.com/d 2. Remove the gap between images and borders on image containers: h5bp.com/e */	
img{ border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }	
/* Correct overflow not hidden in IE9 */
svg:not(:root){ overflow: hidden; }	
/* Figures */	
figure{ margin: 0; }	
/* Forms */	
form{ margin: 0; }
fieldset{ border: 0; margin: 0; padding: 0; float:left;}	/* IE bug may make form disappear if you do not float this element */
/* Indicate that 'label' will shift focus to the associated form element */
label{ cursor: pointer; }	
/* 1. Correct color not inheriting in IE6/7/8/9 2. Correct alignment displayed oddly in IE6/7  */	
legend{ border: 0; *margin-left: -7px; padding: 0; }	
/* 1. Correct font-size not inheriting in all browsers 2. Remove margins in FF3/4 S5 Chrome 3. Define consistent vertical alignment display in all browsers */	
button, input, select, textarea{ font-size: 105%; margin: 0; vertical-align: baseline; *vertical-align: middle; }	
/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) 2. Correct inner spacing displayed oddly in IE6/7 */	
button, input{ line-height: normal; *overflow: visible; }	
/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */	
table button, table input{ *overflow: auto; }	
/* 1. Display hand cursor for clickable form elements 2. Allow styling of clickable form elements in iOS */	
button, input[type="button"], input[type="reset"], input[type="submit"]{ cursor: pointer; -webkit-appearance: button; }	
.hand{cursor: pointer;}
/* Consistent box sizing and appearance */	
input[type="checkbox"], input[type="radio"]{ box-sizing: border-box; vertical-align: middle; }
input[type="search"]{ -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration
{ -webkit-appearance: none; }	
/* Remove inner padding and border in FF3/4: h5bp.com/l */	
button::-moz-focus-inner, input::-moz-focus-inner{ border: 0; padding: 0; }	
/* 1. Remove default vertical scrollbar in IE6/7/8/9 * 2. Allow only vertical resizing */	
textarea{ overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid
{  }
input:invalid, textarea:invalid{ background-color: #f0dddd; }	
/* Tables */	
table{ border-collapse: collapse; border-spacing: 0; }
td{ vertical-align: top; padding: 5px; }
/* clear fix for floated elements that prevent the document flow height continuing */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
html[xmlns] .clearfix
{display: block;}	
h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;}
small{ font-size: 10px; }
ol{ list-style: decimal; }
ul{ list-style: disc; }
li{ margin-left: 30px; }
video
{
	width: 100%;
	height: auto;
}
.ie8 object
{ /* object for videos */
	
}
img
{
	height: auto;
     max-width: 100%;
}
	.ie8 #body img
{
		height: auto;
		width: auto;	
	}	
	.ie8 .main-nav img
	{
		height: auto;
		max-width: none !important;	
	}		
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -26px;
    float: left;
}	
dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,blockquote,article
{
	margin-bottom: 20px; 
}
article
{
	position: relative; 
}
p
{ 
	margin: 10px 0;
}
p#downloads-section
{
	background:#F0F0F4;	
	display:block;
	float:left;
	font-family:"open_sansbold",sans-serif;
	margin:25px 0 15px 0;
	padding:10px 2%;	
	width:96%;
}
.download-link
{
	clear:both;
	padding-left:25px;
	background:url(images/icons/sprite.png) 0 -185px no-repeat;	
	display:block;
	width:100%;
}
.page-id-62 .wc-shortcodes-row,
p.info-panel
{
	background:#164175;
	color:#FFF;
	float:left;
	padding:20px 5%;
	text-shadow:0 1px 0 #000;
	width:90%;
}
/* ---------------------------------------------------------------------- */
/* Fonts
/* ---------------------------------------------------------------------- */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 26, 2014 */
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
.theme-width
{
	margin: 0 auto;		
	position: relative;
	width:1160px;	
}
.full-width
{
	width: 100%;
}
.feature
{
	float:left;
	margin:0 30px 10px 0;
	position:relative;
}
section section
{
	margin-bottom:30px;	
	position:relative;
}
body, button, input, select, textarea 
{ 
	font-family: 'open_sansregular', Arial, sans-serif; 
}	
body 
{
	background:#F0F0F4;
	color:#000;
	font-size: 14px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
.post-excerpt 
{
	position: relative;
}
.right
{
	float: right;	
}
.left
{
	float: left;	
}
::-moz-selection{ background: #CCC; color: #fff; text-shadow: none; }
::selection{ background: #CCC; color: #fff; text-shadow: none; }
hr
{
	-moz-box-sizing:no;
	border-bottom:none;
	border-top:1px solid #CCC;	
	clear:both;
	display: block; 
	height: 1px; 
	line-height:1px;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}		
h1, h2, h3, h4, h5, h6
{
	color: #222;
	font-family: 'open_sansregular', sans-serif;	
	margin: 20px 0;
}
h1
{
	font-size: 31px;
	line-height: 33px;
	margin-top: 0;		
	margin-bottom:10px;
	text-transform:uppercase;
	width: 100%;
}
	h1.no-breadcrumb
	{
		border-bottom: 1px solid #e7e7e7;
		border-top: 1px solid #e7e7e7;
		font-size: 20px;
		line-height: 20px;		
		margin-bottom:20px;
		padding:15px 0;
		text-transform:none;
	}
	.single-post h1.news 
	{
		margin-bottom:30px;
	}
	#archives-3
	{
		display:inline-block;
		margin-top:20px;	
	}
	#inside-page h1
	{
		margin-top:0;	
	}
.title-wrapper
{
	display:block;
}
h2 
{
	font-size: 19px;
}
	h1, h2
	{
		font-family:'open_sanssemibold',sans-serif;
	}
h3 
{
	font-size: 18px;
	line-height: 22px;	
}
h4 
{
	font-size: 17px;
	line-height: 18px;	
}
h5 
{
	font-size: 16px;
	line-height: 17px;	
}
h6 
{
	font-size:15px;
	line-height: 15px;	
}
a
{
	color:#000;
	text-decoration: none;	
}
	a:hover
	{ 
		color:#C61936; 
	}	
#body a,
footer a
{
	color:#C61936;
	text-decoration: none;	
}
	#body a:hover,
	footer a:hover
	{ 
		color:#000; 
	}	
.float_left
{ 
	float: left;
	clear: none;
}
.float_right
{
	float: right;
	clear: none;
}	
.wp-caption
{
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	display:inline-block;
	padding-top:0;
	margin: 20px 10px 20px 0;
	text-align: center;
}	
	.wp-caption-text
	{	
		padding:0 10px;
	}	
	.wp-caption img
	{	
		margin: 2%!important;
		width: 96%;
	}
.image_left
{
	display: inline-block;
	float: left;	
	margin: 10px 20px 20px 0;
}
.image_right
{
	display: inline-block;
	float: right;	
	margin: 10px 0 20px 20px;
}		
#wrapper,
#page,
#body,
#container,
section,
.main-content
{
	display:block;
	float:left;
	margin:0;
	width:100%;	
}
.button, 
input[type="submit"], 
button, 
#wrapper .cform input.backbutton, 
#wrapper .cform input.resetbutton, 
#wrapper .cform input.sendbutton, 
#wrapper input.wpcf7-submit
{
	background-color:#C61936; 
	border: none;
	border-radius:6px;	
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	font-family: 'open_sanssemibold', Arial;
	font-size: 13px;
	text-shadow:0 1px 0 #000;
	height: auto;
	margin-top: 25px;
	overflow: visible;
	padding: 4px 10px;
	position: relative;
	width: auto;			
		-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
		-ms-transition: all .15s ease;
		-o-transition: all .15s ease;
	transition: all .15s ease;		
}	
	.button:hover, 
	input[type="submit"]:hover, 
	button:hover, 
	#wrapper .cform input.backbutton:hover, 
	#wrapper .cform input.resetbutton:hover, 
	#wrapper .cform input.sendbutton:hover, 
	#wrapper input.wpcf7-submit:hover
	{
		background:#333;
	}
article ol,
article ul
{
	margin-top:20px;
}
#wrapper .download-link
{
	display:block;
	margin-bottom:5px;
	width:100%;	
}
.screenreader
{ 
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px); 
	/* Fallback for old IE */ position: absolute; 
}
.align-center, 
.aligncenter
{ 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	 display: block; 
}
.align-center, .aligncenter { margin-left: auto; margin-right: auto; text-align: center; display: block; }

.align-left, .alignleft { float: left; }

	img.align-left, img.alignleft  { display: block; margin-bottom: 15px !important; margin-right: 15px !important; margin-top: 15px !important; }

.align-right, .alignright { float: right; }

	img.align-right, img.alignright { display: block; margin-bottom: 15px !important; margin-left: 15px !important; margin-top: 15px !important; }
	
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
		-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
				-webkit-border-radius: 3px;
	padding-top: 4px;
	margin: 20px;
	position: relative;
	text-align: center;
	behavior: url(/wp-content/themes/winroyindustrialpolymers/PIE.htc);	
}	
	.wp-caption img {
		margin:3% !important;
		width:94% !important;
	}
	.wp-caption-text
	{
		font-size:12px;
		padding:0 5%;
		width:90%;	
	}
blockquote.fancy_quote 
{
	background-image: url(/wp-content/themes/oconnorcarroll/images/icons/quote.png);
	background-repeat: no-repeat;
	background-position: 16px 8px;
	color:#000;
	line-height: 20px;
	margin: 20px 0 30px 0;
	padding: 10px 30px 0 65px;	
}
	blockquote.fancy_quote p
	{
		font-size: 21px;
		line-height:26px;
	}
ul.tick_list li
{
	list-style: url(/wp-content/themes/oconnorcarroll/images/icons/tick.png) outside;
}
	ul.tick_list
	{
		margin: 25px 0 25px 30px;
	}
header .theme-width
{
	background:#FFF;	
}
#menu-wrapper	
{
	background:#FFF;	
	margin:0 60px 0 60px;
	position:static;
}
/* ---------------------------------------------------------------------- */
/*	Home Page
/* ---------------------------------------------------------------------- */
#home-page #container .padding
{
	background:#FFF;
	padding:0 60px 40px 60px;
}
	#home-page .content
	{
		margin-bottom:25px;	
	}
	#home-page .content h1
	{
		font-size:17px;	
		margin:30px 0 0 0;
	}
	#home-page h2
	{
		font-size:15px;
		font-weight:lighter;	
	}	
		#home-page .content p
		{
			font-size:13px;
		}		
/* ---------------------------------------------------------------------- */
/*	Breadcrumbs
/* ---------------------------------------------------------------------- */
.breadcrumbs
{
	border-bottom:1px solid #E7E7E7;
	color:#808275;
	font-size:12px;
	padding:2px 0 17px 0;
	margin-bottom:20px;
	text-transform:uppercase;
}
.bc-link
{
	display:inline-block;
}
.bc-separator
{
	background-image: url(images/icons/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -1005px;
	display:inline-block;	
	margin:0 12px 0 14px;
	width: 6px;
	height: 12px;	
}
/* ---------------------------------------------------------------------- */
/*	Posts
/* ---------------------------------------------------------------------- */
.single .left_column
{
	border-top:1px solid #CCC;
	padding-top:20px;	
}

.post-item
{
	border-top: 1px solid #CCC;
	margin-top: 25px;	
	padding-top: 5px;
}
.widget_recent_entries ul,
.widget_recent_entries li
{
	list-style:none;
	margin:0;
}
	.widget_recent_entries li
	{
		margin-bottom:15px;	
	}
/* ---------------------------------------------------------------------- */
/*	Tables
/* ---------------------------------------------------------------------- */
table
{
	border: none;		
	margin-top: 20px;
	width:100%;	
}
table th {
	font-family:'open_sansbold';
	font-size:15px;
}
table td,
table th
{
	padding:10px;	
	text-align:left;	
}
table td
{
	padding:7px 10px;
}
/* ---------------------------------------------------------------------- */
/*	Slider
/* ---------------------------------------------------------------------- */
html .tp-bullets.simplebullets.round .bullet {
	background-image: url(images/icons/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -203px;
	display:inline-block;
	float:left;
	margin-right:8px;
	width: 14px;
	height: 14px;
}
html .tp-bullets.simplebullets.round .bullet.last
{
	width:14px !important; 	
}
html .tp-bullets.simplebullets.round .bullet:hover, 
html .tp-bullets.simplebullets.round .bullet.selected, 
html .tp-bullets.simplebullets.navbar .bullet:hover, 
html .tp-bullets.simplebullets.navbar .bullet.selected
{
	background-position:0 -173px;
}
/* ---------------------------------------------------------------------- */
/*	Testimonials
/* ---------------------------------------------------------------------- */
html .testimonial_slider
{
	border-bottom:1px solid #E7E7E7;
	border-top:1px solid #E7E7E7;
	display:inline-block;
     margin:15px 0;
     padding:15px 0;
	width:100%;
}
html #testimonial_slider_1_nav.testimonial_nav a
{
	background-image:url(images/icons/sprite.png) !important;
	background-repeat:no-repeat !important;
}
	html #testimonial_slider_1_nav.testimonial_nav a
	{
		background-position:0 -203px !important;	
	}
		html #testimonial_slider_1_nav.testimonial_nav a.selected
		{
			background-position:0 -173px !important;	
		}
html .testimonial_avatar,
html .testimonial_site,
html .sldr_title
{
	display:none;	
}
#testimonial_slider_1_prev,
#testimonial_slider_1_next
{
	bottom:100px;
}
html .testimonial_nav_arrow_wrap
{
     display:block;
     font-family:'open_sansregular', Arial, Helvetica, sans-serif !important;
}
html .testimonial_by_wrap
{
	display:none;	
}
html .testimonial_slider__default .testimonial_quote
{
     background: url(/wp-content/themes/oconnorcarroll/images/icons/quote_end.png) no-repeat right top!important;
     margin:0 5% 0 9%; 
     display:block;
     float:none;
     padding:0 10% 0 10%;
     text-align:center;
     width:80%   
}
html .testimonial_quote:before {
    background: url(images/icons/sprite.png) no-repeat 0 -803px !important;
    content: " ";
    display: block;
    float: left;
    height: 25px;
    left: -70px;
    line-height: 42px;
    position: relative;
    text-align: center;
    top: 0;
    width: 35px;
}
html .testimonial_quote span
{
	color:#000;
     font-family:'open_sansregular', Arial, Helvetica, sans-serif !important;
	font-style:normal;
     font-size:17px;
     line-height:22px;
}
html .testimonial_quote strong
{
     clear:both;
     display:block;
     float:none;
     font-family:'open_sanssemibold', Arial, Helvetica, sans-serif !important;
     font-weight:normal;
     font-size:13px;
     margin-top:15px;
     width:100%;
}
#testimonial_slider_1_prev, 
#wrapper #testimonial_slider_1_next
{
	background-color:none !important;
	background-image: url(/wp-content/themes/oconnorcarroll/images/sprites.png) !important;
	background-repeat: no-repeat !important;
	height:70px !important;
	width:28px !important;
	top:25% !important;
}
	#testimonial_slider_1_prev
	{
		background-position: -4px -62px !important;
	}
	#testimonial_slider_1_next
	{
		background-position: -40px -62px !important;
	}
html .testimonial_slider__default .testimonial_nav_arrow_wrap
{
display:block; 
}
/* ---------------------------------------------------------------------- */
/*	Pages
/* ---------------------------------------------------------------------- */
#slideshow
{
	margin-bottom:15px;	
}
.main-content
{
	background:#FFF;	
	display:inline-block;
	min-height:300px;
	padding-bottom:30px;
	width:100%;
}
	.main-content .padding
	{
		padding:0 60px 40px 60px;		
	}
table
{
	margin-top:20px;	
}
article p
{
	font-size:14px;	
	line-height:20px;
}
.title-wrapper
{
	position:relative;
	width:100%;	
}
/* ---------------------------------------------------------------------- */
/*	Search
/* ---------------------------------------------------------------------- */
input.search-button
{
	background:#3E7722;	
}
form.search
{
	margin-bottom:15px;	
}
.search h2
{
	margin:5px 0;	
}
.title.search-results
{
	font-style:italic;
	margin:30px 0 30px 0;	
}
.search-type
{
	display:inline-block;
	margin:0 0 0 20px;
	color:#000;
	font-size:12px;
	line-height:24px;
	padding:0 8px;
	background:#D1D1D1;
	vertical-align: text-top;
}
.search .content
{
	border-bottom:1px solid #FFF;
	margin:10px 0;
	padding:5px 0 20px 0;
}
.search-icon {
	background:url(images/icons/sprite.png) -2px -50px no-repeat;
	cursor:pointer;
	display:inline-block;
	height:21px;
	margin:0 0 -5px 40px;
	text-align:center;
	width:22px;
}
	.search-icon:hover
	{
		opacity:0.75;	
	}
	/* Modal */
	input#searchsubmit {
		height: auto;
		width: auto;	
	}	
	#search-modal.white-popup-block {
		background:#C61936;
		border: none;
		text-align: center;
	}	
	#search-inside {
		bottom:0;
		height:90px;
		overflow:hidden;
		position:absolute;
		right:0;
	}	
	#search-modal #searchform, #search-modal #searchform fieldset {
		float: left;	
		display: block;
		position: relative;
		width: 100%;
	}	
		#search-modal #searchform fieldset #s {
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
			height: 50px;
			font-size: 19px;
			line-height: 19px;
			margin-top: 10px;
			width: 70%;
			vertical-align: middle;
		}
		
		#search-modal #searchform fieldset #searchsubmit {
			background:none;
			border: none;
			line-height: 30px;
			vertical-align: middle;	
		}
		
		
/* ---------------------------------------------------------------------- */
/*	Footer Social Links
/* ---------------------------------------------------------------------- */		
#footer_social_icons
{
	text-align:right;	
}
#footer_social_icons span {
	background-image:url(images/icons/sprite.png);
	background-repeat: no-repeat;	
	display: inline-block;
	float:right;
	height: 29px;			
	margin-left:15px;
	width:29px;
	transition:.2s;
}

#footer_social_icons span:hover {
	transform:rotate(20deg);
		-ms-transform:rotate(20deg); /* IE 9 */
			-webkit-transform:rotate(20deg); /* Opera, Chrome, and Safari */
	transition: .2s;
}
	#footer_social_icons .facebook span {
		background-position:0 -274px;
	}						
	#footer_social_icons .twitter span {
		background-position:-84px -274px;
	}					
	#footer_social_icons .linkedin span {
		background-position:-42px -274px;	
		
	}
/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */
label
{
	cursor: pointer;
	display: block;
	margin: 0 0 5px;
}

input, textarea, select
{
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	padding: 5px 10px;
}
	
	html select#product-select
	{
		display:none;	
		margin-left:10px;
	}
	
	html select#cat,
	html select#product-select
	{
		background:#C61936;
		border: 1px solid #C61936;
		border:none;
		border-radius:5px;
		color:#FFF;	
		width:90px;
	}
		html select#cat option,
		html select#product-select
		{
			background: #F1F1F1;
			color:#000;	
		}	
			html select#product-select
			{	
				width:103px;
			}		
input
{
	padding: 6px;
	width: 140px;
}
select
{
	height: 30px;
}
textarea
{
	border-color: #CCC;
	height: 60px;		
	padding: 10px;
	resize: both;	
	position: relative;
	width: 90%;
}	
	input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus
	{
		border-color:#c61936; 
	}
input[type="submit"], button
{
	font-size: 13px;
}
	input[type="submit"].medium, button.medium
	{ 
		font-size: 15px; 
	}
	input[type="submit"].large, button.large
	{
		font-size: 17px; 
	}
	select, option
	{
		cursor: pointer;
		padding: 5px 7px;
	}
input[type="text"], input[type="password"], input[type="email"]
{
	background: #F7F7F7;
	position: relative;
}

/* Fix for Mobile Safari */
input[type="checkbox"]
{ -webkit-appearance: checkbox; width: auto; height: auto; background: none; border: none; padding: 0; }
input[type="radio"]
{ -webkit-appearance: radio; width: auto; height: auto; background: none; border: none; padding: 0; }

/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{ color: #999; }

/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder
{ color: #999; }

/* jQuery fallback */
input.placeholder, textarea.placeholder, .wpcf7 .watermark { color: #999; }

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */
#header-wrapper
{
	position:relative;	
	width:100%;
	z-index:1010;
}	
header
{
	padding:0;
	position: relative;
}	
	header .bits
	{
		display:inline-block;
		margin-left:70px;	
		text-shadow:0 1px 0 #8D1227;
	}
		header .bits strong
		{
			margin-right:10px;	
		}
		header .bits.phone-number
		{
			background:url(images/icons/sprite.png) no-repeat 0 -6px;
			padding-left:20px;	
		}
		header .bits.email
		{
			background:url(images/icons/sprite.png) no-repeat 0 -90px;
			padding-left:20px;	
		}		
.bits.mobile-tel
{
	display: none;	
}		
	#logo-holder
	{
		display:inline-block;
		float:left;	
		margin:10px 0 0 15px 0;
	}
	.large-logo
	{
		display:inline-block;
		float: left;
		height:50px;
		margin-top:20px;
		width:234px;				
	}	
#top-header
{
	color:#FFF;
	font-size:12px;
	position:relative;
	width:100%;
}			
	#top-header .padding
	{
		background:#C61936;
		padding:7px 20px;	
		text-align:right;	
		vertical-align: middle;
		line-height:26px;
	}
	#top-header a 
	{
		color:#FFF;	
	}
		#top-header a:hover
		{
			color:#CCC;
		}	
/* -------------------------------------------------- */
/*	Main Navigation
/* -------------------------------------------------- */
.main-nav
{ 
	display:inline-block;
	float:left;
	margin-top:25px;
}
	.main-nav .menu .sub-arrow
	{
		float:right;
		margin:3px 10px 0 0;
		vertical-align:1px;
	}	
.main-nav #ul-nav
{
	display:block;
	margin:0;
}
	.main-nav > ul,
	.main-nav .menu > ul
	{
		background:#FFF;
		margin: 0;
	}
		.main-nav .menu li
		{		
			display:block;
			float:left;
			list-style:none;
			margin:0;
			padding:0;
			position:relative;
		}	
			.main-nav a
			{
				display:inline-block;
				font-family:"open_sanssemibold",sans-serif;
				font-size:16px;
				padding:10px 17px;	
				position:relative;	
				text-align:center;
			}	
			.menu-item-87 a
			{
				padding:8px 10px 12px 10px;
			}
				.current-menu-item a
				{
					color:#c61936;	
				}
					.current-menu-item ul li a
					{
						color:#000;	
					}	
						.current-menu-item ul li a:hover
						{
							color:#c61936;	
						}									
			/* Dropdown */
			.main-nav li:hover > ul
			{
				background:#FFF;				
				display: block;
				left: 7px;
				margin: 0;
				top: 35px;
			}
			.main-nav ul ul
			{
				background:#FFF;
				display: none;
				left: 0;
				position: absolute;
				z-index: 1002;							
			}
			.main-nav .menu li.t_on a
			{
				color:#c61936;	
			}
				.main-nav .menu li.t_on .children a:hover
				{
					
				}						
					li.t_on > ul li a:hover, 
					li.t_on a, li.t_on > ul li a
					{ 
						
					}
				.main-nav ul ul li
				{ 	
					border-right: none;
					float: none;
				}
					ul.menu ul a
					{		
						display: block;
						font-family: 'open_sanssemibold', Arial, sans-serif;	
						font-size: 14px;
						line-height:16px;
						padding: 10px;	
						margin: 0;
						text-align: left;
						text-shadow:none;
						width: 200px;
						text-transform: none;
					}
						.main-nav ul ul a:hover, .main-nav ul ul .hover > a,
						.main-nav ul ul .current_menu_item > a, 
						.main-nav ul ul .current_menu_item > a:hover,
						.main-nav ul ul .current_menu_parent > a:hover
						{
							
						}
						.main-nav ul ul .current_menu_item > a
						{
								
						}
					li.t_on > ul li a:hover, 
					li.t_on a, 
					li.t_on > ul li a
					{ 		
						color:#c61936;
					}
					li.t_on > ul li a:hover, li.t_on a
					{ 			
					}
						li.t_on > ul li a	{
							color:#000;
						}						

			/* Sub Dropdown */
			.main-nav ul ul ul
			{
				left: 145px !important;
				top: 12px !important;	
				z-index:2000;
			}
			.main-nav ul li ul li:hover > ul
			{
				display: block;
			}
				.main-nav ul li ul li a:hover
				{
					color:#c61936;
				}
/* Nav menus */
.widget_nav_menu li
{
	list-style: none;
	margin-left: 0;
}			
	h2.widgettitle	
	{

		font-family:"open_sansbold",sans-serif;
		font-size:13px;
		margin:0 0 10px 0;
		text-transform:uppercase;
	}
/* Product Nav */
#product-menu.main-nav
{
	border-bottom: 1px solid #e7e7e7;
	width:100%;	
}
#inside-page #product-menu.main-nav
{
	margin-bottom:15px;	
}
#product-menu.main-nav ul
{
	list-style:none;
}
	#inside-page #product-menu.main-nav ul
	{
		padding-bottom:10px;
	}
	#product-menu.main-nav ul,
	#product-menu.main-nav ul li
	{
		float:left;	
		margin:0;
	}
#product-menu.main-nav
{
	margin-top:5px;
	text-align:left;
}
	#product-menu.main-nav ul
	{	
		margin-left:0;		
	}
	#product-menu.main-nav a
	{
		font-family:"open_sanssemibold",sans-serif;
		font-size:14px;		
		padding:10px 17px;	
	}
		#product-menu.main-nav li:first-of-type a
		{
			padding-left:0;
		}
		.main-nav li:last-of-type a,
		#product-menu.main-nav li:last-of-type a
		{
			padding-right:0;
		}		
/* Category Side Nav */
.widget_hier_cat 
{
	height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
}
	.tax-product-category .widget_hier_cat 
	{
		height:auto;
		overflow-y:hidden;			
	}
.widget_hier_cat ul
{
	list-style:none;	
}
	.widget_hier_cat ul,
	#body .widget_hier_cat ul li	
	{
		margin:0;	
		text-transform:uppercase;
	}	
		#body .widget_hier_cat ul li a
		{
			color:#000;	
			display:block;			
			font-family:"open_sansbold",sans-serif;
			font-size:12px;
			padding:0 0 6px 0;				
		}
			#body .widget_hier_cat ul li a:hover
			{
				color:#C61936;	
			}	
				#body .widget_hier_cat ul li ul li a
				{
					background: url(images/icons/sprite.png) 0 -1001px no-repeat;
					font-family:"open_sansregular",sans-serif;	
					padding-left:17px;
				}	
					#body .widget_hier_cat ul.children li a 
					{
						background:none;
						text-transform:none;
					}
/* Side nav */
.widget_hier_page
{
	margin-top:0;	
}
		.widget_hier_page ul li a:first-child
		{	
			font-family:"open_sansbold",sans-serif;
		}
		
		.widget_hier_page ul li ul.children li a
		{	
			font-family:"open_sansregular",sans-serif;
		}		
			.widget_hier_page li ul.children a:hover
			{	
			
			}
.widget_hier_page li.current_menu_ancestor,
.widget_hier_page li.page_item_has_children
{
	font-size:17px;
}
	.widget_hier_page li.current_menu_ancestor .children,
	.widget_hier_page li.page_item_has_children .children
	{
		font-size:14px;		
	}
		.widget_hier_page .current_menu_ancestor .current_menu_ancestor ul.children a, 
		.widget_hier_page .page_item_has_children .page_item_has_children ul.children a
		{
			padding-left:10%;
			width:90%;	
		}	
			.widget_hier_page .current_menu_ancestor .current_menu_ancestor ul.children ul.children a, 
			.widget_hier_page .page_item_has_children .page_item_has_children ul.children ul.children a
			{
				padding-left:20%;
				width:80%;	
			}			
	.widget_hier_page li,
	.widget_hier_page ul
	{
		list-style:none;
		margin:0;	
	}
	.widget_hier_page a
	{
		border-bottom:1px solid #DBDBDB;
		display:block;
		float:left;
		margin:0 0 10px 0;
		padding:0 0 10px 0;	
		width:100%;
	}
	.widget_hier_page ul.children li.current_menu_item
	{
		font-family:"open_sansbold",sans-serif;	
	}
		.widget_hier_page ul.children li.current_menu_item > *
		{
			color:#c61936;
			font-family:"open_sansregular",sans-serif;
		}
		
#colour-options		
{
	border-bottom:1px solid #CCC;
	display:block;
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	text-transform:none;	
	width:100%;
}	
	#colour-options strong
	{
		display:block;
		width:100%;
	}
	html #colour-options a		
	{
		display:inline-block !important;
		margin:0 10px 0 0;
		width:auto;
		text-transform:none;
	}
.term-colour	
{
	font-weight:700;
	padding-left:16px;
	text-transform:uppercase;	
}
html .site-map .menu-item-87 a
{
	padding:0;	
}
/* -------------------------------------------------- */
/*	Minor Navigation
/* -------------------------------------------------- */
#minor-menu-wrapper
{
	padding-top:16px;	
}
#minor-menu
{
	float:right;	
}
	#minor-menu ul
	{
		list-style:none;
		margin:0;
	}	
		
		#minor-menu ul li
		{
			float:left;	
		}
			#minor-menu ul li a
			{
				background-image:url(images/icons/sprite.png);
				background-repeat:no-repeat;
				color:#FFF;
				cursor:pointer;
				display:inline-block;
				float:left;
				font-family:'open_sansbold',sans-serif;
				font-size:12px;
				line-height:15px;
				padding-top:40px;
				text-align:center;
				text-shadow:0 1px 0  #324F76;
				text-transform:uppercase;
			}
				#minor-menu ul li a:hover
				{
					color:#c61936; 	
				}
				.menu-item-66 a
				{
					background-position:8px -738px;							
					width:50px;
				}
				.menu-item-67 a
				{
					background-position:19px -549px;							
					width:70px;
				}	
				.menu-item-70 a
				{
					background-position:35px -452px;							
					width:100px;
				}	
				.menu-item-5799 a
				{
					background-position:20px -643px;						
					width:68px;
				}												
/* -------------------------------------------------- */
/*	Mobile Navigation
/* -------------------------------------------------- */

.sidr
{
  background:#f8f8f8;
  color:#333;
  display:none;
  font-size:15px;
  height:100%;
  overflow-x:none;
  overflow-y:auto;
  position:fixed;
  top:0;
  width:260px;
  z-index:999999;
}

.sidr .sidr-inner
{
  padding:0 0 15px;
}

.sidr .sidr-inner>p
{
  margin-left:15px;
  margin-right:15px;
}

.sidr.right
{
  left:auto;
  right:-260px;
}

.sidr.left
{
  left:-260px;
  right:auto;
}
.sidr ul
{
  border-bottom:1px solid #fff;
  border-top:1px solid #dfdfdf;
  display:block;
  margin:0 0 15px;
  padding:0;
}
.sidr ul li
{
  border-bottom:1px solid #dfdfdf;
  border-top:1px solid #fff;
  display:block;
  line-height:48px;
  margin:0;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active
{
}

.sidr ul li a,.sidr ul li span
{
  color:#333;
  display:block;
  padding:0 15px;
  text-decoration:none;
}

.sidr ul li ul
{
  border-bottom:none;
  margin:0;
}

.sidr ul li ul li
{
  font-size:13px;
}

.sidr ul li ul li:last-child
{
  border-bottom:none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active
{
}

.sidr ul li ul li a,.sidr ul li ul li span
{
  color:rgba(51,51,51,0.8);
  padding-left:30px;
}

/* Mobile Styles */
.sidr ul li.close-menu a
{
	background:#333;
	color:#FFF !important;
	line-height:55px;
}
	.sidr ul li.close-menu a .background
	{	
		background:url(images/icons/sprite.png);
		background-position:0 -3132px;
		display:block;
		height:25px;
		position:absolute;
		right:15px;
		width:25px;
		top:18px;
	}
.mobile-icon,
#mobile-categories
{
	display:none;
}
#mobile-categories
{
	position: absolute;
	right: 82px;
	top: 62px;
}
#mobile-menu-wrapper ul.mobile-menu
{
	list-style: none;
	margin:0;
}
.mobile-icon
{
	background-image: url(images/icons/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -895px;
	cursor: pointer;
	height: 22px;	
	position: absolute;
	right: 22px;
	top: 67px;
	width: 28px;
}	
	.mobile-icon.on
	{
		background-position: -30px -895px;
	}
	.mobile-icon.on:hover,
	.mobile-icon:hover
	{
		background-position: -60px -895px;
	}	
	#body,#container
	{
		display:inline-block;
		position:relative;
		width:100%;	
	}
	#mobile-menu-wrapper ul
	{
		box-shadow:none;
	}
		#mobile-menu-wrapper .mobile-menu li
		{
			display: block;
			float: left;
			margin: 0;
			width:100%
		}	
			.main-nav #mobile-menu-wrapper li a
			{
				background:#333;	
				border-radius:0;
					-moz-border-radius:0;
						-khtml-border-radius:0;
							-webkit-border-radius:0;
				color:#FFF;							
			}
				#mobile-menu-wrapper li a:hover
			{
					color:#FFF !important;
					background:#C61936 !important;
				}			
			li.t_on > ul li a
			{ 
				background: none !important;
			}	
		#mobile-menu-wrapper .mobile-menu li a 
		{
			background:#FFF;
			color:#333;
			border-bottom:1px solid #F3F3F3;
			font-size:15px;
			margin: 0;
			padding: 15px 3%;
			width: 94%;	
			text-shadow: none;
		}	
			#mobile-menu-wrapper .mobile-menu li > ul li a
			{
				padding: 15px 0 15px 6% !important;
				width:92% !important;
			}
			#mobile-menu-wrapper .mobile-menu li a:hover
			{			
				font-weight:700;
			}		
			#mobile-menu-wrapper .mobile-menu li
			{
			}				
				.main-nav #mobile-menu-wrapper .mobile-menu li ul 
				{
					background:none;
				}
		#mobile-menu-wrapper .mobile-menu .current_menu_item > a, 
		#mobile-menu-wrapper .mobile-menu .current_menu_parent > a 
		{
			font-weight:700;
		}	
		#mobile-menu-wrapper .mobile-menu li a:hover, 
		#mobile-menu-wrapper .mobile-menu li.current_menu_item a, 
		#mobile-menu-wrapper .mobile-menu li.current_menu_item ul li > a:hover  
		{
			
		}			
			#mobile-menu-wrapper .mobile-menu li > ul li a
			{	
				text-transform: none;
			}			
				#mobile-menu-wrapper .mobile-menu li > ul li a:hover
				{
				}	
	.main-nav #mobile-menu-wrapper ul ul
	{
		display: block;
		float: left;
		left: 0;
		padding: 0;
		right: auto;
		margin: 0;
		top: auto;
		position: relative;
		width: 100%;
		z-index: auto;
	}	
		#wrapper .main-nav #mobile-menu-wrapper ul ul a
		{
			float: left;
			padding: 4px 2%;
			width: 96%;
		}		
		.main-nav #mobile-menu-wrapper ul ul ul
		{
			float: left;
			left: auto !important;
			margin: 0;
			position: relative;
			top: auto !important;	
			width: 100%;
		}	
		.main-nav #mobile-menu-wrapper ul ul a
		{
			text-align: left;	
		}	
		.main-nav #mobile-menu-wrapper li:hover > ul
		{
			display: block;
			left: auto;
			margin: 0;
			top: auto;						
		}		
/* Footer nav */
.menu-social-wrapper
{
	float:left;
	width:100%;
}
ul#menu-footer-menu
{
	margin:0;	
}
#footer-menu
{
	display:inline-block;
	margin:0;
}
	#menu-footer-menu li
	{
		list-style:none;			
		font-size:12px;
		margin:0;
	}					
/* ---------------------------------------------------------------------- */
/*	Body
/* ---------------------------------------------------------------------- */
body
{
	background:url(images/backgrounds/body.gif) #E7E7E7;	
}
	#body
	{ 		
		line-height:22px;
		margin-top:0;
		width: 100%;		
	}
		#inside-page #container
		{	
			display:inline-block;
			min-height:200px;
			position: relative;		
			width: 100%;
		}
			#container li
			{
				margin-bottom:10px;	
			}			
			
/* ---------------------------------------------------------------------- */
/*	Products
/* ---------------------------------------------------------------------- */	
img.lazy
{
  opacity: 0;
  transition: opacity .4s ease-in;	
}			
.sale
{
	background:url(images/icons/sprite.png) no-repeat	0 -1090px;
	display:inline-block;
	position:absolute;
	height:70px;
	left:-20px;
	width:70px;
	top:-10px;
	z-index:1200;
}
.price
{
	font-family: 'open_sanssemibold';
	font-size:35px;	
	margin-top:30px;
}
.more_product_details_button
{
	color:#C61936;
	cursor:pointer;
	font-family: 'open_sansbold';
	font-size:12px;	
	text-transform:uppercase;	
}
.more_product_details_wrapper
{
	display:inline-block;
	margin-top:20px;
}
.sub-title
{
	display:inline-block;
	font-family:"open_sanssemibold";
	font-size:20px;
	padding:17px 0 14px 0;
	text-align:left;
	text-transform:uppercase;
	width:100%;
}
	.toggle-details.sub-title
	{
		padding-bottom:4px;	
	}
		.related-products-title
		{	
			border-top:1px solid #E7E7E7;
			margin-top:20px;
		}
.more_product_details_text
{
	display:none;
}
	.more_product_details_text .padding
	{
		padding-top:15px;
	}	
.text_below_product_details
{
	padding-top:20px;
}	
.text_below_product_details h1,
.text_below_product_details h2,
.text_below_product_details h3,
.text_below_product_details h4,
.text_below_product_details h5,
.text_below_product_details h6
{
	margin:0 0 10px 0;
}
#inside-page.single-product h1
{
	margin-top:0;	
}
.term-description
{
	border-bottom:1px solid #e7e7e7;
	margin-bottom:20px;	
	padding-bottom:20px;
}
/* ---------------------------------------------------------------------- */
/*	News
/* ---------------------------------------------------------------------- */
.blog-item
{
	border-top:1px solid #E7E7E7;
	display:block;
	margin:20px 0 0 0;	
	padding:20px 0 0 0;
}
	a.news-item
	{
		font-family:'open_sanssemibold',sans-serif;
		font-size:18px;
	}
	.blog-item .content
	{
		font-size:13px;
	}	
	#body .textwidget .news-item span
	{
		font-size:12px;	
	}
	#body .textwidget
	{
		margin-bottom:10px;	
	}
	#body .textwidget a
	{
		color:#000;
		display:block;
		font-size:13px;
		line-height:18px;	
		margin-bottom:20px;
	}
		#body .textwidget a:hover
		{
			color:#C61936;
		}
	#body .one_fifth,
	#body .one_fourth,
	#body .four_fifth
	{
		padding-top:10px;
	}
		#body .one_fifth .border,
		#body .one_fourth .border
		{
			border-right:6px solid #E7E7E7;
			padding-right:20px;
		}
			.single-product #body .one_fifth .border, 
			.single-product #body .one_fourth .border
			{
				border-right:none;
				padding-right:0;
			}
/* ---------------------------------------------------------------------- */
/*	OWL Carousel
/* ---------------------------------------------------------------------- */	
/* See included css file in owl-carousel folder*/
.thumbnail-slider
{
	position:relative;
}
h5.carousel-title
{
	font-size:13px;
	text-transform:uppercase;	
}
/* ---------------------------------------------------------------------- */
/*	NGG Gallery
/* ---------------------------------------------------------------------- */	

#wrapper .ngg-widget img {
	border:none;	
	padding:0;
	margin: 0 2px 5px 0;
}

#wrapper .ngg-pro-masonry {
	width: 100% !important;
}
#wrapper .ngg-albumtitle
{
	font-size:16px;	
	font-weight:500;
}
#wrapper .ngg-album {
	border:none;	
	display:inline-block;
	margin-right:2%;
	width: 29%;
}

	#wrapper .ngg-thumbnail img {
		background-color: transparent;	
		border: none;	
		margin:0;
		padding:0;		
	}
	
		#wrapper .ngg-thumbnail img:hover {
			background-color:#1b5397;	
		}		
/* ---------------------------------------------------------------------- */
/*	Page navigation
/* ---------------------------------------------------------------------- */
#wrapper .wp-pagenavi
{
	margin: 40px 0;
}

#wrapper .wp-pagenavi .pages
{
	display: none;	
}

#wrapper .wp-pagenavi a, #wrapper .wp-pagenavi span
{
	border:none;	
}

#wrapper .wp-pagenavi a,
#wrapper .wp-pagenavi .current
{
	background:#C61936;
	color:#FFF;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
		padding: 5px 12px;	
	position: relative;
	text-decoration: none;
}

#wrapper .wp-pagenavi a:hover, 
.wp-pagenavi span.current
{
	border:none;
}
#wrapper .wp-pagenavi .current
{
	background:#333;	
}
	#wrapper .wp-pagenavi a:hover
	{
		background: #828282;	
	}	
.page_nav
{
	float: left;	
	width: 100%;
}
/* ------- Fluid Columns ------- */
.one_half { width:48%; }
.one_third { width:30.66%; }
.two_third { width:65.33%; }
.one_fourth { width:22%; }
.three_fourth { width:74%; }
.one_fifth { width:19.2%; }
.two_fifth { width:37.6%; }
.three_fifth { width:58.4%; }
.four_fifth { width:76.8%; }
.one_sixth { width:13.33%; }
.five_sixth { width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth
{ 
	float:left;
	margin-right:4%;
	position:relative;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;	
}
.one_fourth 
{ 
	margin-right:4%;
	width:20%; 
}
.three_fourth {
	 width:69%; 
}
.last {
	clear:right;
	margin-right:0 !important;
	float: right;
}	
	.one_third p:first-of-type, .two_third p:first-of-type, .one_half p:first-of-type, .last p:first-of-type {
		margin-top: 0;
	}	
.clearboth
{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}
/* ---------------------------------------------------------------------- */
/*	To Top Button
/* ---------------------------------------------------------------------- */		
#back-top
{
	position: fixed;
	bottom: 20px;
	right: 0;
	text-align: center;
	z-index: 10;
}
#back-top a
{
	width: 88px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color:#C963A2;
	/* background color transition */
			-webkit-transition: .5s;
		-moz-transition: .5s;
	transition: .5s;
}
/* arrow icon (span tag) */
#back-top span
{
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background:#C61936 url(/wp-content/themes/oconnorcarroll/images/icons/sprite.png) no-repeat 11px -565px;
	/* background color transition */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;	
	-webkit-border-radius: 45px;
	   -moz-border-radius: 45px;
		   border-radius: 45px;
	position: relative;
	behavior: url(/wp-content/themes/oconnorcarroll/PIE.php);	
}
	#back-top a:hover span
	{
		background-color:#000;
	}	
/* -------------------------------------------------- */
/*	Pagination
/* -------------------------------------------------- */
.pagination
{ 
	margin:0;
}
	.pagination a, .pagination span
	{
		border: 1px solid transparent;
		color: #9c9c9c;
		display: inline-block;
		margin: 0 8px 0 0;
		padding: 2px 8px 4px;
	}
	.ie7 .pagination li, 
	.ie7 .pagination span 
	{
		display: inline; 
	}
	.pagination .current
	{
		background: #e6edef;
		color: #707070;
		padding: 2px 7px 4px;
	}
		.pagination a:hover, .comments-pagination a:hover
		{
			border-color:#e6edef;
			color:#CCC;
		}
	.pagination .next, .pagination .prev
	{
		border: none; 
	}
/* ---------------------------------------------------------------------- */
/*	Cookie Notice
/* ---------------------------------------------------------------------- */	
#catapult-cookie-bar
{
	text-align:center !important;
}
html button#catapultCookie
{
	border-radius:0 !important;	
	color:#FFF !important;
	display:inline-block !important;
	margin:10px !important;
	text-shadow:0 1px 0 #000 !important;	
}
	html button#catapultCookie:hover
	{
		color:#CCC !important;
	}
/* ---------------------------------------------------------------------- */
/*	FAQ's
/* ---------------------------------------------------------------------- */
.single-faqs .page-item-46
{
	background:#a84013;
}
/* ---------------------------------------------------------------------- */
/*	Contact Form
/* ---------------------------------------------------------------------- */
	#wrapper .wpcf7
	{
		display:inline-block;
		margin-bottom:20px;
		width:100%;	
	}
		#wrapper .wpcf7 strong
		{
			font-weight:normal;
			margin-top:5px;
		}
			#wrapper .wpcf7 input[type="text"],
			#wrapper .wpcf7 input[type="textarea"],
			#wrapper .wpcf7 input[type="email"]
			{
				margin-bottom:20px;
			}
	#wrapper div.wpcf7-response-output
	{
		margin-bottom:20px;	
	}
	.wpcf7-response-output {
		display: block;
	}
	
	#wrapper .wpcf7-validation-errors, #wrapper .wpcf7-mail-sent-ng, #wrapper .wpcf7-spam-blocked {
		background: #c61936;
		border: none;
		color: #FFF;
	}	
	
	#wrapper .wpcf7-mail-sent-ok {
		background: #3E7722;
		border: none;
		color: #FFF;
	}	
	
	#wrapper span.wpcf7-not-valid-tip
	{
		color:#c61936;
	}
/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
footer
{
	display:inline-block;
	font-family:"open_sanssemibold",sans-serif;
	font-size:12px;
	width: 100%;
}
	footer table
	{
		margin-top:0;	
	}
		footer table td	
		{
			padding: 0 10px 10px 0;
		}
	footer a
	{
		color:#C61936;	
	}
		footer a:hover
		{
			color:#000;
		}
	footer .first-cell
	{
		font-family:"open_sansbold",sans-serif;	
	}
	footer .wrapper
	{
		display: block;
		margin:0 auto 0 auto;
		position: relative;
	}
	footer .top-footer
	{
		background:#D1D1D1;		
		display:inline-block;	
		line-height:20px;
		width:100%;
	}
		.top-footer .bits
		{
			display:block;
			width:100%;
		}
			.top-footer .bits.mobile-tel
			{
				display:none;
			}		
		footer .top-footer .padding
		{
			display:inline-block;
			padding:20px 5%;	
			width:90%;
		}		
	footer .bottom-footer
	{
		color:#AAA;
		float:left;
		font-family:"open_sansregular",sans-serif;
		font-size:12px;		
		line-height:16px;	
		padding:10px 0;
		width:100%;
	}
	footer h4
	{
		color:#222;
		font-size:14px;
		margin:0 0 16px 0 ;	
		text-transform:uppercase;
	}
	.copyright
	{
		display:inline-block;
	}			
		a.n-link
		{
			color: #AAA;
		}			

/* ---------------------------------------------------------------------- */
/*	ISOTOPE
/* ---------------------------------------------------------------------- */

#isotope-container {
	overflow: hidden;
	width: 103%;	
}
.isotope-item
{
	min-height:200px;
	margin:10px 25px 40px 0;
	vertical-align:bottom;
	width:180px;	
}
.isotope-item .title-holder
{
	margin-bottom:10px;
}
	#body .isotope-item a
	{
		color:#000;
		text-transform:uppercase;
	}
		#body .isotope-item a:hover
		{
			color:#C61936;
		}	
.isotope-item img
{
	margin-bottom:8px;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	 -ms-transition-duration: 0.8s;
	  -o-transition-duration: 0.8s;
		transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	 -ms-transition-property: height, width;
	  -o-transition-property: height, width;
		transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	 -ms-transition-property:     -ms-transform, opacity;
	  -o-transition-property:         top, left, opacity;
		transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	 -ms-transition-duration: 0s;
	  -o-transition-duration: 0s;
		transition-duration: 0s;
}

/* ---------------------------------------------------------------------- */
/*	Magnific Popup CSS
/* ---------------------------------------------------------------------- */
		
.white-popup-block
{
	background: #FFF;
	line-height: 22px;
	margin: 40px auto;
	max-width: 650px;
	padding: 10px 30px 20px 30px;
	position: relative;
	text-align: left;
}
.mfp-close-btn-in .mfp-close
{
	color: #FFF;
}
button.mfp-close, button.mfp-arrow
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	outline: 0 none;
	overflow: visible;
	padding: 0;
	z-index: 1046;
}
.mfp-close
{
	color: #FFF;
	font-family: Arial,monospace;
	font-size: 28px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px;
}
.mfp-bg
{
	background: #000;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}
.mfp-wrap
{
	height: 100%;
	left: 0;
	outline: none !important;
	position: fixed;
	top: 0;
	webkit-backface-visibility: hidden;
	width: 100%;
	z-index: 1043;
}
.mfp-container
{
	box-sizing: border-box;
	height: 100%;
	left: 0;
	moz-box-sizing: border-box;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	webkit-box-sizing: border-box;
	width: 100%;
}
.mfp-container:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before
{
	display: none;
}
.mfp-content
{
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content
{
	cursor: auto;
	width: 100%;
}
.mfp-ajax-cur
{
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom
{
	cursor: -moz-zoom-in;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content
{
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter
{
	moz-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.mfp-loading.mfp-figure
{
	display: none;
}
.mfp-hide
{
	display: none !important;
}
.mfp-preloader
{
	color:#CCC;
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044;
}
.mfp-preloader a
{
	color: #cccccc;
}
.mfp-preloader a:hover
{
	color: white;
}
.mfp-s-ready .mfp-preloader
{
	display: none;
}
.mfp-s-error .mfp-content
{
	display: none;
}
button.mfp-close, button.mfp-arrow
{
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: none;
	overflow: visible;
	padding: 0;
	webkit-appearance: none;
	webkit-box-shadow: none;
	z-index: 1046;
}
button::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
.mfp-close
{
	color: white;
	font-family: Arial, Baskerville, monospace;
	font-size: 38px;
	font-style: normal;
	height: 38px;
	line-height: 38px;
	opacity: 0.85;
	padding: 0 0 18px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 38px;
}
.mfp-close:hover, .mfp-close:focus
{
	opacity: 1;
}
.mfp-close:active
{
	top: 1px;
}
.mfp-close-btn-in .mfp-close
{
	color: #FFF !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	color: white;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}
.mfp-counter
{
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
}
.mfp-arrow
{
	height: 110px;
	margin: 0;
	margin-top: -55px;
	opacity: 0.65;
	padding: 0;
	position: absolute;
	top: 50%;
	webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 90px;
}
.mfp-arrow:active
{
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus
{
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a
{
	border: medium inset transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	width: 0;
}
.mfp-arrow:after, .mfp-arrow .mfp-a
{
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b
{
	border-bottom-width: 21px;
	border-top-width: 21px;
}
.mfp-arrow-left
{
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a
{
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b
{
	border-right: 27px solid #3f3f3f;
	margin-left: 25px;
}
.mfp-arrow-right
{
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a
{
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b
{
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder
{
	padding-bottom: 40px;
	padding-top: 40px;
}
.mfp-iframe-holder .mfp-content
{
	line-height: 0;
	max-width: 900px;
	width: 100%;
}
.mfp-iframe-holder .mfp-close
{
	top: -40px;
}
.mfp-iframe-scaler
{
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}
.mfp-iframe-scaler iframe
{
	background: black;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
img.mfp-img
{
	box-sizing: border-box;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	moz-box-sizing: border-box;
	padding: 40px 0 40px;
	webkit-box-sizing: border-box;
	width: auto;
}
.mfp-figure
{
	line-height: 0;
}
.mfp-figure:after
{
	background: #444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: '';
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}
.mfp-figure small
{
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-bottom-bar
{
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}
.mfp-title
{
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
}
.mfp-image-holder .mfp-content
{
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure
{
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px)
{
	.mfp-img-mobile .mfp-image-holder
	{
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img
	{
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure
	{
	}
	.mfp-img-mobile .mfp-figure:after
	{
		bottom: 0;
		top: 0;
	}
	.mfp-img-mobile .mfp-figure small
	{
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar
	{
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		moz-box-sizing: border-box;
		padding: 3px 5px;
		position: fixed;
		top: auto;
		webkit-box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty
	{
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter
	{
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close
	{
		background: rgba(0, 0, 0, 0.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}
@media all and (max-width: 900px)
{
	.mfp-arrow
	{
		transform: scale(0.75);
		webkit-transform: scale(0.75);
	}
	.mfp-arrow-left
	{
		transform-origin: 0;
		webkit-transform-origin: 0;
	}
	.mfp-arrow-right
	{
		transform-origin: 100%;
		webkit-transform-origin: 100%;
	}
	.mfp-container
	{
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img
{
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar
{
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 600px;
}
.mfp-ie7 .mfp-container
{
	padding: 0;
}
.mfp-ie7 .mfp-content
{
	padding-top: 44px;
}
.mfp-ie7 .mfp-close
{
	padding-top: 0;
	right: 0;
	top: 0;
}				

/* -------------------------------------------------- */
/*	TipTip CSS - Version 1.2 
/* -------------------------------------------------- */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 14px;
	color: #FFF;
	font-family: 'open_sansregular', Arial, sans-serif;
	padding:8px;
	border: none;
	background-color:#000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: #000;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #000;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 10px;
		background-color:#000;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #000;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #000;
	}
}

/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

/* Theme width */
@media only screen and (max-width: 1160px) 
{
	.theme-width
	{	
		width: 100%;
	}
	.main-content .padding
	{
		padding: 0 2% 40px;	
	}
	#menu-wrapper
	{
		margin:0 2%;	
	}
	/* -------------------------------------------------- */
	/*	Carousel
	/* -------------------------------------------------- */		
	.owl-next-button-images	
	{
		right:0 !important;	
	}
	.owl-prev-button-images
	{
		left:0 !important;	
	}	
	/* Navigation */
	.main-nav a {
	    font-size: 15px;
	    padding: 10px 12px;
	}
	#product-menu.main-nav a {
	    font-size: 13px;
	    padding: 10px 12px;
	}	
	/* Footer */
	footer .bottom-footer	
	{
		margin:0 5%;
		width:90%;	
	}
}
/* Tablet landscape size to standard 1024 (devices and browsers) */
@media only screen and (max-width: 1024px) 
{

}
@media only screen and (max-width: 980px)
{
	.main-content .four_fifth
	{
		width:69.8%;
	}
	.main-content .one_fifth
	{
		width: 26.2%;
	}	
	header
	{
		position:fixed;
		width:100%;
	}
	#body	
	{
		margin-top:135px;	
	}
	header .bits
	{
		margin-left:20px;	
	}
	.breadcrumbs
	{
		display:none;	
	}
	#menu-wrapper
	{
		border-bottom:1px solid #E7E7E7;
		margin-bottom:20px;
		padding-bottom:20px;
	}
	.large-logo
	{
		height:35px;
		width:164px;	
	}
	#home-page #container .padding	
	{
		padding: 0 20px;	
	}
	h1
	{
		font-size:20px;	
		margin-bottom:0;
	}
	.term-description
	{
		margin-bottom:5px;
		padding-bottom:5px;	
	}
	/* -------------------------------------------------- */
	/*	Navigation
	/* -------------------------------------------------- */	
	/* Main */
	#product-menu,
	.main-nav .menu
	{
		display: none;	
	}	
	/* Mobile */
	.mobile-icon,
	#mobile-categories
	{
		display: inline-block;	
	}
	#background
	{
		display: none;
	}	
}
@media only screen and (max-width: 860px)
{	
	.testimonial_wrapper,
	.testimonial_slideri
	{
		height:220px !important;
	}
	/*
	#slideshow
	{
		display:none !important;	
	}
	*/
	#body	
	{
		margin-top:135px;	
	}		
		#home-page #body	
		{
			margin-top:115px;	
		}	
}

@media only screen and (max-width: 800px)
{	

	#wrapper .wp-pagenavi .last
	{ 
		display:inline-block;
		float:right;
		width: auto;
	}
	
	#wrapper .one_half .wp-caption
	{
		height: auto;
		width: 100% !important;	
	}
	
	/* -------------------------------------------------- */
	/*	Footer
	/* -------------------------------------------------- */	
	
	.top-footer .float_left, .top-footer .float_right, .top-footer .float_left .column
	{
		clear: both;
		display: block;
		float: left;
		margin: 5px 0 15px 0;
		width: 100%;
		text-align: left;
	}
	
	footer .two_third,
	footer .one_third
	{		
		width:100% !important;	
	}
}
/* portrait tablets, landscape e-readers, landscape mobile 480px */
@media screen and (max-width: 680px) 
{ 
	#body .widget_hier_cat ul li a
	{
		display:inline-block;	
	}
		.widget_hier_cat ul li a:first-of-type
		{
			background:#ECECEC;
			border-radius:5px;
			display:inline-block;
			padding:2px 5px !important;
		}	

			#body .widget_hier_cat ul.sub-side-nav li a
			{		
				background:none;
				border-radius:0;
				display:inline-block;
				padding:0;
			}
				#body .widget_hier_cat ul li.cat-item a:first-of-type
				{		
					font-family:'open_sansbold' !important;
				}
					#body .widget_hier_cat ul li.cat-item ul li a:first-of-type
					{		
						font-family:"open_sansregular" !important;
					}
	#body .widget_hier_cat ul li a			
	{
		display:inline-block;
		float:left;	
		width:auto;
	}
	html .testimonial_quote
	{
		background:none !important;	
	}
	html .testimonial_quote::before
	{
		content:"" !important;	
	}
	html .testimonial_slider__default .testimonial_quote
	{
		background:none !important;
		padding:0 !important;
		margin:0 !important;
		width:100% !important;	
	}
	html .testimonial_quote span
	{
		font-size:13px;	
	}
	.testimonial_wrapper {
		height:150px !important;
	}
		html .testimonial_quote strong	
		{
			margin-top:5px;
		}
	.tax-product-category .one_fifth
	{
		display:none;	
	}
	.term-colour
	{
		font-style:italic;
		padding-left:0;
	}
	.widget_hier_cat
	{
		height:auto;
		overflow:auto;	
	}
	#body .widget_hier_cat ul li ul li a
	{
		background:none;
		padding-left:0;	
	}
	#sub-side-nav a.product-link
	{
		font-weight:700;	
	}
	.widget_hier_cat ul.children li
	{	
		float:left;
		display:inline-block;
		margin:0;
		padding:0;
	}
		.widget_hier_cat ul.children li a
		{		
			margin:0 20px 0 0;
			padding:7px 10px 7px 0;		
		}
		#body .widget_hier_cat ul li a
		{
			font-size:13px;	
		}
	/* ---------------------------------------- */
	/*	Responsive columns
	/* ---------------------------------------- */
	
	#wrapper .one_half,
	#wrapper .one_third,
	#wrapper .two_third,
	#wrapper .three_fourth,
	#wrapper .one_fourth,
	#wrapper .one_fifth,
	#wrapper .two_fifth,
	#wrapper .three_fifth,
	#wrapper .four_fifth,
	#wrapper .one_sixth,
	#wrapper .five_sixth,
	#wrapper .last
	{ 
		float: none;
		margin: 0 0 20px 0;
		padding:0;
		width: 100%;
	}	
		.one_fourth,
		.three_fourth
		{
			float:left;
			width: 100%;	
		}
		.one_fifth
		{
			border-bottom:1px solid #E7E7E7;
			padding-bottom:10px !important;	
		}
		.top-footer .one_fourth
		{
			margin-bottom:20px;	
		}
	html .mobile-tel
	{
		display:inline-block !important;
	}
	html .desktop-tel
	{
		display:none !important;	
	}
	#back-top
	{
		bottom: 0;
		right: 0;
		z-index:1000;
	}
		#back-top a
		{
			width: 40px;
		}
		
		/* arrow icon (span tag) */
		#back-top span
		{
			width: 40px;
			height: 40px;
			display: block;
			margin-bottom: 0;
			transition: .5s;	
			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
				   border-radius: 0;
		}
		#container table
		{
			width:100% !important;	
		}
		.wp-caption
		{
			width:100% !important;	
		}
		#minor-menu li
		{
			margin-left:5px;
		}
	#sub-side-nav ul.children
	{
		display:none;	
	}		
	html select#product-select
	{
		display:inline-block;	
	}	
}
@media screen and (max-width: 540px)
{
	.bits.locall-number
	{
		display:none;	
	}
	.bottom-footer span,
	.bottom-footer a,
	footer .one_half,
	footer .one_half.last
	{
		width:100%;	
	}
	.testimonial_wrapper {
		height:180px !important;
	}	
	#inside-page.single-product h1,
	#inside-page.single-product .fancybox
	{
		display:block;
		float:left;
		width:100%;	
	}
}
@media only screen and (max-width: 420px)
{
	/*
	#menu-wrapper
	{
		border:none;
		margin-bottom:0;	
		padding-bottom:0;
	}		
	#header-wrapper .clearfix
	{
		display:none;	
	}
	#inside-page #body	
	{
		margin-top:165px;	
	}	
	#home-page #body	
	{
		margin-top:155px;	
	}
	#mobile-categories
	{
		right:auto;
		top:auto;
		margin-top:20px;
		position:relative;
		width:100%;
	}
		#mobile-categories select
		{
			width:96.5%;
		}
	*/
	#mobile-categories
	{
		right:55px;	
	}
	.mobile-icon
	{
		right:15px;
	}
	header .bits.email,
	header .bits.phone-number
	{
		background:none;
		font-size:13px;
		padding:0;	
	}
	div.wp-caption
	{
		margin-left: 0 !important;	
		margin-right: 0 !important;	
	}
	div.wp-caption, img.size-medium, div.wp-caption img
	{
		height: auto !important;
		width: 100% !important;	
	}
	.testimonial_wrapper,
	.testimonial_slideri
	{
		height:220px !important;
	}		
}
@media only screen and (max-width: 360px)
{
	#search-modal #searchform fieldset #s
	{
		width:90%;	
	}
}
@media only screen and (max-width: 350px)
{
	html select#product-select
	{	
		margin-left:0;
	}
	header .bits.email
	{
		display:none;	
	}
	header .bits.phone-number
	{
		font-size:16px;
		float:left;
	}	
	.large-logo	
	{
		height:30px;
		margin:20px 0 5px 0;
		width:141px;
	}
}