/*
    Theme Name: DGweb Theme
    Author: Snap
    Author URI: http://www.snap.ie/
    Version: 1.0
    Description: Theme that is flexible and looks great on any device, big or small.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*  ============================================================================
    TABLE OF CONTENTS
    ============================================================================

    # TYPOGRAPHY
    # LAYOUT
    # - Wrappers
    # - Rows
    # - Sections
    # COMPONENTS
    # - Logo
    # - hCard
    # - Bootstrap navbar
    # - Custom menu
    # - Footer menu
    # - News feed carousel
    # - Testimonials feed carousel
    # - Gallery
    # - Forms
    # - Buttons
    # - Optional
    # WORDPRESS
    # HELPERS
    --------------------------------------------------------------------------*/
/*  ----------------------------------------------------------------------------
    # TYPOGRAPHY
    ------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    color: #000;
}
h1,
.h1 {
    font-size: 24px;
}
h2,
.h2 {
    font-size: 22px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 14px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 10px;
}
a {
    color: #ec2317;
}
a:hover,
a:focus {
    color: #a91010;
}
.homebg a {
    color: #fff;
}
.homebg a:hover,
.homebg a:focus {
    color: #000;
}
.homebg .main-section a {
    color: #000;
}
.homebg .main-section a:hover,
.homebg .main-section a:focus {
    color: #000;
}
.alert {
    padding: 5px 15px;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 26px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992) {
    h1,
    .h1 {
        font-size: 28px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
}
/*  ----------------------------------------------------------------------------
    # LAYOUT
    ------------------------------------------------------------------------- */

body {
    color: #333333;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    overflow-x: hidden;
}
.homebg {
    background: #a91010;
    /* Old browsers */

    background: -moz-linear-gradient(top, #a91010 0%, #a91010 67%, #000000 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a91010), color-stop(67%, #a91010), color-stop(100%, #000000));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #a91010 0%, #a91010 67%, #000000 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #a91010 0%, #a91010 67%, #000000 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #a91010 0%, #a91010 67%, #000000 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #a91010 0%, #a91010 67%, #000000 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a91010', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}
/*  ----------------------------------------------------------------------------
    - Wrappers */

.header-wrapper {} .main-wrapper {
    margin-top: 0px;
}
.widget-wrapper-1 {
    margin-bottom: 25px;
}
/*  ----------------------------------------------------------------------------
    - Rows */

.header-row-1 {
    background: #000;
    height: 10px;
    line-height: 10px;
}
.header-row-2 {
    min-height: 56px;
    line-height: 56px;
}
.header-row-3 {
    min-height: 44px;
    background: #ec2317;
}
.header-row-4 {
    background: #999;
}
.header-home-row-1 {
    background: #fff;
    height: 10px;
    line-height: 10px;
}
.header-home-row-2 {
    min-height: 56px;
    line-height: 56px;
    color: #fff !important;
}
.header-home-row-3 {
    min-height: 44px;
    background: #151515;
}
.main-row-1 {
    padding-top: 70px;
    background: #fff;
}
.home-row-1 {
    background: #fff;
    padding: 0 0 20px;
}
.home-row-2 {
    background: #fff;
    padding: 20px 0;
    color: #454444!important;
}
.main-row-2 {
    background: #fff;
}
ul.homecategories {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
ul.homecategories li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    display: inline-block;
    width: 20%;
    margin-bottom: 2%
}
.header-row-2 a.social {
    margin-left: 8px;
    font-size: 20px;
}
/** Tablet **/

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    ul.homecategories li {
        float: none;
    }
}
.tp-caption a {
    color: #fff;
}
.tp-caption a:hover {
    color: #fff;
}
ul.homecategories li a {
    display: block;
}
ul.homecategories li a span {
    display: block;
    clear: left;
}
ul.homecategories ul.products li a span.price {
    display: none !important;
}
.footer-wrapper {
    background: #000;
    border-top: 4px solid #fff;
}
.footer-row {
    padding: 5px 0;
    background: #000;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    color: #fff !important;
}
.footer-row a {
    color: #fff;
}
.homebg .footer-wrapper {
    background: none;
    border-top: none;
}
.homebg .footer-row {
    background: none;
    border-left: none;
    border-right: none;
    color: #fff !important;
}
.homebg .footer-row a {
    color: #fff;
}
@media (min-width: 992px) {
    .header-row-3 {
        min-height: 60px;
    }
    .header-row-3.fixed {
        min-height: 90px;
    }
}
/*  ----------------------------------------------------------------------------
    - Sections */

.main-section {
    padding-bottom: 10px;
}
.homebg .main-section {
    margin-top: 20px;
    min-height: 350px;
}
@media (min-width: 992px) {
    .homebg .main-section {
        margin-top: 50px;
    }
}
/*  ----------------------------------------------------------------------------
    # COMPONENTS
    ------------------------------------------------------------------------- */
/*  ----------------------------------------------------------------------------
    - Logo */

.logo-mob img {
    display: block;
    margin: 0 auto;
    width: 250px;
}
.logo {
    max-width: 180px;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 9999;
    transition: all 0.5s linear 0s;
}
.logo img {
    transition: all 0.5s linear 0s;
}
.topmenu.fixed .logo {
    top: 0;
}
.topmenu.fixed .logo img {
    height: 90px;
    transition: all 0.5s ease 0s;
}
/*
.logo {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: -5px;
    right: 17px;
    width: 180px;
    z-index: 9999;
}
.logo img {}*/
/*.logostrip,
.logostrip-home {
    background: none;
    height: 44px;
    right: -20px;
    position: relative;
}*/
.logopush {
    padding-top: 0;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 560px) {
    /*    .logostrip {
            display: block;
        }
        .logostrip-home {
            display: block;
        }
        .logo {}*/
}
@media (min-width: 992px) {
    /*    .logostrip {} 
        .logostrip-home {} 
        .logo {
            display: block;
            position: absolute;
            right: 30px;
            width: auto;
            top: -14px;
        }
        .logo img {}*/
}
/*  ----------------------------------------------------------------------------
    - hCard */

.vcard {
    line-height: 56px;
    text-align: right;
}
.widget-wrapper-1 .vcard {
    line-height: 26px;
}
.vcard_address {} @media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .vcard {
        font-size: 10px;
        text-align: center;
    }
}
.vcard_address span {
    display: block;
}
/* Option 1 */

