

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?-k3xpz0");
    src: url("../fonts/icomoon.eot?#iefix-k3xpz0") format("embedded-opentype"), url("../fonts/icomoon.woff?-k3xpz0") format("woff"), url("../fonts/icomoon.ttf?-k3xpz0") format("truetype"), url("../fonts/icomoon.svg?-k3xpz0#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cross-arrow:before {
    content: "\e600";
}

.icon-plus:before {
    content: "\e601";
}

.icon-icon01:before {
    content: "\e602";
}

.icon-icon02:before {
    content: "\e603";
}

#nav .navbar-nav > li.full-width .dropdown-menu ul,
.top-nav,
.contact-info-list,
.social-networks,
.footer-nav ul,
.footer-link,
.product-detail-block .list-holder ul,
.tab-content .info-list,
.contact-detail-box .contact-list,
.unit-list,
.system-contains-block ul,
.side-nav ul,
.news-detail-text .info-list,
.news-detail-text .tag-list,
.side-contact-box .contact-list,
.course-block .tick-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-tab,
.tab-content-holder {
    padding-left: 9999px;
    padding-right: 9999px;
    margin-left: -9999px;
    margin-right: -9999px;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font: italic 14px/18px "Source Sans Pro", Arial, Helvetica, sans-serif;
        margin: 0 35px 0 21px;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: italic 14px/18px "Source Sans Pro", Arial, Helvetica, sans-serif;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 0 5px;
        color: #ffd511;
        height: 1%;
        text-align: right;
        cursor: pointer;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    color: #fff;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    background: url(../images/bg-check.png);
    display: inline-block;
}

    .jcf-checkbox span {
        /*display: inline-block;*/
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        /*display: block;*/
        text-align: center;
        font-size: 16px;
        visibility: hidden;
    }

        .jcf-checkbox span:before {
            content: "\f00c";
            line-height: 20px;
        }

    .jcf-checkbox.jcf-checked span {
        display: block;
        visibility: visible;
    }

    .jcf-checkbox input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, .8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

#header {
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

    #header:before,
    #header:after {
        content: " ";
        display: table;
    }

    #header:after {
        clear: both;
    }

    #header:before,
    #header:after {
        content: " ";
        display: table;
    }

    #header:after {
        clear: both;
    }

.header-holder {
    box-shadow: 0 0 20px rgba(16, 16, 14, .5);
    background: #ffd511 url(../images/bg-header.png);
}

.top-nav {
    overflow: hidden;
    background: #000;
    border-radius: 0 0 20px 20px;
    padding: 5px 8px 9px;
}

    .top-nav li {
        float: left;
        font: 16px/20px "brandon_grotesqueRgIt", Arial, Helvetica, sans-serif;
        padding: 0 13px;
        letter-spacing: .03em;
    }

.search-form {
    background: #000;
    border-radius: 0 0 20px 20px;
    padding: 1px 15px 9px;
    margin: 0 0 0 10px;
}

    .search-form .search-opener {
        font-size: 16px;
        float: right;
        margin: 4px 0 0;
        outline: none;
    }

    .search-form .input-field {
        font: 16px/22px "brandon_grotesqueRgIt", Arial, Helvetica, sans-serif;
        width: 100%;
    }

.logo {
    float: left;
    width: 237px;
    margin-top: 26px;
    position: relative;
    z-index: 9;
}

    .logo img {
        width: 100%;
        height: auto;
    }

#nav {
    border: none;
}

    #nav .navbar-nav > li {
        font-size: 16px;
        padding: 0 13px 29px;
    }

        #nav .navbar-nav > li > a {
            padding: 0;
            font-family: "brandon_grotesquebold";
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        #nav .navbar-nav > li > .accordion-slide > .dropdown-menu {
            margin-top: 0;
        }

    #nav .dropdown-menu {
        box-shadow: none;
        border: none;
        border-radius: 0;
        font-family: "brandon_grotesqueRgIt";
        font-size: 16px;
        padding: 37px 0 29px;
    }

        #nav .dropdown-menu > li > a {
            line-height: 20px;
            padding: 2px 31px;
        }

        #nav .dropdown-menu > li a {
            white-space: normal;
        }

    #nav .drop-holder .dropdown-wrap {
        padding: 42px 34px 57px 133px;
    }

.language-reagon-select {
    padding: 24px 0 0;
    margin-right: 0;
}

    .language-reagon-select .select-wrap {
        float: left;
    }

    .language-reagon-select .jcf-select {
        padding: 0 0 24px;
        cursor: pointer;
    }

        .language-reagon-select .jcf-select.jcf-drop-active,
        .language-reagon-select .jcf-select:hover {
            color: #fff;
        }

            .language-reagon-select .jcf-select.jcf-drop-active .jcf-select-text,
            .language-reagon-select .jcf-select:hover .jcf-select-text {
                color: #fff;
                cursor: pointer;
            }

            .language-reagon-select .jcf-select.jcf-drop-active .jcf-select-opener,
            .language-reagon-select .jcf-select:hover .jcf-select-opener {
                background: #fff;
            }

    .language-reagon-select .jcf-select-opener {
        position: absolute;
        top: 3px;
        right: 24px;
        font-size: 14px;
        height: 13px;
        width: 1px;
        background: #000;
    }

        .language-reagon-select .jcf-select-opener:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            content: "\f107";
            top: -2px;
            position: relative;
            right: -10px;
        }

.jcf-select-drop.jcf-select-header {
    margin-left: -80px;
}

    .jcf-select-drop.jcf-select-header .jcf-list {
        padding: 23px 20px 36px;
        min-width: 174px;
        background: rgba(0, 0, 0, .79);
    }

        .jcf-select-drop.jcf-select-header .jcf-list .jcf-option {
            margin: 0 0 4px;
        }

body {
    min-width: 320px;
}

noscript {
    text-align: center;
}

input,
button,
textarea {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    letter-spacing: .1em;
    font-family: "brandon_grotesquebold";
    line-height: 1.2;
}

.default-link {
    font-family: "brandon_grotesqueRgIt";
    text-decoration: underline;
    color: #fff;
}

.dark-primary-link {
    font-family: "brandon_grotesqueRgIt";
    text-decoration: underline;
}

.primary-link {
    font-family: "brandon_grotesqueRgIt";
    text-decoration: underline;
}

    .primary-link:hover {
        color: #ffd511;
    }

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

#main {
    position: relative;
    z-index: 1;
}

.slanted {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-banner {
    overflow: hidden;
    max-height: 501px;
    position: relative;
    clear: both;
}

    .main-banner.slanted-holder {
        top: -30px;
        max-height: 581px;
        margin-bottom: -61px;
    }

    .main-banner .img-holder {
        float: left;
        height: auto;
        left: 50%;
        min-width: 1400px;
        position: relative;
        width: 100%;
        overflow: visible;
    }

        .main-banner .img-holder img {
            float: left;
            left: -50%;
            position: relative;
            width: 100%;
            height: auto;
        }

    .main-banner .banner-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 1000px;
        width: 100%;
        margin: auto;
        text-align: center;
        text-shadow: 0 1px 5px rgba(16, 16, 14, .75);
        color: #fff;
        white-space: nowrap;
        padding: 0 0 25px;
    }

        .main-banner .banner-text:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .main-banner .banner-text .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
        }

        .main-banner .banner-text .title {
            display: block;
            font: 40px/47px "brandon_grotesquebold", Arial, Helvetica, sans-serif;
            letter-spacing: .1em;
            margin: 0 0 23px;
            text-transform: uppercase;
        }

            .main-banner .banner-text .title span {
                font-family: "brandon_grotesquelight";
                color: #ffd511;
            }

        .main-banner .banner-text .text {
            display: block;
            letter-spacing: .04em;
            font: 20px/24px "brandon_grotesqueRgIt", Arial, Helvetica, sans-serif;
        }

.rubrik-text {
    background: #000;
    color: #fff;
    padding: 73px 0;
    position: relative;
    z-index: 3;
}

    .rubrik-text h1 {
        font: 30px/1.2 "brandon_grotesquebold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .rubrik-text h1 span {
            font-family: "brandon_grotesquelight";
            color: #ffd511;
        }

    .rubrik-text .text-wrap {
        padding: 19px 0 0 57px;
        letter-spacing: .04em;
    }

    .rubrik-text p a {
        font-family: "brandon_grotesqueRgIt";
    }

    .rubrik-text .link-more {
        text-decoration: underline;
        font-family: "brandon_grotesqueRgIt";
    }

        .rubrik-text .link-more:hover {
            text-decoration: none;
        }

.puffar-block {
    margin: 0 auto;
    overflow: hidden;
}

    .puffar-block.modal-holder {
        overflow: visible;
        margin-top: -5px;
        clear: both;
    }

.measurement-systems {
    padding: 65px 36px 0 61px;
    letter-spacing: .04em;
    overflow: hidden;
}

    .measurement-systems .img-holder {
        float: right;
        margin: 0 0 5px 10px;
    }

    .measurement-systems h2 {
        overflow: hidden;
        font: 26px/31px "brandon_grotesquebold";
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 0 0 18px;
        padding: 17px 0 0;
    }

    .measurement-systems p {
        margin: 0 0 38px;
    }

    .measurement-systems .link-more {
        font-family: "brandon_grotesqueRgIt";
        color: #e9c000;
        text-decoration: underline;
    }

        .measurement-systems .link-more:hover,
        .measurement-systems .link-more:active,
        .measurement-systems .link-more:focus {
            color: #b69600;
            text-decoration: none;
        }

.column-collapse [class^="col-"],
.column-collapse [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
}

.solutions-block {
    text-align: center;
    position: relative;
}

    .solutions-block .img-holder {
        display: block;
        overflow: hidden;
        max-height: 410px;
        margin-top: -22px;
    }

        .solutions-block .img-holder img {
            width: 100%;
            height: auto;
        }

    .solutions-block .text-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 30px;
        letter-spacing: .04em;
        bottom: 0;
        white-space: nowrap;
    }

        .solutions-block .text-wrap:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .solutions-block .text-wrap .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
            width: 100%;
        }

    .solutions-block h2 {
        font: 27px/32px "brandon_grotesquebold";
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 0 0 20px;
    }

    .solutions-block p {
        margin: 0 0 20px;
    }

    .solutions-block .link-more {
        color: #fff;
        font-family: "brandon_grotesqueRgIt";
        text-decoration: underline;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 13px;
    }

        .solutions-block .link-more:hover,
        .solutions-block .link-more:active,
        .solutions-block .link-more:focus {
            color: #e6e6e6;
            text-decoration: none;
        }

.btn {
    border-radius: 1000px;
}

.btn-primary {
    font: 16px/1.2 "brandon_grotesqueMdIt";
}

.succes-story-post {
    position: relative;
}

    .succes-story-post .img-holder {
        position: relative;
        overflow: hidden;
        max-height: 244px;
        margin-top: -22px;
    }

        .succes-story-post .img-holder img {
            width: 100%;
            height: auto;
        }

        .succes-story-post .img-holder .btn {
            position: absolute;
            top: 30px;
            left: 53px;
        }

    .succes-story-post .post-heading {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, .7);
        padding: 14px 60px 11px;
    }

    .succes-story-post .blogg-post-heading {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 213, 17, 0.7);
        padding: 14px 60px 11px;
        min-height: 116.5px;
    }

    .succes-story-post .date-holder {
        float: left;
        text-align: center;
        font: 14px/1.2 "brandon_grotesquebold";
        width: 75px;
        letter-spacing: .26em;
    }

        .succes-story-post .date-holder span {
            display: block;
            letter-spacing: 0;
            font: 58px/1 "brandon_grotesqueblack";
        }

    .succes-story-post h2 {
        overflow: hidden;
        margin: 0;
        font: 400 21px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        padding: 12px 21px 0;
        letter-spacing: .1em;
    }

    .succes-story-post h3 {
        overflow: hidden;
        margin: 0;
        font: 400 21px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .succes-story-post .text-wrap {
        font-size: 16px;
        padding: 38px 76px 0;
    }

    .succes-story-post .link-more {
        color: #e9c000;
        font-family: "brandon_grotesqueRgIt";
        text-decoration: underline;
    }

        .succes-story-post .link-more:hover,
        .succes-story-post .link-more:active,
        .succes-story-post .link-more:focus {
            color: #b69600;
            text-decoration: none;
        }

.extended-warranty {
    background: #000;
    color: #fff;
    letter-spacing: .04em;
    height: 100%;
    padding: 45px 60px 50px;
    white-space: nowrap;
}

    .extended-warranty:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em;
    }

    .extended-warranty .center-text {
        display: inline-block;
        white-space: normal;
        vertical-align: middle;
    }

    .extended-warranty .fa-star {
        font-size: 90px;
        color: #ffd511;
    }

    .extended-warranty .title {
        display: block;
        font: 400 27px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        padding: 15px 0 19px;
        letter-spacing: .1em;
    }

    .extended-warranty p {
        margin: 0 0 8px;
    }

    .extended-warranty .dark-primary-link {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }

.sercive-box {
    color: #fff;
    letter-spacing: .04em;
}

    .sercive-box .img-holder {
        overflow: hidden;
        max-height: 400px;
    }

        .sercive-box .img-holder img {
            width: 100%;
            height: auto;
        }

    .sercive-box .fa-cogs {
        font-size: 90px;
    }

    .sercive-box .title {
        display: block;
        font: 400 27px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        padding: 15px 0 19px;
        letter-spacing: .1em;
    }

    .sercive-box p {
        margin: 0 0 8px;
    }

    .sercive-box .dark-primary-link {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }

    .sercive-box .text-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 44px 30px;
        bottom: 0;
        white-space: nowrap;
    }

        .sercive-box .text-wrap:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .sercive-box .text-wrap .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
        }

.learn-alignment {
    padding: 44px 30px 17px;
    letter-spacing: .04em;
    background: url(../images/bg01.jpg);
    height: 100%;
    white-space: nowrap;
}

    .learn-alignment:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em;
    }

    .learn-alignment .center-text {
        display: inline-block;
        white-space: normal;
        vertical-align: middle;
    }

    .learn-alignment .fa {
        font-size: 90px;
        color: #ffd511;
    }

    .learn-alignment .title {
        display: block;
        font: 400 27px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        padding: 15px 0 19px;
        letter-spacing: .1em;
    }

    .learn-alignment p {
        margin: 0 0 8px;
    }

    .learn-alignment .dark-primary-link {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
        color: #e9c000;
    }

.contact-box {
    padding: 25px 25px 10px; /*54px 50px 35px;*/
    letter-spacing: .04em;
    height: 100%;
    white-space: nowrap;
    background: url(../images/bg02.jpg);
}

    .contact-box:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em;
    }

    .contact-box .center-text {
        display: inline-block;
        white-space: normal;
        vertical-align: middle;
    }

    .contact-box .fa {
        font-size: 90px;
    }

    .contact-box .title {
        display: block;
        font: 400 27px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        padding: 5px 0 18px;
        letter-spacing: .1em;
    }

    .contact-box p {
        margin: 0 0 8px;
    }

    .contact-box .text {
        display: block;
        font-size: 20px;
        margin: 0 0 22px;
    }

    .contact-box .btn-default {
        font-size: 28px;
        font-family: "brandon_grotesquebold";
        padding: 3px 17px 2px;
        margin: 0 0 15px;
    }

    .contact-box .language-reagon-select {
        position: absolute;
        top: 34px;
        right: 42px;
        padding: 0;
    }

        .contact-box .language-reagon-select .jcf-select {
            padding-bottom: 0;
        }

            .contact-box .language-reagon-select .jcf-select .jcf-select-text {
                font-size: 16px;
                padding-left: 2px;
            }

        .contact-box .language-reagon-select .jcf-select-opener {
            height: 22px;
            top: -2px;
        }

            .contact-box .language-reagon-select .jcf-select-opener:after {
                content: "\f0d7";
                top: 3px;
            }

