/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Northrim
	Version:		1.0
	Last change:	04.09.15 [Created]
	Assigned to:	Developer (E & C)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[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:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@import 'fonts/open-sans/stylesheet.css';
/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
	color: #707070;
	font-family: 'open_sansregular', sans-serif;
	line-height: 21px;
}
h1 {
	text-transform: uppercase;
    font-family: 'Changa One', cursive;
	font-size: 25px;
    /** color: #5983bd; **/
    color: #002b54;
} 

h2, h3, h4, h5, h6 {
    font-family: 'Changa One', cursive;
    color: #002b54;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
} 

h6 {
	font-size: 14px;
}

a {
	
}

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; }

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;
}

/* Global Helper */
.global-width {
	width: 100%;
}
.global-width-helper {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.global-width-helper-no-pad {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.global-width-helper-no-pad-left {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 0;
}
.global-width-helper-no-pad-right {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 15px;
}
.overflow-hidden {
	overflow: hidden;
}

/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
	background: #323a56 url('../images/header-img-bg2.jpg') no-repeat scroll center 0;
}
.header-pad {
	background: transparent none repeat scroll 0 0;
	height: 112px;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
ul.menu {
	overflow: visible;
}
.menu-wrapper { 
	height: auto; 
	position:relative; 
	z-index:100; 
}
.menu-wrapper a { text-decoration: none; }
.menu-wrapper {
	/** background: #323a56 url('../images/menu-bg.png') repeat-x scroll 0 0; **/
    background-color: #002b54;
}
.menu-wrapper .menu-pad {
	background: transparent none repeat scroll 0 0;
}
.menu-wrapper .navbar {
	margin: 0;
    min-height: 0;
}
/* Top-level Styling */
#top-menu {
    background: none repeat scroll 0 0 transparent;
    bottom: -41px;
    left: 0;
    padding: 0;
    width: 100%;
}
#top-menu .navbar-nav > li > a {
	color: #fff;
    font-family: "open_sansextrabold",sans-serif;
    font-size: 13px;
    padding: 9px 30px;
    text-transform: uppercase;
}
#top-menu .navbar-nav > li > a:hover {
	background: none;
	color: #ccc;
}
#top-menu ul.menu {
	margin: 0;
	float: none;
	text-align: center;
}
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
#menu-top ul {
	background: transparent;
	width: 100%;
}
#menu-top ul ul {
	padding-top: 0;
}
#menu-top ul > li { 
	margin-left: 0;
	width: 100%; 
}
#menu-top ul > li > a {
	background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
}
#menu-top ul > li > a:hover,
#menu-top ul > .current-menu-item > a:hover,
#menu-top ul > .current-menu-ancestor > a {
	background: none repeat scroll 0 0 #375e8b;
	color: #fff;
}
#menu-top li > ul li:hover > ul {
	left: 0;
	top: 0;
}

.navbar .navbar-header  {
	background: none repeat scroll 0 0 #002b54;
}
.menu-wrapper .navbar-toggle .icon-bar {
	background: #fff;
    border-radius: 0;
    height: 5px;
    width: 25px;
}
.menu-wrapper .responsive-menu-wrap {
	overflow: hidden;
	position: relative;
}
.responsive-menu-wrap .bar {
	float: left;
}
.menu-wrapper .navbar-toggle {
	border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "open_sansbold",sans-serif;
    font-size: 16px;
    margin-right: 0;
    text-transform: uppercase;
    width: 110px;
}
.menu-wrapper .navbar-collapse {
	background: #002b54 none repeat scroll 0 0;	
    margin-top: -2px;
    padding: 0;
    position: relative;
    width: 100%;
}	
.navbar-header  span.menu-toogle {
	float: left;
}
.navbar-header  span.bar {
	float: right;
}
/* Menu Site Logo */
#top-menu ul li {
	background: none;
	display: inline-block;
    float: none;
    position: relative;
	width: 100%;
}
#top-menu ul li.Logo {
	display: none;
	width: 301px;
}
#top-menu ul li.Logo a {
    background: rgba(0, 0, 0, 0) url("../images/logo3.png") no-repeat scroll 0 15px;
    color: transparent;
    display: block;
    height: 161px;
    margin-top: -73px;
    padding: 0;
    position: absolute;
    width: 301px;
}
#top-menu ul li.Logo a:hover {
	background: rgba(0, 0, 0, 0) url("../images/logo3.png") no-repeat scroll 0 15px;
	color: transparent;
}
.header-logo {
	margin-top: -45px;
    padding-top: 10px;
}
.header-logo a.logo {
	display: block;
	text-align: left;
}
.header-logo .logo .logo-image {
	display: inline-block;
    width: 30%;
}
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
	position: relative;
	z-index: 1;
	background-color: #000;
	overflow: hidden;
}