.vcard-1 .vcard_email {
    font-weight: 200;
}
.vcard-1 .vcard_email-link {
    padding-left: 5px;
}
/* Option 2 */

.vcard-2 .vcard_tel-link {
    color: #333;
    text-decoration: none;
}
/* Break point */

@media (min-width: 560px) {
    .vcard_address {
        float: left;
        width: 50%;
    }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .vcard {
        text-align: center;
    }
    .vcard_address {
        float: none;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .vcard {
        text-align: left;
    }
}
/*  ----------------------------------------------------------------------------
    - Bootstrap navbar */

.topmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
body.logged-in .topmenu.fixed {
    top: 32px;
}
.navbar {
    min-height: 1px;
    margin-bottom: 0;
    border: 0;
}
.navbar-brand {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.navbar-nav{
    float: right !important;
    padding-left: 0;
}
.navbar-nav > li > a {
    color: #fff;
    font-size: 1.1em;
    line-height: 44px;
    padding: 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #fff;
    background-color: #000;
}

/** Mobile **/

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        min-height: 50px;
    }
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #a91010;
}
.navbar-toggle {
    padding: 7px 8px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 1px solid #fff;
    border-radius: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    color: #a91010;
    background-color: #fff;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-collapse {
    border-top: 0;
    box-shadow: none;
}
.no-js .navbar-collapse {
    display: block !important;
}
.dropdown-menu {
    border: 0;
    border-radius: 0px;
}
.no-js .navbar-nav li:hover .dropdown-menu {
    display: block !important;
}
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #a91010;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .navbar-brand {
        display: none;
    }
    .navbar-nav > li > a {}
}
@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 0 15px;
        line-height: 90px;
    }
}
/*  ----------------------------------------------------------------------------
    - Custom menu */