.language-reagon-select-unselected {
    position: absolute !important;
    left: 30px;
    top: 70px !important;
    float: left !important;
    right: unset !important;
}

.modal-holder .extended-warranty-holder {
    padding-bottom: 40px;
    margin-bottom: -40px;
    background: #000;
}

.modal-holder .sercive-box {
    background: #000;
    padding-bottom: 40px;
    margin-bottom: -40px;
}

.modal-holder .learn-alignment {
    padding-bottom: 57px;
    margin-bottom: -57px;
}

.modal-holder .contact-box {
    padding-bottom: 75px;
    margin-bottom: -40px;
}

.modal-holder .same-h {
    margin-bottom: -20px;
    min-height: 400px;
}

.jcf-select-drop.jcf-select-country .jcf-list {
    padding: 0 16px;
}

    .jcf-select-drop.jcf-select-country .jcf-list .jcf-option {
        text-align: left;
        font-size: 16px;
        letter-spacing: .04em;
    }

.section-banner {
    position: relative;
    overflow: hidden;
    max-height: 590px;
    z-index: 4;
    box-shadow: 0 0 35px rgba(11, 11, 10, .5);
}

    .section-banner .img-holder {
        float: left;
        height: auto;
        left: 50%;
        min-width: 1600px;
        position: relative;
        width: 100%;
        overflow: visible;
    }

        .section-banner .img-holder img {
            float: left;
            left: -50%;
            position: relative;
            width: 100%;
            height: auto;
        }

    .section-banner .text-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        max-width: 800px;
        margin: auto;
        letter-spacing: .04em;
        font-family: "brandon_grotesqueRgIt";
        font-size: 22px;
        white-space: nowrap;
        padding: 0 20px;
        width: 100%;
    }

        .section-banner .text-holder:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .section-banner .text-holder .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
            padding: 47px 0 0;
        }

    .section-banner .btn-primary {
        padding: 6px 7px;
        vertical-align: top;
        margin: 0 0 40px;
    }

    .section-banner h2 {
        margin: 0 0 23px;
        font-size: 40px;
        text-transform: uppercase;
    }

        .section-banner h2 span {
            color: #ffd511;
            font-family: "brandon_grotesquelight";
        }

    .section-banner p {
        margin-bottom: 27px;
    }

.featured-products {
    margin: auto;
}

    .featured-products > h2 {
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
        padding: 43px 18px 40px;
        background: #000;
        margin: 0 -18px;
        color: #fff;
    }

    .featured-products.modal-holder h2 {
        padding-top: 73px;
        margin-top: -30px;
    }

    .featured-products.modal-holder .featured-item {
        padding-bottom: 50px;
        margin-bottom: -40px;
    }

.featured-products-holder:before,
.featured-products-holder:after {
    content: " ";
    display: table;
}

.featured-products-holder:after {
    clear: both;
}

.featured-item {
    font-family: "brandon_grotesqueRgIt";
    background: url("../images/bg04.jpg") repeat 0 0/cover;
    min-height: 493px;
}

    .featured-item.bg02 {
        background: url("../images/bg05.jpg") repeat 0 0/cover;
    }

    .featured-item.bg03 {
        background: url("../images/bg06.jpg") repeat 0 0/cover;
    }

    .featured-item:hover {
        background: #fff;
        cursor: pointer;
    }

    .featured-item .img-holder {
        position: relative;
        margin: 0 -20px 5px 0;
    }

        .featured-item .img-holder img {
            max-width: 100%;
            height: auto;
        }

    .featured-item .btn-primary {
        padding: 5px 11px;
    }

        .featured-item .btn-primary:hover {
            color: #000;
            background-color: #ffd511;
            border-color: #ffd511;
        }

    .featured-item .btn-wrap {
        position: absolute;
        top: 30px;
        left: 43px;
    }

    .featured-item .text-wrap {
        padding: 0 35px 43px;
        overflow: hidden;
    }

    .featured-item h3,
    .featured-item h2 {
        font-size: 18px;
        letter-spacing: .066em;
        text-transform: uppercase;
        margin: 0 0 8px;
    }

        .featured-item h3 a,
        .featured-item h2 a {
            color: #000;
        }

            .featured-item h3 a:hover,
            .featured-item h3 a:active,
            .featured-item h3 a:focus,
            .featured-item h2 a:hover,
            .featured-item h2 a:active,
            .featured-item h2 a:focus {
                color: #333;
                text-decoration: none;
            }

    .featured-item p {
        margin: 0 0 6px;
    }

    .featured-item .primary-link {
        color: #deb90f;
    }

        .featured-item .primary-link:hover,
        .featured-item .primary-link:active,
        .featured-item .primary-link:focus {
            color: #ae910c;
            text-decoration: none;
        }

.advantages-lasers {
    background: #000;
    color: #fff;
    padding: 65px 0;
    overflow: hidden;
    font-family: "brandon_grotesqueRgIt";
    box-shadow: 0 0 35px rgba(11, 11, 10, .5);
    position: relative;
    z-index: 1;
}

    .advantages-lasers .advantage {
        position: relative;
    }

        .advantages-lasers .advantage:first-child:before {
            display: none;
        }

        .advantages-lasers .advantage:before {
            position: absolute;
            content: "";
            position: absolute;
            top: 65px;
            left: 0;
            width: 2px;
            background: #1a1a1a;
            bottom: 0;
            max-height: 236px;
        }

    .advantages-lasers h2 {
        margin: 0 0 40px;
        text-transform: uppercase;
        font-size: 30px;
    }

    .advantages-lasers .text-wrap {
        padding: 0 30px 17px;
    }

    .advantages-lasers .icon-holder {
        display: block;
        font-size: 90px;
        line-height: 1;
        color: #ffd511;
        margin: 0 0 31px;
    }

    .advantages-lasers h3 {
        margin: 0 0 18px;
        font-size: 27px;
        text-transform: uppercase;
    }

    .advantages-lasers p strong {
        font-weight: 400;
        font-family: "brandon_grotesquebold";
    }

    .advantages-lasers .info-text {
        display: block;
        font-size: 22px;
        padding: 10px 0;
        margin: 0 0 5px;
        letter-spacing: .04em;
    }

.section-banner-small {
    position: relative;
    overflow: hidden;
    max-height: 450px;
}

    .section-banner-small.modal-holder {
        margin-top: -30px;
        max-height: 480px;
    }

    .section-banner-small .img-holder {
        float: left;
        height: auto;
        left: 50%;
        min-width: 1600px;
        position: relative;
        width: 100%;
        overflow: visible;
    }

        .section-banner-small .img-holder img {
            float: left;
            left: -50%;
            position: relative;
            width: 100%;
            height: auto;
        }

    .section-banner-small .text-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        max-width: 930px;
        margin: auto;
        letter-spacing: .04em;
        font-family: "brandon_grotesqueRgIt";
        font-size: 27px;
        white-space: nowrap;
        padding: 0 20px;
        width: 100%;
    }

        .section-banner-small .text-holder:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .section-banner-small .text-holder .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
            padding: 20px 0 0;
        }

    .section-banner-small h3 {
        margin: 0 0 8px;
        font-size: 27px;
        text-transform: uppercase;
    }

.skype_c2c_container {
    display: none;
}

.skype_c2c_print_container {
    display: inline-block !important;
}

#slider {
    width: 100%;
    overflow: hidden;
    height: 454px;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
}

    #slider .featured-products-holder {
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        min-width: 0;
    }

    #slider .featured-item {
        width: 443px;
        height: 454px;
        float: left;
        -webkit-perspective: 800px;
        perspective: 800px;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: .8s;
        -webkit-transition-duration: .8s;
    }

#footer {
    box-shadow: 3px 4px 32px rgba(16, 16, 14, .44);
    position: relative;
    z-index: 2;
    background: #ffd511 url(../images/bg03.jpg);
    padding: 104px 0 0;
}

    #footer .h3 {
        margin: 0 0 9px;
        letter-spacing: .02em;
        font-size: 22px;
        text-transform: uppercase;
        display: block;
    }

    #footer .footer-top {
        padding-bottom: 42px;
    }

    #footer .same-h {
        margin-bottom: 20px;
    }

.contact-info-list {
    margin-bottom: 46px;
}

    .contact-info-list li {
        margin: 0 0 10px;
    }

    .contact-info-list a {
        color: #000;
        display: inline-block;
        position: relative;
        vertical-align: top;
        letter-spacing: .02em;
    }

        .contact-info-list a .fa {
            margin-right: 20px;
        }

        .contact-info-list a:hover {
            color: #fff;
        }

        .contact-info-list a.email {
            color: #fff;
            text-decoration: underline;
            font-family: "brandon_grotesqueRgIt";
        }

            .contact-info-list a.email:hover {
                text-decoration: none;
            }

            .contact-info-list a.email .fa {
                color: #000;
            }

.social-networks:before,
.social-networks:after {
    content: " ";
    display: table;
}

.social-networks:after {
    clear: both;
}

.social-networks li {
    float: left;
    font-size: 28px;
    margin: 0 8px 10px 0;
}

.social-networks a {
    color: #000;
}

    .social-networks a:hover {
        text-decoration: none;
        color: #fff;
    }

.footer-nav li {
    font-family: "brandon_grotesqueRgIt";
    margin: 0 0 10px;
}

.footer-nav a {
    color: #fff;
    text-decoration: underline;
}

    .footer-nav a:hover {
        text-decoration: none;
        color: #000;
    }

#subscribeNewsletterContainer form {
    padding: 22px 0 0;
    max-width: 300px;
}

#subscribeNewsletterContainerLong {
    margin-top: 24px;
}

    #subscribeNewsletterContainerLong form {
        padding: 0;
        max-width: 350px;
    }

    #subscribeNewsletterContainer .btn-submit,
    #subscribeNewsletterContainerLong .btn-submit {
        float: right;
        width: 52px;
        height: 41px;
        border: none;
        outline: none;
        background: url(../images/bg-submit.png) no-repeat 50% 50%;
        color: #000;
        text-transform: uppercase;
        font: 16px/21px "brandon_grotesquebold", Arial, Helvetica, sans-serif;
        padding: 10px;
        text-align: center;
        margin: 0;
    }

        #subscribeNewsletterContainer .btn-submit:hover,
        #subscribeNewsletterContainerLong .btn-submit:hover {
            color: #fff;
            background: url(../images/bg-submit-hover.png) no-repeat 50% 50%;
        }

    #subscribeNewsletterContainer .input-wrap,
    #subscribeNewsletterContainerLong .input-wrap {
        overflow: hidden;
        padding: 3px 14px 3px 0;
    }

    #subscribeNewsletterContainer .input-field, .form-next-xt input[type=text],
    #subscribeNewsletterContainerLong .input-field, .form-next-xt input[type=text] {
        box-shadow: inset 0 0 8px rgba(16, 16, 14, .4);
        border: none;
        outline: none;
        height: 35px;
        width: 100%;
        border-radius: 1000px;
        font: 18px/23px "brandon_grotesqueRgIt";
        color: #000;
        padding: 6px 23px;
        letter-spacing: .04em;
        text-indent: 4px;
    }

        #subscribeNewsletterContainer .input-field::-webkit-input-placeholder,
        #subscribeNewsletterContainerLong .input-field::-webkit-input-placeholder {
            color: #bcbcbc;
            text-indent: 0;
        }

        #subscribeNewsletterContainer .input-field::-moz-placeholder,
        #subscribeNewsletterContainerLong .input-field::-moz-placeholder {
            opacity: 1;
            color: #bcbcbc;
            text-indent: 0;
        }

        #subscribeNewsletterContainer .input-field:-moz-placeholder,
        #subscribeNewsletterContainerLong .input-field:-moz-placeholder {
            color: #bcbcbc;
            text-indent: 0;
        }

        #subscribeNewsletterContainer .input-field:-ms-input-placeholder,
        #subscribeNewsletterContainerLong .input-field:-ms-input-placeholder {
            color: #bcbcbc;
            text-indent: 0;
        }

        #subscribeNewsletterContainer .input-field.placeholder,
        #subscribeNewsletterContainerLong .input-field.placeholder {
            color: #bcbcbc;
            text-indent: 0;
        }

.footer-bottom {
    background: #000;
    color: #fff;
    padding: 16px 0;
}

.copy-text {
    float: left;
    max-width: 40%;
    font-size: 16px;
}

    .copy-text a {
        color: #fff;
    }

        .copy-text a:hover {
            text-decoration: underline;
        }

.footer-link {
    float: right;
}

    .footer-link li {
        float: left;
        font: 16px/1.2 "brandon_grotesqueRgIt";
    }

        .footer-link li:before {
            content: "|";
            color: #fff;
            font-family: "brandon_grotesque_regularRg";
            margin: 0 12px;
        }

        .footer-link li:first-child:before {
            display: none;
        }

    .footer-link a {
        text-decoration: underline;
    }

        .footer-link a:hover {
            text-decoration: none;
        }

.breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .breadcrumb > li {
        letter-spacing: .04em;
    }

        .breadcrumb > li + li:before {
            padding: 0;
        }

.rubrik-text.management {
    padding: 21px 0 103px;
}

    .rubrik-text.management.slanted-holder {
        padding-top: 70px;
        margin-top: -35px;
    }

    .rubrik-text.management .breadcrumb {
        margin-bottom: 65px;
    }

    .rubrik-text.management .text-wrap {
        padding: 25px 0 0 58px;
    }

.products-wrap {
    margin: auto;
}

    .products-wrap .featured-item {
        min-height: 400px;
        padding-top: 20px;
        font-size: 16px;
        font-family: "brandon_grotesque_regularRg";
    }

        .products-wrap .featured-item .img-holder {
            min-height: 171px;
            margin: 0 0 17px;
            white-space: nowrap;
        }

            .products-wrap .featured-item .img-holder:before {
                content: "";
                display: inline-block;
                min-height: 171px;
                vertical-align: bottom;
                margin-right: -.25em;
            }

            .products-wrap .featured-item .img-holder img {
                display: inline-block;
                white-space: normal;
                vertical-align: middle;
                width: auto;
            }

            .products-wrap .featured-item .img-holder.add {
                min-height: 190px;
            }

                .products-wrap .featured-item .img-holder.add:before {
                    min-height: 179px;
                }

        .products-wrap .featured-item h2 {
            font-size: 22px;
        }

        .products-wrap .featured-item p {
            margin: 0 0 9px;
        }

.shaft-block {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 4px 32px rgba(16, 16, 14, .44);
}

    .shaft-block.last {
        max-height: 590px;
    }

    .shaft-block .bg-image {
        float: left;
        height: auto;
        left: 50%;
        min-width: 1310px;
        position: relative;
        width: 100%;
        overflow: visible;
    }

        .shaft-block .bg-image img {
            float: left;
            left: -50%;
            position: relative;
            width: 100%;
            height: auto;
        }

    .shaft-block .content-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 1430px;
        padding: 0 15px;
        margin: auto;
        width: 100%;
    }

        .shaft-block .content-holder:before,
        .shaft-block .content-holder:after {
            content: " ";
            display: table;
        }

        .shaft-block .content-holder:after {
            clear: both;
        }

    .shaft-block .img-holder {
        float: right;
        width: 336px;
        height: 332px;
        white-space: nowrap;
        text-align: center;
        border: 3px solid #ffd511;
        background: #fff;
        margin: 137px 57px 0;
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        padding: 0 0 14px;
        box-shadow: 0 0 10px rgba(16, 16, 14, .75);
    }

        .shaft-block .img-holder.left {
            float: left;
            -moz-transform: rotate(-6deg);
            -ms-transform: rotate(-6deg);
            -o-transform: rotate(-6deg);
            -webkit-transform: rotate(-6deg);
            margin: 130px 117px 0;
            padding: 0;
        }

        .shaft-block .img-holder:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .shaft-block .img-holder img {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
        }

    .shaft-block .desc-text {
        float: left;
        text-align: center;
        max-width: 535px;
        font: 22px/1.2 "brandon_grotesqueRgIt";
        color: #fff;
        text-shadow: 0 0 27px rgba(16, 16, 14, .75);
        padding: 66px 5px 58px;
        letter-spacing: .04em;
        margin: 87px 0 0;
    }

        .shaft-block .desc-text.right {
            float: right;
        }

        .shaft-block .desc-text.with-bg {
            border-radius: 20px;
            background: rgba(0, 0, 0, .6);
            padding-left: 40px;
            padding-right: 40px;
        }

    .shaft-block h2 {
        margin: 0 0 23px;
        font: 40px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
    }

        .shaft-block h2 span {
            font-family: "brandon_grotesquelight";
            color: #ffd511;
        }

    .shaft-block p {
        margin: 0 0 28px;
    }