.banner-wrap {
	overflow: hidden;
	position: relative;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	z-index: 0;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 0;
	position: relative;
	text-align: center;
}

.banner-wrap {
	position: relative;
	z-index: 0;
}

.banner-slide {
	overflow: hidden;
}

.banner-gradient-left,
.banner-gradient-right {
	width: 300px;
	height: 850px;
	position: absolute;
	display: none;
	z-index: 1;
}

.banner-gradient-left {
	left: 0;
}

.banner-gradient-right {
	right: 0;
}

.banner-image {
	z-index: 3;
	position: relative;
	width: auto;
	display: inline-block;
}

.banner-inner-wrapper {
	max-width: 292px;
	float: right;
}

/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.content-wrapper .content-pad {
    padding-top: 20px;
}
.content-pad .sub-page {
    padding-bottom: 40px;
}
.content-wrapper .main-sub-page h1 {
    margin-top: 0;
}
.page-link a {
    background: transparent url("../images/arrow2.png") no-repeat scroll right 3px;
    color: #002b54;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding-right: 15px;
}
.page-link a:hover {
    text-decoration: underline;
}
/* After Header Widget*/
.after-header-widget {
	padding: 0 25px 3px;
    text-align: right;
}
.after-header-widget .widget-container {
	display: inline-block;
}
.after-header-widget .contact-info {
	color: #506aa0;
	background: transparent url("../images/phone-icon.png") no-repeat scroll 0 2px;
    padding-left: 30px;
}
.content {}
.entry-meta,
.entry-utility {
	display: none;
}
.mid-wrapper .mid-pad {}

