/*
Theme Name: glidecamdark
Theme URI:
Author: George Whitcher
Author URI: http://georgewhitcher.com/
Description: This is a custom made WordPress theme for Glidecam by George Whitcher.
Version: 0.0.1
License:
License URI:
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: glidecam

glidecam WordPress Theme © 2011-2017 Glidecam Industries, Inc.
glidecam is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{}body{}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* FONTS */
@font-face{
    font-family: 'Glidecam';
    src: url('resources/fonts/glidecam.eot');
    src: url('resources/fonts/glidecam.eot?#iefix') format('embedded-opentype'),
    url('resources/fonts/glidecam.woff') format('woff'),
    url('resources/fonts/glidecam.ttf') format('truetype'),
    url('resources/fonts/glidecam.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Aero';
    src: url('resources/fonts/aero.eot');
    src: url('resources/fonts/aero.eot?#iefix') format('embedded-opentype'),
    url('resources/fonts/aero.woff') format('woff'),
    url('resources/fonts/aero.ttf') format('truetype'),
    url('resources/fonts/aero.svg#aeroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
CORE
 */
body {
    background: url("img/bg.jpg") #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    margin: 0;
    padding: 0;
    color: #282828;
}
a, a:visited {
    color: #383838;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #fdc800;
    text-decoration: underline;
}
.vcenter {
    display: flex;
    align-items: center;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.headerBG {
    background: #747474;
    padding: 0 10px 0 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 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 {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* COMMENTS */
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}

/* Container */
.container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Modals */
.modal {
    z-index: 999999;
}
.modal-content {
    background-color: #181818;
    text-align: left;
    color: #FFF !important;
}
.modal-content a {
    color: #fff !important;
}
.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4 {
    color: #FFF;
}
.modal-title {
    color: #FFF;
}
.modal-header {
    border-bottom: 0;
}
.modal-body-title {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    font-family: Aero, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-body p {
    color: #FFF;
}
.modal-footer {
    border-top: 0;
}
.close {
    color: #FFF;
    opacity: 1;
}
.close:hover {
    color: #e6e6e6;
    opacity: 1;
}
.modal .homeModalLogo {
    max-width: 300px;
}
.modal .celebrating25years {
    text-align: center;
    padding: 5px;
    font-style: italic;
}
.modal .list-group-item {
    background: #FFF;
    color: #181818 !important;
}
.modal .list-group-item:hover {
    background: #CCC;
    color: #181818 !important;
}
.modal .mb-1, .modal .list-group a, .modal .list-group a:hover {
    color: #fff !important;
    font-weight: normal !important;
}
.modal .list-group-item-action:focus, .modal .list-group-item-action:hover{
    color: #181818;
}
/* BTN-GLIDECAM */
.btn-glidecam, .btn-glidecam:visited {
    background-color: #383838;
    border-color: #383838;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fdc800;
}
.btn-glidecam:hover {
    color: #000;
    background-color: #acacac;
    border-color: #acacac;
}


/* Main Alert */
.mainAlert {
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
}

/*
Top Bar
 */
#topBar {
    background: #000;
    padding: 20px;
    color: #fdc800;
    font-weight: bold;
    font-style: italic;
}
#topBar a {
    color: #fdc800;
    text-decoration: underline;
}
#topBar a:hover {
    opacity: 0.8;
}

/*
HEADER
 */
#headerTop {
    background: #383838;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
}

/* Navigation */
#navTop {
    padding: 0;
    box-sizing: border-box;
    background: #282828 !important;
}
.navbar {
    padding: 0;
}
.navbar-dark {
    background: #282828 !important;
}
.navbar-inverse .navbar-nav .active > .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fdc800;
}
.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11pt;
    padding: 5px 15px 5px 15px;
    border-left: 3px solid #505050;
}