.rubrik-text.product-category {
    padding: 21px 0 67px;
}

    .rubrik-text.product-category.slanted-holder {
        padding-top: 70px;
        margin-top: -35px;
    }

    .rubrik-text.product-category .breadcrumb {
        margin-bottom: 62px;
    }

    .rubrik-text.product-category .text-wrap {
        padding: 25px 0 0 58px;
    }

    .rubrik-text.product-category h1 span {
        font-size: 20px;
        display: block;
        margin-top: -2px;
        letter-spacing: .1em;
    }

.featured-products.caterogy .featured-item {
    font-family: "brandon_grotesque_regularRg";
    min-height: 455px;
    font-size: 16px;
    overflow: hidden;
}

    .featured-products.caterogy .featured-item .img-holder {
        margin: 17px 0 0;
        min-height: 271px;
    }

    .featured-products.caterogy .featured-item h2 {
        font-size: 22px;
    }

    .featured-products.caterogy .featured-item p {
        margin-bottom: 9px;
    }

.btn-compare {
    padding: 0;
}

    .btn-compare a {
        display: block;
        height: 100%;
        white-space: nowrap;
        background: #ffd511;
        color: #000;
        font: 42px/1.2 "brandon_grotesquebold";
        letter-spacing: .1em;
        padding: 25px;
        text-transform: uppercase;
    }

        .btn-compare a:hover,
        .btn-compare a:active,
        .btn-compare a:focus {
            color: #404040;
            text-decoration: none;
        }

        .btn-compare a:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .btn-compare a span {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
        }

.breadcrumbs-holder {
    background: #000;
    padding: 19px 0;
    position: relative;
    box-shadow: 3px 4px 32px rgba(16, 16, 14, .44);
    z-index: 1;
}

    .breadcrumbs-holder.slanted-holder {
        padding-top: 70px;
        margin-top: -40px;
    }

.product-banner {
    overflow: hidden;
    max-height: 540px;
    position: relative;
}

    .product-banner .img-holder {
        float: left;
        height: auto;
        left: 50%;
        min-width: 1600px;
        position: relative;
        width: 100%;
        overflow: visible;
    }

        .product-banner .img-holder img {
            float: left;
            left: -50%;
            position: relative;
            width: 100%;
            height: auto;
        }

    .product-banner .banner-text-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1430px;
        padding: 0 15px;
        margin: auto;
        bottom: 0;
    }

        .product-banner .banner-text-holder:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

    .product-banner .text-box {
        display: inline-block;
        white-space: normal;
        vertical-align: middle;
        text-align: center;
        max-width: 535px;
        border-radius: 20px;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font: 22px/1.2 "brandon_grotesqueRgIt";
        padding: 38px 30px 27px;
        width: 100%;
        margin: 0 0 57px;
        letter-spacing: .04em;
    }

    .product-banner h1 {
        font: 40px/1.2 "brandon_grotesquebold";
        text-transform: uppercase;
        margin: 0 0 22px;
    }

        .product-banner h1 span {
            color: #ffd511;
            font-family: "brandon_grotesquelight";
        }

.product-detail-block {
    background: #000;
    color: #fff;
    padding: 65px 0 0;
}

    .product-detail-block .main-heading {
        font: 30px/1.2 "brandon_grotesquebold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom: 34px;
    }

        .product-detail-block .main-heading span {
            font-family: "brandon_grotesque_regularRg";
            color: #ffd511;
            font-size: 60px;
            display: block;
            line-height: 60px;
            letter-spacing: .1em;
        }

    .product-detail-block .text-wrap {
        padding: 26px 10px 0 60px;
        letter-spacing: .04em;
    }

    .product-detail-block .list-holder {
        overflow: hidden;
        max-width: 700px;
        margin: 0 -20px;
    }

        .product-detail-block .list-holder ul {
            float: left;
            width: 33.33%;
            padding: 0 20px;
        }

            .product-detail-block .list-holder ul li {
                position: relative;
                margin: 0 0 10px;
                padding: 0 0 0 24px;
            }

            .product-detail-block .list-holder ul .fa-check {
                color: #ffd511;
                margin-right: 5px;
                position: absolute;
                left: 0;
            }

    .product-detail-block p {
        padding-bottom: 9px;
    }

        .product-detail-block p a {
            font-family: "brandon_grotesqueRgIt";
        }

    .product-detail-block .link-more {
        text-decoration: underline;
        font-family: "brandon_grotesqueRgIt";
    }

        .product-detail-block .link-more:hover {
            text-decoration: none;
        }

    .product-detail-block .action-wrap {
        margin-bottom: 67px;
    }

    .product-detail-block .action-link {
        color: #808080;
        font-size: 38px;
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
        position: relative;
    }

        .product-detail-block .action-link.hover {
            text-decoration: none;
            color: #fff;
        }

            .product-detail-block .action-link.hover .tooltip-box {
                bottom: 100%;
            }

    .product-detail-block .tooltip-box {
        position: absolute;
        color: #000;
        font-size: 16px;
        width: 307px;
        background: #fff;
        border-radius: 20px;
        bottom: -9999px;
        left: 0;
        margin: 0 0 30px -27px;
        padding: 19px 22px;
        letter-spacing: .04em;
    }

        .product-detail-block .tooltip-box:before {
            content: "";
            position: absolute;
            bottom: -16px;
            left: 33px;
            width: 29px;
            height: 16px;
            background: url(../images/arrow-down.png) no-repeat;
        }

        .product-detail-block .tooltip-box .title {
            display: block;
            text-transform: uppercase;
            font-family: "brandon_grotesquebold";
            margin: 0 0 7px;
        }

.product-tab-holder {
    margin: 0 -24px;
}

.product-tab {
    border-bottom-width: 6px;
}

    .product-tab > li {
        font-family: "brandon_grotesquebold";
        text-transform: uppercase;
    }

        .product-tab > li > a {
            color: #000;
            border-radius: 0;
            padding: 12px 18px;
            margin: 0 4px;
            letter-spacing: .1em;
            position: relative;
            z-index: 1;
        }

        .product-tab > li:hover,
        .product-tab > li.active {
            margin-bottom: 0;
        }

            .product-tab > li:hover > a,
            .product-tab > li.active > a {
                color: #000;
                background: #ffd511;
                z-index: 3;
                margin-bottom: 0;
                outline: none;
            }

.tab-content-holder {
    background: #fff;
    color: #000;
    padding-bottom: 47px;
    position: relative;
    z-index: 2;
}

.tab-content .info-list {
    padding: 69px 0 34px 63px;
}

    .tab-content .info-list li {
        position: relative;
        padding: 0 0 0 15px;
        letter-spacing: .04em;
        margin: 0 0 10px;
    }

        .tab-content .info-list li:before {
            content: "";
            position: absolute;
            top: 9px;
            left: 0;
            width: 4px;
            height: 4px;
            background: #000;
            border-radius: 50%;
        }

        .tab-content .info-list li strong {
            display: block;
            font-weight: 400;
            font-family: "brandon_grotesquebold";
        }

