@font-face {
    font-family: n023013t;
    src: ;
}


/* then for woff-capable browsers */

@font-face {
    font-family: n023013t;
    src:  format("woff");
}

@font-face {
    font-family: 'nimbus condensed bold';
    src: ;
    src:  format('embedded-opentype'),  format('woff');
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'nimbus condensed';
    src: ;
    src:  format('embedded-opentype'),  format('woff');
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'nimbus light';
    src: ;
    src:  format('embedded-opentype'),  format('woff');
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'nimbus semi bold';
    src: ;
    src:  format('embedded-opentype'),  format('woff');
    font-style: normal;
    font-weight: normal
}



/* ==========================================================================
   author's custom styles
   ========================================================================== */


/* base */


/*
 add to cart button border and space
 comment code 
 third level menu
 code preview button

*/
html,
body {
    overflow-x: hidden;
}

body {
    background: #fff;
    color:#5a5a5a;
    background-image: none;
    padding-bottom: 0px;
}

input[type="text"],
input[type="number"],
input[type="email"] {
    border-radius: 0;
    -webkit-appearance: none;
}

*:focus,
a:focus,
input:focus {
    outline: none
}




a {
    color: #cc0000;
}


/* header */


/* secondary-menu */


/*
header {
        height: 152px;
}
*/

.primary-menu.navbar {
    margin-bottom: 0
}

.nav.left-margin-fix {
    margin-left: 10px;
}

.nav.right-margin-fix {
    margin-right: 10px;
}

.secondary-menu {
    background-color: #5a5a5a;
}

.navbar {
    border-radius: 0
}

.secondary-menu.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:hover span {
    text-decoration: underline
}

.secondary-menu.navbar-inverse .social-icons>li>a {
    font-size: 14px;
    padding: 0 2px;
}

.secondary-menu.navbar-inverse .social-icons {
    padding: 0 10px;
}

.navbar-collapse.collapse {
    padding: 0;
}


/* hack for adjusting margins in first and last menu item from container */


/* icon bg */

.menu-item-icon:before {
    font-family: lineawesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 5px;
}

.menu-login:before {
    content: "\f364";
}

.menu-cart:before {
    content: "\f2fa ";
}

/*.menu-country:before {
        content: "\f0ac ";
}*/

.navbar-nav>li>a.menu-item-icon:hover {
    text-decoration: none;
}


/* primary */

.navbar-collapse form[role="search"] .input-group {
    width: 100%;
    ;
}

.navbar-collapse form[role="search"] .input-group-btn {
    width: 1%;
}

#hide-on-scroll-search .icon-bar {
    background: rgb(119, 119, 119);
}

#hide-on-scroll-search {
    position: absolute;
    top: 0;
    z-index: 1200;
    padding: 0px 12px;
}

.navbar-collapse form[role="search"] {
    display: block;
    position: absolute;
    top: -55px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 1254;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

.navbar-collapse form[role="search"].is-now-visible {
    top: 0;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    padding: 6px 10px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: #fff;
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
    white-space: normal;
}

.navbar-collapse form[role="search"] button {
    font-size: 16px;
    background-color: transparent;
}

.navbar-collapse form[role="search"] input {
    padding: 16px 12px;
    font-size: 12px;
    color: #5a5a5a;
    font-family: 'arial', arial, helvetica, sans-serif;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar-collapse {}
    .navbar-collapse form[role="search"] {
        width: 34px;
    }
    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
        padding: 6px 10px;
    }
    .navbar-collapse form[role="search"] input {
        height: 34px;
        opacity: 0;
        display: none;
    }
    .navbar-collapse form[role="search"].active {
        width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
        display: table-cell;
        opacity: 1;
    }
    .navbar-collapse form[role="search"].active input {
        width: 100%;
        text-align: right;
    }
    .navbar-collapse form[role="search"].active button[type="submit"] {
        background-color: rgb(231, 231, 231);
    }
}

.primary-menu>.container {
    position: relative;
}

#main-code-wrapper {
    position: relative;
}

.gototop {
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 99999;
    padding: 0px;
    font-size: 23px;
    color: #999;
    display: none;
}

.search-nav:hover {
    color: #999;
}

.search-nav {
    position: absolute;
    right: 15px;
    font-size: 19px;
    padding-top: 2px;
    top: 0;
    color: #990000;
    display: none;
    z-index: 99999;
}

.header-middle form {
    display: block;
    position: relative;
}

.primary-menu .navbar-header form {
    display: none
}

.navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
}

.navbar-toggle.collapsed i {
    display: none;
}