.custom-menu-wrapper ul {
    text-align: center;
}
.custom-menu-wrapper ul,
.custom-menu-wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.custom-menu {
    margin-right: 10px;
}
ul.custom-menu li {
    display: inline-block;
}
ul.custom-menu li a {
    cursor: pointer;
    display: block;
    line-height: 56px;
    padding: 0px 3px;
    font-size: 13px;
    text-decoration: none;
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    ul.custom-menu li a {
        padding: 0px 5px;
    }
}
@media (min-width: 1200px) {
    ul.custom-menu li a {
        padding: 0px 10px;
    }
}
ul.custom-menu li.menu-item a:link,
ul.custom-menu li.menu-item a:visited {
    color: #333333;
}
ul.custom-menu li:hover a:link,
ul.custom-menu li:hover a:visited,
ul.custom-menu li.menu-item a:hover,
ul.custom-menu li.menu-item a:active,
ul.custom-menu li.current-menu-item a:link,
ul.custom-menu li.current-menu-item a:hover,
ul.custom-menu li.current-menu-item a:active,
ul.custom-menu li.current-menu-item a:visited {
    color: #000;
}
.homebg ul.custom-menu li.menu-item a:link,
.homebg ul.custom-menu li.menu-item a:visited {
    color: #fff;
}
.homebg ul.custom-menu li:hover a:link,
.homebg ul.custom-menu li:hover a:visited,
.homebg ul.custom-menu li.menu-item a:hover,
.homebg ul.custom-menu li.menu-item a:active,
.homebg ul.custom-menu li.current-menu-item a:link,
.homebg ul.custom-menu li.current-menu-item a:hover,
.homebg ul.custom-menu li.current-menu-item a:active,
.homebg ul.custom-menu li.current-menu-item a:visited {
    color: #fff;
}
/*  ----------------------------------------------------------------------------
    - Footer menu */

.footer-menu-wrapper {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    font-size: 1.1em;
}
.homebg .footer-menu-wrapper {
    text-align: left;
}
.footer-menu-wrapper ul,
.footer-menu-wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-menu li {
    display: inline;
    padding: 0 3px;
}
ul.footer-menu li a {
    display: inline-block;
}
ul.footer-menu li.menu-item a:link,
ul.footer-menu li.menu-item a:visited {
    color: #fff;
    text-decoration: none;
}
ul.footer-menu li:hover a:link,
ul.footer-menu li:hover a:visited,
ul.footer-menu li.menu-item a:hover,
ul.footer-menu li.menu-item a:active {
    color: #fff;
    text-decoration: underline;
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}
/*  ----------------------------------------------------------------------------
    - News feed carousel */

.news-feed-init,
.news-feed {
    overflow-x: hidden;
}
.no-js .news-feed {
    height: 250px;
    /*display: none;*/
}
.news-feed-item {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
}
a.news-feed-item:hover,
a.news-feed-item:focus {
    text-decoration: none;
}
.news-feed-item-heading {
    color: #28aae1;
    margin-top: 0;
    margin-bottom: 5px;
}
.news-feed-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.news-feed-item-text:hover,
.news-feed-item-text:focus {
    color: #28aae1;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .no-js .news-feed {
        height: 308px;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .no-js .news-feed {
        height: 237px;
    }
}
/*  ----------------------------------------------------------------------------
    - Testimonials feed carousel */