.tab-content .logo-list {
    text-align: center;
    padding: 0 0 48px 15px;
}

    .tab-content .logo-list a {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

.tab-content .btn-compare {
    display: block;
    max-width: 390px;
    margin: 0 87px 20px auto;
    font-size: 20px;
    font-family: "brandon_grotesqueRgIt";
    padding: 16px 20px;
    letter-spacing: .04em;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .2), -2px -2px 2px #e3e3e3;
    white-space: normal;
    border: none;
    background: #fbd00f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y1Y2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VjYzMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViYzQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2U4YzAxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2YmUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2JkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd00f), color-stop(27%, #f5cc10), color-stop(58%, #ecc30f), color-stop(65%, #ebc411), color-stop(78%, #e7bf0f), color-stop(81%, #e8c011), color-stop(86%, #e4bf0f), color-stop(90%, #e6be11), color-stop(91%, #e4bf0f), color-stop(100%, #e3bd10));
    background: -webkit-linear-gradient(top, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
    background: linear-gradient(to bottom, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
}

    .tab-content .btn-compare:hover,
    .tab-content .btn-compare:focus {
        background: #e3bd10 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzYmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTZiZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZThjMDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZTdiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZWJjNDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZWNjMzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZjVjYzEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3bd10), color-stop(9%, #e4bf0f), color-stop(10%, #e6be11), color-stop(14%, #e4bf0f), color-stop(19%, #e8c011), color-stop(22%, #e7bf0f), color-stop(35%, #ebc411), color-stop(42%, #ecc30f), color-stop(73%, #f5cc10), color-stop(100%, #fbd00f));
        background: -webkit-linear-gradient(top, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
        background: linear-gradient(to bottom, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
    }

    .tab-content .btn-compare span {
        display: block;
        font: 22px/1.1 "brandon_grotesquebold";
        text-transform: uppercase;
        letter-spacing: .1em;
    }

.product-carolsel {
    padding: 38px 0 0;
    max-width: 900px;
    margin: 0 0 14px;
}

    .product-carolsel .carousel-control.left,
    .product-carolsel .carousel-control.right {
        background: none !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
        width: auto;
        bottom: auto;
        top: 50%;
        margin-top: -32px;
        left: 4px;
        line-height: 45px;
    }

        .product-carolsel .carousel-control.left .fa,
        .product-carolsel .carousel-control.right .fa {
            line-height: 45px;
        }

    .product-carolsel .carousel-control.right {
        left: auto;
        right: 4px;
    }

    .product-carolsel .carousel-control:hover {
        color: #000;
    }

    .product-carolsel .carousel-indicators {
        margin-left: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

        .product-carolsel .carousel-indicators li {
            border: none;
            background: #ffd511;
            width: 14px;
            height: 14px;
            margin: 0 2px;
        }

            .product-carolsel .carousel-indicators li.active,
            .product-carolsel .carousel-indicators li:hover {
                width: 14px;
                height: 14px;
                background: #000;
            }

.product-desc-text {
    letter-spacing: .04em;
}

    .product-desc-text h2 {
        margin: 0 0 24px;
        font-size: 38px;
        text-transform: uppercase;
    }

    .product-desc-text .medium-text {
        font: 20px/1.2 "brandon_grotesquemedium";
        display: block;
        font-weight: 400;
        margin: 0 0 20px;
    }

    .product-desc-text p {
        margin-bottom: 33px;
    }

    .product-desc-text h3 {
        font-size: 22px;
        letter-spacing: .04em;
        text-transform: uppercase;
        margin: 0 0 8px;
    }

    .product-desc-text .left-text {
        width: 69%;
        float: left;
    }

        .product-desc-text .left-text p {
            margin-bottom: 11px;
        }

    .product-desc-text .right-image {
        float: right;
        width: 31%;
        padding: 23px 25px 0 5px;
    }

        .product-desc-text .right-image img {
            width: 100%;
            height: auto;
        }

.align-holder:before,
.align-holder:after {
    content: " ";
    display: table;
}

.align-holder:after {
    clear: both;
}

.get-quote-block {
    background: #000;
    color: #fff;
    padding: 29px 0;
    box-shadow: 3px 4px 32px rgba(16, 16, 14, .44);
    position: relative;
    z-index: 1;
}

    .get-quote-block h2 {
        margin: 0;
        text-align: center;
        font: 33px/1.1 "brandon_grotesquebold";
        text-transform: uppercase;
    }

        .get-quote-block h2 a {
            outline: none;
        }

.get-quote-form {
    max-width: 808px;
    margin: 0 auto;
    padding: 37px 0 0;
}

    .get-quote-form .info-text {
        display: block;
        font-family: "brandon_grotesqueRgIt";
        letter-spacing: .04em;
        margin: 0 0 26px;
    }

    .get-quote-form .feild-wrap {
        padding-right: 25px;
    }

    .get-quote-form .form-group {
        margin-bottom: 20px;
    }

    .get-quote-form .form-control {
        font-family: "brandon_grotesqueRgIt";
        box-shadow: inset 0 0 8px rgba(16, 16, 14, .4);
        border: none;
    }

    .get-quote-form textarea.form-control {
        min-height: 85px;
        width: 100% !important;
        resize: none;
    }

    .get-quote-form .btn-wrap {
        text-align: right;
        padding: 6px 0 16px;
    }

    .get-quote-form .btn-send {
        font: 16px/23px "brandon_grotesquebold";
        text-transform: uppercase;
        box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .2), 1px 2px 4px rgba(255, 255, 255, .4);
        border: none;
        color: #000;
        border-radius: 15px;
        background: #fbd00f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y1Y2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VjYzMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViYzQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2U4YzAxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2YmUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2JkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd00f), color-stop(27%, #f5cc10), color-stop(58%, #ecc30f), color-stop(65%, #ebc411), color-stop(78%, #e7bf0f), color-stop(81%, #e8c011), color-stop(86%, #e4bf0f), color-stop(90%, #e6be11), color-stop(91%, #e4bf0f), color-stop(100%, #e3bd10));
        background: -webkit-linear-gradient(top, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
        background: linear-gradient(to bottom, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
    }

        .get-quote-form .btn-send:hover,
        .get-quote-form .btn-send:focus {
            background: #e3bd10 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzYmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTZiZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZThjMDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZTdiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZWJjNDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZWNjMzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZjVjYzEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3bd10), color-stop(9%, #e4bf0f), color-stop(10%, #e6be11), color-stop(14%, #e4bf0f), color-stop(19%, #e8c011), color-stop(22%, #e7bf0f), color-stop(35%, #ebc411), color-stop(42%, #ecc30f), color-stop(73%, #f5cc10), color-stop(100%, #fbd00f));
            background: -webkit-linear-gradient(top, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
            background: linear-gradient(to bottom, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
        }

.region-select {
    margin-bottom: 20px;
}

    .region-select .title {
        display: inline-block;
        vertical-align: middle;
        font: 16px/1.2 "brandon_grotesqueRgIt";
        width: 109px;
        padding: 0 0 0 15px;
        letter-spacing: .04em;
    }

    .region-select .jcf-select {
        width: 175px;
        border-radius: 1000px;
        height: 35px;
        color: #000;
        box-shadow: 1px 2px 4px rgba(255, 255, 255, .4);
        background: #fbd00f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y1Y2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VjYzMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViYzQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2U4YzAxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2YmUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2JkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd00f), color-stop(27%, #f5cc10), color-stop(58%, #ecc30f), color-stop(65%, #ebc411), color-stop(78%, #e7bf0f), color-stop(81%, #e8c011), color-stop(86%, #e4bf0f), color-stop(90%, #e6be11), color-stop(91%, #e4bf0f), color-stop(100%, #e3bd10));
        background: -webkit-linear-gradient(top, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
        background: linear-gradient(to bottom, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
    }

        .region-select .jcf-select .jcf-select-text {
            font-size: 16px;
            line-height: 35px;
            margin: 0 40px 0 16px;
        }

        .region-select .jcf-select .jcf-select-opener {
            position: absolute;
            top: 8px;
            right: 34px;
            font-size: 16px;
            height: 22px;
            width: 1px;
            background: #ceae18;
        }

            .region-select .jcf-select .jcf-select-opener:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                content: "\f0d7";
                top: 0;
                position: relative;
                right: -10px;
            }

.jcf-select-drop.jcf-select-quote-region .jcf-select-drop-content {
    background: #ffd511;
    border-radius: 17px;
}

    .jcf-select-drop.jcf-select-quote-region .jcf-select-drop-content .jcf-list ul li {
        border-top: 1px solid #000;
    }

        .jcf-select-drop.jcf-select-quote-region .jcf-select-drop-content .jcf-list ul li:first-child {
            border: none;
        }

    .jcf-select-drop.jcf-select-quote-region .jcf-select-drop-content .jcf-list .jcf-option {
        text-align: left;
        color: #000;
        font-size: 16px;
        padding: 7px 14px;
    }

.solutions-block .video-link .fa-play {
    font-size: 128px;
}

.solutions-block .video-link .fa-play-2 {
    font-size: 116px;
    position: relative;
    top: -60px;
    left: 12px;
}


.solutions-block .video-link .text {
    display: block;
    font: 21px/1.2 "brandon_grotesquebold";
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 16px;
}

.solutions-block.product-detail {
    max-height: 400px;
}

    .solutions-block.product-detail .img-holder {
        margin-top: 0;
    }

.contact-detail-box {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

    .contact-detail-box .map-wrap img {
        width: 100%;
        height: auto;
    }

    .contact-detail-box .detail-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding: 5px 40px;
        bottom: 0;
        white-space: nowrap;
    }

        .contact-detail-box .detail-holder:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .contact-detail-box .detail-holder .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
        }

    .contact-detail-box .heading {
        overflow: hidden;
        margin: 0 0 12px;
    }

        .contact-detail-box .heading .title {
            float: left;
            font: 22px/1.2 "brandon_grotesquebold";
            text-transform: uppercase;
            letter-spacing: .1em;
            padding: 4px 0 0 12px;
            max-width: 250px;
        }

    .contact-detail-box .region-select {
        /*float: right;*/
        margin: 0 7px;
        padding-bottom: 6px;
    }

        .contact-detail-box .region-select .jcf-select {
            box-shadow: 1px 2px 4px rgba(255, 255, 255, .4);
            cursor: pointer;
        }

            .contact-detail-box .region-select .jcf-select .jcf-select-text {
                cursor: pointer;
            }

    .contact-detail-box .skf {
        float: right;
        margin: 10px;
    }

    .contact-detail-box .address {
        letter-spacing: .04em;
        overflow: hidden;
        padding: 0 12px;
        margin: 0 0 18px;
    }

        .contact-detail-box .address strong {
            display: block;
            font-family: "brandon_grotesquebold";
            letter-spacing: .02em;
            font-weight: 400;
        }

    .contact-detail-box .tel-holder {
        overflow: hidden;
        margin: 0 -7px 30px;
    }

        .contact-detail-box .tel-holder > span {
            float: left;
            width: 50%;
            padding: 0 7px;
        }

        .contact-detail-box .tel-holder .btn {
            width: 100%;
            font-size: 22px;
            letter-spacing: .04em;
            font-family: "brandon_grotesquebold";
        }

    .contact-detail-box .contact-list {
        margin-bottom: 15px;
    }

        .contact-detail-box .contact-list a {
            display: inline-block;
            position: relative;
            text-decoration: underline;
            font-family: "brandon_grotesqueRgIt";
            margin: 0 0 0 40px;
            letter-spacing: .04em;
        }

            .contact-detail-box .contact-list a:hover,
            .contact-detail-box .contact-list a:focus {
                text-decoration: none;
            }

            .contact-detail-box .contact-list a .fa {
                position: absolute;
                top: 1px;
                left: -27px;
                color: #fff;
            }

    .contact-detail-box .bottom-link {
        padding: 0 0 0 13px;
        letter-spacing: .04em;
    }

        .contact-detail-box .bottom-link a {
            display: inline-block;
            vertical-align: top;
        }

            .contact-detail-box .bottom-link a:first-child {
                margin-right: 95px;
            }

.expandability {
    background: #000;
    color: #fff;
    padding: 83px 0 60px;
}

    .expandability .img-holder {
        float: right;
        max-width: 506px;
        width: 100%;
        margin: 0 58px 0 10px;
    }

        .expandability .img-holder img {
            width: 100%;
            height: auto;
        }

    .expandability .text-wrap {
        overflow: hidden;
        max-width: 730px;
        padding: 66px 0 10px;
        letter-spacing: .04em;
    }

    .expandability h2 {
        margin: 0 0 14px;
        font-size: 38px;
        text-transform: uppercase;
    }

    .expandability p {
        margin-bottom: 12px;
    }

.featured-products.accessories .featured-item {
    min-height: 420px;
}

    .featured-products.accessories .featured-item .img-holder {
        margin: 0 0 17px;
    }

    .featured-products.accessories .featured-item h3 {
        letter-spacing: .1em;
    }

    .featured-products.accessories .featured-item .text-wrap {
        padding: 0 35px 41px;
    }

.shaft-block.generators {
    background: #000;
    box-shadow: 3px 4px 32px rgba(16, 16, 14, .44);
    z-index: 1;
    max-height: 717px;
}

    .shaft-block.generators .bg-box {
        height: 64px;
        display: block;
        background: #000;
        position: relative;
        z-index: 1;
        box-shadow: 3px 4px 32px rgba(16, 16, 14, .44);
    }

    .shaft-block.generators .desc-text {
        margin: 202px 111px 0 0;
    }

    .shaft-block.generators .img-holder {
        overflow: hidden;
    }

        .shaft-block.generators .img-holder.left {
            -moz-transform: rotate(-2.5deg);
            -ms-transform: rotate(-2.5deg);
            -o-transform: rotate(-2.5deg);
            -webkit-transform: rotate(-2.5deg);
            margin: 233px 57px 0;
        }

        .shaft-block.generators .img-holder img {
            width: 100%;
            height: auto;
        }

.puffar-block.product-detail {
    font-family: "brandon_grotesqueRgIt";
}

    .puffar-block.product-detail .extended-warranty {
        padding-top: 72px;
    }

    .puffar-block.product-detail .sercive-box .text-wrap {
        padding-top: 40px;
        font-family: "brandon_grotesque_regularRg";
    }

    .puffar-block.product-detail .learn-alignment {
        padding-top: 40px;
    }

.featured-products.alignment-systems h2 {
    font-size: 22px;
    padding: 21px 18px 16px;
}

.featured-products.alignment-systems .featured-item {
    min-height: 454px;
}

    .featured-products.alignment-systems .featured-item .img-holder {
        margin: 0 0 7px;
    }

    .featured-products.alignment-systems .featured-item .text-wrap {
        padding: 0 35px;
    }

.tab-content-holder .feature-heading {
    margin: 0 0 26px;
    font-size: 38px;
    overflow: hidden;
    text-transform: uppercase;
}

    .tab-content-holder .feature-heading span {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

        .tab-content-holder .feature-heading span:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 9999px;
            left: 100%;
            background: #ffd511;
            bottom: 15px;
            margin-left: 47px;
        }

.features-tab {
    padding: 93px 0 0;
    letter-spacing: .04em;
}

    .features-tab .medium-text {
        font: 20px/1.2 "brandon_grotesquemedium";
        display: block;
        font-weight: 400;
        margin: 0 0 82px;
        max-width: 920px;
    }

.feature-row {
    margin: 0 0 56px;
}

    .feature-row:before,
    .feature-row:after {
        content: " ";
        display: table;
    }

    .feature-row:after {
        clear: both;
    }

    .feature-row .img-holder {
        margin: 0 5px;
        max-width: 342px;
        float: left;
        box-shadow: 0 0 10px rgba(11, 11, 10, .4);
    }

        .feature-row .img-holder img {
            width: 100%;
            height: auto;
        }

    .feature-row .detail-text-box {
        overflow: hidden;
        padding: 48px 0 0 85px;
        letter-spacing: .04em;
    }

        .feature-row .detail-text-box h3 {
            margin: 0 0 7px;
            font-size: 22px;
            letter-spacing: .04em;
        }

            .feature-row .detail-text-box h3 a {
                color: #000;
            }

            .feature-row .detail-text-box h3 span {
                display: inline-block;
                vertical-align: middle;
            }

            .feature-row .detail-text-box h3 .ico {
                position: relative;
                color: #ffd511;
                margin: 0 13px 0 -2px;
                font-size: 40px;
            }

                .feature-row .detail-text-box h3 .ico:after {
                    background: #000;
                    border-radius: 50%;
                    content: "";
                    position: absolute;
                    top: 5px;
                    left: 5px;
                    bottom: 5px;
                    right: 5px;
                }

                .feature-row .detail-text-box h3 .ico:before {
                    z-index: 3;
                    position: relative;
                }

.document-data {
    padding: 69px 0 0;
}

    .document-data .data-article {
        letter-spacing: .04em;
        padding: 27px 0 0;
    }

        .document-data .data-article.add {
            padding-left: 30px;
        }

        .document-data .data-article .right-image {
            float: right;
            margin: -15px 20px 0 0;
        }

            .document-data .data-article .right-image.add {
                margin: -5px 15px 0 0;
            }

            .document-data .data-article .right-image.add2 {
                margin: 24px 0 0;
            }

        .document-data .data-article h3 {
            margin: 0 0 8px;
            font-size: 18px;
            text-transform: uppercase;
        }

        .document-data .data-article p {
            margin-bottom: 19px;
        }

        .document-data .data-article .text {
            font-size: 19px;
        }

.system-parts-tab {
    padding: 92px 0 0;
    letter-spacing: .04em;
}

    .system-parts-tab .medium-text {
        font: 20px/1.2 "brandon_grotesquemedium";
        display: block;
        font-weight: 400;
        margin: 0 0 40px;
    }

    .system-parts-tab h3 {
        margin: 0 0 8px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .system-parts-tab p {
        margin-bottom: 19px;
    }

    .system-parts-tab .text-wrap-box {
        padding: 0 0 0 30px;
    }

        .system-parts-tab .text-wrap-box p.add {
            margin-bottom: 31px;
        }

.display-unit-row {
    padding-top: 47px;
}

    .display-unit-row .img-holder {
        margin: 0 0 47px;
        text-align: center;
    }

        .display-unit-row .img-holder.left {
            text-align: left;
        }

        .display-unit-row .img-holder:before {
            content: "";
            display: inline-block;
            min-height: 182px;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .display-unit-row .img-holder img {
            max-width: 100%;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            white-space: normal;
        }

    .display-unit-row h3 {
        letter-spacing: .04em;
    }

    .display-unit-row.measuring {
        padding-top: 68px;
    }

        .display-unit-row.measuring h2 {
            margin: 0 0 24px;
        }

        .display-unit-row.measuring p {
            margin-bottom: 30px;
        }

        .display-unit-row.measuring .right-text {
            padding: 5px 0 0 22px;
        }

        .display-unit-row.measuring .small-text {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .display-unit-row.measuring .img-holder {
            padding: 0 0 0 11px;
            margin: 0 0 49px;
        }

            .display-unit-row.measuring .img-holder:before {
                min-height: 218px;
            }

.unit-list li {
    position: relative;
    padding: 0 0 0 36px;
    margin: 0 0 20px;
}

    .unit-list li:before {
        /*content: "a";*/
        position: absolute;
        top: -1px;
        left: 0;
        width: 28px;
        height: 25px;
        background: #ffd511;
        text-align: center;
        text-transform: uppercase;
        font: 16px/25px "brandon_grotesquebold";
        border-radius: 50%;
    }

.system-contains-block {
    padding: 61px 0 3px;
}

    .system-contains-block .left-col {
        padding-right: 52px;
    }

    .system-contains-block .feature-heading {
        margin-bottom: 30px;
    }

    .system-contains-block ul {
        padding-top: 24px;
    }

        .system-contains-block ul li {
            position: relative;
            padding: 0 0 0 32px;
            font-family: "brandon_grotesqueRgIt";
            margin: 0 0 8px;
        }

        .system-contains-block ul .fa {
            position: absolute;
            top: 0;
            left: 0;
            color: #ffd511;
        }

.product-carolsel.small {
    margin: -16px -47px 0;
    padding: 0;
}

    .product-carolsel.small .carousel-control.left,
    .product-carolsel.small .carousel-control.right {
        margin-top: -67px;
        left: 24px;
    }

    .product-carolsel.small .carousel-control.right {
        left: auto;
        right: 27px;
    }

    .product-carolsel.small .carousel-control:hover {
        color: #000;
    }

    .product-carolsel.small .carousel-indicators {
        bottom: 6px;
    }

.technical-data-tab {
    padding: 92px 0 76px;
    letter-spacing: .045em;
}

    .technical-data-tab .medium-text {
        font: 20px/1.2 "brandon_grotesquemedium";
        display: block;
        font-weight: 400;
        margin: 0 0 41px;
        max-width: 950px;
    }

    .technical-data-tab h3 {
        margin: 0 0 20px;
        font-size: 20px;
        text-transform: uppercase;
        overflow: hidden;
    }

        .technical-data-tab h3 span {
            display: inline-block;
            position: relative;
        }

            .technical-data-tab h3 span:after {
                position: absolute;
                bottom: 6px;
                left: 100%;
                width: 9999px;
                margin-left: 27px;
                height: 3px;
                background: #ffd511;
                content: "";
            }

    .technical-data-tab .detail-info-list {
        margin-bottom: 48px;
    }

        .technical-data-tab .detail-info-list dt {
            float: left;
            width: 200px;
            clear: left;
            font-weight: 400;
            font-family: "brandon_grotesquebold";
            width: 280px;
        }

        .technical-data-tab .detail-info-list dd {
            overflow: hidden;
            padding: 0 8px 8px;
        }

        .technical-data-tab .detail-info-list.big-font {
            font-size: 20px;
        }

        .technical-data-tab .detail-info-list .normal-font {
            font-size: 18px;
        }

        .technical-data-tab .detail-info-list .primary-link {
            color: #e9c000;
        }

    .technical-data-tab.downloads .detail-info-list {
        margin-bottom: 40px;
    }

.product-banner.news {
    max-height: 600px;
    margin: 0 0 70px;
}

.product-banner.blogg {
    max-height: 600px;
    margin: 0 0 70px;
}

#sidebar .title {
    display: block;
    text-transform: uppercase;
    font-family: "brandon_grotesquebold";
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 0 15px;
}

.side-nav {
    font-family: "brandon_grotesqueRgIt";
    letter-spacing: .04em;
}

    .side-nav ul li {
        margin: 0 0 8px;
    }

        .side-nav ul li.active,
        .side-nav ul li:hover {
            font-family: "brandon_grotesquebold";
        }

            .side-nav ul li.active > a,
            .side-nav ul li:hover > a {
                color: #000;
            }

.news-detail-text {
    padding: 0 22px 0 6px;
    letter-spacing: .04em;
    margin: 0 0 93px;
}

    .news-detail-text .time {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .1em;
        display: block;
        margin: 0 0 13px;
    }

    .news-detail-text h1 {
        margin: 0 0 25px;
        font-size: 38px;
        text-transform: uppercase;
    }

    .news-detail-text .medium-text {
        font-family: "brandon_grotesquemedium";
        display: block;
        font-weight: 400;
        margin: 0 0 21px;
    }

    .news-detail-text p {
        margin: 0 0 21px;
    }

    .news-detail-text .info-list {
        font-family: "brandon_grotesqueRgIt";
        margin-bottom: 30px;
    }

        .news-detail-text .info-list li {
            position: relative;
            padding: 0 0 0 24px;
            margin: 0 0 10px;
        }

            .news-detail-text .info-list li .fa {
                position: absolute;
                top: 0;
                left: 0;
                color: #ffd511;
            }

    .news-detail-text .align-holder {
        margin-bottom: 18px;
    }

    .news-detail-text .left-text {
        float: left;
        width: 58%;
    }

        .news-detail-text .left-text .italic-text {
            font-family: "brandon_grotesqueRgIt";
        }

        .news-detail-text .left-text p {
            margin-bottom: 22px;
        }

    .news-detail-text .right-image {
        float: right;
        width: 42%;
        padding: 3px 17px;
    }

        .news-detail-text .right-image img {
            width: 100%;
            height: auto;
            max-width: 331px;
        }

    .news-detail-text h2 {
        margin: 0 0 8px;
        font-size: 22px;
        text-transform: uppercase;
    }

    .news-detail-text .tag-holder {
        overflow: hidden;
        padding: 3px 0 0;
    }

        .news-detail-text .tag-holder .tag-title {
            font: 16px/1.2 "brandon_grotesquebold";
            float: left;
            max-width: 100px;
            margin-right: 4px;
        }

    .news-detail-text .tag-list {
        overflow: hidden;
    }

        .news-detail-text .tag-list li {
            float: left;
            font: 16px/1.2 "brandon_grotesqueRgIt";
            margin: 0 0 5px;
        }

            .news-detail-text .tag-list li:before {
                content: ",";
                margin: 0 1px;
            }

            .news-detail-text .tag-list li:first-child:before {
                display: none;
            }

            .news-detail-text .tag-list li a {
                color: #ebc100;
                text-decoration: underline;
            }

                .news-detail-text .tag-list li a:hover {
                    text-decoration: none;
                }

.contact-box.no-bg {
    background: #ff723e;
}

    .contact-box.no-bg .title {
        padding-top: 4px;
    }

    .contact-box.no-bg p {
        margin: 0 0 17px;
    }

    .contact-box.no-bg .btn-default {
        margin-bottom: 10px;
    }

.contact-box .icon-wrap {
    display: block;
    margin: 0 auto;
    width: 107px;
    text-align: center;
    background: #f2f1f1;
    border-radius: 50%;
    height: 107px;
}

    .contact-box .icon-wrap .fa-phone {
        line-height: 117px;
    }

.product-banner.reseller {
    max-height: 600px;
    margin: 0 0 66px;
}

    .product-banner.reseller .text-box {
        padding-bottom: 37px;
        margin-bottom: 107px;
    }

.reseller-detail {
    letter-spacing: .04em;
}

    .reseller-detail h1 {
        margin: 0 0 24px;
        font-size: 38px;
        text-transform: uppercase;
    }

    .reseller-detail .medium-text {
        font-family: "brandon_grotesquemedium";
        display: block;
        font-weight: 400;
        margin: 0 0 22px;
    }

    .reseller-detail .person-info {
        display: table;
        table-layout: fixed;
        padding: 63px 0 0;
        margin: 0 0 25px;
    }

        .reseller-detail .person-info .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

        .reseller-detail .person-info .img-holder {
            width: 208px;
        }

        .reseller-detail .person-info .name {
            display: block;
            font-family: "brandon_grotesquebold";
            text-transform: none;
            font-weight: 400;
        }

            .reseller-detail .person-info .name a {
                color: #000;
            }

                .reseller-detail .person-info .name a:hover,
                .reseller-detail .person-info .name a:focus {
                    text-decoration: none;
                    color: #ffd511;
                }

        .reseller-detail .person-info .text {
            padding-bottom: 20px;
        }

.side-contact-box {
    padding: 0 0 0 10px;
}

    .side-contact-box .map {
        margin: 0 0 34px;
    }

        .side-contact-box .map img {
            width: 100%;
            height: auto;
        }

    .side-contact-box address {
        margin-bottom: 24px;
    }

        .side-contact-box address strong,
        .side-contact-box address span {
            display: block;
        }

        .side-contact-box address strong {
            font-family: "brandon_grotesquebold";
            letter-spacing: .04em;
        }

    .side-contact-box .contact-list a {
        color: #ebc512;
        text-decoration: underline;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 0 0 24px;
        font-family: "brandon_grotesqueRgIt";
    }

        .side-contact-box .contact-list a.tel {
            color: #000;
            text-decoration: none;
            font-family: "brandon_grotesque_regularRg";
        }

        .side-contact-box .contact-list a .fa {
            color: #000;
            position: absolute;
            top: 0;
            left: 0;
        }

        .side-contact-box .contact-list a:hover {
            text-decoration: none;
        }

.reseller-contact-block {
    padding: 69px 0 42px;
}

    .reseller-contact-block h2 {
        margin: 0 0 19px;
        font-size: 22px;
        overflow: hidden;
        text-transform: uppercase;
    }

        .reseller-contact-block h2 span {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .reseller-contact-block h2 span:after {
                content: "";
                position: absolute;
                height: 3px;
                width: 9999px;
                left: 100%;
                background: #ffd511;
                bottom: 4px;
                margin-left: 20px;
            }

    .reseller-contact-block .right-form-holder {
        padding-left: 24px;
    }

        .reseller-contact-block .right-form-holder .contact-form .label-wrap {
            width: 37.6%;
        }

        .reseller-contact-block .right-form-holder .contact-form .input-wrap {
            width: 62.4%;
        }

        .reseller-contact-block .right-form-holder .contact-form .btn-holder {
            max-width: none;
        }

.course-block {
    padding-bottom: 32px;
}

    .course-block h2 {
        margin: 0 0 19px;
        font-size: 22px;
        overflow: hidden;
        text-transform: uppercase;
    }

        .course-block h2 span {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .course-block h2 span:after {
                content: "";
                position: absolute;
                height: 3px;
                width: 9999px;
                left: 100%;
                background: #ffd511;
                bottom: 8px;
                margin-left: 13px;
            }

    .course-block .detail-info-list {
        margin-bottom: 18px;
    }

        .course-block .detail-info-list dt {
            float: left;
            clear: left;
            font-weight: 400;
            font-family: "brandon_grotesquebold";
            width: 208px;
        }

        .course-block .detail-info-list dd {
            overflow: hidden;
            padding: 0 8px 8px;
        }

        .course-block .detail-info-list .normal-font {
            font-size: 18px;
        }

        .course-block .detail-info-list .primary-link {
            color: #e9c000;
        }

    .course-block h3 {
        margin: 0 0 7px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .course-block .tick-list {
        margin-bottom: 10px;
    }

        .course-block .tick-list li {
            position: relative;
            padding: 0 0 11px 37px;
            font-family: "brandon_grotesqueRgIt";
        }

        .course-block .tick-list .fa {
            position: absolute;
            top: 0;
            left: 0;
            color: #ffd511;
        }

    .course-block .btn {
        font-family: "brandon_grotesquebold";
        box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .2), -2px -2px 2px #e3e3e3;
        text-transform: uppercase;
        letter-spacing: .04em;
        border: none;
        padding: 8px 17px;
        background: #fbd00f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y1Y2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VjYzMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViYzQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2U4YzAxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2YmUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2JkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd00f), color-stop(27%, #f5cc10), color-stop(58%, #ecc30f), color-stop(65%, #ebc411), color-stop(78%, #e7bf0f), color-stop(81%, #e8c011), color-stop(86%, #e4bf0f), color-stop(90%, #e6be11), color-stop(91%, #e4bf0f), color-stop(100%, #e3bd10));
        background: -webkit-linear-gradient(top, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
        background: linear-gradient(to bottom, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
    }

        .course-block .btn:hover,
        .course-block .btn:focus {
            background: #e3bd10 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzYmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTZiZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZThjMDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZTdiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZWJjNDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZWNjMzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZjVjYzEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3bd10), color-stop(9%, #e4bf0f), color-stop(10%, #e6be11), color-stop(14%, #e4bf0f), color-stop(19%, #e8c011), color-stop(22%, #e7bf0f), color-stop(35%, #ebc411), color-stop(42%, #ecc30f), color-stop(73%, #f5cc10), color-stop(100%, #fbd00f));
            background: -webkit-linear-gradient(top, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
            background: linear-gradient(to bottom, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
        }

    .course-block .right-block {
        padding: 11px 0 0 35px;
    }

.contact-form p {
    margin-bottom: 36px;
}

.contact-form .form-group {
    margin-bottom: 13px;
}

    .contact-form .form-group:before,
    .contact-form .form-group:after {
        content: " ";
        display: table;
    }

    .contact-form .form-group:after {
        clear: both;
    }

.contact-form .label-wrap {
    float: left;
    width: 34.4%;
    padding: 5px 0 0;
}

    .contact-form .label-wrap label {
        font-weight: 400;
        font-family: "brandon_grotesquemedium";
    }

.contact-form .input-wrap {
    float: left;
    width: 60.2%;
}

.contact-form .form-control {
    box-shadow: inset 0 0 8px rgba(16, 16, 14, .2);
    padding: 4px 12px 3px;
}

    .contact-form .form-control#query_1012936_4 {
        text-transform: capitalize;
    }

.contact-form textarea.form-control {
    min-height: 126px;
    width: 100% !important;
}

.contact-form .btn-holder {
    padding: 0 0 20px 34.4%;
    max-width: 94.6%;
}

    .contact-form .btn-holder:before,
    .contact-form .btn-holder:after {
        content: " ";
        display: table;
    }

    .contact-form .btn-holder:after {
        clear: both;
    }

.contact-form .check-wrap {
    overflow: hidden;
    position: relative;
    padding: 2px 0 0 36px;
}

    .contact-form .check-wrap .jcf-checkbox {
        position: absolute;
        top: 3px;
        left: 0;
    }

    .contact-form .check-wrap label {
        font: 16px/1.2 "brandon_grotesqueRgIt";
    }

.contact-form .btn-send {
    position: relative;
    z-index: 2;
    float: right;
    font-family: "brandon_grotesquebold";
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .2), -2px -2px 2px #e3e3e3;
    letter-spacing: .04em;
    border: none;
    padding: 8px 17px;
    background: #fbd00f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y1Y2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VjYzMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViYzQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2U4YzAxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2YmUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2JkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd00f), color-stop(27%, #f5cc10), color-stop(58%, #ecc30f), color-stop(65%, #ebc411), color-stop(78%, #e7bf0f), color-stop(81%, #e8c011), color-stop(86%, #e4bf0f), color-stop(90%, #e6be11), color-stop(91%, #e4bf0f), color-stop(100%, #e3bd10));
    background: -webkit-linear-gradient(top, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
    background: linear-gradient(to bottom, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
}

    .contact-form .btn-send:hover,
    .contact-form .btn-send:focus {
        background: #e3bd10 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzYmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTZiZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZThjMDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZTdiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZWJjNDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZWNjMzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZjVjYzEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3bd10), color-stop(9%, #e4bf0f), color-stop(10%, #e6be11), color-stop(14%, #e4bf0f), color-stop(19%, #e8c011), color-stop(22%, #e7bf0f), color-stop(35%, #ebc411), color-stop(42%, #ecc30f), color-stop(73%, #f5cc10), color-stop(100%, #fbd00f));
        background: -webkit-linear-gradient(top, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
        background: linear-gradient(to bottom, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url("../images/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

@media all and (min-width: 768px) {
    #header .slanted-active {
        padding-top: 42px;
        margin-bottom: 0;
        margin-top: -39px;
    }

        #header .slanted-active .top-nav {
            padding-top: 15px;
        }

        #header .slanted-active .search-form {
            padding-top: 13px;
        }

    .navbar-collapse {
        position: relative;
        padding-top: 34px;
    }

    .top-nav-holder {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .search-form .btn-search {
        display: none;
    }

    .search-form .input-wrap {
        float: left;
        overflow: hidden;
        width: 0;
        -webkit-transition: width 300ms linear, padding 300ms linear;
        transition: width 300ms linear, padding 300ms linear;
        color: #ffd511;
    }

    .search-active .search-form .input-wrap {
        width: 150px;
        padding: 0 9px 0 5px;
    }

    .search-form .input-field {
        width: 100%;
        border: 1px solid #ffd511;
        background: none;
        border-width: 0 0 1px;
        outline: none;
        margin: 0;
        padding: 0;
        height: 22px;
        padding: 0 2px;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    #nav .accordion-slide {
        position: static !important;
    }

    #nav .dropdown-menu {
        min-width: 215px;
        margin: 0;
    }

        #nav .dropdown-menu .accordion-slide {
            max-width: none;
            width: auto !important;
        }

    #nav .navbar-nav {
        padding: 16px 0 0 12px;
    }

        #nav .navbar-nav > li.full-width {
            position: static;
        }

            #nav .navbar-nav > li.full-width .dropdown-menu {
                display: block;
                position: static;
                background: none;
                padding: 0;
                margin: 0 -10px;
            }

                #nav .navbar-nav > li.full-width .dropdown-menu > li {
                    float: left;
                    width: 20%;
                    padding: 0 10px;
                    letter-spacing: .04em;
                }

                    #nav .navbar-nav > li.full-width .dropdown-menu > li.has-drop {
                        min-height: 250px;
                    }

                    #nav .navbar-nav > li.full-width .dropdown-menu > li > a {
                        padding: 0;
                        font-family: "brandon_grotesquebold";
                        text-transform: uppercase;
                        color: #fff;
                        letter-spacing: .1em;
                        margin: 0 0 20px;
                    }

                        #nav .navbar-nav > li.full-width .dropdown-menu > li > a:hover {
                            color: #ffd511;
                        }

                #nav .navbar-nav > li.full-width .dropdown-menu ul li {
                    margin: 0 0 5px;
                }

        #nav .navbar-nav > li.active > a {
            position: relative;
            color: #000;
        }

            #nav .navbar-nav > li.active > a:before {
                content: "";
                position: absolute;
                bottom: -6px;
                left: 0;
                right: 0;
                height: 3px;
                background: #000;
            }

        #nav .navbar-nav > li.open .drop-holder {
            top: 100%;
        }

        #nav .navbar-nav > li.open .accordion-slide > .dropdown-menu {
            display: block;
        }

    #nav .drop-holder {
        position: absolute;
        top: -9999px;
        left: 0;
        right: 0;
        width: 100%;
    }

        #nav .drop-holder:before {
            left: -9999px;
            right: -9999px;
            bottom: 0;
            top: 0;
            background: rgba(0, 0, 0, .79);
            position: absolute;
            content: "";
        }

        #nav .drop-holder .dropdown-wrap {
            max-width: 1350px;
            margin: auto;
            overflow: hidden;
            position: relative;
            z-index: 2;
        }

    .top-nav,
    .search-form {
        float: left;
    }

    .slanted.slanted-active {
        -webkit-transform: rotate(-1.5deg) scale(1);
        -ms-transform: rotate(-1.5deg) scale(1);
        transform: rotate(-1.5deg) scale(1);
        position: relative;
        z-index: 9;
        margin: 0 -20px;
    }

    .product-tab {
        overflow: hidden;
    }

        .product-tab > li > a {
            background: #e5e5e5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(100%, #f2f1f1));
            background: -webkit-linear-gradient(left, #e5e5e5 0%, #f2f1f1 100%);
            background: linear-gradient(to right, #e5e5e5 0%, #f2f1f1 100%);
        }

            .product-tab > li > a:before,
            .product-tab > li > a:after {
                content: "";
                position: absolute;
                left: -10px;
                width: 0;
                height: 0;
                border: 5px solid #e5e5e5;
                border-width: 0 0 40px 10px;
                border-color: transparent transparent #e5e5e5;
                top: -6px;
            }

            .product-tab > li > a:after {
                left: auto;
                right: -9px;
                border-width: 0 9px 40px 0;
                border-color: transparent transparent #f2f1f1;
            }

        .product-tab > li:hover > a:before,
        .product-tab > li:hover > a:after,
        .product-tab > li.active > a:before,
        .product-tab > li.active > a:after {
            border-color: transparent transparent #ffd511;
        }

    .tab-content .tab-slide {
        position: static !important;
        width: 100% !important;
    }

    .tab-content .tab-opener {
        display: none;
    }
}

@media all and (min-width: 992px) {
    .product-tab > li > a:before,
    .product-tab > li > a:after {
        left: -11px;
        border-width: 0 3px 52px 10px;
        top: -5px;
    }

    .product-tab > li > a:after {
        left: auto;
        right: -13px;
        border-width: 0 13px 52px 3px;
    }

    .tab-content .tab-slide {
        position: static !important;
        width: 100% !important;
    }

    .tab-content .tab-opener {
        display: none;
    }
}

@media all and (min-width: 1436px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        margin-left: -15px;
    }
}



@media only screen and (max-width: 1599px) {
    .measurement-systems {
        padding: 20px 20px 0;
    }

    .succes-story-post .text-wrap {
        padding: 20px;
    }

    .extended-warranty {
        padding: 25px;
    }

    .sercive-box .text-wrap {
        padding: 25px;
    }

    .sercive-box .img-holder {
        margin-bottom: -1px;
    }

    .learn-alignment {
        padding: 30px 30px 10px;
    }

    .contact-box {
        padding: 25px 25px 10px;
    }

    .contact-detail-box .detail-holder {
        padding: 15px;
    }

    .contact-detail-box .tel-holder {
        margin-bottom: 10px;
    }

        .contact-detail-box .tel-holder .btn {
            font-size: 20px;
        }

    .shaft-block.generators {
        max-height: 587px;
    }

    .puffar-block.product-detail .extended-warranty {
        padding-top: 25px;
    }

    .puffar-block.product-detail .learn-alignment {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 2199px) {
    .contact-box {
        padding: 25px 25px 10px;
    }
}

@media only screen and (max-width: 1435px) {
    #nav .navbar-nav {
        clear: both;
        padding: 10px 0 0;
        margin-left: -18px;
    }

    #nav .drop-holder .dropdown-wrap {
        padding: 15px 10px;
    }

    #wrapper {
        padding-top: 160px;
    }

    .measurement-systems {
        padding: 15px 15px 0;
    }

        .measurement-systems .img-holder {
            width: 146px;
        }

            .measurement-systems .img-holder img {
                width: 100%;
                height: auto;
            }

        .measurement-systems h2 {
            font-size: 20px;
            line-height: 1.2;
            margin: 0 0 15px;
        }

        .measurement-systems p {
            margin-bottom: 35px;
        }

    .solutions-block h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .solutions-block .text-wrap {
        font-size: 15px;
    }

    .solutions-block p {
        margin-bottom: 10px;
    }

    .solutions-block .link-more {
        margin: 0;
    }

    .succes-story-post .post-heading {
        padding: 0 20px 7px;
    }

    .succes-story-post .blogg-post-heading {
        padding: 0 20px 7px;
    }

    .succes-story-post .img-holder {
        overflow: hidden;
    }

        .succes-story-post .img-holder img {
            min-width: 340px;
        }

        .succes-story-post .img-holder .btn {
            font-size: 12px;
            left: 33px;
            padding: 3px 6px;
        }

    .succes-story-post .date-holder {
        font-size: 10px;
        width: 55px;
        margin: 10px 0 0;
    }

        .succes-story-post .date-holder span {
            font-size: 30px;
        }

    .succes-story-post h2 {
        font-size: 17px;
        padding: 11px 5px 0;
    }

    .succes-story-post .text-wrap {
        padding: 10px 10px 0;
        letter-spacing: 0;
        font-size: 13px;
    }

    .extended-warranty {
        padding: 25px;
    }

    .learn-alignment {
        padding: 25px 25px 10px;
    }

    .subscription-form .input-field {
        font-size: 14px;
        padding: 6px 10px;
    }

    .shaft-block .img-holder {
        margin: 137px 27px 0;
    }

        .shaft-block .img-holder.left {
            margin: 130px 10px 0;
        }

    .shaft-block .desc-text {
        max-width: 500px;
    }

    .product-tab > li > a {
        padding: 12px 10px;
    }

    .tab-content .info-list {
        padding-left: 0;
    }

    .tab-content .logo-list {
        padding: 0 0 20px;
    }

    .tab-content .btn-compare {
        margin: 0 auto 20px;
    }

    .product-carolsel .carousel-indicators {
        bottom: 0;
    }

    .contact-detail-box {
        max-height: none;
    }

        .contact-detail-box .detail-holder {
            padding: 22px;
        }

            .contact-detail-box .detail-holder:before {
                display: none;
            }

            .contact-detail-box .detail-holder .center-text {
                display: block;
            }

        .contact-detail-box .heading {
            text-align: center;
            margin: 0 0 6px;
        }

            .contact-detail-box .heading .title {
                font-size: 17px;
                float: none;
                max-width: none;
                padding: 0;
                display: block;
                margin: 0 0 8px;
            }

        .contact-detail-box .region-select {
            width: 100px;
            margin: 0 auto 0 0;
            float: none;
        }

            .contact-detail-box .region-select .jcf-select {
                width: 175px;
                display: block;
                height: 26px;
            }

                .contact-detail-box .region-select .jcf-select .jcf-select-text {
                    font-size: 13px;
                    line-height: 26px;
                    margin: 0 38px 0 14px;
                }

                .contact-detail-box .region-select .jcf-select .jcf-select-opener {
                    top: 4px;
                    height: 16px;
                    right: 22px;
                    font-size: 13px;
                }

                    .contact-detail-box .region-select .jcf-select .jcf-select-opener:after {
                        right: -7px;
                        top: 2px;
                    }

        .contact-detail-box .skf {
            float: none;
            display: block;
            margin: 0 auto;
            width: 61px;
        }

            .contact-detail-box .skf img {
                width: 100%;
                height: auto;
            }

        .contact-detail-box .address {
            text-align: center;
            padding: 11px 12px;
            margin: 0 0 5px;
        }
    /*
	.contact-detail-box .tel-holder {
		display: none;
	}

	.contact-detail-box .contact-list {
		display: none;
	}

	.contact-detail-box .bottom-link {
		display: none;
	}
*/
    .expandability {
        padding: 50px 0;
    }

        .expandability .img-holder {
            max-width: 400px;
            margin: 0 0 0 10px;
        }

    .shaft-block.generators .img-holder.left {
        margin: 140px 10px 0;
    }

    .shaft-block.generators .desc-text {
        margin: 120px 20px 0;
    }

    .puffar-block.product-detail .extended-warranty {
        padding-top: 25px;
    }

    .puffar-block.product-detail .sercive-box {
        height: 100%;
    }

        .puffar-block.product-detail .sercive-box .img-holder {
            height: 100%;
            overflow: hidden;
        }

            .puffar-block.product-detail .sercive-box .img-holder img {
                height: 100%;
                width: auto;
                position: relative;
                left: -30%;
            }

    .feature-row .detail-text-box {
        padding: 28px 0 0 45px;
    }

    .document-data .data-article.add {
        padding-left: 0;
    }

    .system-parts-tab .text-wrap-box {
        padding: 0;
    }

    .display-unit-row .img-holder {
        margin: 0 0 20px;
        text-align: left;
    }

        .display-unit-row .img-holder:before {
            display: none;
        }

    .display-unit-row.measuring .right-text {
        padding: 0;
    }

    .display-unit-row.measuring .img-holder {
        margin-bottom: 20px;
    }

    .product-carolsel.small {
        margin-top: 0;
    }

    .technical-data-tab {
        padding: 40px 0 20px;
    }

    .side-contact-box {
        padding: 0;
    }

    .reseller-contact-block .right-form-holder {
        padding: 0;
    }

    .contact-form .input-wrap {
        width: 65.6%;
    }

    .contact-form .btn-holder {
        max-width: none;
    }
}