/* Frontpage Banner */
.front-leadins {
    height: auto !important;    
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.front-leadins-overley {
    background: transparent url("../images/banner-overlay.png") no-repeat scroll center 0;
    bottom: 0;
    display: inline-block;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}
.front-leadins .leadins_wrap {
    color: rgb(84, 98, 146);
    float: left;
    height: auto !important; 
    text-align: right;
    width: 100%;
}
.front-leadins .leadins_item .leadins-content-wrap {
    bottom: 0;
    display: inline-block;
    padding-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.front-leadins .lead-img img {
    width: 100%;
}
.front-leadins .leadins_wrap div.leadins-title {
    color: #435385;
    font-family: "open_sansextrabold",sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.front-leadins .leadins_wrap .border-for  {
	background: transparent url("../images/for-border.png") no-repeat scroll center 0 / 350px 13px;
    height: 14px;
}
.front-leadins .leadins_wrap div.leadins-sub {
    font-family: "open_sansextrabold",sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
/*
.front-leadins .leadins_item-0 {
    background: transparent url("../images/banner1.png") no-repeat scroll 20px 0;
}
.front-leadins .leadins_item-1 {
    background: transparent url("../images/banner2.png") no-repeat scroll 0 0;
}
*/
.front-leadins .leadins_wrap .leadins-btns {
	padding-top: 7px;
}
.front-leadins .leadins_wrap .leadins-btns a {
    background: transparent url("../images/btn.png") no-repeat scroll 0 0 / 100% 88px;
    color: #fff;
    display: inline-block;
    font-family: "open_sanssemibold",sans-serif;
    font-size: 22px;
    height: 40px;
    padding: 11px 2px;
    text-align: center;
    text-shadow: 0px 8px 10px #fff;
    text-transform: uppercase;
    width: 175px;
}
.front-leadins .leadins_wrap .leadins-btns a:hover  {
	 background: transparent url("../images/btn.png") no-repeat scroll 0 0 / 100% 88px;
}

/* Home Resources Section */
.front-resources-wrapper {
	padding: 50px 12px 80px;
}
.front-resources__item {
	padding-bottom: 40px;
}
.front-resources .resources_title {
	border-bottom: 1px solid #5983bd;
    color: #5983bd;
    font-family: "Changa One",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.front-resources__item-content a {
	text-decoration: underline;
}
.front-leadins .leadins_wrap .leadins-btns a {
    background: transparent url("../images/btn.png") no-repeat scroll 0 0 / 100% 88px;
    color: #fff;
    display: inline-block;
    font-family: "open_sanssemibold",sans-serif;
    font-size: 22px;
    height: 40px;
    padding: 11px 2px;
    text-align: center;
    text-shadow: 1px 3px #000;
    text-transform: uppercase;
    width: 175px;
}
.front-leadins .leadins_wrap .leadins-btns a:hover  {
	 background: transparent url("../images/btn.png") no-repeat scroll 0 -44px / 100% 88px;
}
.front-leadins .slick-dots {
     bottom: 0;
    left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.front-leadins .slick-dots li {
    display: inline-block;
    list-style: outside none none;
}
.front-leadins .slick-prev, .front-leadins .slick-next {
    display: none !important;
}
.front-leadins .slick-dots li button {
    background: transparent url("../images/slick-nav-img2.png") no-repeat scroll -22px 0;
    border: medium none;
    color: transparent;
    height: 16px;
    padding: 0;
    width: 17px;
}
.front-leadins .slick-dots li button:hover {
    background: transparent url("../images/slick-nav-img2.png") no-repeat scroll 0 0;
}
.front-leadins .slick-dots li.slick-active button {
    background: transparent url("../images/slick-nav-img2.png") no-repeat scroll 0 0;
}
/* Home Resources Section */
.front-resources-wrapper {
	padding: 50px 15px 20px;
}
.front-resources__item {
	padding-bottom: 40px;
}
.front-resources .resources_title {
	border-bottom: 1px solid #002b54;
    color: #002b54;
    font-family: "Changa One",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.front-resources h2 {
    border-bottom: 1px solid #002b54;
    color: #002b54;
    font-family: "Changa One",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.front-resources__item-content a {
    margin-right: 10px;
    text-decoration: underline;
}
.front-resources-wrap .page-link a {
    background: transparent url("../images/arrow2.png") no-repeat scroll right 0;
    color: #002b54;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding-right: 15px;
}
.front-resources-wrap .page-link a:first-child {
	margin-right: 15px;	
}
.news-feed__wrap {
    padding: 50px 15px 20px;
}
.news-feed__wrap .bews-feed__title {
    border-bottom: 1px solid #5983bd;
    color: #5983bd;
    font-family: "Changa One",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
/* Sidebar */
.widget-container h3.widget-title {
    border-bottom: 1px solid #5983bd;
    color: #5983bd;
    font-family: "Changa One",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.sidebar .widget-container {
    padding-bottom: 30px;
}
.sidebar .contact-info {
	color: #506aa0;
	background: transparent url("../images/phone-icon.png") no-repeat scroll 0 2px;
    padding-left: 30px;
}
/*forms*/
.gform_wrapper {}
.gform_wrapper .gfield_required, 
.gform_wrapper .validation_message, 
.gform_wrapper .validation_error {
	color: #c00;
}

.gform_wrapper .validation_message {
	display: none;
}

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

.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;
	width: auto;
}

#contact-form-wrap .contact-form-pad {
    float: none;
    margin: 0 auto;
}

#contact-form-wrap .gform_wrapper .gform_body input, 
#contact-form-wrap .gform_wrapper .gform_body select, 
#contact-form-wrap .gform_wrapper .gform_body textarea {
	padding: 0 7px;
	width: 100%;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.813em;
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #f3f3f3;
	color: #5a5a5a;
	height: 23px;
}
#contact-form-wrap .gform_wrapper .gform_body textarea {
    height: 150px;
}

#contact-form-wrap .gform_wrapper .gform_body label { 
	font-family: 'PTSansBold', Arial, Helvetica ,sans-serif;
	color: #707070;
	font-size: 1.063em;
	font-weight: normal;
	margin-bottom: 0;
}

#contact-form-wrap .gform_wrapper .gform_body input { 
	height: 23px;
	width: 100%;
	line-height: 23px;
	background-color: #fdfdfd;
	font-size: 0.813em;
}

#contact-form-wrap .gform_wrapper .gform_body ul li input:focus,
#contact-form-wrap .gform_wrapper .gform_body ul li textarea:focus {
	border: 1px solid #50d1ba;
}

.gform_footer {
	position: relative;
	float: right;
	width: 100%;
}

.enquire-form .gform_footer {
	margin-bottom: 0;
}

.gform_wrapper .gform_footer .submit-wrapper {
	width: 97px;
	height: 40px;
	line-height: 40px;
}

.gform_wrapper .gform_footer .submit-wrapper input {
	margin-top: 1px;
	display: inline-block;
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #ffffff;
	width: 97px;
	height: 40px;
	text-align: center;
	border: 0 none;
	line-height: 40px;
	padding: 0;
	background: #8c8c8c;
	border-radius: 0;
	font-weight: normal;
	text-shadow: none;
	box-shadow: none;
}

.enquire-form .gform_wrapper .gform_footer input {
	margin-top: 0;
	display: inline-block;
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #ffffff;
	width: 97px;
	height: 40px;
	text-align: center;
	border: 0 none;
	line-height: 40px;
	padding: 0;
	background: #8c8c8c;
	border-radius: 0;
	font-weight: normal;
	text-shadow: none;
	box-shadow: none;
}

.enquire-form .gform_wrapper .gform_footer input:hover {
	color: #fff !important;
	background-color: #50d1ba !important;
}

.gform_wrapper .gform_footer .submit-wrapper:hover input,
.woocommerce input.button:hover {
	background: #50d1ba;
}

.enquire-form .submit-wrapper:hover input {
	color: #fff !important;
}

.main-sub-page .gform_wrapper li.message {
	width: 100%;
	margin-left: 0;
}

.main-sub-page .gform_wrapper li.left-input {
	margin-left: 0;
}

.main-sub-page .gform_wrapper li,
.main-sub-page .gform_wrapper ul,
.main-sub-page .contact-details li,
.main-sub-page .contact-details ul {
	margin: 0;
	list-style: none;
	background: none;
	padding-left: 0;
}

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

.malaga-info,
.connor-info {
	margin-bottom: 30px;
}

.contact-info ul li > div {
	margin-bottom: 10px;
}

.contact-info table tr td:first-child {
	text-align: right;
	font-weight: bold;
}

.contact-info table tr td.value {
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.main-sub-page .gform_wrapper li {	
	padding: 0 0 2px 0;
	float: none;
}

.gform_wrapper li.gfield_error input,
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #c00;
}

.enquire-form ul li {
	margin-bottom: 15px;
}

.enquire-form ul li.message {
	margin-bottom: 0;
}

/* contact */
.sub-page .main-sub-page.contact-us {
	width: 100%;
	padding: 40px 0 60px;
}

.google-maps {
	margin: 25px 0 0;
	overflow: hidden;
	width: 100%;
}

.google-maps .malaga-store, 
.google-maps .connor-store {
	float: left;
	max-width: 100%;
	height: 196px;
	overflow: hidden;
	width: 100%;
}

.google-maps .malaga-store a,
.google-maps .connor-store a {
	height: 196px;
	overflow: hidden;
	width: 100%;
}

.google-maps .malaga-store img, 
.google-maps .connor-store img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.google-maps span.virtual-wrapper {
	width: 236px;
	left: 0;
	margin: auto;
}

.google-maps iframe {
	width: 100%;
	height: 196px;
	overflow: hidden;
	border: 0 none;
	float: left;
}

.gform_wrapper .gform_body li.gform_hidden { 
	padding: 0;
	height: 0;
}
.gform_wrapper .gform_body li.gfield.clear { clear: both; }

.contact-details h2 {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1.250em;
	border-bottom: 1px solid #383533;
	padding-bottom: 8px;
	margin: 0 0 15px 0;
}

.contact-details h4 {
	margin: 0 0 3px 0;
	font-family: 'PTSansBold', Arial, Helvetica ,sans-serif;
	color: #ffffff;
	font-size: 1.063em;
}

.contact-details span {
	font-size: 0.875em;
	font-family: 'RobotoRegular',Arial, Helvetica ,sans-serif;
	font-weight: normal;
	color: #ededed;
}

.google-maps span.virtual-text {
	font-size: 1.125em;
	font-family: 'PTSansBold',Arial, Helvetica ,sans-serif;
	color: #fcfcfc;
	text-shadow: 0px 0px 40px rgb( 0, 0, 0 );
}

.contact-details a {
	font-size: 0.875em;
	font-family: 'RobotoMedium',Arial, Helvetica ,sans-serif;
	color: #50d1ba;
}

.contact-details a:hover {
	color: #50d1ba;
}

/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
/* Pre-Footer */
.partners-wrap {
    border-top: 2px solid #e9e9e9;
}
.partners-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}
.partners-pad .partners-items {
    position: relative;
}
.partners-pad .logos-list {
    text-align: center;
}
.partners-pad .logos-list img {
    width: 100%;
}
.partners-pad .logo-entry {
    height: 130px;
}
.partners-pad .slick-dots {
    display: none !important;
}
/* Footer */
.footer-pad .footer {
	overflow: hidden;
    padding: 20px 0;
}
.footer-wrapper {
	background: #fff none repeat scroll 0 0;
    border-top: 2px solid #e9e9e9;
}
.footer .widget-container {
	color: #fff;
    float: left;
    font-family: "open_sanssemibold",sans-serif;
    font-size: 10px;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.footer .footer-widgets {
	width: 100%;
	
}
.footer .footer-widgets-two {
	width: 100%;
}
.footer .footer-widgets-two .widget-container {
	width: auto;
}
.footer .footer-widgets {
	float: left;
    padding-right: 0;
}
.footer .footer-widgets-two {
	border-left: 0 dotted #fff;
    float: left;
    padding-left: 0;
}
.footer .widget-container h3 {
	margin: 0;
	padding-bottom: 5px;
}
.footer .widget-container ul {
	margin: 0;
	padding: 0;
}
.footer .widget-container ul li {
	list-style: outside none none;
	padding-bottom: 2px;
}
.footer .widget-container ul li a {
	font-family: 'open_sanslight', sans-serif; 	
	font-size: 10px;
	color: #fff;
}
.footer h3.widget-title {
	font-size: 12px;
	color: #fff;
}
.footer h3.widget-title {
	font-size: 12px;
	color: #fff;
}
.footer-wrapper .footer-pad {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-wrapper .copyright,
.footer-wrapper .footer-widgets-wrap {
    font-size: 12px;
    text-align: center;
}
.footer-wrapper .copyright a,
.footer-wrapper .footer-widgets-wrap a {
    color: #002b54;
}
.footer-wrapper .copyright a:hover,
.footer-wrapper .footer-widgets-wrap a:hover {
    color: #5983bd;
}
/* woocommerce */
.woocommerce .woocommerce-breadcrumb a, 
.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
	font-size: 0.800em;
}

.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 Sidebar */
.woocommerce-sidebar {
	margin-bottom: 30px;
}

.product-cat-list a {
	font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #ffffff;
	display: block;
	padding: 3px 30px;
	width: 90%;
}

.product-cat-list div {
	background-color: #222222;
	border-top: 1px solid #1e1e1e;
	cursor: pointer;
}

/*.product-cat-list a.active,
.product-cat-list a:hover {
	background-color: #3e3e3e;
}*/

.product-cat-list > div {
	background-color: #282828;
}

.product-cat-list.titan-accordion--has-child  > div {
	background: #282828 url('../images/arrow-right.png') no-repeat 97% center;
}

.product-cat-list.titan-accordion--has-child  > div.titan-accordion--shown {
	background: #50d1ba url('../images/arrow-down.png') no-repeat 97% center;
}

.product-cat-list > div > a {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	color: #ffffff;
	padding: 10px 20px 7px;
	text-transform: uppercase;
}

.product-cat-list div.active,
.product-cat-list div:hover {
	background-color: #3e3e3e;
}

.product-cat-list > div:hover,
.product-cat-list > div.active,
.product-cat-list.active > div {
	background-color: #50d1ba;
}

.woocommerce-sidebar ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.woocommerce-sidebar ul li {
	list-style-type: none;
	background: none;
	padding-left: 0;
}
/* Woocommerce Content */
.woocommerce-page h1.page-title {
	margin-top: 40px;
}

.sub-page .main-sub-page.product-listing {
	width: 100%;
	padding: 0 0 60px;
}

.woocommerce .products ul, 
.woocommerce ul.products, 
.woocommerce-page .products ul, 
.woocommerce-page ul.products {
	width: 290px;
	margin: auto;
}

.woocommerce ul.products li.product .prod-thumb {
	display: block;
	height: 139px;
	position: relative;
	background-color: #616161;
	border: 1px solid #202020;
	overflow: hidden;
}

.woocommerce ul.products li.product:hover a.prod-thumb {
	background-color: #50d1ba;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(0%) translateY(-50%);
			transform: translateX(0%) translateY(-50%);
	transition: initial;
	width: 101%;
	z-index: 0;
	max-width: none;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale {
	z-index: 1;
}

.woocommerce ul.products li.product:hover a img, 
.woocommerce-page ul.products li.product:hover a img {
	box-shadow: none;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=50);

	/* Netscape */
	-moz-opacity: 0.5;

	/* Safari 1.x */
	-khtml-opacity: 0.5;

	/* Good browsers */
	opacity: 0.5;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.063em;
	color: #fff;
	text-transform: uppercase;
	max-height: 42px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	margin: 13px 0 17px;
	padding: 0;
}

.woocommerce ul.products li.product h3.main-prod-list-title, 
.woocommerce-page ul.products li.product h3.main-prod-list-title {
	margin: 13px 0 5px;
	font-size: 1.125em;
}

.woocommerce ul.products li.product .prod-list-specs {
	display: block;
	margin-bottom: 12px;
}

.woocommerce ul.products li.product span.view-more,
.woocommerce-page ul.products li.product span.view-more {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	color: #7f7f7f;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.woocommerce ul.products li.product:hover a span.view-more,
.woocommerce #content ul.products li.product:hover input.button, 
.woocommerce #respond ul.products li.product:hover input#submit, 
.woocommerce ul.products li.product:hover a.button, 
.woocommerce ul.products li.product:hover button.button, 
.woocommerce ul.products li.product:hover input.button, 
.woocommerce-page #content ul.products li.product:hover input.button, 
.woocommerce-page #respond ul.products li.product:hover input#submit, 
.woocommerce-page ul.products li.product:hover a.button, 
.woocommerce-page ul.products li.product:hover button.button, 
.woocommerce-page ul.products li.product:hover input.button {
	color: #50d1ba;
}

.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	color: #7f7f7f;
	text-transform: uppercase;
	background: transparent;
	border: 0 none;
	display: inline-block;
	margin: auto;
	text-shadow: none;
	box-shadow: none;
	width: 100%;
  	text-align: center;
  	padding: 0;
}

.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover {
	background: transparent;
	color: #50d1ba;
}

.woocommerce #content input.button:active, 
.woocommerce #respond input#submit:active, 
.woocommerce a.button:active, 
.woocommerce button.button:active, 
.woocommerce input.button:active, 
.woocommerce-page #content input.button:active, 
.woocommerce-page #respond input#submit:active, 
.woocommerce-page a.button:active, 
.woocommerce-page button.button:active, 
.woocommerce-page input.button:active {
	top: 0;
}

.prod-model,
.prod-specs {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	color: #ededed;
	display: block;
	text-align: center;
}

.product-feat-image {
	background-color: #50d1ba;
	width: 99%;
}

.current-price {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.375em;
	color: #50d1ba;
	text-transform: uppercase;
	margin-top: -5px;
}

.sku_wrapper {
	color: #ffffff;
	font-size: 1.125em;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sku_wrapper span {
	text-transform: none;
}

.woocommerce #content div.product div.summary .price, 
.woocommerce div.product div.summary .price, 
.woocommerce-page #content div.product div.summary.price, 
.woocommerce-page div.product div.summary.price {
	margin-bottom: 22px;
}

.save-price,
.regular-price {
	font-family: 'PTSansBold',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

.product_meta {
	margin-bottom: 20px;
}

.single-product-specs {
	margin-top: 20px;
}

.product-feat-image > a {
	display: block;
	border: 1px solid #202020;
	width: 100%;
}

.woocommerce #content div.product div.images div.thumbnails, 
.woocommerce div.product div.images div.thumbnails, 
.woocommerce-page #content div.product div.images div.thumbnails, 
.woocommerce-page div.product div.images div.thumbnails {
	padding-top: 0;
}

.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
	width: 22%;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #202020;
}

.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
	margin-top: 15px;
}

.enquire-now-btn {
	display: block;
	background-color: #8c8c8c;
	color: #fff;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.125em;
	padding: 0;
	height: 50px;
	line-height: 50px;
	margin-top: 44px;
	width: 99%;
}

.enquire-now-btn:hover,
.enquire-now-btn:focus,
.enquire-now-btn:hover span,
.enquire-now-btn:focus span,
.enquire-now-btn:hover span.enquire,
.enquire-now-btn:focus span.enquire {
	background-color: #50d1ba;
	color: #fff;
}

.enquire-now-btn span {
	vertical-align: top;
}

.enquire-now-btn span.enquire {
	background: #8c8c8c url('../images/phone-icon.png') no-repeat right center;
	display: inline-block;
	width: 25px;
	height: 50px;
	margin-left: 10px;
	line-height: 50px;
}

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

.sub-page .ngg-galleryoverview,
.sub-page .ngg-albumoverview  {
	width: 187px;
	margin: 0 auto 20px;
}

.sub-page .ngg-gallery-thumbnail-box {
	margin: 0 0 35px 0;
}

.sub-page .ngg-album-compact {
	margin: 0 0 35px 0 !important;
}

.sub-page .ngg-albumtitle {
	height: 42px;
	line-height: 22px;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.063em;
	color: #fff;
}

.sub-page .ngg-albumtitle a {
	color: #fff;
}

.ngg-gallery-thumbnail a,
.ngg-album-link a,
.ngg-thumbnail a { 	
	display: block; 
	background-color: #50d1ba;
	height: 187px;
	overflow: hidden;
}

.ngg-gallery-thumbnail a:hover img, 
.ngg-album-link a:hover img,
.ngg-thumbnail a:hover img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=50);

	/* Netscape */
	-moz-opacity: 0.5;

	/* Safari 1.x */
	-khtml-opacity: 0.5;

	/* Good browsers */
	opacity: 0.5;
}

.ngg-gallery-thumbnail,
.ngg-album-compact {
	display: block;
	float: left;	
	overflow: hidden;	
	width: 187px;
}

.sub-page .ngg-gallery-thumbnail img,
.sub-page .ngg-album-compactbox .Thumb,
.sub-page .ngg-thumbnail img {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: auto;
}

.ngg-pagination { float: left;}

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

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

/* Compact Album */
.sub-page .ngg-album-compact {
	padding: 0 !important;
}

.sub-page .ngg-album-compactbox {
	padding: 0 !important;
	border: 0 none;
	border-radius: 0;
	box-sizing: initial;
}

.sub-page .ngg-album-compactbox:before,
.sub-page .ngg-album-compactbox:after {
	display: none;
}

.sub-page .ngg-album-compactbox .Thumb {
	border: 0 none !important;
}

.sub-page .ngg-album-compact h4 {
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.063em;
	color: #fff;
	text-transform: uppercase;
	max-height: 42px;
	line-height: 22px;
	overflow: hidden;
	margin: 13px 0 5px;
}

.sub-page .ngg-album-compact h4 a {
	color: #fff;
}

.sub-page .ngg-album-compact h4 .ngg-album-desc {
	height: auto;
}

.ngg-album-gallery-image-counter {
	display: none;
}

/* Extended Album */
.sub-page .ngg-album {
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin-bottom: 40px;
	border: 0 none;
}

.sub-page .ngg-thumbnail {
	margin-right: 0;
}

.sub-page .ngg-thumbnail img {
	background-color: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination {
	margin-top: 20px;
}

.titan-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul {
	float: right;
	border: 0 none;
	margin-left: 0;
}

.titan-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li {
	float: left;
	margin: 0 10px;
	list-style-type: none;
	border: 0 none;
	background: none;
	padding-left: 0;
}

.titan-pagination ul li a,
.titan-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce-page #content nav.woocommerce-pagination ul li span.current, 
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	padding: 0;
	display: inline-block;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	text-transform: uppercase;
}

.titan-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a {
	color: #ededed;
}

.titan-pagination ul li span,
.titan-pagination ul li a:hover,
.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 {
	color: #50d1ba;
	background: none;
}

.sub-page .ngg-navigation a.page-numbers, 
.sub-page .ngg-navigation a.next, 
.sub-page .ngg-navigation a.prev, 
.sub-page .ngg-navigation span.page-numbers, 
.sub-page .ngg-navigation span.next, 
.sub-page .ngg-navigation span.prev {
	border: 0 none;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	font-size: 1.143em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 10px;
}

.sub-page .ngg-navigation a.page-numbers, 
.sub-page .ngg-navigation a.next, 
.sub-page .ngg-navigation a.prev {
	color: #ededed;
}

.sub-page .ngg-navigation span.page-numbers, 
.sub-page .ngg-navigation span.next, 
.sub-page .ngg-navigation span.prev,
.sub-page .ngg-navigation span.current {
	color: #50d1ba;
	margin: 0 10px;
}

.sub-page .ngg-navigation a.page-numbers:hover, 
.sub-page .ngg-navigation a.next:hover, 
.sub-page .ngg-navigation a.prev:hover, 
.sub-page .ngg-navigation span.page-numbers:hover, 
.sub-page .ngg-navigation span.next:hover, 
.sub-page .ngg-navigation span.prev:hover {
	background-color: transparent;
	color: #50d1ba !important;
}

/*------------------------------------------------------------------
	[ Media Queries ]
-------------------------------------------------------------------*/
@media (min-width: 480px) {
	/* Footer */
	.footer .footer-widgets {
		width: 50%;
	}
	.footer .footer-widgets-two {
		width: 50%;
	}
	.footer .widget-container {
		padding-bottom: 20px;
		padding-right: 20px;
		text-align: left;		
		width: 100%;
	}
	.footer .footer-widgets {
		padding-right: 15px;
	}
	.footer .footer-widgets-two {
		border-left: 3px dotted #fff;
		padding-left: 20px;
	}
}

@media (min-width: 640px) {
	/* Banner Lead-ins */
    .front-leadins .leadins_wrap div.leadins-title {
        font-size: 28px;
        line-height: 28px;
    }
    .front-leadins .leadins_wrap div.leadins-sub {
        font-size: 52px;
        line-height: 52px;
    }
    /* Footer */
	.footer .footer-widgets {
		width: 70%;
	}
	.footer .footer-widgets-two {
		width: 30%;
	}
	.footer .widget-container {
		width: 50%;
	}
}

@media (min-width: 768px) {
	/* Menu */
	#top-menu ul > li {
		background: transparent none no-repeat scroll 0 2px;
	}
	#top-menu .navbar-nav > li > a {
		padding: 9px 7px;
	}
	#top-menu ul li {
		width: auto;
	}
	#top-menu ul li.Logo {
		display: inline-block;
	}
	.menu-wrapper .navbar-collapse {
		background: transparent none repeat scroll 0 0;	
	}
	.navbar-header  a.logo {
		display: none;
	}
	.header-logo a.logo {
		display: none;
	}
	/* Footer */
}