.testimonials-feed-init,
.testimonials-feed {
    overflow-x: hidden;
}
.testimonials-feed-item {
    display: block;
    float: left;
}
.testimonials-feed-item blockquote {
    margin: 0;
}
.no-js .testimonials-feed {
    height: 140px;
    /*display: none;*/
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .no-js .testimonials-feed {
        height: 90px;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .no-js .testimonials-feed {
        height: 133px;
    }
}
/*  ----------------------------------------------------------------------------
    - Gallery */

.logosarea {
    height: 140px;
    padding: 30px 0;
    position: relative;
    background: #fff url(images/logoareabg.jpg) top center no-repeat;
    -webkit-box-shadow: #999 0px -3px 14px;
    -moz-box-shadow: #999 0px -3px 14px;
    box-shadow: #999 0px -3px 14px;
}
/* Gallery thumbnails */

.es-carousel-wrapper {
    margin-bottom: 15px;
    position: relative;
    padding: 5px 30px;
    background: #cccccc;
}
.es-carousel {
    overflow: hidden;
}
.es-carousel ul {
    display: block;
    padding: 0;
    margin: 0 40px;
    white-space: nowrap;
}
.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
}
.es-carousel ul li a {
    display: block;
    border: 1px solid #cccccc;
    opacity: 0.8;
    -webkit-touch-callout: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a,
.es-carousel ul li a:hover {
    border-color: #28aae1;
    opacity: 1.0;
}
.es-carousel ul li a img {
    display: block;
    border: none;
    height: auto;
    max-width: 100%;
}
.es-nav span {
    position: absolute;
    top: 50%;
    background: url(images/gallery/nav_thumbs.png) no-repeat;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.5;
}
.es-nav span.es-nav-next {
    right: 8px;
    left: auto;
    background-position: top right;
}
.es-nav span.es-nav-prev {
    left: 8px;
    right: auto;
    background-position: top left;
}
.es-nav span:hover {
    opacity: 1.0;
}
/* Gallery images */

.rg-image-wrapper {
    position: relative;
    padding: 0 28px;
    background: #fff;
    margin-bottom: 15px;
    min-height: 196px;
}
.rg-image {
    position: relative;
    text-align: center;
}
.rg-image img {
    height: auto;
    max-width: 100%;
}
.rg-image-nav a {
    position: absolute;
    top: 0;
    background: url(images/gallery/nav.png) no-repeat #ccc;
    width: 28px;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}
.rg-image-nav a.rg-image-nav-next {
    background-position: -33px 50%;
    right: 0;
    left: auto;
}
.rg-image-nav a.rg-image-nav-prev {
    background-position: 5px 50%;
    left: 0;
    right: auto;
}
.rg-image-nav a:hover {
    background-color: #28aae1;
}
.rg-caption {
    position: relative;
    text-align: center;
    margin-top: 15px;
    font-size: 0.9em;
}
.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(images/gallery/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}
/*  ----------------------------------------------------------------------------
    - FlexSlider */
/*
     * jQuery FlexSlider v2.2.0
     * http://www.woothemes.com/flexslider/
     *
     * Copyright 2012 WooThemes
     * Free to use under the GPLv2 license.
     * http://www.gnu.org/licenses/gpl-2.0.html
     *
     * Contributing author: Tyler Smith (@mbmufffin)
     */
/* Browser Resets
    *********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Icon Fonts
    *********************************/
/* Font-face Icons */

@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FlexSlider Necessary Styles
    *********************************/

.flex-container {
    position: relative;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
     * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
    *********************************/

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}
.flexslider .slides {
    zoom: 1;
}
.flex-caption {
    position: absolute;
    left: 8%;
    top: 30%;
    min-width: 30%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 30px !important;
    margin: 0;
    min-height: 60px;
    font-size: 30px;
    color: #fff;
}
/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 44%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    color: #a91010;
}
.flex-direction-nav .flex-prev {
    left: 6%;
    text-align: center;
}
.flex-direction-nav .flex-next {
    right: 6%;
    text-align: center;
}
.flex-direction-nav a:before {
    font-family: 'flexslider-icon';
    font-size: 26px;
    line-height: 40px;
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 999;
    text-align: right;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #28aae1;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    overflow: hidden;
}
.flex-control-paging li a:hover {
    background: #000;
}
.flex-control-paging li a.flex-active {
    background: #000;
    cursor: default;
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}
/*  ----------------------------------------------------------------------------
    - Forms */