#dropdownMiniCart {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11pt;
    font-weight: bold;
}
#dropdownMiniCart:hover {
    text-decoration: none !important;
}
.navbar-inverse .mini-cart {
    padding: 1px 15px 1px 15px;
    border-left: 3px solid #505050;
    border-right: 3px solid #505050;
}
.navbar-inverse .mini-cart img {
    max-height: 180px;
}
.navbar-inverse .woocommerce ul.cart_list li a, .navbar-inverse .woocommerce ul.product_list_widget li a:hover {
    background: transparent !important;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-inverse .woocommerce #respond input#submit, .navbar-inverse .woocommerce a.button, .navbar-inverse .woocommerce button.button, .navbar-inverse .woocommerce input.button {
    background: #fdc800 !important;
    color: #000;
}
.navbar-inverse .woocommerce #respond input#submit:hover, .navbar-inverse .woocommerce a.button:hover, .navbar-inverse .woocommerce button.button:hover, .navbar-inverse .woocommerce input.button:hover {
    color: #000;
    background: #f3be00 !important;
}
.navbar-inverse .mini-cart #dropdownMiniCart {
    color: #FFF;
}
.navbar-inverse .mini-cart .dropdown-menu {
    margin-left: -150px;
    width: 300px;
}
.navbar-inverse .widget_shopping_cart_content {
    margin: 10px;
    box-sizing: border-box;
    color: #FFF;
}
.navbar-inverse .widget_shopping_cart_content .remove_from_cart_button {
    float: left;
}
.navbar-inverse .attachment-shop_thumbnail {
    float: right;
}

/*Dropdown Css*/
.navbar-dark .dropdown-menu {
    background: #181818 !important;
    letter-spacing: 1px;
}
.navbar-dark .dropdown-menu a {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: bold;
}
.navbar-dark .dropdown-menu a:hover {
    background: #383838 !important;
}
.navbar-dark .dropdown-menu a:focus {
    background: #383838 !important;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -8px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#subMenu {
    background: #8f8f8f;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 31px;
}
@media (max-width: 700px) {
    #subMenu .container {
        padding: 0;
    }
}
#subNavRight {
    flex-direction: row;
}
.navbar-toggler {
    margin: 5px;
    padding: 0;
}
.navbar-toggler-icon {
    height: 0.9em;
}


/* Pages */
.pageBody h1 {
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    font-weight: bold;
    color: #fdc800;
}
.pageBody {
    background: url("img/page-bottombg.jpg") bottom left repeat-x #8f8f8f;
    padding-bottom: 100px;
    min-height: 500px;
}
.pageBody p {
    padding: 5px 0 15px 0;
    line-height: 22px;
    font-family: Verdana, Arial, sans-serif;
    color: #282828;
    font-size: 13pt;
    max-width: 100%;
    width: 700px;
    margin: 0 auto;
}
/* About page center header */
.page-id-328 h1 {
    text-align: center;
}
.card-intro {
    max-width: 800px;
    border-radius: 0;
    background: #acacac;
    margin: 0 auto 20px auto;
}

    /* Home */
#carouselHome {
    background: url("img/page-bg.jpg") top left repeat-x #8f8f8f;
    min-height: 250px;
    margin-bottom: -7px !important;
}
@media (max-width: 700px) {
    #carouselHome {
        display: none;
    }
}
#carouselHome .carousel-caption h1 {
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    font-weight: bold;
    color: #fdc800;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#carouselHome .carousel-caption p {
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    color: #fdc800;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#carouselHome .featured-image {
    max-width: 100%;
    width: 100%;
}
#carouselDeal {
    background: url("img/page-bg.jpg") top left repeat-x #8f8f8f;
    margin-bottom: -7px !important;
}
#carouselDeal .featured-image {
    max-width: 100%;
    width: 100%;
}
#homeAwards {
    padding: 20px 0;
}
.homeSeparator {
    background: #383838;
    color: #fdc800;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 10px 0;
    text-align: center;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
}
.homeSeparatorTop {
    background: #383838;
    color: #fdc800;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
}
#home .card {
    border-radius: 0;
    background: #acacac;
}
#home .card .card-header {
    background: #383838;
    text-align: left;
    border-radius: 0;
}
#home .card .card-header a {
    color: #fdc800;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
}
#home .list-group .list-group-item {
    background: #acacac;
    color: #000;
}
#home .list-group .list-group-item .text-muted {
    color: #000 !important;
}
#home .video-caption {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.home_essential {
    text-align: center;
}
.home_essential img {
    max-height: 180px;
    margin: 0 auto;
    display: block;
}
#dealVault .productDescription {
    min-height: 125px;
}