.navbar-toggle.collapsed span.icon-bar {
    display: block;
}

.navbar-toggle span.icon-bar {
    display: none;
}

.navbar-toggle i {
    display: block;
    font-size: 19px;
}

.nav-down {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.nav-up {
    top: -40px;
    transition: all 0.2s ease-in-out;
}

.primary-menu {    z-index: 1200;}

.primary-menu.navbar {
    height: auto;
    min-height: 0;
    border-bottom: 1px solid #5a5a5a;
    background-color: #fff;
}

.primary-menu .navbar-nav>li>a,
.primary-menu .navbar-nav>li>span.menu-no-link {
    padding: 0 20px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 12px;
    color: #5a5a5a;
    display: inline-block;
}

.primary-menu .navbar-nav>li>a:hover,
.primary-menu .navbar-nav>li>span.menu-no-link:hover {
    background: #e6e6e6;
    text-decoration: none;
}


/*header middle */

.header-middle {
    background: #990000;
    height: 90px;
    position: relative;
    z-index: 1267;
}

.header-middle .logo {
    padding: 15px 0;
    display: inline-block;
}

.searchform-short input[type=text] {
    width: 245px;
    margin: 0;
    font-size: 12px;
    height: 35px;
    padding: 0px 10px;
    color: #5a5a5a;
    font-family: 'arial', arial, helvetica, sans-serif;
    border: 0 none;
}

.searchform-short {
    padding-top: 27.5px;
}

.searchform-short button:hover {
    color: #fff;
}

.searchform-short button {
    float: right;
    width: 35px;
    margin: 0;
    padding: 0;
    border: 0px none;
    height: 35px;
    background: #5a5a5a;
    /*	background: #5a5a5a  center center no-repeat;*/
    background-size: 16px 16px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #807675;
    color: #fff;
    font-size: 16px;
}


/* old styles for search form header*/

.solr-searchbox-form .ui-helper-hidden-accessible {
    display: none;
}

.solr-searchbox-form .solr-suggest-box#solr-suggest-box-searchbox-header, .solr-searchbox-form .solr-suggest-box#solr-suggest-box-searchbox-header-sd, .solr-searchbox-form .solr-suggest-box#solr-suggest-box-searchbox-header-ss {
    position: absolute;

    background: #fff;
}

body .solr-searchbox-form .solr-suggest-box {
    right: auto;
    left: 0;
    width: 244px!important;
    border: 1px solid #5a5a5a;
    border-top-width: 3px;
    margin-top: 0;
    box-shadow: none;
    padding: 3px 10px;
    display: none;
}


/*old styls ends*/


/* typography */

h1,
.h1 {
    font-size: 36px;
    line-height: 40px;
    color: #cc0000;
    font-family: roboto, sans-serif;
}

h2,
.h2 {
    font-size: 24px;
    color: #5a5a5a;
    line-height: 32px;
    font-family: roboto, sans-serif;
}


.csc-header h2 {
    border: 1px solid #5a5a5a;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

h3,
.h3 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    word-break: break-word;
    word-wrap: break-word;
}

h4,
.h4 {
    font-size: 12px;
}
.h1, .h2, .h6, h1, h2, h6 {
    font-weight:300;
}
.h3, .h4, h3, h4 {
    font-weight:700;
}
h5,
.h5 {
    font-size: 12px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 22px;
    font-family: arial;
}

.alert-success p {color:#3c763d;}
/* buttons */

.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #e5e5e5;
    padding: 7px 15px;
    border: 0;
    white-space: inherit;
}

a.btn:hover {
    text-decoration: none;
}

.btn.normal-btn:hover {
    background: #990000;
    color: #fff;
}

.btn.btn-primary {
    background: #990000;
    color: #fff;
    border: 0 none;
}

.btn.btn-primary:hover,
.btn.cart-btn:hover {
    background: #cc0000;
}

.outlined-btn {
    border: 2px solid #990000;
    background: #fff;
    color: #990000
}

.outlined-btn:hover {
    border: 2px solid #990000;
    background: #990000;
    color: #fff
}

.addtocart-btn {
    display: inline-block;
    position: relative;
}

.addtocart-btn:hover {
    background: #cc0000;
}

.addtocart-btn .cart-input {
    width: 50px;
    height: 34px;
    border: 5px solid #e5e5e5;
    background: #fff;
    color: #000;
    vertical-align: bottom;
    text-align: center;
    position: absolute
}

.addtocart-btn .cart-btn {
    background: #990000;
    color: #fff;
    width: 100%;
    padding-left: 70px;
}