.form-control {
    max-width: 100%;
}
.form-control:focus {
    border-color: #28aae1;
}
.input-important {
    display: none !important;
}
#searchform #s,
#searchsite #s {
    display: inline;
    padding: 0 50px 0 13px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    margin-right: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset #999 0 0 6px;
    -moz-box-shadow: inset #999 0 0 6px;
    box-shadow: inset #999 0 0 6px;
    width: 100%;
}
.woocommerce-product-search .search-field {
    display: inline-block;
    padding: 0 50px 0 13px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 11px;
    background: #eaeaea;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset #999 0 0 6px;
    -moz-box-shadow: inset #999 0 0 6px;
    box-shadow: inset #999 0 0 6px;
    width: 100%;
    border: none;
}
.woocommerce-product-search input[type="submit"] {
    display: inline-block;
    color: #fff;
    height: 40px;
    float: right;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset #999 0 0 6px;
    -moz-box-shadow: inset #999 0 0 6px;
    box-shadow: inset #999 0 0 6px;
    border: none;
    width: 25%;

    position: absolute;
    right: 0;
    z-index: 2;
}
input#searchsubmit,
input#websearchsubmit {
    background: #000 url(images/search.png) 50% 50% no-repeat !important;
    display: block !important;
    position: absolute !important;
    top: 5px !important;
    right: 10px !important;
    border: none !important;
    color: white !important;
    width: 31px !important;
    margin-top: 0 !important;
    text-align: center !important;
    padding: 11px 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    min-height: 30px;
    max-height: 30px;
    text-indent: -9999px;
}
.widget-wrapper-1.filterarea select {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    margin-left: 15px;
    max-width: 195px;
    /*    min-width: 100%;
        max-width: 100%;
        padding: 10px;
        background: none;
        border: solid 1px #ccc;
        border-radius: 8px;
        margin-bottom: 10px;*/
}
.widget-wrapper-1.filterarea {
    border-bottom: 1px dashed #ccc;
    /*display: block;*/
    margin-bottom: 0px;
    padding: 0;
}
.widget-wrapper-1.filterarea h3 {
    font-size: 14px;
    padding-left: 15px;
    background: url(images/arrowdown.gif) 0px 5px no-repeat;
    cursor: pointer;
    margin: 10px 0;
}
/*  ----------------------------------------------------------------------------
    - Buttons */
/* Form Button */

.btn-custom {
    color: #ffffff;
    background-color: #a91010;
    border-color: #a91010;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    color: #ffffff;
    background-color: #000;
    border-color: #a91010;
}
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    background-image: none;
}
.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
    background-color: #000;
    border-color: #28aae1;
}
.btn-custom .badge {
    color: #000;
    background-color: #fff;
}
.page-header-white {
    font-weight: bold;
    color: #fff;
}
h3.intro {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1.2em;
    color: #a91010;
}
/*  ----------------------------------------------------------------------------
    - Optional */

.cattab {
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    display: block;
    padding: 10px 15px;
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px auto;
    color: #fff;
    background-color: #ec2317;
}
.homecat {
    padding: 0;
}
.homecat li {
    list-style: none;
    display: block;
    float: left;
    width: 48%;
    margin: 13px 1%;
    position: relative;
    height: 160px;
    overflow: hidden;
}
.homecat li img {
    width: 100%;
    text-align: center;
    min-height: 175px;
    border: solid 1px #ccc;
}
.homecat li a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 34px;
    background: #000;
    text-align: center;
    line-height: 34px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #9a3f41;
}
.map-iframe {
    width: 100% !important;
}
.copyright,
.website-by {
    text-align: center;
}
.homebg .copyright {
    margin-top: 15px;
}
@media (min-width: 520px) {
    .homecat li {
        height: 270px;
    }
    .homecat li img {
        min-height: 240px;
    }
}
@media (min-width: 768px) {}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .homecat li a {
        font-size: 11px;
    }
    .homecat li {
        height: 165px;
        width: 18%;
    }
    .homecat li img {
        min-height: 135px;
    }
}
@media (min-width: 1200px) {
    .homecat li a {
        font-size: 14px;
    }
    .homecat li {
        height: 205px;
    }
    .homecat li img {
        min-height: 175px;
    }
}
/*  ----------------------------------------------------------------------------
    # WooCommerce Extras CUSTOM
    ------------------------------------------------------------------------- */

