/*
Theme Name: 4D Rubber Bootstrap
Theme URI:
Author: Dave Wilson
Author URI:
Description: The 2015 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.92
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: 4drubberbootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/***** FONTS *****/

@font-face {
    font-family: "Bebas Neue Regular";
    src: url(fonts/BebasNeueRegular.ttf);
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans.ttf);
}

p, li, a {
    font-family: "Open Sans", sans-serif;
}

p, li {
    color: #767676;
}

h1, h2, h3, h4, h5 {
    font-family: "Bebas Neue Regular", sans-serif;
    text-transform: uppercase;
    color: #767676;
    margin: 0;
    padding: 0;
}

 #main-menu ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em !important;
    text-transform: uppercase;
    color: #767676;
    margin: 0;
    padding: 0;
}

h2 {
    
}
h1 {

}

h2 {
    font-size: 5em;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
    color: #a61719;
/*     font-family: "Bebas Neue Regular", sans-serif; */
}

h3 {
    font-size: 3em;
    margin-bottom: 20px;
}

h3.smaller {
    font-size: 2.5em;
}
h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    margin: 10px 0;
}

h4.padded {
    margin-bottom: 40px;
}

h5 {
}

/***** GLOBAL *****/

.red {
    color: #a61719 !important;
    color: #a61719 !important;
}
.bold {
    font-weight: bold;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;

}

.margin-bot-20{
	margin-bottom: 20px !important;
}

.margin-top-20-at-1200{
	margin-top: 0;
}

.margin-bot-40{
	margin-bottom: 40px !important;
}

.img-100 {
    width: 100%;
}

.img-33 {
    width: 33%;
    float: left;
    margin: 0 20px 20px 0;
}

.home-text-block {
    padding: 20px 0;
    text-align: center;
}

.underline {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.vert-middle {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.responsive .vc_single_image-img {
    width: 100%;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.circle {
    border-radius: 50%;
    border: 5px solid #d7d7d7;

}
.small-circle {
    border-radius: 50%;

}

.static-page {
    margin: 30px 0;
}

.static-page ul {
    margin: 0;
    padding: 0;
}
.static-page ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-right: 20px;

}

.static-page ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: 20px;

}

.margin-top-20{
	margin-top: 20px;
}
/***** TOOLBAR *****/
#toolbar {
    background: #1b2024;
}

#toolbar ul {
    padding: 0;
    margin: 5px 0;
}

#toolbar ul li {
    color: #a8a8a8;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 0.9em;
}

#toolbar ul li a {
    color: #a8a8a8;
}

#toolbar ul li a:hover {
    color: #fff;
}

/***** MAIN MENU *****/
#main-menu .logo {
    padding: 10px 0;
    margin: 0;
}

#main-menu ul {
    width: 100%;

}

#main-menu ul li {
    width: 11%;
}

#main-menu ul li a {
    line-height: 35px;
    font-size: 1.3em;
    text-align: center;
    border-bottom: 5px solid #fff;
    color: #8395a1;
}

#main-menu ul li a:hover {
    background: #fff;
    border-bottom: 5px solid #a61719;
}

#main-menu ul li a[title="Exercise"]:hover {
    border-bottom: 5px solid #b5ca3d;
}

#main-menu ul li a[title="Fashion"]:hover {
    border-bottom: 5px solid #e9283b;
}

#main-menu ul li a[title="Medical"]:hover {
    border-bottom: 5px solid #23b9c8;
}

#main-menu ul li a[title="Sheeting"]:hover {
    border-bottom: 5px solid #f1941b;
}

/***** TITLE BAR *****/
#title-bar {
    padding: 10px 0;padding-top:15px;
}

#title-bar h2 {
    color: #fff;
    font-size: 5em;
    margin-top: 10px;
}
#title-bar h5 span, .breadcrumbs {
    color: #fff;
    font-family: "Open Sans";

}

#title-bar a {
    color: #000000;
}

body.exercise #title-bar {
    background: #b5ca3d;
}

body.sheeting #title-bar {
    background: #f1941b;
}

body.medical #title-bar {
    background: #23b9c8;
}

body.fashion #title-bar {
    background: #e9283b;
}

body.default #title-bar {
    background: #a61719;
}