@media only screen and (max-width: 991px) {
    #nav .navbar-nav > li {
        font-size: 15px;
        padding: 0 4px 20px;
    }

    #nav .dropdown-menu > li > a {
        padding: 2px 15px;
    }

    #wrapper {
        padding-top: 151px;
    }

    .rubrik-text {
        padding: 25px 0 30px;
    }

        .rubrik-text .text-wrap {
            padding: 15px 0 0;
        }

    .measurement-systems .img-holder {
        margin-bottom: 25px;
    }

    .succes-story-post .text-wrap {
        padding: 25px 25px 18px;
    }

    .extended-warranty {
        padding: 25px;
    }

        .extended-warranty .title br {
            display: none;
        }

    .sercive-box .text-wrap {
        bottom: 0;
        padding: 25px;
    }

        .sercive-box .text-wrap:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -.25em;
        }

        .sercive-box .text-wrap .center-text {
            display: inline-block;
            white-space: normal;
            vertical-align: middle;
        }

    .learn-alignment {
        padding: 25px;
    }

    .contact-box {
        padding: 25px;
        margin: 0;
    }

    #footer {
        padding: 40px 0 0;
    }

        #footer .footer-top {
            padding-bottom: 20px;
        }

    .rubrik-text.management {
        padding: 20px 0;
    }

        .rubrik-text.management .breadcrumb {
            margin-bottom: 15px;
        }

        .rubrik-text.management .text-wrap {
            padding: 0;
        }

    .shaft-block {
        max-height: none;
    }

        .shaft-block.last {
            max-height: none;
        }

        .shaft-block .img-holder {
            margin: 50px auto 0;
            float: none;
            width: 254px;
            height: 282px;
        }

            .shaft-block .img-holder.left {
                margin: 50px auto 0;
                float: none;
            }

            .shaft-block .img-holder img {
                max-width: 100%;
                height: auto;
            }

        .shaft-block .desc-text {
            float: none;
            max-width: none;
            margin: 65px 0 0;
            padding: 25px;
        }

            .shaft-block .desc-text.right {
                float: none;
            }

            .shaft-block .desc-text.with-bg {
                padding: 15px;
            }

    .rubrik-text.product-category {
        padding: 30px 0;
    }

        .rubrik-text.product-category .breadcrumb {
            margin-bottom: 15px;
        }

        .rubrik-text.product-category .text-wrap {
            padding: 25px 0 0;
        }

    .product-detail-block {
        padding: 20px 0 0;
    }

        .product-detail-block .action-wrap {
            margin-bottom: 25px;
        }

        .product-detail-block .text-wrap {
            padding: 0 0 20px;
        }

    .product-tab > li > a {
        padding: 8px 6px;
        font-size: 14px;
    }

    .tab-content-holder {
        padding-bottom: 0;
    }

    .contact-detail-box .tel-holder,
    .contact-detail-box .contact-list,
    .contact-detail-box .bottom-link {
        display: block;
    }

    .contact-detail-box .detail-holder:before {
        display: inline-block;
    }

    .contact-detail-box .detail-holder .center-text {
        display: inline-block;
        width: 100%;
    }

    .shaft-block.generators {
        max-height: 690px;
    }

        .shaft-block.generators .img-holder.left {
            margin: 120px auto 0;
            height: 242px;
        }

        .shaft-block.generators .desc-text {
            margin: 20px 0 0;
        }

    .puffar-block.product-detail .sercive-box {
        height: 100%;
    }

        .puffar-block.product-detail .sercive-box .img-holder {
            height: 100%;
            overflow: hidden;
        }

            .puffar-block.product-detail .sercive-box .img-holder img {
                position: static;
                width: 100%;
                height: auto;
            }

    .features-tab {
        padding-top: 40px;
    }

        .features-tab .medium-text {
            margin-bottom: 25px;
        }

    .feature-row {
        margin-bottom: 25px;
    }

        .feature-row .img-holder {
            max-width: 240px;
        }

        .feature-row .detail-text-box {
            padding: 0 0 0 25px;
        }

    .document-data {
        padding: 20px 0 0;
    }

    .system-parts-tab {
        padding-top: 40px;
    }

        .system-parts-tab .medium-text {
            margin-bottom: 20px;
        }

    .display-unit-row {
        padding-top: 20px;
    }

        .display-unit-row .img-holder:before {
            display: inline-block;
        }

        .display-unit-row .same-h {
            margin-bottom: 20px;
        }

    .product-banner.reseller {
        margin-bottom: 25px;
    }

    .reseller-contact-block {
        padding: 20px 0;
    }

    .course-block .right-block {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        margin: 10px 10px 8px 12px;
        width: 180px;
    }

    #nav .navbar-header {
        box-shadow: 0 0 10px rgba(16, 16, 14, .5);
        position: relative;
        z-index: 9;
    }

    #nav .navbar-toggle {
        border: none;
        border-radius: 6px;
        background: #000;
        font: 13px/16px "brandon_grotesquemedium";
        text-transform: uppercase;
        color: #fff;
        margin-top: 19px;
        padding: 4px 11px 3px;
        margin-bottom: 18px;
    }

        #nav .navbar-toggle:hover {
            background: #333;
        }

    #nav .language-reagon-select {
        margin: 0 -18px;
        padding: 0;
        border-top: 1px solid #000;
        background: #000;
        overflow: hidden;
    }

        #nav .language-reagon-select .select-wrap {
            width: 50%;
        }

            #nav .language-reagon-select .select-wrap.first-child .jcf-select .jcf-select-text {
                margin-left: 19px;
            }

        #nav .language-reagon-select .jcf-select {
            width: 100%;
            background: #ffd511;
            padding: 6px 0 8px;
        }

            #nav .language-reagon-select .jcf-select .jcf-select-text {
                font-size: 18px;
                line-height: 24px;
                margin-left: 9px;
            }

            #nav .language-reagon-select .jcf-select .jcf-select-opener {
                background: none;
                font-size: 18px;
                top: 12px;
                right: 36px;
            }

    #nav .navbar-nav {
        background: #000;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        #nav .navbar-nav > li {
            padding: 0;
        }

            #nav .navbar-nav > li > a {
                font-size: 17px;
                color: #ffd511;
                font-family: "brandon_grotesque_regularRg";
                padding: 15px 30px 13px 20px;
                position: relative;
            }

                #nav .navbar-nav > li > a:after {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
                    content: "\f107";
                    position: absolute;
                    top: 16px;
                    right: 12px;
                }

            #nav .navbar-nav > li:hover > a,
            #nav .navbar-nav > li.active > a {
                color: #fff;
            }

                #nav .navbar-nav > li.active > a:after {
                    content: "\f106";
                }

            #nav .navbar-nav > li.active .dropdown-menu {
                position: static;
                display: block;
                float: none;
            }

            #nav .navbar-nav > li .dropdown-wrap {
                padding: 0;
            }

            #nav .navbar-nav > li .dropdown-menu {
                padding: 0;
                margin: 0;
            }

                #nav .navbar-nav > li .dropdown-menu > li > a {
                    background: #333;
                    font-size: 15px;
                    letter-spacing: .02em;
                    padding: 8px 30px 7px 18px;
                    color: #ffd511;
                }

                #nav .navbar-nav > li .dropdown-menu > li:nth-child(odd) {
                    border-bottom: 1px solid #666;
                }

                #nav .navbar-nav > li .dropdown-menu > li.has-drop > a {
                    position: relative;
                }

                    #nav .navbar-nav > li .dropdown-menu > li.has-drop > a:after {
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                        transform: translate(0, 0);
                        content: "\f107";
                        position: absolute;
                        top: 9px;
                        right: 14px;
                        font-size: 18px;
                    }

                #nav .navbar-nav > li .dropdown-menu > li:hover > a,
                #nav .navbar-nav > li .dropdown-menu > li.active > a {
                    color: #fff;
                }

                    #nav .navbar-nav > li .dropdown-menu > li.active > a:after {
                        content: "\f106";
                    }

                #nav .navbar-nav > li .dropdown-menu > li li {
                    background: #666;
                }

                    #nav .navbar-nav > li .dropdown-menu > li li:nth-child(odd) {
                        border-bottom: 1px solid #999;
                    }

                    #nav .navbar-nav > li .dropdown-menu > li li a {
                        display: block;
                        padding: 8px 20px;
                    }

                #nav .navbar-nav > li .dropdown-menu a br {
                    display: none;
                }

            #nav .navbar-nav > li:nth-child(odd) {
                border-bottom: 1px solid #333;
            }

    #nav .top-nav-holder {
        margin: 0 -18px;
    }

    #nav .top-nav {
        border-radius: 0;
        padding: 0;
    }

        #nav .top-nav li {
            float: none;
            font-size: 15px;
            padding: 0;
        }

            #nav .top-nav li a {
                display: block;
                padding: 7px 20px 8px;
                position: relative;
            }

                #nav .top-nav li a:after {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
                    content: "\f107";
                    position: absolute;
                    top: 10px;
                    right: 14px;
                    font-size: 17px;
                }

            #nav .top-nav li:nth-child(odd) {
                border-bottom: 1px solid #333;
            }

    #nav .search-form {
        border-radius: 0;
        padding: 10px 18px 14px;
        margin: 0;
    }

        #nav .search-form .search-opener {
            display: none;
        }

        #nav .search-form .btn-search {
            float: right;
            width: 46px;
            height: 35px;
            font-size: 18px;
            color: #000;
            border: none;
            outline: none;
            margin: 4px 0;
            padding: 0;
            line-height: 35px;
            text-align: center;
            border-radius: 15px;
            box-shadow: 1px 1px 3px rgba(255, 255, 255, .5);
            background: #fbd00f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y1Y2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2VjYzMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViYzQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2U4YzAxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2YmUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U0YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2JkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd00f), color-stop(27%, #f5cc10), color-stop(58%, #ecc30f), color-stop(65%, #ebc411), color-stop(78%, #e7bf0f), color-stop(81%, #e8c011), color-stop(86%, #e4bf0f), color-stop(90%, #e6be11), color-stop(91%, #e4bf0f), color-stop(100%, #e3bd10));
            background: -webkit-linear-gradient(top, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
            background: linear-gradient(to bottom, #fbd00f 0%, #f5cc10 27%, #ecc30f 58%, #ebc411 65%, #e7bf0f 78%, #e8c011 81%, #e4bf0f 86%, #e6be11 90%, #e4bf0f 91%, #e3bd10 100%);
        }

            #nav .search-form .btn-search:hover,
            #nav .search-form .btn-search:focus {
                background: #e3bd10 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzYmQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZTZiZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZTRiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZThjMDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZTdiZjBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZWJjNDExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZWNjMzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZjVjYzEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3bd10), color-stop(9%, #e4bf0f), color-stop(10%, #e6be11), color-stop(14%, #e4bf0f), color-stop(19%, #e8c011), color-stop(22%, #e7bf0f), color-stop(35%, #ebc411), color-stop(42%, #ecc30f), color-stop(73%, #f5cc10), color-stop(100%, #fbd00f));
                background: -webkit-linear-gradient(top, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
                background: linear-gradient(to bottom, #e3bd10 0%, #e4bf0f 9%, #e6be11 10%, #e4bf0f 14%, #e8c011 19%, #e7bf0f 22%, #ebc411 35%, #ecc30f 42%, #f5cc10 73%, #fbd00f 100%);
            }

            #nav .search-form .btn-search .fa {
                line-height: 35px;
            }

        #nav .search-form .input-wrap {
            overflow: hidden;
            padding: 4px 17px 4px 5px;
        }

        #nav .search-form .input-field {
            height: 35px;
            box-shadow: inset 0 0 4px rgba(16, 16, 14, .4);
            border-radius: 15px;
            outline: none;
            border: none;
            line-height: 24px;
            padding: 6px 15px;
        }

    .jcf-select-drop.jcf-select-header {
        margin-left: 0;
    }

        .jcf-select-drop.jcf-select-header .jcf-list {
            padding: 13px 10px 15px;
        }

            .jcf-select-drop.jcf-select-header .jcf-list .jcf-option {
                text-align: left;
            }

    body {
        font-size: 15px;
    }

    #wrapper {
        padding-top: 61px;
    }

    .main-banner .img-holder {
        min-width: 756px;
    }

    .main-banner .banner-text {
        padding: 21px 10px 23px;
    }

        .main-banner .banner-text .title {
            font-size: 27px;
            line-height: 1.2;
            margin: 0 0 10px;
        }

        .main-banner .banner-text .text {
            font-size: 15px;
            line-height: 1.2;
        }

    .rubrik-text {
        padding: 27px 0 30px;
    }

        .rubrik-text h1 {
            margin: 0;
            font-size: 21px;
            text-align: center;
        }

        .rubrik-text .text-wrap {
            padding: 17px 0 0;
        }

    .measurement-systems {
        text-align: center;
        padding: 18px 25px 40px;
    }

        .measurement-systems .img-holder {
            float: none;
            width: 76px;
            display: block;
            margin: 0 auto;
        }

        .measurement-systems h2 {
            font-size: 17px;
            line-height: 1.2;
            margin: 0 0 5px;
        }

        .measurement-systems p {
            margin: 0 0 12px;
        }

    .solutions-block {
        max-height: 238px;
        overflow: hidden;
    }

        .solutions-block .text-wrap {
            padding: 21px 10px 0;
        }

        .solutions-block h2 {
            font-size: 17px;
            line-height: 1.2;
            margin: 0 0 5px;
        }

        .solutions-block p {
            margin-bottom: 5px;
        }

    .succes-story-post .post-heading {
        padding: 0 20px 7px;
    }

    .succes-story-post .blogg-post-heading {
        padding: 3px 20px 7px;
    }

    .succes-story-post .img-holder {
        overflow: hidden;
    }

        .succes-story-post .img-holder img {
            min-width: 340px;
        }

        .succes-story-post .img-holder .btn {
            font-size: 12px;
            left: 33px;
            padding: 3px 6px;
        }

    .succes-story-post .date-holder {
        font-size: 10px;
        width: 55px;
        margin: 10px 0 0;
    }

        .succes-story-post .date-holder span {
            font-size: 30px;
        }

    .succes-story-post h2 {
        font-size: 17px;
        padding: 11px 5px 0;
    }

    .succes-story-post .text-wrap {
        padding: 21px 20px 18px;
        letter-spacing: 0;
        font-size: 15px;
    }

    .extended-warranty {
        padding: 29px 10px 36px;
    }

        .extended-warranty:before {
            display: none;
        }

        .extended-warranty .fa-star {
            font-size: 65px;
        }

        .extended-warranty .title {
            font-size: 17px;
            padding: 27px 0 4px;
        }

        .extended-warranty p {
            margin-bottom: 4px;
        }

    .sercive-box {
        overflow: hidden;
        max-height: 260px;
    }

        .sercive-box .text-wrap {
            padding: 40px 0 0;
        }

            .sercive-box .text-wrap:before {
                display: none;
            }

        .sercive-box .fa-cogs {
            font-size: 65px;
        }

        .sercive-box .title {
            font-size: 17px;
            padding: 17px 20px 4px;
        }

        .sercive-box p {
            margin-bottom: 4px;
        }

    .learn-alignment {
        padding: 28px 25px;
    }

        .learn-alignment:before {
            display: none;
        }

        .learn-alignment .fa {
            font-size: 65px;
        }

        .learn-alignment .title {
            font-size: 17px;
            padding: 11px 20px 4px;
        }

        .learn-alignment p {
            margin-bottom: 4px;
        }

        .learn-alignment .dark-primary-link {
            margin-bottom: 9px;
        }

    .contact-box {
        padding: 23px 20px 30px;
    }

        .contact-box:before {
            display: none;
        }

        .contact-box .language-reagon-select {
            /*display: none;*/
        }

        .contact-box .fa {
            font-size: 65px;
        }

        .contact-box .title {
            font-size: 17px;
            padding: 12px 0 5px;
        }

        .contact-box .text {
            font-size: 15px;
            margin: 0 0 6px;
        }

        .contact-box .btn-default {
            font-size: 18px;
            padding: 1px 10px;
            margin: 0 0 8px;
        }

    .section-banner .img-holder {
        min-width: 920px;
    }

    .section-banner .btn-primary {
        font-size: 12px;
        padding: 3px;
        margin: 0 0 20px;
    }

    .section-banner h2 {
        font-size: 17px;
        margin: 0 0 12px;
    }

    .section-banner .text-holder {
        font-size: 15px;
    }

        .section-banner .text-holder .center-text {
            padding: 5px 0 18px;
        }

    .section-banner p {
        margin-bottom: 14px;
    }

    .featured-products > h2 {
        font-size: 17px;
        padding: 11px 18px 5px;
    }

    .featured-item {
        min-height: 0;
    }

        .featured-item .text-wrap {
            padding: 0 10px;
            padding: 0 20px 37px;
            letter-spacing: .06em;
        }

        .featured-item .img-holder {
            margin: 0 0 17px;
            padding-top: 15px;
        }

            .featured-item .img-holder img {
                max-width: 250px;
                height: auto;
            }

        .featured-item h3,
        .featured-item h2 {
            font-size: 17px;
            letter-spacing: .1em;
            margin: 0 0 4px;
        }

        .featured-item p {
            margin: 0 0 4px;
        }

        .featured-item .btn-wrap {
            left: 0;
            right: 0;
            top: 14px;
            text-align: center;
        }

        .featured-item .btn-primary {
            font-size: 12px;
            padding: 2px 10px;
        }

    .advantages-lasers {
        padding: 10px 0;
    }

        .advantages-lasers h2 {
            font-size: 17px;
            margin: 0 0 14px;
        }

            .advantages-lasers h2 br {
                display: none;
            }

        .advantages-lasers .icon-holder {
            font-size: 65px;
            margin: 0 0 16px;
        }

        .advantages-lasers h3 {
            font-size: 15px;
            margin: 0 0 9px;
        }

            .advantages-lasers h3 br {
                display: none;
            }

        .advantages-lasers p {
            margin-bottom: 17px;
        }

            .advantages-lasers p br {
                display: none;
            }

        .advantages-lasers .text-wrap {
            padding: 0 15px 17px;
        }

        .advantages-lasers .info-text {
            font-size: 15px;
            padding: 5px 10px 18px;
        }

    .section-banner-small .img-holder {
        min-width: 848px;
    }

    .section-banner-small h3 {
        font-size: 17px;
        margin: 0 0 4px;
    }

    .section-banner-small .text-holder {
        font-size: 15px;
        letter-spacing: .02em;
    }

        .section-banner-small .text-holder .center-text {
            padding: 0 0 5px;
        }

    .section-banner-small p {
        margin-bottom: 4px;
    }

    #slider .featured-item {
        width: 320px;
    }

    #footer {
        padding: 37px 0 0;
    }

        #footer .h3 {
            font-size: 17px;
            padding: 0 3px;
            margin-bottom: 0;
        }

        #footer .same-h {
            margin-bottom: 31px;
        }

            #footer .same-h p {
                padding-top: 9px;
                margin-bottom: 0;
            }

        #footer .footer-top {
            padding-bottom: 2px;
        }

    .contact-info-list {
        margin-bottom: 22px;
        padding-top: 10px;
    }

        .contact-info-list li {
            margin: 0 0 4px;
        }

        .contact-info-list a {
            padding: 0 2px;
        }

            .contact-info-list a .fa {
                margin-right: 17px;
            }

    .social-networks li {
        font-size: 22px;
    }

    .footer-nav ul {
        padding: 2px 3px;
        overflow: hidden;
    }

    .footer-nav li {
        margin: 0 0 6px;
        max-width: 190px;
    }

    .subscription-form .input-field {
        font-size: 15px;
        padding: 6px 12px;
    }

    .copy-text {
        float: none;
        font-size: 14px;
        display: block;
        max-width: none;
        text-align: center;
        margin: 0 0 10px;
    }

    .footer-link {
        float: none;
        text-align: center;
    }

        .footer-link li {
            float: none;
            display: inline-block;
            vertical-align: top;
            font-size: 13px;
            margin: 0 1px 3px;
        }

    .breadcrumb {
        display: none;
    }

    .rubrik-text.management {
        padding: 28px 0 26px;
    }

        .rubrik-text.management h1 {
            letter-spacing: .05em;
            margin: 0 0 16px;
        }

    .products-wrap .featured-item {
        padding-top: 27px;
        font-size: 15px;
        font-family: "brandon_grotesque_regularRg";
        min-height: 0;
        padding-bottom: 36px;
    }

        .products-wrap .featured-item .img-holder {
            min-height: 0;
            margin: 0 auto 15px;
        }

            .products-wrap .featured-item .img-holder img {
                width: 100%;
                height: auto;
            }

            .products-wrap .featured-item .img-holder.add {
                min-height: 0;
            }

            .products-wrap .featured-item .img-holder:before {
                display: none;
            }

            .products-wrap .featured-item .img-holder.add1 {
                max-width: 110px;
                margin-bottom: 21px;
            }

            .products-wrap .featured-item .img-holder.add2 {
                max-width: 100px;
                margin-bottom: 15px;
            }

            .products-wrap .featured-item .img-holder.add3 {
                max-width: 128px;
                margin-bottom: 15px;
            }

            .products-wrap .featured-item .img-holder.add4 {
                max-width: 100px;
            }

            .products-wrap .featured-item .img-holder.add5 {
                max-width: 180px;
            }

            .products-wrap .featured-item .img-holder.add6 {
                max-width: 120px;
            }

        .products-wrap .featured-item h2 {
            font-size: 17px;
        }

        .products-wrap .featured-item .text-wrap {
            padding: 0;
        }

        .products-wrap .featured-item p {
            margin: 0 0 5px;
        }

    .shaft-block .bg-image {
        min-width: 790px;
    }

    .shaft-block .img-holder {
        margin: 35px auto 0;
        float: none;
        width: 167px;
        height: 167px;
        overflow: hidden;
    }

        .shaft-block .img-holder.left {
            margin: 50px auto 0;
            float: none;
        }

        .shaft-block .img-holder img {
            max-width: 113px;
            height: auto;
        }

    .shaft-block .desc-text {
        padding: 0;
        font-size: 15px;
        margin: 25px 0 0;
    }

        .shaft-block .desc-text h2 {
            font-size: 20px;
            margin: 0 0 11px;
        }

        .shaft-block .desc-text p {
            margin: 0 0 13px;
        }

    .featured-products.caterogy .featured-item {
        min-height: 0;
    }

        .featured-products.caterogy .featured-item .img-holder {
            min-height: 0;
            margin: 15px 0;
        }

        .featured-products.caterogy .featured-item h2 {
            font-size: 17px;
        }

        .featured-products.caterogy .featured-item .text-wrap {
            padding: 0 5px 25px;
        }

    .btn-compare a {
        font-size: 20px;
        padding: 20px;
    }

    .breadcrumbs-holder {
        display: none;
    }

    .product-banner .img-holder {
        min-width: 764px;
    }

    .product-banner .text-box {
        font-size: 14px;
        padding: 15px 10px 10px;
        vertical-align: bottom;
        margin: 0 0 18px;
        border-radius: 11px;
    }

    .product-banner h1 {
        font-size: 23px;
        margin: 0 0 3px;
    }

    .product-detail-block {
        padding: 26px 0 0;
    }

        .product-detail-block .main-heading {
            margin: 0 0 13px;
            font-size: 21px;
            text-align: center;
        }

            .product-detail-block .main-heading span {
                font-size: 40px;
                line-height: 40px;
            }

        .product-detail-block .action-wrap {
            text-align: center;
            margin-bottom: 20px;
        }

        .product-detail-block .action-link {
            font-size: 28px;
        }

        .product-detail-block p {
            margin-bottom: 7px;
        }

        .product-detail-block .list-holder ul {
            float: none;
            width: auto;
            padding: 0 22px;
        }

            .product-detail-block .list-holder ul li {
                padding: 0 0 0 20px;
                margin: 0 0 6px;
            }

        .product-detail-block .text-wrap {
            padding: 0 0 33px;
        }

        .product-detail-block .tooltip-box {
            width: 280px;
            left: 50%;
            margin: 0 0 21px -160px;
            padding: 15px 10px;
            font-size: 13px;
        }

            .product-detail-block .tooltip-box:before {
                left: 50%;
                margin-left: 6px;
            }

    .tab-content .tab-opener {
        display: block;
        position: relative;
        padding: 13px 37px 11px;
        background: #ffd511;
        color: #000;
        letter-spacing: .1em;
        z-index: 1;
        font-family: "brandon_grotesquebold";
        text-transform: uppercase;
        margin: 0 -18px;
        border-bottom: 1px solid #000;
        outline: none;
    }

        .tab-content .tab-opener:before {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            position: absolute;
            top: 13px;
            left: 25px;
        }

        .tab-content .tab-opener:hover {
            color: #433d3d;
        }

    .tab-content .tab-active > .tab-opener:before {
        content: "\f107";
        left: 23px;
    }

    .tab-content > .tab-pane {
        display: block;
    }

    .product-tab {
        border-bottom-width: 1px;
        border-bottom-color: #000;
        display: none;
    }

        .product-tab > li {
            float: none;
            margin: 0;
            border-bottom: 1px solid #000;
        }

            .product-tab > li > a {
                padding: 13px 37px 11px;
                background: #ffd511;
            }

                .product-tab > li > a:before {
                    content: "\f105";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
                    position: absolute;
                    top: 12px;
                    left: 25px;
                }

                .product-tab > li > a:hover {
                    color: #433d3d;
                }

    .tab-content .info-list {
        padding: 37px 0 7px;
    }

        .tab-content .info-list li {
            padding: 0 0 0 22px;
        }

            .tab-content .info-list li:before {
                width: 3px;
                height: 3px;
                top: 7px;
                left: 4px;
            }

    .tab-content .logo-list {
        padding: 0 10px 24px 0;
    }

        .tab-content .logo-list a {
            margin: 0 26px;
        }

        .tab-content .logo-list .bluetooth img {
            width: 105px;
        }

        .tab-content .logo-list img {
            width: 60px;
            height: auto;
        }

    .tab-content .btn-compare {
        font-size: 13px;
        padding: 12px 15px;
        margin: 0 auto 30px;
    }

        .tab-content .btn-compare span {
            font-size: 16px;
        }

    .product-carolsel {
        padding: 11px 0 0;
        margin: 0 -11px 10px;
    }

        .product-carolsel .carousel {
            padding-bottom: 8px;
        }

        .product-carolsel .carousel-control {
            font-size: 50px;
        }

            .product-carolsel .carousel-control.left,
            .product-carolsel .carousel-control.right {
                margin-top: -25px;
                left: 11px;
            }

            .product-carolsel .carousel-control.right {
                left: auto;
                right: 11px;
            }

            .product-carolsel .carousel-control:hover {
                color: #000;
            }

        .product-carolsel .carousel-indicators {
            bottom: 0;
            margin-bottom: 0;
        }

            .product-carolsel .carousel-indicators li {
                width: 11px;
                height: 11px;
            }

                .product-carolsel .carousel-indicators li.active,
                .product-carolsel .carousel-indicators li:hover {
                    height: 11px;
                    width: 11px;
                }

    .product-desc-text h2 {
        font-size: 20px;
        margin: 0 0 14px;
    }

    .product-desc-text .medium-text {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .product-desc-text .left-text {
        float: none;
        width: auto;
    }

        .product-desc-text .left-text p {
            margin-bottom: 1px;
        }

    .product-desc-text h3 {
        font-size: 17px;
        margin: 0 0 4px;
    }

    .product-desc-text p {
        margin-bottom: 11px;
    }

    .product-desc-text .right-image {
        float: none;
        width: auto;
        margin: 0 auto;
        max-width: 208px;
        padding: 8px 15px 0 0;
    }

    .get-quote-block {
        padding: 12px 0;
    }

        .get-quote-block h2 {
            font-size: 17px;
        }

    .get-quote-form {
        padding-top: 15px;
    }

        .get-quote-form .feild-wrap {
            padding: 0;
        }

    .solutions-block .video-link {
        display: inline-block;
        margin-bottom: 10px;
    }

        .solutions-block .video-link .fa-play {
            font-size: 64px;
        }

        .solutions-block .video-link .text {
            font-size: 20px;
        }

    .contact-detail-box {
        max-height: none;
    }

        .contact-detail-box .map-wrap {
            float: left;
            height: auto;
            left: 50%;
            min-width: 495px;
            position: relative;
            width: 100%;
            overflow: visible;
        }

            .contact-detail-box .map-wrap img {
                float: left;
                left: -50%;
                position: relative;
                width: 100%;
                height: auto;
            }

        .contact-detail-box .detail-holder {
            padding: 22px;
        }

            .contact-detail-box .detail-holder:before {
                display: none;
            }

            .contact-detail-box .detail-holder .center-text {
                display: block;
            }

        .contact-detail-box .heading {
            text-align: center;
            margin: 0 0 6px;
        }

            .contact-detail-box .heading .title {
                font-size: 17px;
                float: none;
                max-width: none;
                padding: 0;
                display: block;
                margin: 0 0 8px;
            }

        .contact-detail-box .region-select {
            width: 100px;
            margin: 0 auto 0 0;
            float: none;
        }

            .contact-detail-box .region-select .jcf-select {
                width: 175px;
                display: block;
                height: 26px;
            }

                .contact-detail-box .region-select .jcf-select .jcf-select-text {
                    font-size: 13px;
                    line-height: 26px;
                    margin: 0 38px 0 14px;
                }

                .contact-detail-box .region-select .jcf-select .jcf-select-opener {
                    top: 4px;
                    height: 16px;
                    right: 22px;
                    font-size: 13px;
                }

                    .contact-detail-box .region-select .jcf-select .jcf-select-opener:after {
                        right: -7px;
                        top: 2px;
                    }

        .contact-detail-box .skf {
            float: none;
            display: block;
            margin: 0 auto;
            width: 61px;
        }

            .contact-detail-box .skf img {
                width: 100%;
                height: auto;
            }

        .contact-detail-box .address {
            text-align: center;
            padding: 11px 12px;
            margin: 0 0 5px;
        }

        .contact-detail-box .tel-holder {
            margin: 0;
        }

            .contact-detail-box .tel-holder > span {
                float: none;
                width: auto;
                display: block;
                max-width: 172px;
                margin: 0 auto;
                padding: 0;
            }

            .contact-detail-box .tel-holder .btn {
                font-size: 17px;
                padding: 5px 2px;
                margin: 0 0 2px;
            }

        .contact-detail-box .contact-list {
            text-align: center;
            margin: 0;
            padding: 10px 0 0;
        }

            .contact-detail-box .contact-list a {
                margin: 0;
                margin-bottom: 2px;
            }

                .contact-detail-box .contact-list a .fa {
                    position: static;
                    margin-right: 10px;
                    vertical-align: middle;
                }

        .contact-detail-box .bottom-link {
            display: none;
        }

    .expandability {
        padding: 34px 0 0;
        text-align: center;
    }

        .expandability .img-holder {
            float: none;
            margin: auto;
            max-width: 235px;
        }

        .expandability .text-wrap {
            padding: 28px 0 40px;
        }

        .expandability h2 {
            font-size: 19px;
            margin: 0 0 8px;
        }

        .expandability p {
            margin-bottom: 5px;
        }

    .featured-products.accessories .featured-item {
        min-height: 333px;
    }

        .featured-products.accessories .featured-item .img-holder {
            margin-bottom: 8px;
        }

        .featured-products.accessories .featured-item p br {
            display: none;
        }

        .featured-products.accessories .featured-item .text-wrap {
            padding: 0 0 31px;
        }

    .shaft-block.generators .bg-box {
        height: 31px;
    }

    .shaft-block.generators .img-holder.left {
        margin: 67px auto 0;
        height: 168px;
    }

        .shaft-block.generators .img-holder.left img {
            max-width: none;
        }

    .shaft-block.generators .desc-text {
        margin: 38px 0 0;
    }

    .puffar-block.product-detail .sercive-box .text-wrap {
        padding-top: 20px;
    }

    .puffar-block.product-detail .learn-alignment {
        padding-top: 20px;
    }

    .featured-products.alignment-systems h2 {
        font-size: 17px;
        padding: 16px 10px 12px;
    }

    .featured-products.alignment-systems .featured-item {
        min-height: 0;
    }

        .featured-products.alignment-systems .featured-item .img-holder {
            margin: 0 0 7px;
        }

        .featured-products.alignment-systems .featured-item .text-wrap {
            padding: 0 0 15px;
        }

    .tab-content-holder .feature-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }

        .tab-content-holder .feature-heading span:after {
            display: none;
        }

    .features-tab .feature-heading {
        text-align: center;
    }

    .features-tab .medium-text {
        margin-bottom: 15px;
        font-size: 16px;
        text-align: center;
    }

    .feature-row {
        margin-bottom: 10px;
    }

        .feature-row .img-holder {
            float: none;
            margin: 0 auto 20px;
        }

        .feature-row .detail-text-box {
            padding: 0;
            text-align: center;
        }

            .feature-row .detail-text-box h3 {
                font-size: 17px;
            }

                .feature-row .detail-text-box h3 .ico {
                    font-size: 30px;
                    margin-right: 8px;
                }

    .document-data .feature-heading {
        font-size: 16px;
        text-align: center;
    }

        .document-data .feature-heading span:after {
            display: none;
        }

    .document-data .data-article {
        text-align: center;
    }

        .document-data .data-article .right-image {
            float: none;
            max-width: 210px;
            margin: 0 auto 15px;
            display: block;
        }

            .document-data .data-article .right-image.add,
            .document-data .data-article .right-image.add2 {
                margin: 0 auto 15px;
            }

        .document-data .data-article h3 {
            font-size: 15px;
        }

        .document-data .data-article.add {
            padding: 0;
        }

        .document-data .data-article .text {
            font-size: 15px;
        }

    .system-parts-tab .medium-text {
        font-size: 16px;
    }

    .system-parts-tab h3 {
        font-size: 15px;
    }

    .system-parts-tab p {
        margin-bottom: 12px;
    }

    .display-unit-row {
        padding-top: 0;
    }

        .display-unit-row .img-holder {
            max-height: none;
            max-width: 180px;
        }

            .display-unit-row .img-holder:before {
                display: none;
            }

        .display-unit-row .unit-list {
            margin-bottom: 25px;
        }

        .display-unit-row.measuring {
            padding-top: 10px;
        }

            .display-unit-row.measuring h2 {
                margin-bottom: 15px;
            }

            .display-unit-row.measuring p {
                margin-bottom: 10px;
            }

    .unit-list li {
        padding: 0 0 0 25px;
        margin: 0 0 10px;
    }

        .unit-list li:before {
            width: 16px;
            height: 16px;
            font-size: 10px;
            line-height: 16px;
            top: 0;
        }

    .system-contains-block {
        padding: 10px 0 0;
    }

        .system-contains-block .feature-heading {
            margin-bottom: 10px;
        }

        .system-contains-block ul {
            padding-top: 5px;
        }

    .product-carolsel.small {
        margin: 0 -25px 10px;
    }

        .product-carolsel.small .carousel-control.left,
        .product-carolsel.small .carousel-control.right {
            margin-top: -27px;
            left: 15px;
        }

        .product-carolsel.small .carousel-control.right {
            left: auto;
            right: 15px;
        }

    .technical-data-tab .medium-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .technical-data-tab h3 {
        margin-bottom: 12px;
    }

    .technical-data-tab .detail-info-list {
        margin-bottom: 10px;
    }

        .technical-data-tab .detail-info-list dt {
            float: none;
            width: auto;
        }

        .technical-data-tab .detail-info-list dd {
            padding: 0 0 8px;
        }

        .technical-data-tab .detail-info-list.big-font {
            font-size: 16px;
        }

    .product-banner.news {
        margin: 0 0 22px;
    }

        .product-banner.news .img-holder {
            min-width: 576px;
        }

    .product-banner.blogg {
        margin: 0 0 22px;
    }

        .product-banner.blogg .img-holder {
            min-width: 576px;
        }

    #sidebar {
        display: none;
    }

    .news-detail-text {
        padding: 0 2px;
        margin: 0 0 50px;
    }

        .news-detail-text .time {
            font-size: 13px;
            margin: 0;
        }

        .news-detail-text h1 {
            font-size: 20px;
            margin: 0 0 13px;
        }

        .news-detail-text .medium-text {
            margin-bottom: 20px;
        }

        .news-detail-text p {
            margin: 0 0 25px;
        }

        .news-detail-text .info-list li {
            padding-left: 20px;
            margin: 0 0 5px;
        }

        .news-detail-text .left-text {
            float: none;
            width: auto;
        }

            .news-detail-text .left-text p {
                margin-bottom: 19px;
            }

        .news-detail-text .right-image {
            float: none;
            width: 251px;
            margin: -13px 0 13px;
            padding: 0 0 0 6px;
        }

        .news-detail-text h2 {
            font-size: 17px;
            margin: 0 0 9px;
        }

        .news-detail-text .tag-holder {
            padding: 10px 0 0;
        }

            .news-detail-text .tag-holder .tag-title {
                font-size: 15px;
            }

        .news-detail-text .tag-list li {
            font-size: 15px;
        }

    .contact-box .icon-wrap {
        width: 90px;
        height: 90px;
        margin: 0 auto 10px;
    }

        .contact-box .icon-wrap .fa-phone {
            line-height: 97px;
        }

    .product-banner.reseller .text-box {
        margin-bottom: 11px;
        padding-bottom: 10px;
    }

    .reseller-detail h1 {
        font-size: 20px;
        margin: 0 0 14px;
    }

    .reseller-detail .person-info {
        padding: 10px 0 0;
        margin-bottom: 10px;
    }

        .reseller-detail .person-info .table-cell {
            display: block;
        }

        .reseller-detail .person-info .img-holder {
            margin-bottom: 15px;
        }

        .reseller-detail .person-info .text {
            padding: 0;
        }

    .side-contact-box .map {
        margin-bottom: 15px;
    }

    .side-contact-box h2 {
        font-size: 17px;
    }

    .reseller-contact-block h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .reseller-contact-block .right-form-holder .contact-form .label-wrap {
        width: auto;
    }

    .reseller-contact-block .right-form-holder .contact-form .input-wrap {
        width: auto;
    }

    .course-block h3 {
        font-size: 15px;
    }

    .course-block .detail-info-list dt {
        float: none;
        width: auto;
    }

    .course-block .detail-info-list dd {
        padding: 0 0 5px;
    }

    .contact-form p {
        margin-bottom: 15px;
    }

    .contact-form .label-wrap {
        float: none;
        display: block;
        width: auto;
        margin-bottom: 5px;
        padding: 0;
    }

    .contact-form .input-wrap, .quotePage .contact-form .input-wrap {
        float: none;
        width: auto;
    }

    .quotePage .contact-form .input-wrap {
        width: auto !important;
    }

    .contact-form .btn-holder {
        padding: 0 0 10px;
    }

    .contact-form .check-wrap label {
        font-size: 13px;
        margin: 5px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    #nav .navbar-collapse {
        max-height: 410px;
    }
}

@media screen and (max-height: 380px) {
    #nav .navbar-collapse {
        max-height: 259px;
    }
}

.service-and-repair-form .link,
.news-detail .link {
    display: inline-block;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 0;
    color: #e9c000;
    text-decoration: none;
    font: inherit;
}

    .service-and-repair-form .link:hover,
    .service-and-repair-form .link:active,
    .service-and-repair-form .link:focus {
        color: #e9c000;
        text-decoration: none;
    }

    .news-detail .link:hover,
    .news-detail .link:active,
    .news-detail .link:focus {
        color: #000 !important;
        text-decoration: none;
    }
