/*------------------------------------------------------------------
    [Stylesheet]
    Project:		Sling Lift and Rigging
    Version:		1.0
    Last change:	05.18.15 [Created]
    Assigned to:	Titan Web (Kim Brylle M. Espera)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    [Table of Contents]
    1.	Fonts
    2.	Global
    3.	Header
    4.	Top Menu
    5.	Banner
    6.	Content
    7.	Footer
    8.	Gallery
    9.	Pagination
    10. Media Queries
     10.1 Mobile 480px
     10.2 Mobile / Tablet 768px
     10.3 Desktop 992px
     10.4 Wide Screen 1200px

    [Color codes]
    Background:	#ffffff (White)
    Content:	#717171 (Light Black)
    Header h1:	#344ba4 (Blue)
    a (standard):	#64ae55 (Bright Green)
    a (visited):	#b4b4b4 (Light Gray)

    [Typography]
    Body copy:	16px RobotoCondensed;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    [ 1 Fonts ]
-------------------------------------------------------------------*/
@font-face {
    font-family: 'OrbitronBold';
    src: url('../fonts/orbitron-bold-webfont.eot');
    src: url('../fonts/orbitron-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/orbitron-bold-webfont.woff2') format('woff2'),
        url('../fonts/orbitron-bold-webfont.woff') format('woff'),
        url('../fonts/orbitron-bold-webfont.ttf') format('truetype'),
        url('../fonts/orbitron-bold-webfont.svg#OrbitronBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OrbitronRegular';
    src: url('../fonts/orbitron-regular-webfont.eot');
    src: url('../fonts/orbitron-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/orbitron-regular-webfont.woff2') format('woff2'),
        url('../fonts/orbitron-regular-webfont.woff') format('woff'),
        url('../fonts/orbitron-regular-webfont.ttf') format('truetype'),
        url('../fonts/orbitron-regular-webfont.svg#OrbitronRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto-Condensed-webfont.eot');
    src: url('../fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Condensed-webfont.woff') format('woff'),
        url('../fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('../fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('../fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
        url('../fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBoldCondensedItalic';
    src: url('../fonts/Roboto-BoldCondensedItalic-webfont.eot');
    src: url('../fonts/Roboto-BoldCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldCondensedItalic-webfont.woff') format('woff'),
        url('../fonts/Roboto-BoldCondensedItalic-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-BoldCondensedItalic-webfont.svg#RobotoBoldCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------------
    [ 2 Global ]
-------------------------------------------------------------------*/
* { outline: none; }
html { overflow-y: scroll; }
body {
    background: #fff;
    color: #717171;
    font-family: RobotoCondensed;
    font-size: 16px;
    line-height: normal;
}
p,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #344ba4;
    font-family: OrbitronBold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
h2 {
    color: #64ae55;
    font-size: 28px;
}
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }
p {
    line-height: 24px;
    margin: 0 0 20px 0;
}
a {
    color: #64ae55;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #b4b4b4;
    outline: none;
    text-decoration: none;
}
input, 
button, 
textarea, 
select {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    outline: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}
pre,
tt,
code,
kbd,
samp,
var {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    font-family: RobotoCondensed;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 0;
}
ol ol {
    margin: 10px 0 0 0;
    padding: 0 0 0 25px;
}
ol li { margin: 0 0 5px 0; }
ol > li { list-style-position: inside; }
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;
}
.identifier_click {
    font-size: 13px;
    display: block;
    margin-bottom:  0;
}
.valign-parent {
    height: 100px;
    white-space: nowrap;
}
.valign-item {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    white-space: normal;
    *zoom: 1;
}
.valign-helper {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    height: 100%;
    *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;
}
.gform_hidden,
.gform_validation_container {
    display: none;
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0;
}
.gform_wrapper .validation_message, 
.gform_wrapper .validation_error {
    color: #ff0000;
    padding: 0 0 5px 0;
    font-size: 12px;
}
.gform_wrapper .validation_error { padding: 0 0 15px 0; }
.page-title {
    font-size: 30px;
    margin: 0 0 15px 0;
}
.the-content ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.the-content ul li {
    background: url(../images/list-bullet.png) no-repeat 0 6px;
    color: #002473;
    font-family: RobotoBoldCondensedItalic;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 17px;
    text-align: left;
}
/* slick styles */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-initialized .slick-slide { display: block; }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
/* breadcrumbs */
.titan-breadcrumb {
    color: #7d7d7d;
    font-family: OrbitronBold;
    font-size: 10px;
    margin: -18px 0 15px 0;
    text-transform: uppercase;
}
.titan-breadcrumb a { color: #344ba4; }
.titan-breadcrumb a:focus,
.titan-breadcrumb a:hover { color: #7d7d7d; }
.titan-breadcrumb .delimiter {
    background: url(../images/icon-delimiter.png) no-repeat 0 center;
    margin: 0 5px 0 6px;
}
/* image border hover */
.image-hover {
    border: 1px solid #344ba4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*------------------------------------------------------------------
    [ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
    background: #1c1698;
    position: relative;
    z-index: 5;
}
.header {
    position: relative;
    z-index: 2;
}
.logo {
    background: #fff;
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.logo img {
    height: auto;
    max-width: 408px;
    width: 100%;
}
.headinfo {
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.headinfo .phnum {
    color: #fff;
    font-family: OrbitronBold;
    font-size: 17px;
    text-transform: uppercase;
}
.headinfo .phnum span {
    background: url(../images/icon-phone.png) no-repeat center center;
    background-size: 68%;
}
.headinfo .phnum a { color: #69b05b; }
.headinfo .address {
    color: #fff;
    font-family: OrbitronRegular;
    font-size: 12px;
    text-transform: uppercase;
}
.enquire-button {
    display: none;
    float: right;
    height: 66px;
    text-align: right;
}
.btn-enquire {
    background: url(../images/arrow-blue-bg.png) no-repeat 100% center #64ae55;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: OrbitronBold;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 0 0 21px;
    text-align: left;
    text-transform: uppercase;
    width: 220px;
}
.btn-enquire:focus,
.btn-enquire:hover {
    background: url(../images/arrow-green-bg.png) no-repeat 100% center #002473;
    color: #fff;
}
form#searchform {
    width: 100%;
}
a.logbtn-link {
	background: #64ae55 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: OrbitronBold;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 1px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}
a.logbtn-link:hover {
	background: #002473 none repeat scroll 0 0;
}
a.cart-link, a.cart-link-logout {
    background-color: #64ae55;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: OrbitronBold;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 1px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
a.cart-link {
	width: 40%;
}
a.cart-link-logout {
	width: 52%;
}
a.cart-link:hover, a.cart-link-logout:hover {
	background-color: #002473;
}
/*------------------------------------------------------------------
    [ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper {
    background: url(../images/menu-wrapper-bg.png) repeat-x 0 0;
    position: relative;
    width: 100%;
    z-index: 4;
}
#top-menu { display: none; }
.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.top-menu > ul li { position: relative; }
.top-menu > ul > li {
    display: inline-block;
    padding: 11px 0;
    vertical-align: top;
}
.top-menu > ul > li:hover > .sub-menu { display: block; }
.top-menu ul li a {
    background: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: block;
    font-family: OrbitronRegular;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu ul li a:focus,
.top-menu ul li a:hover,
.top-menu ul li.current-menu-item > a {
    background: #002473;
    color: #fff;
}
.top-menu .sub-menu {
    background: url(../images/submenu-bg.png) repeat 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
    left: 50%;
    margin-left: -108px;
    padding: 15px 0;
    position: absolute;
    top: 62px;
    width: 216px;
}
.top-menu .sub-menu .sub-menu {
    background: url(../images/submenu-bg.png) repeat 0 0;
    display: none;
    left: 324px;
    padding: 15px 0;
    position: absolute;
    top: -15px;
    width: 216px;
}
.top-menu .sub-menu > li { padding: 0; }
.top-menu .sub-menu > li:hover > .sub-menu { display: block; }
.top-menu .sub-menu > li:hover > .sub-menu .sub-menu { display: none; }
.top-menu .sub-menu li a {
    border-radius: 0;
    color: #fff;
    font-family: RobotoCondensed;
    font-size: 15px;
    height: auto;
    line-height: normal;
    padding: 13px 10px 9px;
    text-transform: none;
}
.top-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item > a,
.top-menu .sub-menu li a:focus,
.top-menu .sub-menu li a:hover {
    background: #fff;
    color: #002473;
}
/* mobile-menu */
#mobile-menu { margin: 0 -15px; }
.slicknav_menu {
    font-family: OrbitronRegular;
    text-align: left;
}
.slicknav_btn {
    color: #fff;
    display: block;
    font-family: OrbitronRegular;
    font-size: 25px;
    height: 66px;
    line-height: 66px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 100%;
}
.slicknav_menutxt {
    background: url(../images/icon-menu-hamburger.png) no-repeat left center;
    padding: 0 0 0 30px;
}
.slicknav_btn:focus,
.slicknav_btn:hover { color: #fff; }
.slicknav_nav {
    background: url(../images/submenu-bg.png) repeat 0 0;
    padding: 0 15px;
}
.slicknav_nav > li:first-child { border: 0; }
.slicknav_nav li {
    border-top: 1px solid #fff;
    padding: 15px 0;
}
.slicknav_nav a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.slicknav_nav li.current-menu-item > a,
.slicknav_nav li.current-menu-item > a.slicknav_item a,
.slicknav_nav li.current-menu-item > a.slicknav_item span { color: #002473; }
.slicknav_nav .sub-menu { padding: 10px 0 0 15px; }
.slicknav_arrow { font-family: Arial; }
/*------------------------------------------------------------------
    [ 5 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
    position: relative;
    z-index: 2;
}
.banner-slide {
    position: relative;
    z-index: 1;
}
.banner-image,
.banner-image img { width: 100%; }
.banner-content-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.banner-content-wrapper .container {
    height: 100%;
    text-align: center;
}
.banner-content {
    background: url(../images/banner-content-bg.png) repeat 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    max-width: 685px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.banner-content-inner { padding: 15px; }
.banner-title {
    color: #fff;
    font-family: OrbitronBold;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px 0;
    max-height: 54px;
    overflow: hidden;
    text-transform: uppercase;
}
.slick-dots li {
    display: inline;
    font-size: 0;
    margin: 0 9px 0 0;
}
.slick-dots button {
    background: url(../images/slick-dot-bg.png) no-repeat 0 0;
    border: 0;
    color: transparent;
    height: 14px;
    overflow: hidden;
    padding: 0;
    width: 14px;
}
.slick-dots .slick-active button { background: #fff; }
.video {
    background: url(../images/video-mobile-bg.jpg) no-repeat center -130px #64ae55;
    display: block;
    height: 50px;
}
.video:focus,
.video:hover { background: url(../images/video-mobile-bg.jpg) no-repeat center -327px #002374; }
/*------------------------------------------------------------------
    [ 6 Content ]
-------------------------------------------------------------------*/
.content-wrapper {
    position: relative;
    z-index: 3;
}
/* lead-ins */
.lead-ins-wrapper {
    background: url(../images/lead-ins-wrapper-bg.jpg) repeat-x bottom left #eeeeee;
    padding: 45px 0;
    position: relative;
}
.lead-ins-list {
    margin: 0 auto 45px;
    text-align: center;
}
.lead-in-item {
    background: url(../images/placeholder.jpg) no-repeat center center #606060;
    display: inline-block;
    height: 200px;
    margin: 0 auto;
    max-width: 390px;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.lead-in-item img {
    left: 50%;
    margin-left: -195px;
    position: relative;
    z-index: 1;
}
.lead-in-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.lead-in-title {
    background: #64ae55;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 21px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
}
.btn-browse {
    background: url(../images/btn-browse-bg.png) repeat 0 0;
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    color: #fff;
    display: block;
    font-family: OrbitronBold;
    font-size: 13px;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    width: 156px;
}
.btn-browse:focus,
.btn-browse:hover {
    background: url(../images/btn-browse-hover-bg.png) repeat 0 0;
    color: #fff;
}
.lead-in-quote {
    background: #344ba4;
    text-align: center;
}
.lead-in-quote-inner { width: 200px; }
.lead-in-quote-txt {
    background: url(../images/icon-sheet.png) no-repeat 0 0;
    color: #fff;
    font-family: OrbitronBold;
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 13px 0;
    padding: 0 0 0 48px;
    text-align: left;
    text-transform: uppercase;
}
.identifier_click {
    font-size: 13px;
    display: block;
    margin-bottom:  0;
}
.btn-contact-us {
    background: #002473;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #64ae55;
    display: block;
    font-family: OrbitronBold;
    font-size: 13px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
}
.btn-contact-us:focus,
.btn-contact-us:hover {
    background: #66ac5b;
    color: #344ba4;
}
/* featured-products */
.featured-products-wrapper h2 {
    color: #002473;
    font-family: OrbitronBold;
    font-size: 28px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.featured-product-inner {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 213px;
    margin: 0 auto;
    overflow: hidden;
}
.featured-product-image {
    background: url(../images/placeholder.jpg) no-repeat center center #606060;
    height: 160px;
    width: 213px;
}
.featured-product-title {
    background: url(../images/arrow-right-blue-bg.jpg) no-repeat right center #344ba4;
    display: block;
    height: 75px;
    padding: 0 35px 0 25px;
}
.featured-product-title:focus,
.featured-product-title:hover { background: url(../images/arrow-green-blue-bg.jpg) no-repeat right center #64ae55; }
.featured-product-title h3 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    max-height: 34px;
    overflow: hidden;
}
.featured-products button {
    border: 0;
    color: transparent;
    height: 36px;
    position: absolute;
    padding: 0;
    top: 89px;
    width: 20px;
}
.slick-prev {
    background: url(../images/slick-nav-sprite.png) no-repeat 0 0;
    left: 0;
}
.slick-next {
    background: url(../images/slick-nav-sprite.png) no-repeat -20px 0;
    right: 0;
}
.slick-prev:hover { background: url(../images/slick-nav-sprite.png) no-repeat 0 -36px; }
.slick-next:hover { background: url(../images/slick-nav-sprite.png) no-repeat -20px -36px; }
/* front-page */
.front-page-content {
    padding-bottom: 15px;
    padding-top: 60px;
}
.home-title {
    font-size: 30px;
    margin: 0 0 15px 0;
}
.titan-slide-more:active,
.titan-slide-more:focus,
.titan-slide-more {
    background: #64ae55;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: block;
    font-family: OrbitronBold;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    margin: 25px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 139px;
}
.titan-slide-more:hover {
    background: #344ba4;
    color: #fff;
}
/* why-choose-content */
.why-choose-content {
    background: url(../images/why-choose-us-bg.jpg) no-repeat 0 0 #f7f8fa;
    padding: 65px 15px 50px;
}
.why-choose-content-inner { padding: 0 0 10px 0; }
.why-choose-content h2 {
    color: #344ba4;
    font-size: 26px;
    margin: 0 0 30px 0;
}
.why-choose-content .the-content ul li {
    background: url(../images/checked-bullet.png) no-repeat 0 0;
    line-height: 28px;
    margin: 0 0 26px 0;
    padding: 0 0 0 40px;
}
.find-out-more {
    background: url(../images/find-out-more-bg.jpg) repeat-x 0 0;
    color: #fff;
    display: block;
    font-family: OrbitronBold;
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    margin: 0 -15px;
    text-align: center;
    text-transform: uppercase;
}
.find-out-more:focus,
.find-out-more:hover {
    background: url(../images/find-out-more-hover-bg.jpg) repeat-x 0 0;
    color: #fff;
}
/* subpage */
.main-sub-page { padding-bottom: 60px; }
.subpage-content {
    padding-bottom: 15px;
    padding-top: 60px;
}
.sidebar-wrapper {
    background: #f0f0f2;
    padding-bottom: 15px;
    padding-top: 15px;
}
.sidebar-item {
    background: url(../images/placeholder.jpg) no-repeat center center #727272;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 124px;
    margin: 0 auto 15px;
    max-width: 255px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sidebar-item img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.sidebar-item-overlay {
    background: url(../images/sidebar-item-overlay.png) repeat 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.sidebar-inner {
    height: 100%;
    left: 0;
    padding: 25px 0 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.sidebar-title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 10px 0;
    height: 29px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
}
.sidebar-btn {
    background: url(../images/btn-browse-hover-bg.png) repeat 0 0;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 44px;
    line-height: 44px;
    width: 147px;
}
.sidebar-btn:focus,
.sidebar-btn:hover { background: #64ae55; }
.sidebar-quote {
    background: #344ba4;
    display: block;
    height: 124px;
    text-align: center;
}
.sidebar-quote:focus,
.sidebar-quote:hover { background: #64ae55; }
.sidebar-quote-inner {
    background: url(../images/icon-sheet-sm.png) no-repeat 0 0;
    color: #fff;
    font-family: OrbitronBold;
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 0 35px;
    text-align: left;
    text-transform: uppercase;
    width: 180px;
}
.sidebar-quote:focus .sidebar-quote-inner,
.sidebar-quote:hover .sidebar-quote-inner { background: url(../images/icon-sheet-sm-white.png) no-repeat 0 0; }
/* woocommerce */
.sidebar-product-wrapper { padding-top: 70px; }
.sidebar-product {
    background: #f3f4f6;
    padding: 20px 20px 20px 0;
}
.titan-accordion__title {
    background: #2c408c;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 42px;
    margin: 0 0 2px 0;
}

.sub-category-wrap .titan-accordion__title{
    background: #64ae55;
}
.category-wrap .titan-accordion__title { padding: 0 35px 0 15px; }
.category-wrap .sub-category-wrap .titan-accordion__title { padding: 0 35px 0 30px; }
.category-wrap .sub-category-wrap .product-title-wrap .titan-accordion__title { padding: 0 35px 0 45px; }
.category-wrap .product-title-wrap .titan-accordion__title { padding: 0 35px 0 30px; }
.titan-accordion--clickable {
    background: url(../images/icon-arrow-down.png) no-repeat 96% center #2c408c;
    cursor: pointer;
}
.titan-accordion--clickable.titan-accordion--shown { background: url(../images/icon-arrow-up.png) no-repeat 96% center #2c408c; }
.titan-accordion__title a {
    color: #fff;
    font-family: OrbitronBold;
    font-size: 13px;
    max-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
}
.products-wrapper { text-align: center; }
.product-category-item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    height: 251px;
    margin: 0 0 30px;
    overflow: hidden;
    vertical-align: top;
    width: 261px;
}

.product-category-item .product-category-thumbnail{
    width:261px;
    height:195px;
}

.product-category-item .product-category-thumbnail img{
    max-width:261px;
    max-height:195px;
}

.product-category-title {
    background: #344ba4;
    display: block;
    height: 56px;
    padding: 0 5px;
    text-align: center;
}
.product-category-title h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    max-height: 34px;
    overflow: hidden;
}
.product-category-title:focus,
.product-category-title:hover { background: #122c72; }
.products-listing { margin: 0 -15px; }
.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product { margin: 0 0 15px 0; float:left;}
.product-item {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    vertical-align: top;
    width: 100%;
}
.woocommerce-page div.product {
    float: none;
}
.woocommerce.single-product.woocommerce-page div.product-type-simple {
    float: left;
}

.wc-forward a:after, .wc-forward:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e029";
    font-size: .75em;
}
.product-item img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px 0;
    width: 100%;
}
.product-item-title {
    color: #717171;
    font-family: RobotoCondensed;
    font-size: 16px;
    margin: 0 0 9px 0;
    max-height: 17px;
    overflow: hidden;
    text-align: center;
    text-transform: none;
}
.product-listing-buttons a { float: left; }
.woocommerce div.product .product-listing-buttons form.cart,
.woocommerce-page div.product .product-listing-buttons form.cart {
    float: right;
    margin: 0;
}
.product-images > a > img,
.product-images > img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px 0;
}
.woocommerce-main-image {
    display: block;
    text-align: center;
}
.product-thumbnails { text-align: center; }
.product-thumbnails a {
    display: inline-block;
    height: 57px;
    margin: 0 5px 5px;
    position: relative;
    vertical-align: top;
    width: 77px;
}
.product-thumbnails a .image-hover { display: block; }
.attachment-shop_thumbnail {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.price { margin: 0 0 10px 0; }
.product_meta { margin: 0 0 5px 0; }
.specification-item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 48px;
}
.specification-item.even { background: #fff; }
.specification-item .valign-item {
    max-height: 34px;
    overflow: hidden;
}
.specification-item > div {
    display: inline-block;
    height: 48px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.specification-label { font-family: RobotoBoldCondensed; }
.shop_table_wrap { margin: 0 -15px; }
/* woocommerce-overrides */
.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 {
    background: #002473;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-family: OrbitronBold;
    font-size: 10px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button { padding: 0 7px; }
.woocommerce #content input.button:focus,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:hover { background: #64ae55; }
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #64ae55;
    float: none;
    text-shadow: none;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #002473;
    text-shadow: none;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background: #64ae55;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-shadow: none;
    width: 40px;
    z-index: 2;
}
.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;
    max-width: 358px;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus { display: none; }
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    background: #f3f4f6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    color: #34403a;
    font-family: RobotoCondensed;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    width: 100%;
}
.woocommerce .quantity input::-webkit-outer-spin-button, 
.woocommerce-page .quantity input::-webkit-outer-spin-button, 
.woocommerce #content .quantity input::-webkit-outer-spin-button, 
.woocommerce-page #content .quantity input::-webkit-outer-spin-button, 
.woocommerce .quantity input::-webkit-inner-spin-button, 
.woocommerce-page .quantity input::-webkit-inner-spin-button, 
.woocommerce #content .quantity input::-webkit-inner-spin-button, 
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
    -webkit-appearance: none; 
}
.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart { margin: 0 0 10px 0; }
.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations { margin: 0 0 5px 0; }
.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
    font-family: RobotoBoldCondensed;
    font-weight: normal;
}
.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
    background: #f3f4f6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #34403a;
    float: none;
    font-family: RobotoCondensed;
    font-size: 16px;
    height: 35px;
    width: 100%;
}
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    color: #717171;
    display: block;
    font-size: 16px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 5px 0;
    padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    float: left;
    height: 58px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 33.33%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.description_tab,
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.description_tab,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.description_tab { padding: 0 4px; }
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active { background: none; }
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    background: #344ba4;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-family: OrbitronBold;
    font-size: 10px;
    font-weight: normal;
    height: 58px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
    background: #f3f4f6;
    border: 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: none;
    margin: 0;
    padding: 20px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before { border: 0; }
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    background: #002473;
    color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    box-shadow: none;
    border: 0;
    height: 0;
    width: 0;
}
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    background: #f3f4f6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    color: #34403a;
    font-family: RobotoCondensed;
    font-size: 15px;
    height: 35px;
    padding: 0;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    background: #f3f4f6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #34403a;
    font-family: RobotoCondensed;
    font-size: 16px;
    height: 35px;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
    background: #f3f4f6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #34403a;
    font-family: RobotoCondensed;
    font-size: 16px;
    height: 35px;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    background: none;
    color: #717171;
    font-family: RobotoCondensed;
    padding: 0;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input { margin: 0; }
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    color: #717171;
    margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p { padding: 15px; }
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after { top: 1px; }
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-error li,
.woocommerce-page .woocommerce-info li,
.woocommerce-page .woocommerce-message li {
    background: none;
    color: #717171;
    font-family: RobotoCondensed;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before { padding: 0; }
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    background: #f3f4f6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #34403a;
    font-family: RobotoCondensed;
    font-size: 16px;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
    background: none;
    padding-left: 0;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    padding: 0;
}
.variation-Color p { margin: 0; }
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
    margin: 0;
    padding: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button { padding: 0; }
.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th { padding: 6px 3px; }
.woocommerce-page .variations table th, 
.woocommerce-page .attributes table th, 
.woocommerce-page .variations table td, 
.woocommerce-page .attributes table td
{
    text-align:center;
    vertical-align:middle;
}
.woocommerce-page .variations table thead, 
.woocommerce-page .attributes table thead
{
    background:#64ae55;
    color:white;
}


.woocommerce-page .products-listing .post-thumbnail-wrapper{
    width:192px;
    height:142px;
}

.woocommerce-page .products-listing .post-thumbnail-wrapper img{
    width:auto;
    max-width: 100%;
    max-height: 142px;
}


/* posts */
.post-item { margin: 0 0 35px 0; }
.single-thumbnail,
.post-thumbnail {
    text-align: center;
    margin: 0 0 10px 0;
}
.single-thumbnail img,
.post-thumbnail img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.post-title {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 8px 0;
}
.post-desc {
    line-height: 24px;
    margin: 0 0 7px 0; 
}
.post-link {
    color: #344ba4;
    font-family: OrbitronBold;
    font-size: 14px;
    text-transform: uppercase;
}
/* sidebar-services */
.sidebar-services-list { padding: 0 0 13px 0; }
.sidebar-services-list h2 {
    border-bottom: 1px solid #e2e2e2;
    color: #344ba4;
    font-size: 15px;
    margin: 0 0 12px 0;
    padding: 11px 0;
}
.sidebar-services-list h3 {
    color: #64ae55;
    font-size: 13px;
    margin: 0 0 14px 0;
}
.sidebar-services-link.active h3,
.sidebar-services-list a:focus h3,
.sidebar-services-list a:hover h3 { color: #b4b4b4; }
/* quote-form */
.quote-form-wrapper .gform_body > ul,
#gform_12 { position: relative; }
.quote-form-wrapper .gform_body > ul > li { margin: 0 0 25px 0; }
.quote-form-wrapper .gform_body > ul > li.gsection { margin: 0 0 12px 0; }
.quote-form-wrapper .gform_body > ul > li h2 {
    font-size: 20px;
    margin: 0;
}
.ginput_container .gfield_radio { padding: 15px 0 0 0; }
.ginput_container .gfield_radio li {
    display: inline;
    margin: 0 20px 0 0;
}
.ginput_container .gfield_radio input[type="radio"] {
    background: transparent;
    border: 0 !important;
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
    width: 18px;
}
.ginput_container textarea#input_12_5 { height: 148px; }
/* contact-us */
.contact-wrapper { padding: 0 0 30px 0; }
.contact-form { margin: 0 0 15px 0; }
#gform_22 .gform_body,
.contact-form .gform_body { margin: 0 0 16px 0; }
.gfield.textbox { height: 96px; }
.gfield.textarea { clear: both; }
.gfield_label {
    color: #344ba4;
    font-family: OrbitronBold;
    font-size: 13px;
    margin: 0 0 7px 0;
    text-transform: uppercase;
}
.gfield_label span { color: #ff0000; }
.ginput_container input,
.ginput_container textarea {
    background: #f3f4f6;
    border: 1px solid #f3f4f6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #34403a;
    font-family: RobotoCondensed;
    font-size: 16px;
    width: 100%;
}
#gform_fields_22 .ginput_container input,
#gform_fields_22 .ginput_container textarea {
    background: #fff;
    border: 1px solid #fff;
}
.ginput_container input {
    height: 48px;
    padding: 0 5px;
}
.ginput_container textarea {
    height: 168px;
    padding: 5px; 
}
.gform_footer { text-align: right; }
.gform_button {
    background: #64ae55;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family: OrbitronBold;
    font-size: 15px;
    height: 44px;
    text-align: center;
    text-transform: uppercase;
    width: 138px;
}
.gform_button:hover {
    background: #002473;
    color: #fff;
}
.google-maps {
    height: 302px;
    overflow: hidden;
}
.google-maps iframe {
    border: 0;
    height: 302px;
    width: 100%;
}
.contact-details h4 {
    color: #344ba4;
    font-size: 13px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}
.detail { margin: 0 20px 25px 0; }
.detail.detail-last { margin-right: 0; }
.detail a { color: #717171; }
/*------------------------------------------------------------------
    [ 7 Footer ]
-------------------------------------------------------------------*/
.footer-wrapper {
    background: #344ba4;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}
.footer-wrapper a:focus,
.footer-wrapper a:hover { color: #64ae55; }
.copyright,
.titan-badge { text-align: center; }
.copyright { margin: 5px 0; }
.copymenu-wrapper { margin-bottom: 20px; }
.footer-menu { text-align: center; }
.footer-menu ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.footer-menu ul li {
    border-left: 1px solid #7080bf;
    float: left;
    padding: 0 10px;
}
.footer-menu ul li:first-child { border: 0; }
.titan-badge span {
    display: block;
    margin-bottom: 5px;
}
/*------------------------------------------------------------------
    [ 8 Gallery ]
-------------------------------------------------------------------*/
.ngg-galleryoverview,
.ngg-albumoverview { text-align: left; }
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 5px;
    vertical-align: top;
    width: 49%;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail { float: none; }
.ngg-gallery-thumbnail a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}
.ngg-gallery-thumbnail a img {
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.ngg-gallery-thumbnail a:hover .image-hover { display: block; }
/* compact album */
.ngg-albumoverview .ngg-album-compact {
    display: inline-block;
    float: none;
    padding: 5px !important;
    vertical-align: top;
    width: 49%;
}
.ngg-album-compact .ngg-album-compactbox {
    padding: 0 !important;
    position: relative;
    border: 0;
    border-radius: 0;
    z-index: 1;
}
.ngg-album-compact .ngg-album-compactbox:after,
.ngg-album-compact .ngg-album-compactbox:before {
    border: 0;
    border-radius: 0;
}
.ngg-album-compactbox a .Thumb {
    border: 0 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 100%;
}
.ngg-albumoverview .ngg-album-compact h4 {
    font-family: OrbitronBold;
    font-weight: normal;
}
/* extended album */
.ngg-albumoverview .ngg-album { margin: 0 0 15px 0; }
.ngg-album .ngg-albumtitle {
    font-family: OrbitronBold;
    font-weight: normal;
}
.ngg-thumbnail a img {
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
    padding: 0;
}
/*------------------------------------------------------------------
    [ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination { padding: 15px 50px 0 0; }
.woo-pagination { padding: 15px 0 0 0; }
.page-numbers { text-align: right; }
.woo-pagination .page-numbers { text-align: center; }
.page-numbers li {
    display: inline;
    font-family: OrbitronBold;
    font-size: 16px;
    margin: 0 13px;
    text-transform: uppercase;
}
.page-numbers li span.current { color: #b4b4b4; }
/* ngg pagination */
.ngg-galleryoverview .ngg-navigation {
    font-family: OrbitronBold;
    font-size: 16px !important;
    text-transform: uppercase;
}
.ngg-galleryoverview .ngg-navigation a.page-numbers,
.ngg-galleryoverview .ngg-navigation a.next,
.ngg-galleryoverview .ngg-navigation a.prev,
.ngg-galleryoverview .ngg-navigation span,
.ngg-galleryoverview .ngg-navigation span.page-numbers,
.ngg-galleryoverview .ngg-navigation span.next,
.ngg-galleryoverview .ngg-navigation span.prev {
    border: 0;
    font-weight: normal;
    margin: 0 5px;
    padding: 0;
}
.ngg-galleryoverview .ngg-navigation a.page-numbers:hover,
.ngg-galleryoverview .ngg-navigation a.next:hover,
.ngg-galleryoverview .ngg-navigation a.prev:hover,
.ngg-galleryoverview .ngg-navigation span.current,
.ngg-galleryoverview .ngg-navigation span.page-numbers:hover,
.ngg-galleryoverview .ngg-navigation span.next:hover,
.ngg-galleryoverview .ngg-navigation span.prev:hover {
    background: transparent;
    color: #2a6496 !important;
}
.woocommerce-content .subcategory-list {
    margin-bottom: 20px;
}
/*------------------------------------------------------------------
    [ 10 Media Queries ]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    [ 10.1 Mobile 480px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {
    /* HEADER */
	form#searchform {
		width: 46%;
	}
	a.cart-link {
		width: 20%;
	}
	a.logbtn-link {
		width: 30%;
	}
    .headinfo .phnum { font-size: 23px; }
    .headinfo .phnum span { background-size: auto; }
    .headinfo .address { font-size: 12px; }

    /* MENU */

    /* BANNER */
    .banner-title {
        font-size: 25px;
        line-height: 25px;
        max-height: 75px;
    }
    .video {
        background: url(../images/video-mobile-bg.jpg) no-repeat center 0 #64ae55;
        display: block;
        height: 197px;
    }
    .video:focus,
    .video:hover { background: url(../images/video-mobile-bg.jpg) no-repeat center -197px #002374; }

    /* CONTENT */
    /* lead-ins */
    .lead-in-quote {
        background: url(../images/man-bg.png) no-repeat 0 0 #344ba4;
        padding: 0 0 0 145px;
        text-align: left;
    }
    /* subpage */
    .sidebar-title {
        font-size: 26px;
        height: 31px;
        margin: 0 0 15px 0;
    }
    .sidebar-item,
    .sidebar-quote { height: 131px; }
    /* woocommerce */
    .product-category-item { margin: 0 10px 30px; }
    .shop_table_wrap { margin: 0; }
    .product-item { width: 50%; }
    /* woocommerce-overrides */
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a { font-size: 15px; }
    .woocommerce #content div.product form.cart .variations select,
    .woocommerce div.product form.cart .variations select,
    .woocommerce-page #content div.product form.cart .variations select,
    .woocommerce-page div.product form.cart .variations select { width: 50%; }
    .woocommerce #content table.cart td,
    .woocommerce #content table.cart th,
    .woocommerce table.cart td,
    .woocommerce table.cart th,
    .woocommerce-page #content table.cart td,
    .woocommerce-page #content table.cart th,
    .woocommerce-page table.cart td,
    .woocommerce-page table.cart th  { padding: 6px 12px; }
    .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 { padding: 0 7px; }
    /* gallery */
    .ngg-galleryoverview .ngg-gallery-thumbnail-box { width: 24.3%; }
    /* compact album */
    .ngg-albumoverview .ngg-album-compact { width: 24.3%; }

    /* FOOTER */
}
/*------------------------------------------------------------------
    [ 10.2 Mobile / Tablet 768px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    /* HEADER */
    .white-bg {
        background: #fff;
        height: 145px;
        left: -50%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .logo {
        background: url(../images/header-topbar.png) no-repeat right top #fff;
        height: 145px;
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
    }
    .logo img { width: 55%; }
    .headinfo {
        height: 90px; /** 145px; **/
        padding-bottom: 0;
        padding-top: 0;
        text-align: right;
    }
    .headinfo .phnum { font-size: 17px; }
    .headinfo .phnum span { background-size: 68%; }
    .headinfo .address { font-size: 10px; }

    /* MENU */
    #top-menu { display: block; }
    #mobile-menu { display: none; }
    .top-menu > ul > li { margin: 0 2px; }
    .top-menu ul li a {
        font-size: 12px;
        padding: 0 4px;
    }

    /* BANNER */
    .banner-content-inner {
        height: 197px;
        padding: 50px 292px 0 30px;
    }
    .video {
        background: url(../images/video-bg.png) no-repeat 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 262px;
    }
    .video:focus,
    .video:hover { background: url(../images/video-bg.png) no-repeat 0 -197px; }

    /* CONTENT */
    /* subpage */
    .sidebar-title {
        font-size: 20px;
        height: 24px;
        margin: 0 0 5px 0;
    }
    .sidebar-item,
    .sidebar-quote { height: 108px; }
    /* posts */
    .single-thumbnail,
    .post-thumbnail {
        float: left;
        margin: 0 30px 5px 0;
    }
    /* contact-us */
    .contact-form { margin: 0; }
    /* gallery */
    .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        margin-bottom: 5px;
        padding: 0;
        width: 90px;
    }
    /* compact album */
    .ngg-albumoverview .ngg-album-compact {
        margin-bottom: 5px !important;
        padding: 0 !important;
        width: 90px;
    }
    .ngg-galleryoverview .ngg-gallery-thumbnail-box.with-margin,
    .ngg-albumoverview .ngg-album-compact.with-margin { margin-right: 5px !important; }

    /* FOOTER */
    .copyright,
    .titan-badge,
    .footer-menu { text-align: left; }
    .footer-menu ul li:first-child { padding: 0 10px 0 0; }
    .copymenu-wrapper {
        float: left;
        margin: 0;
    }
    .titan-badge span {
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .titan-badge { float: right; }
}
/*------------------------------------------------------------------
    [ 10.3 Desktop 992px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    /* HEADER */
    .logo { background: url(../images/header-topbar.png) no-repeat right center #fff; }
    .logo img { width: 380px; }
    .headinfo .phnum { font-size: 23px; }
    .headinfo .phnum span { background-size: auto; }
    .headinfo .address { font-size: 12px; }

    /* MENU */
    .top-menu ul li a {
        font-size: 13px;
        padding: 0 13px;
    }

    /* BANNER */

    /* CONTENT */
    /* front-page */
    .home-title,
    .page-title { font-size: 40px; }
    /* why-choose-content */
    .why-choose-content h2 { font-size: 31px; }
    /* subpage */
    .sidebar-item { height: 105px; }
    .sidebar-quote {
        height: 105px;
        padding: 0;
    }
    /* contact-us */
    .gfield.txt-left { padding: 0 15px 0 0; }
    .gfield.txt-right { padding: 0 0 0 15px; }
    .gfield.textbox {
        float: left;
        width: 50%;
    }
    /* gallery */
    .ngg-galleryoverview .ngg-gallery-thumbnail-box { width: 135px; }
    /* compact album */
    .ngg-albumoverview .ngg-album-compact { width: 135px; }

    /* FOOTER */
}
/*------------------------------------------------------------------
    [ 10.4 Wide Screen 1200px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
    /* HEADER */
    .logo { background: url(../images/header-topbar.png) no-repeat right top #fff; }
    .logo img { width: 408px; }
    .enquire-button { display: block; }
	
	form#searchform {
		width: 52%;
	}	
    #customer-search #searchform {
        width: 90%;
    }
	a.cart-link {
		width: 20%;
	}
	a.cart-link-logout {
		width: 46%;
	}
	a.logbtn-link {
		width: 25%;
	}
    /* MENU */
    .menu-wrapper.front-page {
        left: 0;
        position: absolute;
        top: auto;
    }
    .menu-inner { float: left; }
    .top-menu > ul > li:first-child { margin-left: 0; }
    .top-menu > ul > li {
        display: block;
        margin: 0 2px;
        float: left;
    }

    /* BANNER */
    .banner-content-wrapper .container { text-align: right; }

    /* CONTENT */
    /* why-choose-content */
    .why-choose-content-inner { padding: 0 45px 10px; }
    /* lead-ins */
    .lead-ins-list {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: -120px auto 45px;
        overflow: hidden;
        padding: 0;
    }
    .lead-in-item:first-child img {
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
    }
    /* featured-products */
    .featured-products { padding: 0 95px; }
    .slick-prev { left: 23px; }
    .slick-next { right: 23px; }
    /* subpage */
    .sidebar-item { height: 131px; }
    .sidebar-title {
        font-size: 26px;
        height: 31px;
        margin: 0 0 15px 0;
    }
    .sidebar-quote {
        background: url(../images/man-sm-bg.png) no-repeat 0 0 #344ba4;
        height: 131px;
        padding: 0 0 0 64px;
        text-align: left;
    }
    .sidebar-quote:focus,
    .sidebar-quote:hover { background: url(../images/man-sm-bg.png) no-repeat 0 0 #64ae55; }
    /* woocommerce */
    .product-category-item {
        display: block;
        float: left;
        margin: 0 32px 30px 0;
    }
    .product-category-item.last-item { margin-right: 0; }
    .product-thumbnails a {
        display: block;
        float: left;
        margin: 0 9px 9px 0;
    }
    .product-thumbnails a.last-item { margin-right: 0; }
    .product-item { width: 25%; }
    /* sidebar-services */
    .sidebar-services-list { padding: 0 10px 13px; }
    /* gallery */
    .ngg-galleryoverview .ngg-gallery-thumbnail-box,
    .ngg-albumoverview .ngg-album-compact { width: 165px; }
    /* quote-form */
    .quote-form-wrapper .gform_body > ul { height: 506px; }
    #gform_fields_12 #field_12_7 {
        left: 0;
        position: absolute;
        top: 36px;
        width: 551px;
    }
    #gform_fields_12 #field_12_1 {
        right: 0;
        position: absolute;
        top: 36px;
        width: 260px;
    }
    #gform_fields_12 #field_12_4 {
        left: 0;
        position: absolute;
        top: 132px;
        width: 260px;
    }
    #gform_fields_12 #field_12_2 {
        left: 291px;
        position: absolute;
        top: 132px;
        width: 260px;
    }
    #gform_fields_12 #field_12_8 {
        right: 0;
        position: absolute;
        top: 132px;
        width: 260px;
    }
    #gform_fields_12 #field_12_12 {
        left: 0;
        position: absolute;
        top: 235px;
        width: 100%;
    }
    #gform_fields_12 #field_12_9 {
        left: 0;
        position: absolute;
        top: 271px;
        width: 290px;
    }
    #gform_fields_12 #field_12_10 {
        left: 0;
        position: absolute;
        top: 369px;
        width: 290px;
    }
    #gform_fields_12 #field_12_5 {
        right: 0;
        position: absolute;
        top: 271px;
        width: 523px;
    }
    #gform_12 .gform_footer {
        bottom: 0;
        position: absolute;
        right: 0;
    }
    /* contanct-us */
    .detail {
        display: inline-block;
        vertical-align: top;
    }
    .email_mod_wrap{
        display: none;
    }
    .email_mod_wrap_2{
        cursor: pointer;
    }
    /* FOOTER */
}
.export-csv {
    text-align: right;
    margin-top: 30px;
    margin-right: 10px;
}
/*------------------------------------------------------------------
    [ 10.4 Wide Screen 2000px ] For Lead-ins Only
-------------------------------------------------------------------*/
@media only screen and (min-width: 2000px) {
    .lead-ins-list { margin: -210px auto 45px; }
}

/** search form **/

.headinfo-searchform {
    background-color: #0b0742;
    padding: 10px 10px 0;
}
form#searchform {
    float: left;
    margin-bottom: 10px;
}
.searchinput {
    background: #ffffff url("../images/search-logo.jpg") no-repeat scroll 5px center;
    border: 0 none;
    border-radius: 3px 0 0 3px;
    float: left;
    padding: 9px 8px 9px 35px;
	width: 72%;
}
#searchsubmit {
    background-color: #384a96;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    float: left;
    font-family: OrbitronBold;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    margin-top: 0;
    padding: 10px 18px 10px 18px;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 1200px) {
    .searchinput {
        border-radius: 3px;
    }
    .searchinput {
        width: 100%;
    }
    #searchsubmit {
        display: none;    
    }
    a.cart-link {
        padding: 10px;
        text-align: center;
    }
}
.search .lead-ins-list {
    margin: 0 auto 45px;
}
.headinfo-inner .social a{
    display: inline-block;
    padding: 5px 0;
    font-size: 22px;
}