body.exercise h2 span, body.exercise h3 span {
    color: #b5ca3d;
}

body.sheeting h2 span, body.sheeting h3 span {
    color: #f1941b;
}

body.medical h2 span, body.medical h3 span {
    color: #23b9c8;
}

body.fashion h2 span, body.fashion h3 span {
    color: #e9283b;
}

/***** WELCOME *****/

#welcome {
    padding: 10px 0;
}
#welcome h2 { font-size: 3.8em; letter-spacing: 4px; }
#welcome h4 { font-size: 1.2em; letter-spacing: 4px; }
/***** HOME PAGE SQUARES *****/
.home-square {
    width: 100%;
    height: 300px;
    display: table;
}

.home-square-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	background-color: rgba(30, 30, 30, 0.5)
}
.home-square-inner:hover {
    transition: all .5s ease-in-out;
	background-color: rgba(30, 30, 30, 0)
}

.home-square h2 {
    white-space: pre;
    display: inline-block;
    text-align: left;
    line-height: 60px;
    top: -20px;
    position: relative;
}

.home-square h2:before {
    content: "view\A";
    font-size: 20px;
    line-height: 20px;
}

.home-square h2.medical {
    color: #23b9c8;
}

.home-square h2.exercise {
    color: #b5ca3d;
}

.home-square h2.sheeting {
    color: #f1941b;
}

.home-square h2.fashion {
    color: #e9283b;
}

.home-square h2.medical:before {
    color: #fff;
}

.home-square h2.exercise:before {
    color: #fff;
}

.home-square h2.fashion:before {
    color: #fff;
}

.home-square h2.sheeting:before {
    color: #fff;
}

.light-grey {
    background: #cec9c9;
}
.vlight-grey
{
	background: #f5f5f5;
}
.dark-grey {
    background: #747474;

}
.hp_medical:hover, .hp_exercise:hover, .hp_fashion:hover, .hp_sheeting:hover  {
    transform: scale(1.05);
/*     opacity: 0.7; */
}
.hp_medical {
    transition: all .5s ease-in-out;
/*     background-image: url("img/hp_medical.jpg"); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.hp_exercise {
    transition: all .5s ease-in-out;
/*     background-image: url("img/hp_exercise.jpg"); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover}
.hp_sheeting {
    transition: all .5s ease-in-out;
/*     background-image: url("img/hp_sheeting.jpg"); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover}
.hp_fashion {
    transition: all .5s ease-in-out;
/*     background-image: url("img/hp_fashion.jpg"); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hp_medical:hover h2, .hp_exercise:hover h2, .hp_fashion:hover h2, .hp_sheeting:hover h2  {
/*     transform: scale(1.05); */
    transition: all .5s ease-in-out;
    opacity: 0;
}

.home-square-fader {
	position: fixed;
	top: 500px;
	visibility: hidden;
}
.hp_medical:hover .home-square-fader, .hp_exercise:hover .home-square-fader, .hp_fashion:hover .home-square-fader, .hp_sheeting:hover .home-square-fader  {

	background-color: rgba(30, 30, 30, 0.5);
    transition: all .5s ease-in-out;
    position: absolute;
    padding: 10px;
    width: 90%;
    height: 90%;
    margin: 5% 5%;
    top: 0;
    color: #fff;
    visibility:visible;
}
.hp_medical:hover .home-square-fader h2, .hp_exercise:hover .home-square-fader h2, .hp_fashion:hover .home-square-fader h2, .hp_sheeting:hover .home-square-fader h2  {
	opacity: 1;
}

.home-square-fader p { color: #fff; }

div.arrowdiv {
    display: none;
}

.home-square:hover {
    cursor: pointer;
}
.home-square:hover + .arrowdiv {
    display: block;
}
/***** HOMEPAGE PRODUCTS *****/

#product-block {
    padding: 10px 0;
    text-align: center;
}

#product-block h2 {
    margin-bottom: 20px;
}

#product-block a h4 {
    font-size: 1.1em;
    height: 40px;
    padding-top: 10px;
}

#product-block a:hover {
    text-decoration: none;
}

#product-block .product {
    margin-bottom: 30px;
}

#product-block .product img {
    border-radius: 50%;
    border: 5px solid #d7d7d7;
}

/***** HOME PAGE INFO BOXES *****/