/* form elements */

.bootstrap-filestyle .btn {
    border: 1px;
}

.bootstrap-filestyle input.form-control {
    box-shadow: none;
}

.form-elements.row {
    margin-bottom: 10px;
}

.main-container.job-application .form-elements.row {
    margin-bottom: 0px;
}
.main-container.job-application .form-elements.row input,
.main-container.job-application .form-elements.row select,
.main-container.job-application .form-elements.row textarea{

    margin-bottom: 10px;
}
.main-container.job-application .form-elements.row .bootstrap-filestyle.input-group input{margin-bottom:0!important}
.standard-input .form-label {
    text-align: right;
    color: #5a5a5a;
}

.standard-input .form-element input[type="text"],
.standard-input .form-element input[type="email"],
.standard-input .form-element input[type="tel"],
.standard-input .form-element input[type="url"],
.form-element input[type="password"],
.standard-input .form-element select,
.standard-input .form-element textarea{
    width: 100%;
    padding: 4px 10px;
    font-family: arial, "helvetica neue", helvetica, arial, sans-serif;
    font-size: 12px;
}
input[type="text"].powermail_field,
input[type="email"].powermail_field,
input[type="tel"].powermail_field,
input[type="url"].powermail_field,
input[type="password"].powermail_field,
select.powermail_field,
textarea.powermail_field,
.tx-powermail input[type="text"],
.tx-powermail input[type="email"],
.tx-powermail input[type="tel"],
.tx-powermail  input[type="url"],
.tx-powermail input[type="password"],
.tx-powermail  select,
.tx-powermail textarea{
    padding: 4px 10px;
    font-family: arial, "helvetica neue", helvetica, arial, sans-serif;
    font-size: 12px;
    max-width: 549px;
    width: 100%;
    margin-bottom:10px;

}

.form-element .powermail_fieldwrap input,
.form-element .powermail_fieldwrap select,
.form-element .powermail_fieldwrap textarea
{margin-bottom:0}
/*
.form-element input,
.form-element textarea {
        -webkit-appearance: none;
}
*/

.form-element.positive input,
.positive.form-element textarea {
    border: 1px solid #008200;
}

.form-element.negitive input,
.negitive.form-element textarea {
    border: 1px solid #990000;
}
input,textarea,
.form-element input,
.form-element textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #9a9a9a;
    resize: none!important;
}

.form-element .help {
    font-style: italic;
    margin: 10px 0 0 0;
    line-height: 18px!important;
    font-size: 12px!important;
    color: #5a5a5a;
}

.form-error.positive p {
    color: #008200;
}

.form-error.positive p:before {
    content: "\f17b";
    font-family: lineawesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 5px;
    font-size: 16px;
}

.form-error.negitive p:before {
    content: "\f191";
    font-family: lineawesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 8px;
    font-size: 16px;
    padding-left: 2px;
}

.form-error.negitive p {
    color: #990000;
}

.powermail_fieldset_eventregistration .alert {max-width:470px;margin:0 auto;margin-bottom:20px;}
.powermail_fieldset_jobapplication .alert {max-width:470px;margin:0 auto;margin-bottom:10px;}

.bootstrap-filestyle input.form-control[disabled] {
    background: #fff;
}

.bootstrap-filestyle .input-group-btn:last-child>.btn {
    margin-left: 0;
}

.fail{min-height:150px;}
.fail .empty-message{display: block; padding-top: 75px;}
.empty-message{display: none }
/* blocks*/





.call-to-action .addtocart-btn {
    width: 100%;
    position: relative;
}

.call-to-action .addtocart-btn .cart-input {
    width: 25%;
    position: absolute;
}

.call-to-action .addtocart-btn .cart-btn {
    width: 100%;
    margin: 0;
    padding-left: 25%;
}




/* menu bars */

.menu-bar>ul,
.menu-bar>div.content-bar {
    color: #000;
    background: #fff;
    border: 1px solid #f1f1f1;
}


/*data from shoptest temp css */

.menu-bar ul {
    margin: 0;
    padding: 0;
}

.menu-bar>ul,
.menu-bar>li {
    list-style: none;
}

.nav_category li.level0,
.menu-bar>div.content-bar h3 {
    background: #e6e6e6;
    text-decoration: none;
    cursor: default;
}

.nav_category li.level0>a,
.menu-bar>div.content-bar h3 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.nav_category li.level0 a,
.menu-bar>div.content-bar h3 {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
}

.menu-bar>div.content-bar h3 {
    margin: 0
}

.menu-bar>div.content-bar .inner-content {
    padding: 10px;
}