mark.count {
    display: none;
}
.widget_shopping_cart_content {
    float: left;
    padding: 0 10px 10px 10px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: #999 0px 5px 5px;
    -moz-box-shadow: #999 0px 5px 5px;
    box-shadow: #999 0px 5px 5px;
    behavior: url(PIE.htc);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 56px;
    z-index: 99999;
    color: #000;
}
.widget_shopping_cart_content.active {
    opacity: 1;
    height: auto;
    display: block;
}
.widget_shopping_cart_content a {
    color: #000 !important;
}
.expandable-contact-form div {
    margin-bottom: 5px;
    position: relative;
}
.mycart h3 span {
    font-size: 0.8em;
    margin-right: 5px;
}
.mycart h3 small {
    margin-left: 12px;
    color: #000;
    font-size: 0.6em;
}
.mycart,
.mycart a {
    color: #000 !important;
}
.mycart h3 {
    color: #000;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    line-height: 56px;
}
.homebg .mycart h3 small {
    color: #fff;
}
.homebg .mycart,
.homebg .mycart a {
    color: #000 !important;
}
.homebg .mycart h3 {
    color: #fff;
}
/*  ----------------------------------------------------------------------------
    # WORDPRESS CUSTOM (all default styles are in bootsrap.css)
    ------------------------------------------------------------------------- */

.searcharea {
    float: right;
    height: 36px;
    line-height: 36px;
    padding: 0px 5px;
    top: 10px;
    position: relative;
    width: 100%;
}
.screen-reader-text {
    display: none;
}
.bg-red {
    background: #a91010;
}
.bg-black {
    background: #000;
}
.topblackbar {
    background: #000;
    height: 10px;
    width: 100%;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}
.post-item {
    margin-bottom: 20px;
}
.page-header {
    padding-bottom: 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eeeeee;
    color: #000;
}
.homebg .page-header {
    border-bottom: 1px solid #000;
    color: #000;
}
/* Post Thumbnail */

.attachment-post-thumbnail {
    float: right;
    margin: 7px 10px;
}
.comment-reply-link {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/*  ----------------------------------------------------------------------------
    # WOOCOMMERCE 
    ------------------------------------------------------------------------- */

.product_title {
    font-size: 30px;
    color: #000;
}
form.cart {
    display: none!important;
}
.add_to_cart_button {
    display: none!important;
}
/*  ----------------------------------------------------------------------------
    # HELPERS
    ------------------------------------------------------------------------- */

.no-gutter {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.margin0 {
    margin-left: 0;
    margin-right: 0;
}
.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 992px) {
    ul.homecategories {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    ul.homecategories li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: left;
        display: inline-block;
        width: 50%;
        margin-bottom: 3%;
        margin-top: 1%;
    }
    ul.homecategories li img {
        margin: 0 auto;
        max-width: 100%;
    }
    ul.homecategories li:nth-child(1),
    ul.homecategories li:nth-child(2) {
        margin-top: 0;
    }
    ul.homecategories li:nth-of-type(2n+3) {
        clear: left;
    }
    ul.homecategories li a {
        display: block;
    }
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    margin: 0 0 8px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    max-height: 225px !important;
}
.flex-container {
    color: #fff;
    /*height: 490px;*/

    overflow: hidden;
}
.flex-caption {
    max-width: 480px;
}
h1.caption-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}
div.caption-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.flex-control-nav {
    padding-right: 10px;
}
.flex-control-nav li {
    margin-left: 5px;
    margin-right: 0;
}
.flex-control-nav li:first-child {
    margin-left: 0;
}
.flex-control-paging li a {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
}
.flex-control-paging li a.flex-active {
    background: #ec2317;
}
.main-row-1 .col-sm-8.col-md-9 {
    border-left: 1px solid #ededed;
}
/* Widget Area */

.widget-wrapper-1 {
    padding-left: 20px;
}
.widget-wrapper-1 .searchform {
    position: relative;
    height: 40px;
}
.widget-wrapper-1 #searchform #s {
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
    height: 40px;
}
.widget-wrapper-1 #searchform #searchsubmit {
    border-radius: 0px 4px 4px 0px !important;
    position: absolute !important;
    left: 85% !important;
    top: 0 !important;
    width: 15% !important;
    height: 33px !important;
    margin: 0 !important;
    max-height: 40px !important;
}
.widget-wrapper-1 h3 {
    font-size: 18px;
}
.widget-wrapper-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-wrapper-1 ul li {
    padding: 0 0 4px;
}
.widget-wrapper-1 ul li a {
    color: #ec2317;
}
/* popout panel */