#info-block-a, #info-block-b, #info-block-tech {
    padding: 60px 0;
}

#info-block-a {
    background: url(img/brick-bg.jpg) repeat center;
    min-height: 340px;
}
#info-block-a ul {
    margin: 0;
    padding: 0;
}
#info-block-a ul li {
    list-style: none;
    margin-bottom: 20px;
}

#info-block-a ul li {
    list-style: none;
    margin-bottom: 20px;
/*     padding-right: 20px; */

}

#info-block-a ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: 20px;

}
#info-block-a.homeinfo {
    height: 100px;
}
#info-block-b {
    background: #8496a2;
}

#info-block-b h3, #info-block-b p {
    color: #fff;
}

#info-block-tech{
	background: url(img/brick-bg.jpg) repeat center;
	min-height: 1000px;
}

.floaty-image {
    float: right;
}

/***** FOOTER *****/
#footer {
    background: #1c2023;
    padding: 30px;
    text-transform: uppercase;
}

#footer p, #footer a {
    font-size: 0.8em;
    color: #fff;
}

.footer-menu {
    text-align: center;
}

.footer-menu ul {
    padding: 0;
    margin: 5px 0;
}

.footer-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0 20px 0 0;
    display: inline-block;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: #23b9c8 !important;
}

/***** HELP BAR *****/
#help-bar {
    background: #a61719;
    height: 80px;
}

#help-bar h3, #help-bar a {
    color: #fff;
    line-height: 80px;
}

#rev-slider a.cta-button {
    background: #a61719;
    color: #fff;

}
#rev-slider a.cta-button:hover {
    color: #a61719;
    background: #fff;
}
#help-bar a.cta-button:hover  {
    color: #a61719;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1em;
}

#download-bar {
    height: 80px;
}

#download-bar {
    background: #272f38;
}

#download-bar h3, #download-bar a {
    color: #fff;
    line-height: 80px;
    margin: 0;

}

#download-bar a.cta-button:hover {
    color: #272f38;
}

/***** BUTTONS *****/

a.cta-button, a.cta-button-red, a.cta-homepage, a.cta-homepage-blue, .wpcf7-submit {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

a.cta-button:hover {
    background: #fff;
    text-decoration: none;
}

a.cta-button-red, .wpcf7-submit {
    border: 1px solid #a61719;
    color: #a61719;
    margin-top: 20px;
}

a.cta-button-red:hover, .wpcf7-submit:hover {
    color: #fff;
    background: #a61719;
}
a.cta-button-red.medical {
    border: 1px solid #23b9c8;
    color: #23b9c8;
}
a.cta-button-red.medical:hover {
    color: #fff;
    background: #23b9c8;
}

a.cta-button-red.exercise {
    border: 1px solid #b5ca3d;
    color: #b5ca3d;
}
a.cta-button-red.exercise:hover {
    color: #fff;
    background: #b5ca3d;
}

a.cta-button-red.sheeting {
    border: 1px solid #f1941b;
    color: #f1941b;
}
a.cta-button-red.sheeting:hover {
    color: #fff;
    background: #f1941b;
}

a.cta-button-red.fashion {
    border: 1px solid #e9283b;
    color: #e9283b;
}
a.cta-button-red.fashion:hover {
    color: #fff;
    background: #e9283b;
}
a.cta-homepage {
    border: 1px solid #767676;
    color: #767676;
    margin: 0 auto;
}

a.cta-homepage:hover {
    background: #767676;
    color: #fff;
}

a.cta-homepage-blue:hover {
    background: #fff;
    color: #8496a2;
}

.cta-right a.cta-button-red {
    float: right;
}

.cta-left a.cta-button-red {
    float: left;
}

/***** NEWS CATEGORY PAGE *****/
.news-story {
    padding-bottom: 40px;
}

/***** MAIN CONTENT *****/

#main-content {
    padding: 15px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
    margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
    margin-bottom: 20px;
}

.widget {
    text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
    margin: 4px 0;
}

.comment-list {
    padding: 0;
}

.comment-list,
.children:nth-child(n+1) {
    list-style: none;
}

@media (max-width: 767px) {
    .comment-list,
    .children:nth-child(n+1) {
        padding: 0;
    }
}

.main-product {
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-top: 30px;
}

