/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Prompt Equipment Hire
	Version:		1.0
	Last change:	[10.30.2014]
	Assigned to:	Titan Web (Jeffrey Marvin C. Forones)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	13px Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@import url( 'fonts/roboto-fontfacekit/stylesheet.css' );
@import url( 'fonts/RobotoSlab-fontfacekit/fonts.css' );

/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
html { overflow-y: scroll; }

body { 
	background: #f2f2f2; 
	color: #8c8c8c;
	font-size: 13px;
	font-family: 'roboto_regular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 { 
	color:#ed1b2e;
	font-family: 'roboto_slabbold',Arial,"Helvetica Neue",Helvetica,sans-serif; 
}
h1 {
	font-size:2em; 
} 

h2 {
	font-size:1.7692em; 
} 

h3 {
	font-size:1.6154em; 
} 

h4 {
	font-size:1.4615em;
} 

h5 {
	font-size:1.3077em;
} 

h6 {
	font-size:1.1538em;
}

a {
	outline:none;
}

a:hover, 
a:focus { 
	text-decoration: none; 
	outline: none;
}

input, 
button, 
textarea, 
select {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	outline:none;
}

pre,
tt,
code,
kbd,
samp,
var {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }

li, ol {
	line-height: 1.5em;
	list-style-position: inside;
}

q { font-style: italic; }

abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

textarea {
	resize:none;
	overflow-y:auto;
}

.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.ie7 .valign-item,
.ie7 .valign-helper {
	display: inline;
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after { clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix { *zoom: 1; }

.gform_validation_container {
	height: 0;
	width: 0;
	overflow: hidden;
}

.btn-red, 
.woocommerce ul.products li.product a.button, 
.woocommerce #content input.button {
	background:#ed1b2e;
	border: none;
	color:#ffffff;
	display:block;
	font-size:1.0769em;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	height:43px;
	line-height:43px;
	padding: 0;
	position:relative;
	text-shadow: 0 0 2px rgba(86, 10, 17, .23);
	text-align:center;
	width:147px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-red:hover {
	background:#404040;
	color:#ffffff;
}

.btn-red:focus, 
.woocommerce ul.products li.product a.button:focus, 
.woocommerce #content input.button:focus { 
	color:#ffffff; 
}

body .close {
	font-size: 30px;
}

/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header {}

.header-wrapper {
	margin: 38px auto 20px;
}

.header-pad { 
	margin:0 auto;
	max-width:290px; 
	width:100%;
}

.logo-wrapper { 
	width: 100%;
	z-index: 1; 
}

.logo {
	text-align:center;
}

.right-menu-wrapper,
.category-menu-wrapper { display: none; }

.right-menu-wrapper {
	float: right;
}

.menu-contact-wrapper {
	background:transparent url('../images/top-menu-contact.jpg') 0 15px no-repeat;
	display:block;
	float: right;
	margin: 10px 0 15px;
	padding: 0 0 0 50px;
	/*font-size:2em;*/
	font-size: 1.8em;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.phnum , .phnum a:link {
	color: #171717;
	height: 29px;
	line-height:29px;
}

.fax , .fax a:link {
	color: #171717;
	height: 20px;
	margin: 10px 0 0;
}

.address {
	background: url('../images/address-icon.png') left 3px no-repeat;
	color: #787878;
	clear: both;
	font-size: 15px;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding: 0 0 0 17px;
	text-align: right;
	width: 100%;
	float: right;
}

/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */

.menu-wrapper .mobile-menu-header { 
	text-align:center;
	height:45px;
	width:215px;
	margin:0 auto;
	position:relative;
}

.mobile-menu-toggle {
	background:transparent url('../images/topmenu-collapsed.png') top center no-repeat;
	border:none;
	color:#ffffff;
	display:inline-block;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:1.5385em;
	float:left;
	height:45px;
	margin:0;
	position:relative;
	width:165px;
	z-index:2;
}

.collapse-title { 
	margin:0 40px 0 0; 
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.50 );
}

.mobile-collapse {
	border:none;
	padding:0;
}

.social-media-facebook {
	background: transparent url('../images/mobile-facebook-icon-sprite.png') 0 0 no-repeat;
	display:block;
	height:44px;
	position:absolute;
	top:0;
	right:0;
	width:66px;
	z-index:1;
}

.social-media-facebook:hover {
	background: transparent url('../images/mobile-facebook-icon-sprite.png') 0 -46px no-repeat;
}

.menu-wrapper { 
	height:51px; 
	position:relative; 
	z-index:100; 
}

.menu-wrapper a { text-decoration: none; }

#menu-mobile-menu,
#menu-mobile-menu li,
#menu-mobile-menu a {
	display: block;
}

#menu-mobile-menu li,
#menu-mobile-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-mobile-menu ul {
	display: none;
	position: relative;
	width: 100%;
	z-index: 100;
}

#menu-mobile-menu li {
	float: left;
	position: relative;
	z-index: 100;
}

#menu-mobile-menu > li:hover > ul { left: 0; }

#menu-mobile-menu a {
	background:#ed1b2e;
	color: #ffffff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.50 );
}

#menu-mobile-menu a:hover,
#menu-mobile-menu a:active,
#menu-mobile-menu a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
 
/* Top-level Styling */
#mobile-menu {
	background: transparent;
	height: 51px;
	position: relative;
	width: 100%;
}

#menu-mobile-menu {
	height: 51px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#menu-mobile-menu > li {
	display:block; 
	height: auto; 
	width:100%;
}

#menu-mobile-menu > li > a {
	font-size: 18px;
	padding: 9px 45px 12px 14px;
	border-bottom:1px solid #ffffff;
}
#menu-mobile-menu > li:first-child > a { border-left: none; }

#menu-mobile-menu > li:hover > a,
#menu-mobile-menu > .current-menu-item > a {
	color: #ffffff;
	background: #404040;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */

#menu-mobile-menu .sub-menu > li { 
	position: relative;
	width: 100%;
}

#menu-mobile-menu .dropdown-list {
	background: transparent url('../images/collapse-icon.png') top center no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

#menu-mobile-menu .dropdown-list.active {
	background: transparent url('../images/collapse-active.png') top center no-repeat;
}

#menu-mobile-menu .sub-menu > li > a {
	background: #ed1b2e;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	padding: 9px 14px 12px 30px;
}

#menu-mobile-menu ul > li:hover > a,
#menu-mobile-menu ul > .current-menu-item > a,
#menu-mobile-menu ul > .current-menu-item:hover > a,
#menu-mobile-menu ul > .current-menu-ancestor > a {
	background: #414141;
}