.menu-bar>div.content-bar .inner-content p {
    font-size: 12px;
}

.nav_category li.level0 ul li {
    background: #fff;
    padding: 0px 10px;
    cursor: pointer;
    list-style: none;
}

.nav_category li a.active {
    background: #e6e6e6;
}

ul.level0 {
    padding: 10px 0;
    background: #fff;
}

.nav_category li.level0 ul li.parent>a:before {
    content: "›";
}

.nav_category li.level0 ul li.parent li a {
    padding-left: 20px
}

.nav_category li.level0 ul li.parent li a:before {
    left: 10px
}

.nav_category li.level0 ul li a:before {
    content: "•";
    position: absolute;
    left: 5px;
}

.nav_category .level0 li.parent ul li {
    padding: 0;
    margin-left: 10px
}

.nav_category .level0 li.parent ul li a {
    padding: 3px 0;
}

.nav_category li.level0 ul li a:hover {
    text-decoration: none;
    background: #e6e6e6;
}

.nav_category li.level0 ul li a {
    padding: 3px 10px 3px 15px;
    font-size: 12px;
    /* border-bottom: 1px solid #f1f1f1; */
    color: #5a5a5a;
    position: relative;
    /* padding: 3px 10px; */
}


/* filter */

.drop-filter {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    background: #cccccc;
    height: 40px;
    z-index: 999;
}

.drop-filter .filter-meta.opened {
    background: #fff;
}

.drop-filter .filter-meta {
    background: #e6e6e6;
}

.drop-filter.single-filter li label {
    cursor: pointer
}

.filter-body {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 99999;
}

.drop-filter .filter-meta {
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

.drop-filter .filter-meta--white {
    background-color:white;
    border:1px solid #ccc;
    overflow:hidden;
    height: 40px;
}
.drop-filter .filter-meta--white .filter-selected{
    white-space: nowrap;
}
.filter-meta--white .la {
    background-color:white;
    position:absolute;
    top:1px;
    bottom:1px;
    right:1px;
}

.drop-filter .filter-meta span {
    line-height: 40px;
    padding: 0 10px;
}

.drop-filter .filter-meta span   i {
    float: right;
    line-height: 40px;
    padding: 0 10px;
}

.drop-filter .search-box {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 0px;
    border-top: 0;
}

.drop-filter .filter-body.with-out-search {
    padding-top: 10px;
}

.drop-filter .search-box .input-group {
    border: solid 1px #ccc;
}

.drop-filter .search-box input {
    border: 0;
    box-shadow: none;
}

.drop-filter .search-box button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.drop-filter .search-box button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

.drop-filter .options {
    max-height: 160px;
    overflow: hidden;
}
.drop-filter .options .mcustomscrollbox {
    max-height: 160px!important;
}
.drop-filter .with-search .options {
    max-height: 109px;
    overflow: hidden;
}
.drop-filter .with-search .options .mcustomscrollbox{
    max-height: 109px!important;
}
.drop-filter .option-list {
    margin: 0;
    padding: 0 10px 10px;
}

.drop-filter .option-list li {
    list-style: none;
}

.drop-filter .option-list li label {
    font-weight: normal;
    font-size: 12px;
}

.drop-filter .apply-filter {
    padding: 10px;
}

.drop-filter .apply-filter button {
    width: 100%;
}

.applied-filter-list {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
}

.remove-filter {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
    margin: 0;
}

.remove-filter:hover {
    color: #000;
    text-decoration: none
}

.label-filter-remove {
    background: #e6e6e6;
    float: right;
    color: #000;
    border: 1px solid #e6e6e6;
    padding: 3px 10px;
    margin: 0 0px 10px;
    font-size: 12px;
    border-radius: 0;
}

.label-filter {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 3px 10px;
    margin: 0 5px 10px;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    /*display: none;*/
    display: inline-block;
}


/* scrollbar custom style*/

.drop-filter .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
    background-color: #000!important;
}

.drop-filter .mcsb_scrolltools .mcsb_draggerrail {
    background: #ccc!important;
}

.drop-filter .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar,
.drop-filter .mcsb_scrolltools .mcsb_draggerrail {
    width: 5px;
    border-radius: 0;
}

.quote-holder li p {}

.quote-holder li {
    padding: 20px 0.7% 0;
    font-style: italic;
    text-align: center!important;
    font-size: 20px!important;
    color: #999999!important;
    line-height: 2.5rem!important;
    -webkit-font-smoothing: antialiased!important;
    list-style: none;
    background: none!important;
}