/***** FAQS *****/

.speech-bubble {
    position: relative;
    padding: 15px;
    color: #fff;
    font-family: "Bebas Neue Regular", sans-serif;
    font-size: 2em;
    border-radius: 5px;
}

body.medical .speech-bubble {
    background: #23b9c8;
}

body.exercise .speech-bubble {
    background: #b5ca3d;
}

body.sheeting .speech-bubble {
    background: #f1941b;
}

body.fashion .speech-bubble {
    background: #e9283b;
}

body.default .speech-bubble {
    background: #a61719;
}

/* creates triangle */
.speech-bubble:after {
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
}

body.medical .speech-bubble:after {
    border-color: #23b9c8 transparent;
}

body.exercise .speech-bubble:after {
    border-color: #b5ca3d transparent;
}

body.sheeting .speech-bubble:after {
    border-color: #f1941b transparent;
}

body.fashion .speech-bubble:after {
    border-color: #e9283b transparent;
}

body.default .speech-bubble:after {
    border-color: #a61719 transparent;
}

.split-line {
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}

/***** MEET THE TEAM *****/
.meettheteam {
    border-top: 1px solid #ccc;
    padding: 30px 0;
    text-align: center;

}

.meettheteam img {
    margin: 0 auto;
}

/***** SIDE BAR ON PRODUCTS PAGE *****/
#product-sidebar {
    margin-top: 30px;
}

#product-sidebar h3 {

}
#product-sidebar ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

#product-sidebar ul li {
    list-style: none;
}

.chevron:after {
    font-family: "FontAwesome";
    content: "\f107"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.chevron.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105"; /* adjust as needed, taken from bootstrap.css */
}


/**** THUMBNAILS GALLERY *****/
.sp-slides-container {
    padding: 30px 0;
    border: 1px solid #ccc;
}

.sp-image-container {
    padding: 0 30px;
}

.sp-thumbnails-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

/***** ACCORDIAN OVERRIDE *****/

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    background: #ebebeb !important;
    border-bottom: 1px solid #ccc !important;
    margin-top: 10px !important;
    padding-left: 20px;
    padding-top: 10px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #767676 !important;
    font-size: 26px;
    font-family: "Bebas Neue Regular", sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold;
    padding: 0 !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: none !important;

}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
    font-family: "FontAwesome" !important;
    content: "\f105" !important; /* adjust as needed, taken from bootstrap.css */
    color: grey !important; /* adjust as needed */
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
    font-family: "FontAwesome" !important;
    content: "\f107" !important; /* adjust as needed, taken from bootstrap.css */
    color: grey !important; /* adjust as needed */
}



/***** Testimonial Styles *****/

.testimonials {
    margin-top: 30px;

}

.triangle-border {
    position: relative;
    padding: 20px;
    margin: 1em 0 3em;
    background: #fff;
}

.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -20px; /* value = - border-top-width - border-bottom-width */
    left: 40px; /* controls horizontal position */
    border-width: 20px 20px 0;
    border-style: solid;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.triangle-border:after {
    content: "";
    position: absolute;
    bottom: -16px; /* value = - border-top-width - border-bottom-width */
    left: 44px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width: 16px 16px 0;
    border-style: solid;
    border-color: #fff transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.testimonial_body{
	border: 3px solid #A61719;
    border-radius: 5px;
}

blockquote{
	border: 0 !important
}

blockquote p{
/* 	background: #e9283b; */
	color: #A61719;
	font-family: "Bebas Neue Regular", sans-serif;
	padding: 10px;
	font-size: 27px;
}

.testimonial .general .triangle-border {
    border: 2px solid #a61719;
}

.testimonial .medical .triangle-border {
    border: 2px solid #23b9c8;
}

.testimonial .sheeting .triangle-border {
    border: 2px solid #f1941b;
}

.testimonial .exercise .triangle-border {
    border: 2px solid #b5ca3d;
}

.testimonial .fashion .triangle-border {
    border: 2px solid #e9283b;
}

.testimonial .general .triangle-border:before {
    border-color: #a61719 transparent;

}

.testimonial .medical .triangle-border:before {
    border-color: #23b9c8 transparent;

}

.testimonial .sheeting .triangle-border:before {
    border-color: #f1941b transparent;

}