#menu-mobile-menu li > ul li:hover > ul {
	left: 146px;
	top: 0;
}



/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner {}

.banner-wrapper { 
	border:1px solid #ffffff;
	border-top: none;
	background: #f1f1f1;
	margin: 0;
	position: relative;
	top: -30px;
	z-index: 5;
	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(163,163,163,0.5);
	-moz-box-shadow: inset 0px 0px 40px 0px rgba(163,163,163,0.5);
	box-shadow: inset 0px 0px 40px 0px rgba(163,163,163,0.5);
}


.banner-wrapper .banner-item {
	background: transparent;
	height: 615px;
	padding: 60px 0 0;
}

.banner-wrapper .banner-image {
	height: 199px;
	line-height: 187px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 230px;
}

.banner-wrapper .banner-image img {
	display:inline-block;
}

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

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

.banner-caption {
	bottom:0;
	left:0;
	right:0;
	padding: 25px 17px;
	position:relative;
	text-align:left;
	text-shadow:none;
	width:100%;
}

.banner-caption h2 {
	color:#dd1f30;
	font-family: 'roboto_slabbold',Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:2.6153em;
	height: 60px;
	line-height:30px;
	overflow: hidden;
	text-transform:uppercase;
}

.banner-content {
	color:#8c8c8c;
	font-size:1em;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	line-height:20px;
}

.banner-item .btn-red { margin:20px 0 0 0;}

.banner .carousel-prev-btn,
.banner .carousel-next-btn {
	filter: none;
	height: 199px;
	top: 100px;
	width: 21px;
}

.banner .carousel-prev-btn  { 
	background: transparent url('../images/mobile-banner-sprite.png') 0 0 no-repeat;
	left: -7px;
}

.banner .carousel-next-btn  { 
	background: transparent url('../images/mobile-banner-sprite.png') -29px 0 no-repeat; 
	right: -7px;
}




/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.content {}

/*Home Page*/

.category-wrapper { text-align: center; }

.content ul {
	padding: 0;
}

.content ul li {
	background: transparent url('../images/list-icon.png') 0 4px no-repeat;
	display: inline-block;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	position: relative;
	width: 100%;
	text-align: left;
}

.main-front-page ul li { 
	background: none;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	text-align: center;
}

.main-front-page ul li .content-list-icon {
	background: transparent url('../images/list-icon.png') 0 7px no-repeat;
	display: inline-block;
	height: 21px;
	margin: 0 5px 0 0;
	width: 16px;
}

.category-list {
	background: #dd1f30 url('../images/category-background.jpg') bottom center repeat-x;
	display: inline-block;
	margin: 17px 0 0;
	max-width:300px;
	padding:20px;
	text-align: center;
	width:100%;
}

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

.category-width img, .no-category-image img {
	height: auto;
	width: 100%;
}

.category-image {
	background: #ffffff;
	float:left;
	width:33%;
	height: 73px;
}

.category-content {
	float:right;
	text-align: left;
	width:60%;
}

.category-title {
	color:#ffffff;
	font-family: 'roboto_slabbold',Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:1.9230em;
	line-height:33px;
}

.category-description {
	color:#ddbec1;
	font-family: 'RobotoRegular',Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:1.1539em;
	line-height:18px;
	margin: 10px 0 0;
}

.category-content a {
	color:#ffffff;
	display:block;
	font-family: 'roboto_slabregular',Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:0.9333em;
	margin: 15px 0 0;
}

.category-content a:hover { 
	text-decoration: underline;
}

.category-content a span {
	background: transparent url('../images/sprite.png') -3px -81px no-repeat;
	display:inline-block;
	height:7px;
	width:7px;
}

.feat-product-wrapper {
	padding: 0 17px;
	position: relative;
}

.featured-products {
	margin: 22px 0 0 0;
	position: relative;
	width: 100%;
}

.slick-list {
	margin: 0 auto;
	overflow: hidden;
	outline:none;
	position: relative;
	width: 80%;
}

.slick-track {
	position: relative;
}

.slick-slide {
	float: left;
	position: relative;
}

.slick-prev,
.slick-next {
	color:transparent;
	border:none;
	height: 190px;
	position:absolute;
	top:0;
	width:40px;
	z-index:999;
}

.slick-prev {
	background: #ededed url('../images/lg-slider-arrow-left-sprite.png') 0 0 no-repeat;
	left: -10px;
}

.slick-prev:hover {
	background: transparent url('../images/lg-slider-arrow-left-sprite.png') -53px 0 no-repeat;
}

.slick-next {
	background: transparent url('../images/lg-slider-arrow-right-sprite.png') 0 0 no-repeat;
	right: -10px;
}

.slick-next:hover {
	background: transparent url('../images/lg-slider-arrow-right-sprite.png') -53px 0 no-repeat;
}

.sidebar .slick-prev,
.sidebar .slick-next {
	color:transparent;
	border:none;
	height:63px;
	padding: 0;
	position:absolute;
	top:65px;
	width:16px;
	z-index:999;
}

.sidebar .slick-prev {
	background:transparent url('../images/feat-arrow-sidebar-left-sprite.png') 0 0 no-repeat;
	left:0;
}

.sidebar .slick-prev:hover {
	background:transparent url('../images/feat-arrow-sidebar-left-sprite.png') -19px 0 no-repeat;
}

.sidebar .slick-next {
	background:transparent url('../images/feat-arrow-sidebar-right-sprite.png') 0 0 no-repeat;
	right:0;
}

.sidebar .slick-next:hover {
	background:transparent url('../images/feat-arrow-sidebar-right-sprite.png') -19px 0 no-repeat;
}

#carousel-sidebar-lead-in {
	background: transparent url('../images/sidebar-leadin-background.jpg') top center repeat-x;
	height: 230px;
	margin: 0 0 30px 0;
	padding: 30px 15px 15px;
}

.sidebar .carousel-inner { 
	margin: 0;
	padding: 0;
}

.sidebar-leadin-image {
	float: left;
	height: 166px;
	width: 30%;
}

.sidebar-leadin-caption { 
	color: #ddbec1;
	float: right;
	width: 65%; 
}

.sidebar-leadin-caption h2 {
	color: #ffffff;
	font-size: 1.6667em;
	margin: 0 0 5px 0;
	overflow: hidden;
	height: 53px;
	line-height: 27px;
}

.sidebar-leadin-caption a {
	color: #ffffff;
	display: block;
	font-family: 'roboto_slabregular',Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9333em;
	margin: 15px 0 0;
}