.image-slider-wrapper i {
    color: #fff;
}

.image-slider-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.image-slider-wrapper .image-holder {
    margin: 0 auto 20px;
}
.image-slider-wrapper .image-holder img{
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
}

.tx-products .image-slider-wrapper .item{

}

.image-slider-wrapper iframe{
    border:0;
}

.contact-us-link .contact-icon {
    background:  no-repeat;
    width: 116px;
    height: 60px;
    display: inline-block;
    margin-top: -10px;
}

.contact-us-link .contact-text .contact-highlighted {
    color: #990000;
}

.contact-us-link .contact-text:hover,
.contact-us-link .contact-text:focus {
    text-decoration: none;
}

.contact-us-link .contact-text {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    position: relative;
    top: -18px;
    font-family: 'nimbus condensed bold';
}

.contact-us-link {
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .main-container {
        padding-bottom: 0px;
    }
    body {
        padding-bottom: 0px;
    }
}


/**
 * bxslider v4.1.2 - fully loaded, responsive content slider
 * http://bxslider.com
 */


/** reset and layout
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    width: 100%!important;
    max-width: 100%;
    display: block;
    height: auto!important;
}


/** theme
===================================*/

.image-slider-wrapper .bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on chrome)*/
    border-top: 0px solid #353535;
    border-bottom: 0px solid #353535;
}

.bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on chrome)*/
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.quote-holder--loader li {
    display:none;
}
.quote-holder--loader li:nth-child(1) {
    display: block;
}

.quote-slider .bx-wrapper .bx-pager,
.quote-slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* loader */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background:  center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* pager */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: arial;
    font-weight: bold;
    color: #666;
    padding-top: 0px;
    height:1px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #cbcbcb;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #5a5a5a;
}


/* direction controls (next / prev) */

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
    text-align: right;
}

.quote-slider .bx-wrapper .bx-prev {
    left: 0px;
}