.popout-sidepanel {
    display: none;
    position: fixed;
    right: 0;
    top: 150px;
    overflow: hidden;
    min-height: 350px;
    z-index: 1000;
}
@media screen and (min-width: 768px) {
    .popout-sidepanel {
        display: block;
    }
}
.popout-btns {
    width: 79px;
    float: left;
    padding-top: 30px;
}
.popout-btns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.popout-btns li {
    margin-bottom: 5px;
    overflow: hidden;
}
.popout-contact-btn {
    background: #ec2317 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 118px;
    position: relative;
    width: 67px;
    margin-top: 30px;
}
.popout-contact-btn:hover,
.popout-contact-btn:active {
    color: #fff;
}
.popout-contact-btn a:hover,
.popout-contact-btn a:focus {
    color: #fff;
}
.popout-contact-btn span {
    display: block;
    font-size: 17px;
    transform: rotate(270deg) translateX(-43px) translateY(-10px);
    width: 90px;
}
.popout-linkedin-btn {
    background: url(images/linkedin.png) no-repeat 0 0;
    display: block;
    height: 79px;
    width: 79px;
    text-indent: -999em;
}
.popout-content {
    background: #fff;
    width: 0px;
    float: left;
    margin-top: 30px;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.popout-content.open {
    width: 275px;
}
.popout-content > div {
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.popout-content.open > div {
    opacity: 1;
    visibility: visible;
}
.popout-content .wpcf7-form p {
    font-size: 12px;
}
.popout-content .wpcf7-form textarea.wpcf7-textarea {
    height: 80px;
}
.main-section {
    min-height: 400px;
}
#woocommerce-sidebar {
    background: rgba(177, 176, 177, 0.2) none repeat scroll 0 0;
    min-height: auto;
    padding: 20px 20px 40px;
}
#woocommerce-sidebar .widget-wrapper-1 #searchform #s {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 3px 5px;
}
#woocommerce-sidebar .widget-wrapper-1 #searchform #searchsubmit {
    /*display: none !important;*/
}
/*#woocommerce-sidebar .widget-wrapper-1.filterarea {
    border-bottom: medium none;
    margin-bottom: 16px;
    padding: 0;
}
#woocommerce-sidebar .widget-wrapper-1.filterarea:first-child {
    margin-bottom: 5px;
}*/
/*#woocommerce-sidebar .widget-wrapper-1 h3 {
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
    background: none;
    position: relative;
    padding-left: 15px;
}*/
/*#woocommerce-sidebar .widget-wrapper-1 h3:before {
    background: rgba(0, 0, 0, 0) url("images/arrowdown.gif") no-repeat scroll center center;
    content: "";
    display: block;
    height: 8px;
    left: 00px;
    position: absolute;
    top: 2px;
    width: 8px;
}*/
/*#woocommerce-sidebar .widget-wrapper-1 select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
    max-width: 75%;
    min-width: auto;
    padding: 3px;
    width: 100%;
}*/
.ie-alert {
    font-family: sans-serif;
    color: #000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none repeat scroll 0 0 #fff;
    z-index: 10000;
    text-align: center;
    padding-top: 50px;
    font-size: 18px;
    z-index: 99999;
}
.ie-alert div {
    max-width: 600px;
    margin: 0 auto;
}
.ie-alert h1 {
    color: #000 !important;
    font-family: Arial !important;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 20px;
}
.widget-wrapper-1 .vcard {
    font-size: 15px;
}
.page-template-page-contact .main-section {
    min-height: 0px;
}
input,
button,
select,
textarea {
    max-width: 100%;
}
.filterarea #searchform #searchsubmit {
    background-color: #666 !important;
}
.filterarea #searchform {
    margin-bottom: 20px;
}
.call-to-action {
    padding: 10px 0;
}
.call-to-action a.button.alt {
    background: #ec2317;
}
.call-to-action a.button.alt:hover,
.call-to-action a.button.alt:focus{
    background: #a91010;
}
.tagged_as { display: none;}