.testimonial .exercise .triangle-border:before {
    border-color: #b5ca3d transparent;

}

.testimonial .fashion .triangle-border:before {
    border-color: #e9283b transparent;

}

.testimonial .general .triangle-border p {
    color: #a61719;
}

.testimonial .medical .triangle-border p {
    color: #23b9c8;
}

.testimonial .sheeting .triangle-border p {
    color: #f1941b;
}

.testimonial .exercise .triangle-border p {
    color: #b5ca3d;
}

.testimonial .fashion .triangle-border p {
    color: #e9283b;
}



.testimonial .triangle-border p {
    font-family: "Bebas Neue Regular", sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
}

.ajax-loader {
    display: none;
}

.social-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 5px;
}

ul ul{
	padding-left: 20px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block !important; }
ul.dropdown-menu{ background-color: #1b2024 !important; }
ul li ul li a,ul li ul li a:hover { 
	display: block !important; 
	background: none !important; 
	background-color: none !important; 
	border-bottom: 0px !important; 
	line-height: 22px !important;
	width: 100%;
	border: 0 !important;
	margin-left: 4px !important;
	margin-bottom: 0 !important;
}

ul li ul li { 
	padding: 10px 0 0;
    margin-bottom: 0!important;
    display: block;
    width: 100%;
	}
	ul li ul li a.active { color: #a6171a !important; }
	
#searchBar
{
	display: none;
	background: #a61719;
	width: 340px;
	padding: 5px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99999;
}

#searchBar .form-control { width: 75%; display: inline-block; }
#searchBar .glyphicon-remove { display:none; font-size: 20px; color: #fff; position: relative; top: 5px; cursor: pointer; }
#searchBar .input-group { width: 100%; }
#searchBar #searchsubmit { margin: 0px 3px; display: inline-block; }

#searchBar > form > .form-group { margin-bottom: 0; }

.navbar-toggle, .btn-default:focus{
	background-color: #A61719;
	margin-top: 8px;
	margin-bottom: 0;
}

.btn-default:active, .btn-default:hover{
	background-color: #1B2024;
	border-color: #1B2024;
}

.accordion-alpha-trigger
{
	display: inline-block;
	color: #333;
	font-size: 28px;
	font-family: "Bebas Neue Regular", sans-serif !important;
	text-transform: uppercase !important;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}
.accordion-alpha-trigger:hover,
.accordion-alpha-trigger:active
{
	background-color: #a6171a;
	color: #fff;
	text-decoration: none;
}

.product-back-to-cat
{
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.sidebar-products
{
	padding: 0 !important;
	max-width: 100%;
	
}
.sidebar-products h3
{
	font-size: 2em;
}
.sidebar-products .product
{
	margin: 0 !important;
}

.sitemap{
	margin-top: 40px;
    list-style: none;
    margin-bottom: 40px;
}
.sitemap li{
    margin-bottom: 10px;
}
.sitemap li a {
    text-decoration: underline;
}

.wpb_single_image img {
    width: auto;
}

/***** Media Queries *****/
@media (max-width: 767px) {
	.footer-menu ul li{
	    margin: 0;
	    display: block;
	}
	#help-bar{
		font-size: 12px;
	}
	#help-bar h3{
		    line-height: 25px;
    margin-top: 15px;
    font-size: 17px;
	}
	.collapse.in{
		padding-right: 30px;
		padding-left: 0;
	}
	#main-menu ul li{
		width: 100%;
	}
	.hidden-mobile{
		display: none;
	}
	.mobile-center{
		float: none;
		text-align: center;
	}
	.last{
		margin-right: 0!important;
		padding: 0!important;
	}
	ul.nav li.dropdown:hover ul.dropdown-menu{
	    position: absolute;
	    left: 150px;
	    top: 0px;
	    width: 50%!important;
	}	
	ul.nav li#menu-item-534:hover ul.dropdown-menu{
		top: -21px;
	}
	.dropdown-menu{
		min-width: 100px;
	}
}
@media (min-width: 1200px){
	#main-menu ul li a{
		font-size: 0.8em!important;
	}
	.margin-top-20-at-1200{
		margin-top: 20px;
	}
}
@media (min-width: 767px) {
    #main-menu ul li a {
	    line-height: 80px;
	}

}