/* Testimonial Carousel */
#testimonialCarousel {
    min-height: 120px;
}
@media (max-width: 700px) {
    #testimonialCarousel .blockquote {
        font-size: 12px !important;
    }
}
#testimonialCarousel .carousel-indicators {
    bottom: -5px;
}
#testimonialCarousel ol.carousel-indicators li {
    background: #CCC;
}
#testimonialCarousel ol.carousel-indicators li.active {
    background: #000;
}
#testimonialCarousel .carousel-control-prev, #testimonialCarousel .carousel-control-next {
    color: #000;
    font-size: 18px;
}
#testimonialCarousel .pointer {
    cursor: pointer;
}
#testimonialCarousel .blockquote-footer {
    color: #000 !important;
}

/* Videos */
#videos .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#videos .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Aero, Arial, sans-serif;
    letter-spacing: 1px;
}
#videos img {
    max-height: 250px;
    max-width: 250px;
    width: 100%;
}
#videos .video-caption {
    background: #383838;
    color: #fdc800;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    padding: 3px;
}
#videos .moreVideos {
    text-align: center;
    color: #fdc800;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
}
#video-view .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#video-view .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
}
#videos_legacy .videoBox {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
#videos_legacy .videoBox .videoBoxTop {
    background-image: url(img/video/header_strip.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 32px;
}
#videos_legacy .videoBox .videoBoxMiddle {
    background-color: #646464;
    display: inline-block;
    width: 100%;
    padding: 5px;
}
#videos_legacy .videoBox .videoBoxBottom {
    background-image: url(img/video/footer_strip.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 30px;
    clear: both;
}
#videos_legacy .videoBox h3 {
    padding-left: 5px;
    margin: 3px 0px 0px 0px;
    font-size: 18px;
    text-align: left;
    text-transform: none;
    color: #AAA;
    font-style: normal;
    float: left;
}
#videos_legacy .videoBox .videocat_description {
    font-size: 10px;
    color: #AAA;
    margin: 3px 0px 0px 5px;
    font-style: italic;
}
#videos_legacy .videoBox .video_archive {
    text-align: right;
    color: #fdc800;
    font-size: 10px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 10px 0px 0px;
}
#videos_legacy .videoBox a {
    color: #fff;
    font-weight: normal;
}
#videos_legacy .videoBox .video-caption {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 10px;
}
#videos_legacy .videoBox .videoBoxMiddle img {
    max-width: 150px;
}
#videos_legacy .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}

/* Dealers */
#dealers .list-group-item {
    background: #383838;
}
#dealers a.list-group-item, #dealers a:visited.list-group-item  {
    color: #fdc800;
}
#dealers .dealer-country {
    font-size: 28px;
    font-weight: bold;
}
#dealers .badge-glidecam {
    color: #fff;
    background: #181818;
}
#dealer-view .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#dealer-view .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}
#map {
    color: #282828;
    width: 100%;
    height: 600px;
    border-radius: 5px;
    border: 1px solid #000;
}
.infowindow {
    color: #000;
    min-height: 60px;
}

/* Contact */
#contact .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#contact .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}
#contact .form-control {
    background: #DDD;
    border: 1px solid #383838;
}
#contact .form-control:focus {
    border-color: #383838;
    box-shadow: 0 0 0 0.2rem rgba(249,200,1,.25);
}

/* Sitemap */
#sitemap .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#sitemap .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}
#sitemap .list-group-item {
    background: #383838;
    color: #fdc800;
}

/* Gallery */
#gallery .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#gallery .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}

/*
Masters
 */
#masters .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#masters .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}
#masters .card .card-header a{
    color: #fdc800;
}
#masters .card .card-img-top {
    border-radius: 0;
}
#master .master-subtitle {
    text-align: center;
    padding: 15px;
    font-weight: bold;
    background: #000;
    color: #FFF;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}
#master #master_video {
    margin-bottom: 10px;
}
#master #master_products .card {
    margin-bottom: 10px;
}
#master #master_products .card-header a {
    color: #fdc800;
}
#master .social-share {
    padding: 10px 0 0 0;
}
#master .master_gallery .col-sm-3 {
    margin-bottom: 20px;
    text-align: center;
}
#master .master_gallery .col-sm-3 img {
    max-height: 150px;
}
#master .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#master .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}

/*
History Timeline
 */