.quote-slider .bx-wrapper .bx-next {
    right: 0px;
    text-align: right;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    font-size: 30px;
    color: #5b5b5b;
    z-index: 70;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* auto controls (start / stop) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background:  -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background:  -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* pager with auto-controls hybrid layout */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* image captions */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/* slider revelution caption style */

.caption-headline {
    font-size: 20px;
    max-width: 400px;
    color: #fff;
    font-samily: arial;
}

.caption-headline {
    font-size: 20px;
    max-width: 400px;
    color: #fff;
    font-samily: arial;
}

.caption-copy {
    position: absolute;
    color: #fff;
    font-family: arial;
    margin: 0px;
    border-style: none;
    white-space: nowrap;
}

.caption-headline h1 ,.caption-headline p  {
    color: #fff; width:370px;  white-space:normal;
}
.mobile-only-menu{
    display:none;
}

@media only screen (max-width: 768px) {
    .caption-headline h1 ,.caption-headline p  {
        width:350px;  
    }
    .navbar-nav {
        margin: 0;
    }
    .caption-headline h1 {
        font-size: 16px;
    }
}
.caption h1{margin-top:0;}
body .solr-searchbox-form.on-scroll-search .solr-suggest-box{right:0px; left:auto; top:35px; }
/*==========  non-mobile first method  ==========*/


/* large devices, wide screens */

@media only screen and (max-width: 1200px) {

}


/* medium devices, desktops */

@media only screen and (max-width: 992px) {
    .news-single .col-md-4.news-media {
        z-index:3;
    }
    .news-single .col-md-4.news-media img {
        border-left:30px solid #fff;
    }
    .primary-menu .navbar-nav>li>a {
        padding: 0 10px;
    }
    body #language-selector .continent ul li{width:32%;}
    .standard-input .form-label {
        width: auto;
        text-align: left;
        color: #5a5a5a;
    }
    .caption p, .caption li{display:none;}
}


/* small devices, tablets */

@media only screen and (max-width: 767px) {
    .news-single .col-md-8 {
        clear:both;
    }
    .news-single .article .news-img-wrap, .news-single .col-md-4.news-media img {
        border-left:0;
        width:100%;
        height:auto;
        margin-bottom:10px;
    }
    .dropdown:hover .dropdown-menu {
        display: none!important;
    }
    body .solr-searchbox-form.searchform-short .solr-suggest-box{width:100%!important}

    .standards-filter .unstyledselect   .unstyledselect{margin:0!important}
    .standards-filter .unstyledselect{ width:100%!important;}
    body #language-selector .continent ul li{width:48%;}
    .caption-headline h1 ,.caption-headline p  {	color: #fff; width:300px;  white-space:normal;}
    .caption h1{font-size:20px; line-height:20px;}
    .caption p, .caption li{display:none;}
    .caption .btn {font-size:12px;}
    .primary-menu .navbar-nav>li>a, .primary-menu .navbar-nav>li>span.menu-no-link{display:block;  font-size: 13px; }
    .hide-brackets{display:none;}
    .mobile-menu-menu .menu-login.menu-item-icon{display:none;}
    .navbar-collapse .mobile-only-menu{
        display:block;
    }
    .navbar-collapse form[role="search"] {
        display: none!important;
    }
    .code-preview-btn {
        display: none;
    }
    .navbar-nav {
        margin: 0!important;
    }
    .header-middle form {
        display: none
    }
    .primary-menu .navbar-header form button {
        position: absolute;
        top: 0px;
        right: 0;
        height: 36px;
    }
    .primary-menu .navbar-header form {
        display: block;
        width: 100%;
    }
    .searchform-short {
        padding-top: 0px;
    }
    .navbar-header .searchform-short input[type=text] {
        border-left: 1px solid #ccc;
        width: 100%;
        text-align: right;
        padding-right: 50px
    }
    /*
    .primary-menu .navbar-header .navbar-toggle:after {
            content: "menu";
            position: absolute;
            top: 6px;
            left: 38px;
    }
    */
    .primary-menu .navbar-header .navbar-toggle span {
        background: #000;
    }
    .primary-menu .navbar-header .navbar-toggle {
        margin: 0;
        padding: 9px 10px;
        position: absolute;
        right: auto;
        left: 5px;
        top: 0px;
        z-index: 9999;
    }
    .primary-menu .navbar-header .navbar-toggle.upper-pos span {
        background: #fff;
    }
    .primary-menu .navbar-header .navbar-toggle.upper-pos {
        margin: 0;
        padding: 9px 10px;
        position: absolute;
        right: 13px;
        top: -64px;
        left: auto;
        z-index: 9999;
        color: #fff;
    }
    .primary-menu.navbar {
        z-index: 9999;
        border: 0;
        border-bottom: 1px solid #000;
    }
    .primary-menu .navbar-header {
        border: 0;
        border-bottom: 1px solid #ccc;
    }
    .label-filter-remove {
        float: none
    }
    .ap-buttons>button,
    .ap-buttons .addtocart-btn {
        display: block;
        margin: 10px auto!important;
        min-width: 190px;
        max-width: 190px;
    }
    .form-error {
        margin-top: 15px;
    }

    .branding-logo a img {
        margin: 5px 0;
        width: 100%;
        max-width: 460px;
    }

    a.no-link.col-xs-12{float:none;}
    .col-md-3 a.no-link, .col-md-2.a.no-link{max-width:245px; display: block; margin : auto}

    .header-middle .logo {
        padding: 15px;
    }
    .header-middle .searchform-short {
        padding-right: 15px;
    }
}


/* extra small devices, phones */

@media only screen and (max-width: 480px) {
    .primary-menu .navbar-header .navbar-toggle:after {
        content: "";
    }
    .caption-headline h1 ,.caption-headline p  {	color: #fff; width:150px;  white-space:normal;}
    .caption h1{font-size:15px; line-height:15px;}
    .caption p, .caption li{display:none;}
    .caption .btn {font-size:9px; padding:5px 8px}
    body #language-selector .continent ul li{width:100%}
}


/* custom, iphone retina */

@media only screen and (max-width: 320px) {
    .caption-headline h1 ,.caption-headline p  {	color: #fff; width:120px;  white-space:normal;}
    .caption h1{font-size:12px; line-height:12px;}
    .caption p, .caption li{display:none;}
    .caption .btn {font-size:9px; padding:3px 5px}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .header-middle form {
        display: block
    }
    .searchform-short {
        padding-top: 27.5px;
    }
    .primary-menu .navbar-header form {
        display: none
    }
    .nav-down {
        position: static;
        top: 0;
        z-index: 99999;
        width: 100%;
    }
    input[type="text"] {
        border-radius: 0;
        -webkit-appearance: none;
    }
}

.tx-apa-newsletter h5 {
    font-size: 14px;
    margin-top: 26px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #5a5a5a;
}
.tx-apa-newsletter .typo3-messages {
    list-style-type:none;
    padding-left: 0px;
}
.tx-apa-newsletter .typo3-messages h4{
    font-weight:bold;
    font-size: 14px;
}
.tx-apa-newsletter .f3-form-error{
    background-color:white;
}
.tx-apa-newsletter .form-error ul {
    list-style-type:none;
    padding-left: 25px;
    padding-top:4px;
}
.tx-apa-newsletter .form-error ul li{
    position: relative;
    color:#990000;
}
.tx-apa-newsletter .form-error ul li i{
    position: absolute;
    top: 3px;
    color:#990000;
    left: -24px;
}
.align-center {
    text-align: center;
}
.ap.alert  {
    margin-top:5px;
    background-color:#5d5d5c;
    padding:30px;
}
.ap.alert a {
    color:#ffffff;
}
.ap.alert p {
    color:white;
}
.ap.alert i {
    font-size: 45px;
}
.ap.alert h3 {
    text-align: center;
    color:white;
    border:0px;
    margin:8px 0;
    font-weight:normal;
    font-family: 'nimbus semi bold', sans-serif;
    font-size:18px;
}
.access-color i {
    font-size: 14px;
    margin-right:5px;
}
.access-color-1 i {
    color:#32b46e;
}
.access-color-4 i {
    color:#f1c40f;
}
.access-color-2 i {
    color:#cc0000;
}
.ap.alert.alert-success i {
    color:#3c763d;
}
.ap.alert.alert-info i {
    color:#31708f;
}
.ap.alert.alert-warning i {
    color:#8a6d3b;
}
.ap.alert.alert-danger i {
    color:#a94442;
}
.ajax-loading {
    position:relative;
}
.ajax-loading-spinner {
    display:none;
    color:#5d5d5c;
    z-index:9999;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
}
.ajax-loading .ajax-loading-spinner{
    display:block;
    opacity: 1;
    filter: alpha(opacity=100);    
}
.download-registration-form {
    background-color:#5d5d5c;
    padding:5px 30px;
}
.download-registration-form .alert-success a{
    color:#3c763d;
    font-weight: bold;
}
.download-registration-form .alert-info a{
    color:#31708f;
    font-weight: bold;
}
.download-registration-form  .alert-warning a{
    color:#8a6d3b;
    font-weight: bold;
}
.download-registration-form .alert-danger a{
    color:#a94442;
    font-weight: bold;
}
.download-registration-form .status {
    text-align: center;
}
.download-registration-form .form-top-text {
    margin:4px auto 12px;
}
.download-registration-form .checkbox-inline label{
    padding-left: 0px;
    margin-bottom:0px;
}
.download-registration-form label{
    color:white;
    padding-left: 10px;
}
.download-registration-form input[type=checkbox] {
    float:left;
}
.download-registration-form input[type=checkbox]:focus {
    outline:none;
}
.download-registration-form label[for=fullregistrationtoggler],
.download-registration-form label[for=newsletter]{
    width:95%;
}
.download-registration-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.download-registration-form .form-element input,
.download-registration-form .form-element textarea{
    border:0px;
}
.download-registration-form .form-element .btn.btn-primary[disabled]:focus,
.download-registration-form .form-element .btn.btn-primary:focus{
    background: #990000;
    outline: 0;
}
.download-registration-form .form-elements.checkbox-input{
    /*margin-bottom:0px;*/
}
.download-registration-form select{
    margin-bottom:0px;
}
.download-registration-form select.f3-form-error{
    border: 0px;
}
.download-registration-form .radio-input-inline ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
.download-registration-form .radio-input-inline li{
    float:left;
    margin-right:10px;
    color:white;
}
.download-registration-form .login-form-errors{
    text-align: center;
    margin: 6px 0 12px;
}
.download-registration-form .btn.btn-grey {
    width:100%;
    color:black;
    border:0;
}
.download-registration-form .btn.btn-grey:hover {
    color:white;
    background-color:#990000;
}
.download-registration-form .verify-form-errors{
    text-align: center;
    margin: 6px 0;
}
.download-registration-form .login-form-errors i,
.download-registration-form .verify-form-errors i{
    color:#990000;
}
.download-registration-form .login-form-errors li,
.download-registration-form .verify-form-errors li{
    color:white;
}
.download-registration-form ul.errors{
    list-style-type: none;
    background-color:#5d5d5c;
    padding: 0;
    font-size: 14px;
    color: white;
}
.download-registration-form .f3-form-error{
    background-color:#990000;
    color:white;
}
.download-registration-form ul.errors li i{
    padding-right: 4px;
    font-size: 14px;
}
.download-registration-form .flash-messages {
    /*display:none;*/
}
.download-registration-form .registration-teaser i{
    font-size:14px;
}
.download-registration-form .optional-registration {
    display:none;
}
.download-registration-form .terms-and-conditions a {
    color:white;
    text-decoration: underline;
}
.download-registration-form .tooltip .tooltip-arrow {
    border-top-color:#ffffff;
}
.download-registration-form .tooltip .tooltip-inner {
    max-width: 400px;
    background-color:#ffffff;
    color:black;
    padding:12px 16px;
}
.download-registration-form .radio-input{
    color:white;
}
.download-registration-form.login-form{
    margin-bottom:8px;
}
.download-registration-form .form-label-alreadyusing p,
.registration-form .form-label-alreadyusing p{
    margin-bottom:0px;
}
/* for firefox */
.download-registration-form .text-input input:-moz-read-only,
.registration-form .text-input input:-moz-read-only {
    background-color: #cccccc;
}
.download-registration-form .text-input input:read-only,
.registration-form .text-input input:read-only {
    background-color: #cccccc;
}

.registration-form .f3-form-error{
    background-color:white;
}
.registration-form .form-error ul {
    list-style-type:none;
    padding-left: 25px;
    padding-top:4px;
}
.registration-form  .radio-input-inline ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
.registration-form  .radio-input-inline li{
    float:left;
    margin-right:10px;
}
.registration-form .form-error ul li{
    position: relative;
    color:#990000;
}
.registration-form ul li i{
    position: absolute;
    top: 3px;
    color:#990000;
    left: -24px;
}
.registration-form .standard-input .checkbox{
    margin-top:0px;
}
.registration-form .checkbox-inline input[type='checkbox']{
    position:relative;
    float:left;
}
.download-registration-form input[type="text"],
.download-registration-form input[type="password"]{
    height: 24px;
}
.download-registration-form .mailto-link {
    color:inherit;
    font-weight:bold;
}
.registration-form  .btn.btn-grey{
    width:100%;
}
.registration-form  .btn.btn-grey:hover {
    color:white;
    background-color:#990000;
}
.registration-form .no-margin {
    margin:0px;
}
.registration-form input[type="text"],
.registration-form input[type="password"]{
    height: 27px;
}
.registration-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.registration-form .mailto-link {
    color:inherit;
    font-weight:bold;
}
.tx-cicregister-login input[type='submit']:focus{
    outline:none;
}
.ajax-error-form {
    display:none;
}
.ajax-error-form .status {
    text-align:center;
}
.click-label {
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .registration-form .text-right{
        text-align: left;
    }
    .download-registration-form label[for="fullregistrationtoggler"], 
    .download-registration-form label[for="newsletter"] {
        width:80%;
    }
}
/* .tx-apcalculators start */
.tx-apcalculators  .btn {
    width:100%;
}
.tx-apcalculators .separator-heading {
    margin-top: 25px;
    font-size: 14px;
    margin-top: 26px;
    font-weight: bold;
    color: #353535;
    text-transform: uppercase;
    border-bottom: 1px solid #5a5a5a;
    font-style: normal;
}
.tx-apcalculators h6.roi-dens {
    background: #eee;
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}
.tx-apcalculators label.get_result_cap {
    margin:0px;
}
.tx-apcalculators span.get_result {

}
.tx-apcalculators small {
    font-style: italic;
    margin: 4px 0 0 0;
    line-height: 18px!important;
    font-size: 12px!important;
    color: #5a5a5a;
    display: block;
}
.tx-apcalculators span.input-group-addon {
    height: 28px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 0;
}
.tx-apcalculators .input-group  select {
    width:100%;
}
.tx-apcalculators .alert  .separator-heading {
    margin-top: 4px;
}
.tx-apcalculators #j9 {
    min-width: 60px;
}
.tx-apcalculators .full-width {
    width:100%;
}
/* .tx-apcalculators stop */


/* accordion-ap */
.accordion-ap .accordion-head, .accordion .accordion-body {
    border-bottom: 0 none;
    padding: 10px 0;
    width:100%;
}
.accordion-ap .accordion-head p {
    cursor: pointer;
    display: block;
    margin: 0;
}
.accordion-ap .accordion-head p::before, .accordion-control .all-specs::before {
    color: #990000;
    content: "\f2c4";
    font-family: lineawesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
    text-decoration: inherit;
}
.accordion-ap .accordion-head p.active::before, .accordion-control .all-specs.active::before {
    content: "\f290";
}
.accordion-ap .accordion-head {
    border-bottom: 1px solid #bfbfbf;
}
.accordion-ap .accordion-body {
    border-top: 0 none;
    font-size: 12px;
}
.accordion-ap .accordion-body:last-of-type {
    position: relative;
    top: -1px;
}