@media (min-width: 992px) {
	/* Menu */
	#top-menu .navbar-nav > li > a {
		padding: 9px 25px;
	}
	/* Footer */
	.footer .widget-container {
		padding-bottom: 0;
		padding-right: 15px;		
		width: 25%;
	}

}

@media (min-width: 1024px) {
	/* Global Helper */
	.global-width {
		width: 960px;
	}
	.global-width-helper {
		padding-left: 0;
		padding-right: 0;
	}
    /* Banner Lead-ins */
    .front-leadins .leadins_item .leadins-content-wrap {
        bottom: 40%;
        position: absolute;
    }
    .front-leadins .slick-dots {
        position: absolute;
    }
	/* Footer */
	.footer .footer-widgets {
		width: 750px;
		
	}
	.footer .footer-widgets-two {
		width: 210px;
	}
	
}

/* Rebrand */

#top-menu ul li.Logo a,
#top-menu ul li.Logo a:hover  {
    background: rgba(0, 0, 0, 0) url(../images/logo4.png) no-repeat scroll 0 15px;
}

.menu-wrapper {
    background-color: #002b54 !important;;
}

.contact-info {
    background: transparent url(../images/phone-icon3.png) no-repeat scroll 0 2px !important;;
    color: #002b54 !important;;
}

.social-media a.question {
    background: url(../images/envelope3.png) no-repeat scroll 0 0 / 100% 100% transparent !important;;
}

.front-resources .resources_title {
    border-bottom: 1px solid #002b54 !important;;
    color: #002b54 !important;;
}

.questions-form .gform_wrapper li input, .questions-form .gform_wrapper li select, .questions-form .gform_wrapper li textarea,
.gform_wrapper li input, .gform_wrapper li select, .gform_wrapper li textarea
{
    border: 1px solid #002b54 !important;
}

.front-resources__item-content a {
    background: transparent url(../images/arrow2.png) no-repeat scroll left 4px !important;;
}