.timeline-container ul li {
    list-style-type: none;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    font-size: 16px;
    font-weight: bold;
    margin-left: -25px;
    background-color: #007bff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* Blog/News */
#blog .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}
#blog .card .card-header {
    background: #383838;
    text-align: center;
    color: #fdc800;
    border-radius: 0;
    font-weight: bold;
}
#blog .list-group .list-group-item {
    border-radius: 0;
    background: #acacac;
}
#blog .entry-title {
    color: #fdc800;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog p {
    max-width: 100%;
    width: 100%;
}
#sidebar .sidebarWidget {
    margin-bottom: 20px;
}
#sidebar h3 {
    color: #fdc800;
    font-family: Aero, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#sidebar .sidebarWidget select, #sidebar .sidebarWidget input {
    background: #acacac;
}
#sidebar .list-group-item {
    background: #383838 !important;
    color: #fdc800;
}
#sidebar a.list-group-item, #sidebar a:visited.list-group-item, #sidebar .list-group-item a, #sidebar .list-group-item a:visited {
    color: #fdc800 !important;
}
#sidebar .badge-glidecam {
    color: #fff;
    background: #181818;
}

/* Suggester */
#suggester .card {
    margin-bottom: 20px;
}

/* Compare */
#compare .fa-check {
    color: #0cff3f;
}
#compare .fa-times {
    color: #F00;
}
#compare .price {
    color: #600;
}
#compare .card .card-header {
    font-size: 12px;
}
#compare .card .card-body {
    font-size: 10px;
}

/* WooCommerce */
.woocommerce .pageBody {
    margin-bottom: -16px;
}
.woocommerce .col-1, .woocommerce .col-2 {
    max-width: 100% !important;
    width: 100% !important;
}
.woocommerce span.onsale {
    background-color: #900 !important;
}
.woocommerce ul.products li.product .price {
    color: #900 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #900 !important;
}
.woocommerce .featurette h2 {
    padding: 10px 0px;
    margin: 0px;
}
.woocommerce .featurette .text-muted {
    color: #fdc800 !important;
}
.woocommerce .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
@media (min-width: 62em) {
    .woocommerce .featurette-heading {
        margin-top: 7rem;
    }
}
.woocommerce .featurette-divider {
    margin: 40px 0px; /* Space out the Bootstrap <hr> more */
}
.woocommerce div.row.featurette {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .tab-pane {
    padding: 20px;
    color: #181818;
    background: #747474;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 2px solid #181818;
    border-right: 2px solid #181818;
    border-left: 2px solid #181818;
}
.woocommerce .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #181818;
    background-color: #747474;
    border-top: 2px solid #181818;
    border-right: 2px solid #181818;
    border-bottom: 2px solid #747474;
    border-left: 2px solid #181818;
}
.woocommerce .nav-tabs {
    border-bottom: 2px solid #181818;
}
.woocommerce .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.woocommerce .nav-tabs .nav-link:focus, .woocommerce .nav-tabs .nav-link:hover {
    background-color: #747474;
    border-color: #181818 #181818 #747474 #181818;
}
.woocommerce .tab-pane ul {
    list-style-type: circle;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #383838 !important;
    padding: 10px;
    margin-right: 20px;
    color: #fdc800 !important;
    font-family: Aero, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: center;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #000 !important;
    background-color: #acacac !important;
    border-color: #acacac;
}
.woocommerce .quantity .qty {
    margin-right: 20px !important;
    background: #383838;
    border: 0;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
}
.woocommerce .wc-tabs {
    display: none;
}
.woocommerce .breadcrumb {
    margin-top: 20px;
}
.woocommerce .featured_products h2 {
    font-size: 1em;
}
.woocommerce .featured_products .price {
    font-size: 1em;
    color: #900;
    padding-bottom: 5px;
}
.woocommerce .woocommerce-billing-fields label, .woocommerce .woocommerce-shipping-fields label, .woocommerce .woocommerce-additional-fields label {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    max-width: 100%;
}
.woocommerce-input-wrapper {
    width: 100%;
    max-width: 100%;
}
.woocommerce #productGallery .productGalleryBox {
    margin-bottom: 20px;
}
.woocommerce #productGallery .productGalleryThumbnail {
    max-height: 200px;
}
.woocommerce #productGallery .productGalleryTitle {
    text-wrap: none;
    overflow: hidden;
}
.woocommerce .in-stock {
    display: none;
}
.woocommerce .page-title {
    padding: 10px 0 10px 0;
    color: #fdc800;
    font-family: Aero, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 34px;
    text-align: center;
}
.woocommerce .term-description {
    display: none;
}
.tax-product_cat .woocommerce-Price-amount, .tax-product_cat .totalSaved, .tax-product_cat .price del, .tax-product_cat .price ins {
    /* hide prices on category pages */
    display: none !important;
}
.onsale {
    /* hides sale bubble */
    display: none;
}