.sidebar-leadin-caption a:hover { text-decoration: underline; }

.sidebar-leadin-caption a span {
	background: transparent url('../images/sprite.png') -3px -81px no-repeat;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.sidebar-leadin-indicators { bottom: 0;}

.sidebar-leadin-indicators li {
	background: transparent url('../images/carousel-indicator.png') top center no-repeat;
	border:none;
	height: 12px;
	width: 12px;
}

.sidebar-leadin-indicators li.active {
	background: transparent url('../images/carousel-indicator-active.png') top center no-repeat;
	margin: 1px;
}

.feat-prod-item {
	height: 190px;
	margin: 0 auto;
	width: 228px;
}

.feat-img-wrapper {
	background:#ffffff;
	border: 1px solid #fdfdfd;
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.feat-img-wrap {
	height:110px;
	margin:10px auto 0;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:135px;
	z-index:1;
}

.feat-img-shadow {
	height:125px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
	-webkit-box-shadow: inset 0px 0px 54px -1px rgba(225,225,225,1);
	-moz-box-shadow: inset 0px 0px 54px -1px rgba(225,225,225,1);
	box-shadow: inset 0px 0px 54px -1px rgba(225,225,225,1);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.featured-width ,
.no-img {
	height:auto;
	width:100%;
}

.no-img {
	margin:-15px 0 0;
}

.featured-height {
	height:100%;
	width:auto;
}

.feat-prod-content {
	background: transparent url('../images/feat-title-background.jpg') top center repeat;
	height:64px;
	padding: 15px 20px;
	position: relative;
	width:100%;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.feat-prod-content a {
	background:transparent url('../images/feat-prod-button.png') top center no-repeat;
	color:#ffffff;
	display:inline-block;
	float:right;
	font-family: 'roboto_slabbold',Arial,"Helvetica Neue",Helvetica,sans-serif; 
	font-size:1.0769em;
	height:34px;
	line-height: 34px;
	text-align: center;
	width:64px;
}

.feat-prod-content a:hover {
	background:transparent url('../images/feat-prod-button-active.png') top center no-repeat;
}

.feat-prod-title {
	color:#fdfdfd;
	font-family: 'roboto_slabbold',Arial,"Helvetica Neue",Helvetica,sans-serif; 
	font-size:1.0769em;
	float:left;
	height:36px;
	overflow:hidden;
	width:60%;
	 white-space: nowrap;
}

.feat-prod-title .title {
	display: inline-block;
	line-height: 17px;
	vertical-align: middle;
	white-space: normal;
}

.helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.ie7 .feat-prod-title .title,
.ie7 .feat-prod-title .helper {
	display: inline;
	zoom: 1;
}

.mid-wrapper {
	position: relative;
	z-index: 2;
}

.main-content {
	margin: 29px auto 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.section-pad-wrapper { overflow: visible;}

.error404 .main-content { width: 100%;}

.error404 .main-sub-page { width: 100%;}

.main-front-page, .main-sub-page {
	border-bottom: 3px solid #cdcdcd;
	background: #ffffff;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main-sub-page {
	text-align: left;
}

.page-title .welcome-title {
	color:#d1d1d1;
	display: block;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 0.7308em;
	margin: 0;
}

.page-title span {
	color: #414141;
}

.main-front-page h1 {
	line-height: 25px;
}

.main-front-page h1 span {
	color:#4d4d4d;
	display: block;
}

.main-front-page .btn-red {
	display: inline-block;
}

/*Contact Us Page*/

.page-contact-us .main-sub-page {
	margin: 40px 0 0;
	width: 100%;
}

.gform_body ul li,
.contact-info ul li { 
	background: none; 
	font-size: 1.0769em;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.contact-details {
	font-size: 1em;
}

.contact-details a { color: #8c8c8c;}

.contact-details a:hover { text-decoration: underline;}

.content .textarea-full-width { width: 100%;}

/*Gallery Page*/
.content .ngg-album-compactbox:before,
.content .ngg-album-compactbox:after,
.content .ngg-album-compactbox .Thumb,
.content .ngg-description {
	border: none !important;
}

.content .ngg-albumoverview { 
	margin: 0 auto 40px;
	width: 252px; 
}

.content .ngg-album-compact { 
	margin: 15px 0 10px 0 !important;
	position: relative;
	width: 100%; 
}

.content .ngg-album-compact .btn-red { width: 100%;}

.content .ngg-album { 
	border: none;
	margin-bottom: 20px;
	overflow: visible;
	padding: 0;
}

.content .ngg-album .btn-red {
	margin: 20px 0 0;
	width: 100%;
}

.ngg-album-compactbox:before { border-bottom: 0 !important; }

.content .ngg-album-compact h4 .ngg-album-desc,
.content .ngg-albumtitle a {
	color: #8c8c8c;
	display: block;
	font-size: 1.1111em;
	font-family: 'roboto_slabbold',Arial,"Helvetica Neue",Helvetica,sans-serif; 
	font-weight: normal;
	height: auto;
	line-height: 25px;
	overflow: hidden;
}


.content .ngg-album-compact h4 { 
	height: 75px; 
	word-wrap: break-word;
}

.content .ngg-album-compact h4 .ngg-album-desc { font-size: 1.3333em; }

.content .ngg-album-compact h4 .ngg-album-desc:hover,
.content .ngg-albumtitle a:hover {
	color: #ed1b2e;
}

.content .ngg-album-link { 
	height: 100%;
	overflow: hidden;
	width: 100%; 
}

.content .ngg-album-link a { 
	display: inline-block;
	height: 100%;
	line-height: 207px;
	width: 100%;
}

.content .ngg-album-compactbox {
	background: #ffffff;
	border: 1px solid #8c8c8c;
	border-radius: 0;
	padding: 0 !important;
	text-align: center;
	height: 223px;
	width: 100%;
}

.content .ngg-album-compactbox:before,
.content .ngg-album-compactbox:after { border-bottom: none !important;}

.content .ngg-album-compactbox:hover { border: 1px solid #ed1b2e;}

.content .ngg-album-compact p { display: none;}

.ngg-title-wrap {
	display: inline-block;
	height: 50px;
	margin: 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
}

.ngg-title-wrap a {
	 display: inline-block;
	 height: 70px !important;
	 vertical-align: middle;
	 white-space: normal;
	 width: 100%;
}

.image-helper {
	 display: inline-block;
	 vertical-align: middle;
	 height: 100%;
}

.content .ngg-thumbnail {
	height: 208px;
	line-height: 208px;
	text-align: center;
	width: 252px;
}

.content .ngg-thumbnail a  { 
	border: 1px solid #8c8c8c;
	display: inline-block;
	height: 100%;
	overflow: hidden; 
	width: 100%;
}

.content .ngg-thumbnail a:hover { border: 1px solid #ed1b2e;}

.content .ngg-thumbnail img {
	border: none;
	margin: 0;
	padding: 0;
}

.content .ngg-gallery-thumbnail-box {
	width: 100%;
	height: 223px;
	margin: 5px 0;
}

.content .ngg-gallery-thumbnail-box .ngg-width,
.content .ngg-gallery-thumbnail-box .ngg-height {
	float: none;
}

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

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

.content .ngg-description { display: none; }

.ngg-galleryoverview br { display: none;}

.ngg-btn {
	font-size: 1.1538em;
}

/*Sidebar Section*/
.sidebar-wrapper { 
	margin: 20px 0;
	padding: 0;
}

.sidebar .slick-list {
	width: 100%;
}

.pre-footer-wrapper {
	background: #f1f1f1 url('../images/pre-footer-background.jpg') top center repeat-x;
	margin:-50px 0 0;
	padding: 70px 0 0;
	position: relative;
	z-index:1;
}
.pre-footer-pad {
	padding: 0 17px;
}

.pre-footer-pad h2 {
	font-size: 2em;
}

.pre-footer-pad ul {
	margin: 0 auto; 
	padding: 0;
	width: 80%; 
}

.pre-footer-pad ul li {
	background: transparent url('../images/list-icon.png') 0 4px no-repeat;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	text-align: left;
}

.entry-meta,
.entry-utility {
	display: none;
}

/*forms*/
.gform_wrapper {}
.gform_wrapper .gfield_required, 
.gform_wrapper .validation_message, 
.gform_wrapper .validation_error {
	color: #ed1b2e;
}
.gform_wrapper .validation_message { display: none;}

.gform_wrapper .validation_error {	
	padding: 0 0 15px 0; 
}

.gform_wrapper .gfield_error .ginput_container input { border: 1px solid #ed1b2e;}

.gform_wrapper .gform_edit_link {
	font-size: 80%;
	padding: 10px 0;
}

.gform_wrapper .gform_edit_link { font-size: 70%; }

.gform_wrapper .gform_heading {
	padding: 10px 0 15px 0;
	font-weight: bold;
}

.gform_wrapper .gfield.gform_validation_container {
	visibility: hidden;
	position: absolute;
}

.gform_wrapper .gform_body input, 
.gform_wrapper .gform_body select, 
.gform_wrapper .gform_body textarea {
	padding: 2px 3px;
	width: 100%;
	margin-top: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background: #f3f3f3;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gform_wrapper .gform_body input:focus, 
.gform_wrapper .gform_body select:focus, 
.gform_wrapper .gform_body textarea:focus {
	border: 1px solid #dabdbf;
	background: transparent;
}

.gform_wrapper .gform_body label { 
	font-size: 1em; 
	font-family: 'RobotoMedium',Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.gform_wrapper .gform_body input { 
	height: 35px; 
}

.gform_wrapper .gform_body textarea {
	height: 190px;
	padding: 5px;
	width: 100%;
}

.gform_wrapper .gform_footer input {
	padding: 10px 25px;
	margin-top: 0px;
	font-size: 1em; 
	font-family: 'RobotoMedium',Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	background: #ed1b2e;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.gform_wrapper .gform_footer input:hover { background: #404040; }

.gform_wrapper li,
.gform_wrapper ul,
.contact-details li,
.contact-details ul {
	margin: 0;
	list-style: none;
}

.gform_wrapper ul,
.contact-details ul { 
	padding: 0;
}

.gform_wrapper li {	padding: 0 0 10px 0; }

/* contact */
.google-maps {
	margin: 15px 0 0 0;
	overflow: hidden;
	width: 100%;
}

.google-maps iframe {
	border: none;	
	height: 190px;
	margin: 8px 0;
	overflow: hidden;
	width: 100%;
}

.contact-details table { width: 100%; }
.contact-wrapper { margin: 1em 0; }

.gform_wrapper .gform_body li.gform_hidden {
	display: hidden;
	padding: 0px;
}
.gform_wrapper .gform_body li.gfield.clear { clear: both; }

.contact-form {  padding: 0;  }

.contact-info { 
	margin: 30px 0 0;
	padding: 0;
}

.contact-info h2 { margin-top: 1em; }

.contact-info h4 {
	margin: 0;
	font-family: 'RobotoMedium',Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8c8c8c;
}

.contact-info ul li { 
	position: relative;
	width: 100%; 
}
.contact-info table { margin: 0; }
.contact-info table tr td { padding: 1px 0; }

.contact-info .details-info {
	display: inline-block;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.footer-wrapper {
	color:#ffffff;
	margin: 20px 0 0;
	width:100%;
	text-align:center;
}

.footer-enquire-button {
	background: #e91b2d url('../images/footer-enquire-button.jpg') bottom center repeat-x;
	border: 0;
	display: block;
	height: 115px;
	padding:0;
	margin: 0 auto -55px;
	position:relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	z-index:5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

.footer-enquire-button:hover { background: #404040; }

.footer-enquire-icon {
	background: transparent url('../images/sprite.png') 0 -95px no-repeat;
	display: inline-block;
	height: 33px;
	margin: 13px 0 0;
	width: 51px;
}

.footer-enquire-title {
	color: #ffffff;
	display: block;
	font-size: 1.6923em;
	font-size: 1.846em;
	font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	line-height: 24px;
}

.footer-pad { 
	background: #1b1b1b; 
	padding: 85px 17px 30px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.footer .menu-wrapper {
	height:auto;
}

/* copyright */
.copyright-wrapper {
	width:100%;
}

.footer .copyright {
	width: 100%;
	padding: 0 0 5px 0;
}

/* footer-menu */
.footer .footer-menu {
	width: 100%;
}

.footer .footer-menu ul {
	margin: 0;
	padding: 0;
	text-align:center;
}

.footer .footer-menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #5e5e5e;
}

.footer .footer-menu ul li:first-child {
	padding-left: 0px;
	border-left: none;
}

.footer .footer-menu ul li a { color: #ffffff; }

.footer .footer-menu ul li a:hover {
	text-decoration: underline;
}

/* titan badge */
.titan-badge {
	padding: 0 0 10px 20px;
}

.titan-badge .titan-title {
	display: block;
	padding: 10px 5px 0 0;
}

.titan-badge a { color: #ffffff;}

.titan-badge a.titan-logo {
	display: block;
}

.titan-badge span {
	display: inline-block;
	margin: 15px 15px 0 0;
}

.titan-badge img { 
	margin: 5px 0 0 0;
}


/* woocommerce */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
	width: 149px;
	background: url('../images/rating.png') no-repeat;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	background: url('../images/rating-active.png') no-repeat;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	font-size: 1em;
}

.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce-page .woocommerce-breadcrumb a:hover { text-decoration: underline;}

.woocommerce .page-title {
	font-size: 1.9231em;
}

.woocommerce #content div.product div.images {
	margin: 0 auto;
	width: 228px;
}

.woocommerce #content div.product div.images img { display: inline-block;}

.woocommerce #content div.product div.images img.prod-cat-width {
	height: auto;
	width: 100%;
}

.woocommerce #content div.product div.images img.prod-cat-height {
	height: 100%;
	width: auto;
}

.woocommerce ul.products li.product { 
	background: none;
	text-align: center;
	width: 100%; 
}

.woocommerce ul.products li.product.last { 
	clear: none;
	margin: 0 0 30px 10px!important;
}

.tax-product_cat.woocommerce ul.products li.product:nth-child(2n),
.tax-post-type-archive.woocommerce ul.products li.product:nth-child(2n),
.woocommerce ul.products li.product:nth-child(2n) {
	float: left !important;
	margin: 0 10px 30px;
}

.product-image-wrapper {
	border: 1px solid #8c8c8c;
	height: 225px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 225px;
}

.product-image-wrapper:hover { border: 1px solid #ed1b2e;}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	display: inline-block;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce ul.products li.product a img.prod-cat-height {
	height: 100%;
	width: auto;
}

.woocommerce ul.products li.product a img.prod-cat-width {
	height: auto;
	width: 100%;
}

.woocommerce ul.products li.product a {
	display: inline-block;
	width: 100%;
}

.woocommerce ul.products li.product h3 {
	color: #8c8c8c;
	font-family: 'roboto_slabbold',Arial,"Helvetica Neue",Helvetica,sans-serif; 
	font-size: 1.5385em;
	line-height: 25px;
}

.woocommerce ul.products li.product h3:hover {
	color: #ed1b2e;
}

.woocommerce ul.products li.product a.button {
	padding: 0;
	top: 0;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}

.woocommerce ul.products li.product a.button:hover {
	background: #414141;
}

.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
	height: auto;
	width: 100%;
}

.woocommerce-page ul.products li.product-category {
	margin: 0 auto 30px;
	height: 286px;
}

.woocommerce ul.products li.type-product { 
	clear: none;
	display: inline-block;
	float: none;
	margin: 0 0 30px; 
}

.woocommerce #content div.product div.thumbnails a {
	margin: 0  3px 6px;
	height: 70px;
	width: 70px;
}

.woocommerce #content div.product div.thumbnails a.first { 
	margin: 0  3px 6px;
	clear: none;
}

.woocommerce #content div.product div.thumbnails a.last { 
	margin: 0  3px 6px !important;
}

.woocommerce ul.products li.type-product .product-image-wrapper { width: 100%;}

.product-title-wrapper {
	height: 60px;
	overflow: hidden;
}

.product-content-wrapper { 
	height: 60px;
	margin: 0 0 10px;
	overflow: hidden;
}

.woocommerce-page div.product div.images div.thumbnails .product-image-wrapper {
	height: 70px;
	width: 100%;
}

.woocommerce-content h2 { font-size: 2em; }

.woocommerce-page div.product .product_title {
	color: #8c8c8c;
	font-size: 1.5385em;
}

.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-page #content div.product div.images img, 
.woocommerce-page div.product div.images img {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce-page img.featured-height {
	height: 100%;
	width: auto;
}

.woocommerce-page img.featured-width {
	height: auto;
	width: 100%;
}

.product-info-wrapper .btn-red,
.product-info-wrapper .btn-red:focus { 
	color: #ffffff;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 20px;
	width: 100%;
}

.product-info-wrapper .btn-red:first-child {
	margin-top: 20px;
}

.woocommerce .gform_footer { 
	margin: 15px 0 0;
}

.woocommerce input.button {
	display: inline-block;
	float: none;
	position: relative;
	text-shadow:none;
}

.woocommerce .banner-item.banner-height img {
	height: 100%;
	width:auto;
}

.woocommerce .banner-item.banner-width img {
	height: auto;
	width: 100%;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.gallery-wrapper {	width: 960px; }

.ngg-albumtitle {
	height: auto;
	overflow: hidden;
	text-transform: capitalize;
}

.ngg-gallery-thumbnail:hover {
	border: 1px solid #ed1b2e;
}

.ngg-gallery-thumbnail {
	border: 1px solid #8c8c8c;
	display: block;
	float: left;	
	height: 225px;
	overflow: hidden;	
	text-align: center;
	width: 100%;
}

.ngg-gallery-thumbnail a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 225px;
	line-height: 225px;
}

.content .ngg-gallery-thumbnail img { 
	border: none;
	display: inline-block;
	line-height: 225px;
	margin: 0;
	padding: 0;
	white-space: normal;
}

.ngg-pagination { float: left;}

.ngg-pagination span,
.ngg-pagination a {
	display: inline-block;
}

.featured-gallery-wrapper .ngg-gallery-thumbnail {
	height: 90px;
	width: 99px;
}

.ngg-clear {
	display: none;
}

/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination ul li {
	float: left;
	color: #ed1b2e;
	padding: 10px 15px;
}

.titan-pagination ul li a,
.titan-pagination ul li span {
	padding: 2px 3px;
	display: inline-block;
}

/*NGG Pagination*/
.content .ngg-navigation { height: 45px; }

.content .ngg-navigation a.page-numbers, 
.content .ngg-navigation a.next, 
.content .ngg-navigation a.prev, 
.content .ngg-navigation span,
.content .ngg-navigation span.page-numbers, 
.content .ngg-navigation span.next, 
.content .ngg-navigation span.prev {
	color: #ed1b2e;
	margin: 0;
	padding: 10px 15px;
}

.content .ngg-navigation a.page-numbers:hover,
.content .ngg-navigation a.next:hover, 
.content .ngg-navigation a.prev:hover, 
.content .ngg-navigation span.page-numbers:hover, 
.content .ngg-navigation span.next:hover, 
.content .ngg-navigation span.prev:hover {
	background: #ed1b2e;
}

.ngg-navigation span.current {
	background: #ed1b2e;
	color: #ffffff;
}

/*Woocommerce pagination*/
.woocommerce .woocommerce-pagination li {
	background: none;
	width: auto;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus, 
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce #content nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page #content nav.woocommerce-pagination ul li span.current, 
.woocommerce-page nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #ed1b2e;
	color: #ffffff;
}

.woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
	color: #ed1b2e;
	padding: 10px 15px;
}

/*------------------------------------------------------------------
	[ Twitter Bootstrap Media Queries ]
-------------------------------------------------------------------*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 480px and up) */
@media (min-width: 480px) { 
	.banner-wrapper .banner-image {
		height: 325px;
		width: 350px;
	}

	.banner .carousel-prev-btn,
	.banner .carousel-next-btn {
		opacity: 1;
		width: 40px;
	}

	.banner .carousel-prev-btn {
		background: transparent url('../images/lg-slider-arrow-left-sprite.png') 0 0 no-repeat;
	}

	.banner .carousel-prev-btn:hover {
		background: transparent url('../images/lg-slider-arrow-left-sprite.png') -53px 0 no-repeat;
	}

	.banner .carousel-next-btn {
		background: transparent url('../images/lg-slider-arrow-right-sprite.png') 0 0 no-repeat;
	}

	.banner .carousel-next-btn:hover {
		background: transparent url('../images/lg-slider-arrow-right-sprite.png') -53px 0 no-repeat;
	}

	.banner-wrapper .banner-item {
		height: 645px;
	}

	.category-list {
		max-width: 400px;
	}

	.category-image { 
		height: 122px;
		width: 34%;
	}

	#carousel-sidebar-lead-in {
		margin: 0 auto 30px;
		width: 70%;
	}

	.sidebar-leadin-caption { 
		color: #ddbec1;
		font-size: 1.1538em;
		float: right;
		width: 65%; 
	}

	.sidebar-leadin-image {
		width: 30%;
		height: 180px;
	}

	.content .ngg-gallery-thumbnail-box {
		margin: 5px;
		width: 47%;
	}

	.content .ngg-albumoverview {
		margin: 0 0 40px;
		width: 100%;
		clear: none;
		display: inline-block !important;
	}

	.content .ngg-album-compact { width: 49%; }

	.content .ngg-album { 
		display: inline-block;
		padding: 0 5px;
		width: 48%;

	}

	.content .ngg-thumbnail { width: 100%;}

	.content .ngg-album-compact h4 .ngg-album-desc {
		word-wrap: break-word;
	}

	/*Woocommerce*/
	.woocommerce ul.products {
		margin: 0 auto;
		width: 420px;
	}

	.post-type-archive.woocommerce ul.products {
		margin: 0 auto;
		width: 100%;
	}

	.woocommerce ul.products li.product {
		float: left;
		margin: 0 5px 30px; 
		width: 200px; 
	}

	.post-type-archive.woocommerce ul.products li.product {
		clear: none;
	}

	.product-image-wrapper { width: 100%;}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.headinfo-wrapper { 
		float: none;
		max-width: 300px; 
		margin: 0 auto;
	}

	.menu-contact-wrapper { margin: 10px 0 15px;}

	.header-pad { max-width:100%;}

	.navbar-header { float: none; }

	.menu-wrapper .navbar-collapse.collapse {
		display: none !important;
	}

	.menu-wrapper .navbar-collapse.in {
		display: block !important;
	}

	.category-wrapper { 
		background: #dd1f30 url('../images/category-background.jpg') bottom center repeat-x;
		padding: 0;
		text-align: center; 
		width: 100%;
	}

	.category-list {
		background: transparent url('../images/category-divider.jpg') left top repeat-y;
		float: left;
		height: 265px;
		margin: 0;
		max-width: 33.33333333%;
	}

	.category-image { 
		height: 73px;
		width: 33%;
	}

	.category-title {
		font-size: 2.5385em;
		height: 66px;
		overflow: hidden;
		word-wrap: break-word;
	}

	.category-description {
		height: 108px;
		overflow: hidden;
	}

	.category-list:first-child {
		background: none;
		padding-left: 0;
	}

	.slick-prev { left: 0;}
	.slick-next { right: 0;}

	.main-front-page h1 span {
		display: inline-block;
	}

	.main-sub-page {
		width: 100%;
	}

	.contact-form {  padding:0 15px 0 0;  }

	.contact-info { 
		margin: 0;
		padding: 0 0 0 15px;
	}

	.content .ngg-gallery-thumbnail-box {
		width: 31%;
	}

	.content .ngg-album {
		border: none;
		overflow: visible;
		padding: 0;
		width: 29%;
		float: left;
		margin: 0 8px 20px;
	}

	.content .ngg-thumbnail { width: 100%;}

	.content .ngg-album-compact { 
		width: 32%; 
	}


	.content .ngg-albumoverview {
		margin: 0 0 40px;
		width: 100%;
	}

	/*Sidebar Section*/
	.sidebar-wrapper { width: 100%;}

	.sidebar-leadin-image {
		width: 30%;
		height: 121px;
	}

	#carousel-sidebar-lead-in {
		width: 60%;
	}

	.sidebar .slick-list {
		width: 100%;
	}

	.sidebar .feat-prod-item { width: 210px;}

	.sidebar .feat-product-wrapper { padding: 0 30px;}

	.pre-footer-wrapper {
		text-align: center;
	}

	.pre-footer-pad ol li {
		list-style-position: inside;
	}

	.pre-footer-pad ul li {
		float: left;
		list-style-position: inside;
		padding: 0 15px 0 22px;
		width: 48%;
	}

	.pre-footer-pad .btn-red { 
		display: inline-block;
		margin: 20px 0 0;
	}

	.footer-enquire-button {
		height: 65px;
		margin: 0 auto -35px;
	}

	.footer-enquire-icon { margin: 13px 7px 0 0;}

	.footer-enquire-title {
		display: inline-block;
		height: 37px;
		line-height: 37px;
		vertical-align: text-bottom;
	}

	.footer-enquire-title br {
		display: none;
	}

	.footer-menu-wrapper { float: left;}

	.titan-wrapper { float: right;}

	.footer-menu ul li { float: left;}

	.footer-pad { padding: 65px 17px 20px; }

	/*Woocommerce*/
	.woocommerce ul.products { width: 100%; }

	.post-type-archive.woocommerce ul.products li.product {
		width: 30.1%;
		height: 290px;
		float: left;
		margin: 0 9px 30px;
	}

	.tax-product_cat.woocommerce ul.products li.product {
		width: 30%;
		height: 435px;
		float: left;
	}

	.tax-product_cat.woocommerce ul.products li.product.prod-margin-bottom {
		margin: 0 10px 30px 0!important;
	}

	.woocommerce ul.products li.type-product {
		margin: 0 10px 30px 10px;
		width: 203px;
	}

	.woocommerce ul.products li.type-product:first-child { margin-left: 0;}

	.woocommerce #content div.product div.images { 
		float: left;
		width: 265px;
	}

	.woocommerce #content div.product div.thumbnails a {
		height: 70px;
		width: 82px;
	}

	.woocommerce #content div.product div.summary {
		float: right;
		width: 55%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* Structure and General Styling */
	.header-wrapper { 
		margin: 0 auto 20px;
	}

	.headinfo-wrapper { 
		float: right;
		padding: 0 7px 0 0;
	}

	.address { width: 90%;}

	.top-right-facebook {
		background: transparent url('../images/social-media-bg-sprite.png') 0 0 no-repeat;
		display: block;
		height: 42px;
		top: 0;
		right: 20px;
		position: absolute;
		width: 64px;
	}

	.top-right-facebook:hover {
		background: transparent url('../images/social-media-bg-sprite.png') 0 -43px no-repeat;
	}


	.logo-wrapper { width: auto; }

	.logo { text-align: left; }


	.right-menu-wrapper {
		display: block;
		position: relative;
		padding-right: 45px;
	}

	.menu-wrapper { 
		height:60px; 
		position:relative; 
		z-index:100; 
	}

	.menu-wrapper a { text-decoration: none; }

	#menu-top-menu,
	#menu-top-menu li,
	#menu-top-menu a {
		display: block;
	}

	#menu-top-menu li,
	#menu-top-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#menu-top-menu ul {
		display: none;
		position: absolute;
		z-index: 100;
	}

	#menu-top-menu li {
		float: left;
		position: relative;
		z-index: 100;
	}

	#menu-top-menu li:hover > ul { display: block; }

	#menu-top-menu > li:hover > ul { 
		left: 15px;
		top: 41px;
		z-index: 1;
	}

	#menu-top-menu a {
		color: #FFFFFF;
		font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
		font-weight: normal;
	}

	#menu-top-menu a:hover,
	#menu-top-menu a:active,
	#menu-top-menu a:focus {
		color: #FFFFFF;
		text-decoration: none;
	}
	 
	/* Top-level Styling */
	#top-menu {
		background: transparent;
		bottom: 0;
		height: 42px;
		position: relative;
		right: 39px;
		width: 100%;
	}

	#menu-top-menu {
		height: 42px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#menu-top-menu > li { 
		height: 42px; 
		margin: 0 -14px 0 0;
		position: relative;
	}

	#menu-top-menu > .top-menu-right .after-divider {
		background: transparent url('../images/sm-topmenu-right.png') top center no-repeat;
	}

	#menu-top-menu > li .before-divider {
		float: left;
		width: 14px;
		height: 42px;
		background: transparent url('../images/sm-topmenu-left.png') top center no-repeat;
		top: 0;
		left: 0;
		position: relative;
		display: inline-block;
		z-index: 5;
	}

	#menu-top-menu > li .after-divider {
		float: left;
		width: 13px;
		height: 42px;
		background: transparent url('../images/sm-topmenu-separator.jpg') top center no-repeat;
		top: 0;
		right: 0;
		position: relative;
		display: inline-block;
		z-index: 5;
	}

	#menu-top-menu > li > a {
		float: left;
		background: transparent url('../images/sm-topmenu-background.jpg') top center repeat;
		display: inline-block;
		position: relative;
		padding: 10px 14px 12px;
		z-index: 999;
	}

	#menu-top-menu > li:first-child > a { border-left: none; }

	#menu-top-menu > li:hover > a,
	#menu-top-menu > .current-menu-item > a {
		background: #414141;
	}

	#menu-top-menu > li:hover .before-divider,
	#menu-top-menu > .current-menu-item .before-divider {
		background: transparent url('../images/sm-topmenu-left-active.png') top center no-repeat;
	}

	#menu-top-menu > li:hover .after-divider,
	#menu-top-menu > .current-menu-item .after-divider {
		background: transparent url('../images/sm-topmenu-separator-active.jpg') top center no-repeat;
	}

	#menu-top-menu > .top-menu-right:hover .after-divider,
	#menu-top-menu > .current-menu-item.top-menu-right .after-divider {
		background: transparent url('../images/sm-topmenu-right-active.png') top center no-repeat;
	}

	 
	/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
	#menu-top-menu ul {
		background: transparent;
		width: 146px;
	}

	#menu-top-menu ul > li { width: 146px; }

	#menu-top-menu ul > li > a {
		background: #e71a2d;
		border-top: 1px solid #FFFFFF;
		font-size: 14px;
		height: 40px;
		padding: 8px 10px 2px;
	}

	#menu-top-menu ul > li .before-divider,
	#menu-top-menu ul > li .after-divider { 
		display: none; 
	}

	#menu-top-menu ul > li:hover > a,
	#menu-top-menu ul > .current-menu-item > a,
	#menu-top-menu ul > .current-menu-item:hover > a,
	#menu-top-menu ul > .current-menu-ancestor > a {
		background: #414141;
		color: #ffffff;
	}

	#menu-top-menu li > ul li:hover > ul {
		left: 146px;
		top: 0;
	}

	#menu-mobile-menu,
	#menu-mobile-menu .sub-menu,
	#menu-mobile-menu .sub-menu li { 
		display: none; 
	}

	.mobile-menu-header { display: none; }

	.category-menu-wrapper { display: block; }

	#menu-category-menu { 
		float: none; 
		margin: 0 auto;
		width: 916px;
	}

	#menu-category-menu > li > a {
		color: #ffffff;
		float: left;
		background: transparent url('../images/lg-topmenu-background.jpg') top center repeat;
		font-family: 'roboto_slabregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
		/*font-size: 0.94em;*/
		font-size: 14px;
		height: 58px;
		line-height: 37px; 
		padding: 10px 0;
	}

	#menu-category-menu ul > li:first-child > a { border-top: 1px solid transparent; }

	#menu-category-menu > li:hover > a,
	#menu-category-menu .current-menu-item > a {
		background: transparent url('../images/lg-topmenu-background-active2.jpg') top center repeat;
	} 

	#menu-category-menu > li .catmenu-before-divider {
		background: transparent url('../images/lg-topmenu-separator-bef.png') top center repeat;
		float: left;
		height: 58px;
		margin: 0 0 0 -24px;
		width: 24px;
	}

	#menu-category-menu > li:first-child .catmenu-before-divider {
		background: transparent url('../images/lg-topmenu-left.png') top center no-repeat;
		width: 25px;
	}	

	#menu-category-menu > li:first-child:hover .catmenu-before-divider,
	#menu-category-menu > li.current-menu-item:first-child .catmenu-before-divider {
		background: transparent url('../images/lg-topmenu-left-activate.png') top center no-repeat;
		width: 25px;
	}	

	#menu-category-menu > li:hover .catmenu-before-divider,
	#menu-category-menu > li.current-menu-item .catmenu-before-divider {
		background: transparent url('../images/lg-topmenu-separator-active-before.png') top center no-repeat;
	}

	#menu-category-menu > li .catmenu-after-divider {
		background: transparent url('../images/lg-topmenu-divider.jpg') top center no-repeat;
		float: left;
		height: 58px;
		width: 25px;
	}

	#menu-category-menu > li:hover .catmenu-after-divider,
	#menu-category-menu > li.current-menu-item .catmenu-after-divider {
		background: transparent url('../images/lg-topmenu-divider-active.jpg') top right no-repeat;
	}

	#menu-category-menu > li.category-menu-right .catmenu-after-divider {
		background: transparent url('../images/lg-topmenu-right.png') top center no-repeat;
	}

	#menu-category-menu > li.category-menu-right:hover .catmenu-after-divider,
	#menu-category-menu > li.category-menu-right.current-menu-item .catmenu-after-divider {
		background: transparent url('../images/lg-topmenu-right-activate-2.png') top center no-repeat;
	}

	/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
	#menu-category-menu ul {
		background: transparent;
		display: none;
		list-style-type: none;
		padding: 0;
		position: absolute;
		top: 57px;
		width: 146px;
		z-index: 100;
	}

	#menu-category-menu > li:hover > ul { display: block; }

	#menu-category-menu ul > li { 
		background: none;
		float: left;
		height: auto;
		position: relative;
		z-index: 100;
		width: 146px; 
	}

	#menu-category-menu ul > li > a {
		background: #e71a2d;
		color: #ffffff;
		border-top: 1px solid #FFFFFF;
		float:left;
		font-size: 14px;
		height: 40px;
		padding: 8px 10px 2px;
		width: 100%;
	}

	#menu-category-menu .sub-menu li .catmenu-before-divider,
	#menu-category-menu .sub-menu li .catmenu-after-divider { 
		display: none; 
	}

	#menu-category-menu .sub-menu > li:hover > a,
	#menu-category-menu .sub-menu > .current-menu-item > a,
	#menu-category-menu .sub-menu > .current-menu-item:hover > a,
	#menu-category-menu .sub-menu > .current-menu-ancestor > a {
		background: #414141;
		color: #ffffff;
	}

	#menu-category-menu li > ul li:hover > ul {
		left: 146px;
		top: 0;
	}

	.feat-prod-item { width: 203px; }

	.carousel-inner {
		width: 85%;
		margin: 0 auto;
	}

	.banner-caption { 
		float: left;
		width: 400px;
	}

	.banner-wrapper .banner-image { float:right; }

	.banner-wrapper .banner-item {
		height: 440px;
		margin: 0 auto;
		padding: 70px 0 0;
		width: 100%;
	}

	.category-list {  height: 230px;  }

	.category-image { 
		height: 96px;
		width: 35%;
	}

	.category-description { height: 71px; }

	.category-content a { margin: 5px 0 0;}

	.main-sub-page { width: 70%; }

	.gform_body ul li,
	.contact-info ul li { width: 49%;}

	.textarea-full-width { width: 100% !important;}

	/*Sidebar Section*/
	.sidebar-wrapper {
		margin: 0;
		padding: 0 0 0 30px; 
		width: 30%;
	}

	.sidebar-leadin-image { width: 55px; }

	#carousel-sidebar-lead-in {
		width: 100%;
	}

	.sidebar .carousel-inner { width: 94%; }

	.sidebar .capstion-content {
		height: 59px;
		overflow: hidden;
	}

	.sidebar .slick-list {
		width: 100%;
	}

	.sidebar .feat-prod-item { width: 200px;}

	.sidebar .feat-product-wrapper { 
		margin: 30px 0;
		padding: 0 20px;
	}

	/*Woocommerce*/
	.woocommerce ul.products li.product {
		height: 435px;
		width: 182px;
	}
	.woocommerce #content div.product div.summary {
		width: 54%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.category-menu { 
		margin: 0 auto; 
		width: 1070px;
	}

	#menu-category-menu { width: 1100px; }

	#menu-category-menu > li > a { 
		/*font-size: 1.1538em; */
		font-size: 14px;
}

	.banner-caption { width: 550px; }

	.banner-wrapper .banner-image { 
		height: 350px;
		width: 410px; 
	}

	.category-content { width: 65% }

	.category-list { height: 206px; }

	.category-image { 
		height: 105px;
		width: 31%;
	}

	.slick-list { width: 1070px; }

	.feat-prod-item { width: 180px; }

	.feat-prod-content { padding: 15px; }

	.feat-prod-title { width: 85px; }

	.feat-prod-title .title,
	.feat-prod-content a {
		font-size: 0.9231em; 
	}

	.main-sub-page { width: 75%; }

	.gform_body ul li,
	.contact-info ul li { width: 48%;}

	.content .ngg-gallery-thumbnail-box {
		width: 31.1%;
	}

	/*Sidebar Section*/
	.sidebar-wrapper {
		padding: 0 0 0 30px; 
		width: 25%;
	}

	/*Woocommerce*/
	.woocommerce ul.products li.product { 
		height: 463px;
		width: 248px;
	}

	.woocommerce-page ul.products li.product-category { height: 318px; }

	.tax-product_cat.woocommerce ul.products li.product { 
		height: 443px;
		width: 31%; 
	}

	.product-image-wrapper { height: 255px; }

	.woocommerce .products ul li, .woocommerce ul.products li,
	.woocommerce-page .products ul li,
	.woocommerce-page ul.products li {
		height: 470px;
		width: 100%;
	}

	.woocommerce #content div.product div.summary {
		width: 64%;
	}

	.post-type-archive.woocommerce ul.products li.product {
		height: 320px;
	}
}