/*
Product Pages
 */
.woocommerce div.product form.cart .variations select {
    background: #383838;
    color: #fff;
    padding: 5px;
}
.woocommerce .woocommerce-tabs {
    max-width: 1100px;
    margin: 0 auto;
}
.woocommerce .woocommerce-tabs p, .woocommerce .woocommerce-tabs h2 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce .woocommerce-tabs h3 {
    padding: 10px 0px 10px 0px;
    color: #fdc800;
    font-family: Aero, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    text-align: center;
}
.woocommerce .woocommerce-tabs .image_wCaption {
    margin: 40px 0;
    text-align: center;
}
.woocommerce .woocommerce-tabs .hr {
    width: 80%;
    border-top: 2px solid #333;
    margin: 20px auto;
    clear: both;
}
.woocommerce #carouselHome {
    margin-bottom: -15px !important;
}
.woocommerce .product_title {
    padding: 10px 0 10px 0;
    color: #fdc800;
    font-family: Aero, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
}
.woocommerce .related .woocommerce-Price-amount, .woocommerce .related .btn-outline-dark, .woocommerce .related ul.products li.product .price ins, .woocommerce .related ul.products li.product .price del {
    /* hide price on related products */
    display: none;
}
.woocommerce .product_meta {
    display: none;
}
.woocommerce .related h2:first-child {
    padding: 10px 0 10px 0;
    color: #fdc800;
    font-family: Aero, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
}
.woocommerce .related .woocommerce-loop-product__title {
    height: 54px;
    overflow: hidden;
}
.woocommerce .related p {
    display: none;
}

/* My Account */
.woocommerce .woocommerce-MyAccount-navigation .list-group-item {
    background-color: #383838;
}
.woocommerce .woocommerce-MyAccount-content .card {
    border-radius: 0;
    background: #acacac;
    margin-bottom: 20px;
}

/* Cart Page */
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,1) !important;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,1) !important;
}
.woocommerce table.shop_table input {
    background: #DDD !important;
    border: 1px solid #383838 !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #000 !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100% !important;
    max-width: 120px !important;
}

/* Product Category */
.woocommerce .woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0 10px 0;
    color: #282828;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #fdc800 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #fdc800 !important;
}
.woocommerce-pagination .page-numbers {
    background: #181818;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fdc800 !important;
    background: #383838 !important;
}

/* Footer */
#footerBoxes {
    background: #282828;
    color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}
#footerBoxes a {
    color: #fff;
}
#footerBoxes .footerTitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 1px;
}
#footerBoxes ul {
    list-style-type: disc;
    letter-spacing: 1px;
    font-size: 15px;
}
#footerBoxes ul li {
    margin-top: 4px;
}
#footerBoxes #footerAddress {
    font-weight: bold;
}
#footerBoxes #footerEmail {
    padding: 10px 0;
}
#footerBoxes #footerNumbers {
    font-size: 11pt;
    font-weight: bold;
}
#footerBoxes .footerPhonerow2 {
    padding: 0 0 3px 10px;
}
#footerBoxes #followUs {
    background: #484647;
    margin-top: 10px;
    padding-right: 5px;
}
#footerBoxes #followUs .socialIcon {
    max-height: 28px;
}
#footerCopyright .container {
    background: #383838;
    color: #FFF;
    line-height: 32px;
}
#footerCopyright #footerNav ul {
    padding: 0;
    margin: 0;
}
#footerCopyright #footerNav a {
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
}
.footerCopyrightTextSmall {
    font-size: 9pt;
    letter-spacing: 1px;
}
.footerCopyrightTextSmall a {
    color: #fdc800;
}

.productDescription {
    min-height: 155px;
}
@media (max-width: 700px) {
    .productDescription {
        min-height: auto;
    }
}