﻿                                                                @import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);
                                                            *,
                                                            *:after,
                                                            *:before {
                                                                -webkit-box-sizing: border-box;
                                                                -moz-box-sizing: border-box;
                                                                box-sizing: border-box
                                                            }
                                                            
                                                            html,
                                                            body,
                                                            div,
                                                            span,
                                                            applet,
                                                            object,
                                                            iframe,
                                                            h1,
                                                            h2,
                                                            h3,
                                                            h4,
                                                            h5,
                                                            h6,
                                                            p,
                                                            blockquote,
                                                            pre,
                                                            a,
                                                            acronym,
                                                            address,
                                                            big,
                                                            cite,
                                                            code,
                                                            del,
                                                            dfn,
                                                            em,
                                                            font,
                                                            img,
                                                            ins,
                                                            kbd,
                                                            q,
                                                            s,
                                                            samp,
                                                            strike,
                                                            strong,
                                                            tt,
                                                            var,
                                                            b,
                                                            u,
                                                            i,
                                                            center,
                                                            dl,
                                                            dt,
                                                            dd,
                                                            ol,
                                                            ul,
                                                            li,
                                                            fieldset,
                                                            form,
                                                            label,
                                                            legend {
                                                                margin: 0;
                                                                padding: 0;
                                                                border: 0;
                                                                outline: 0;
                                                                font-size: 100%;
                                                                vertical-align: baseline;
                                                                background: transparent
                                                            }
                                                            
                                                            article,
                                                            aside,
                                                            canvas,
                                                            figure,
                                                            figure img,
                                                            figcaption,
                                                            hgroup,
                                                            footer,
                                                            header,
                                                            nav,
                                                            section,
                                                            audio,
                                                            video {
                                                                display: block
                                                            }
                                                            
                                                            html {
                                                                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                                                                tap-highlight-color: rgba(0, 0, 0, 0);
                                                                -webkit-font-smoothing: antialiased;
                                                                -moz-osx-font-smoothing: grayscale;
                                                                -webkit-text-size-adjust: none;
                                                                height: 100%
                                                            }
                                                            
                                                             :focus {
                                                                outline: 0;
                                                                outline: none !important
                                                            }
                                                            
                                                             :link:focus,
                                                             :visited:focus {
                                                                outline: 0;
                                                                outline: none !important
                                                            }
                                                            
                                                            input[type="submit"]::-moz-focus-inner,
                                                            input[type="button"]::-moz-focus-inner {
                                                                border: 0
                                                            }
                                                            
                                                            input[type="submit"]:focus,
                                                            input[type="button"]:focus {
                                                                outline: none
                                                            }
                                                            
                                                            input {
                                                                border-radius: 0;
                                                                -webkit-appearance: none
                                                            }
                                                            
                                                             ::selection {
                                                                background: #3156A3;
                                                                color: #FFF
                                                            }
                                                            
                                                             ::-moz-selection {
                                                                background: #3156A3;
                                                                color: #FFF
                                                            }
                                                            
                                                            .to-delete {
                                                                padding: 60px 0;
                                                                font-size: 13px;
                                                                font-style: italic;
                                                                font-weight: 700;
                                                                text-align: center
                                                            }
                                                            
                                                            img {
                                                                max-width: 100%;
                                                                border: none;
                                                                outline: 0;
                                                                -ms-interpolation-mode: bicubic;
                                                                display: block;
                                                                height: auto
                                                            }
                                                            
                                                            img.left {
                                                                float: left;
                                                                margin-right: 30px
                                                            }
                                                            
                                                            img.right {
                                                                float: right;
                                                                margin-left: 30px
                                                            }
                                                            
                                                            img.application {
                                                                float: left;
                                                                margin-right: 30px;
                                                                height: auto;
                                                                width: 150px
                                                            }
                                                            
                                                            #preloader {
                                                                position: fixed;
                                                                top: 0;
                                                                left: 0;
                                                                right: 0;
                                                                bottom: 0;
                                                                background-color: #FFF;
                                                                z-index: 9999
                                                            }
                                                            
                                                            #status {
                                                                width: 200px;
                                                                height: 200px;
                                                                position: absolute;
                                                                left: 50%;
                                                                top: 50%;
                                                                background-image: url("/wp-content/themes/machine-solutions/images/loading.gif");
                                                                background-repeat: no-repeat;
                                                                background-position: center;
                                                                margin: -100px 0 0 -100px
                                                            }
                                                            
                                                            #toTop {
                                                                position: fixed;
                                                                bottom: 20px;
                                                                right: 20px;
                                                                cursor: pointer;
                                                                display: none;
                                                                z-index: 99;
                                                                text-align: center;
                                                                color: #FFF;
                                                                background: #83B348;
                                                                height: 42px;
                                                                width: 42px;
                                                                font-size: 20px;
                                                                line-height: 42px;
                                                                padding-top: 2px;
                                                                border-radius: 42px
                                                            }
                                                            
                                                            #toTop:hover {
                                                                background: #20396E
                                                            }
                                                            
                                                            body {
                                                                background: #E7E5E8;
                                                                color: #666;
                                                                font: 400 16px/26px 'Hind', sans-serif;
                                                                -webkit-font-smoothing: antialiased;
                                                                -webkit-text-size-adjust: 100%;
                                                                -webkit-transition: opacity 1s ease;
                                                                overflow-x: hidden
                                                            }
                                                            
                                                            body.overflow-hidden {
                                                                overflow: hidden
                                                            }
                                                            
                                                            h1,
                                                            h2 {
                                                                font-size: 24px;
                                                                font-weight: 700;
                                                                color: #3156A3;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            h1.underline,
                                                            h2.underline {
                                                                text-align: center;
                                                                margin-bottom: 40px
                                                            }
                                                            
                                                            h1.underline>span+span,
                                                            h2.underline>span+span {
                                                                height: 2px;
                                                                width: 20px;
                                                                display: block;
                                                                margin-top: 4px;
                                                                margin-left: auto;
                                                                margin-right: auto;
                                                                background-color: #D2D0D3
                                                            }
                                                            
                                                            h3 {
                                                                font-size: 18px;
                                                                font-weight: 700;
                                                                text-transform: uppercase;
                                                                margin-bottom: 15px;
                                                                color: #444
                                                            }
                                                            
                                                            h4 {
                                                                font-size: 18px;
                                                                font-weight: 300;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            h5 {
                                                                font-size: 20px;
                                                                text-transform: uppercase;
                                                                font-weight: 700;
                                                                color: #444;
                                                                text-align: center
                                                            }
                                                            
                                                            h6 {
                                                                font-size: 17px;
                                                                font-weight: 600;
                                                                text-align: center;
                                                                color: #444;
                                                                line-height: 28px;
                                                                padding: 20px 0;
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            h6 span {
                                                                margin-top: -5px;
                                                                font-size: 15px;
                                                                font-weight: 400;
                                                                display: block;
                                                                text-transform: none
                                                            }
                                                            
                                                            h6.index {
                                                                font-size: 16px;
                                                                font-weight: 600;
                                                                text-align: center;
                                                                color: #444;
                                                                line-height: 28px;
                                                                padding: 10px 80px;
                                                                text-transform: none
                                                            }
                                                            
                                                            p {
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            p:last-child {
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            ul.bullets {
                                                                list-style: square inside;
                                                                margin: 0;
                                                                padding: 0 0 10px
                                                            }
                                                            
                                                            ul.bullets li {
                                                                margin-bottom: 6px
                                                            }
                                                            
                                                            .wrapper>header {
                                                                padding: 0 20px;
                                                                position: fixed;
                                                                z-index: 999;
                                                                height: 204px;
                                                                background: #FFF;
                                                                width: 1320px;
                                                                top: 0;
                                                                left: 0;
                                                                right: 0;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .logo {
                                                                display: inline-block;
                                                                float: left;
                                                                margin: 20px 0;
                                                                padding-right: 20px
                                                            }
                                                            
                                                            .logo img {
                                                                height: 100px;
                                                                width: auto
                                                            }
                                                            
                                                            .wrapper {
                                                                margin: 0 auto;
                                                                max-width: 1320px;
                                                                background: #FFF;
                                                                overflow: hidden;
                                                                padding: 0 20px 20px;
                                                                -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1);
                                                                box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1)
                                                            }
                                                            
                                                            .row {
                                                                padding: 60px 0
                                                            }
                                                            
                                                            section {
                                                                padding: 40px 0;
                                                                overflow: hidden
                                                            }
                                                            
                                                            section.noTopPad {
                                                                padding-top: 0
                                                            }
                                                            
                                                            section.noBottomPad {
                                                                padding-bottom: 0
                                                            }
                                                            
                                                            section.counters {
                                                                padding: 20px 0 10px
                                                            }
                                                            
                                                            section.last {
                                                                padding-bottom: 0
                                                            }
                                                            
                                                            section:after {
                                                                content: "";
                                                                display: table;
                                                                clear: both
                                                            }
                                                            
                                                            .ms-row:after {
                                                                content: "";
                                                                display: table;
                                                                clear: both
                                                            }
                                                            
                                                            .ms-row.pad {
                                                                padding-bottom: 30px
                                                            }
                                                            
                                                            .third {
                                                                float: left;
                                                                width: 32%;
                                                                margin-right: 2%
                                                            }
                                                            
                                                            .third:last-child {
                                                                margin-right: 0
                                                            }
                                                            
                                                            .fourth {
                                                                float: left;
                                                                width: 24%;
                                                                margin-right: 1.33%
                                                            }
                                                            
                                                            .fourth:last-child {
                                                                margin-right: 0
                                                            }
                                                            
                                                            .half {
                                                                float: left;
                                                                width: 49%;
                                                                margin-right: 2%
                                                            }
                                                            
                                                            .half:last-child {
                                                                margin-right: 0
                                                            }
                                                            
                                                            .content-left {
                                                                float: left;
                                                                width: 45%
                                                            }
                                                            
                                                            .content-right {
                                                                float: right;
                                                                width: 45%
                                                            }
                                                            
                                                            .spec-form {
                                                                background: #E7E5E8;
                                                                padding: 40px
                                                            }
                                                            
                                                            .fixed-container {
                                                                margin-top: 220px
                                                            }
                                                            
                                                            .cta {
                                                                padding: 40px 20px;
                                                                border-top: 1px solid #E7E5E8;
                                                                border-bottom: 1px solid #E7E5E8;
                                                                text-align: center;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            #service {
                                                                padding-top: 204px !important;
                                                                margin-top: -150px
                                                            }
                                                            
                                                            .parent {
                                                                display: table;
                                                                width: 100%;
                                                                height: auto
                                                            }
                                                            
                                                            .child {
                                                                display: table-cell;
                                                                vertical-align: middle;
                                                                text-align: center;
                                                                width: 50%
                                                            }
                                                            
                                                            .child p {
                                                                color: #FFF;
                                                                padding-left: 5%;
                                                                padding-right: 5%;
                                                                margin-bottom: 20px;
                                                                font-size: 16px;
                                                                line-height: 28px
                                                            }
                                                            
                                                            .child h3 {
                                                                color: #FFF;
                                                                font-size: 22px;
                                                                padding: 5% 5% 0;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .child img {
                                                                height: auto;
                                                                width: 100%
                                                            }
                                                            
                                                            a {
                                                                text-decoration: none;
                                                                color: #3156A3;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                outline: none
                                                            }
                                                            
                                                            a:hover {
                                                                color: #83B348
                                                            }
                                                            
                                                            a.outline {
                                                                text-transform: uppercase;
                                                                color: #FFF;
                                                                display: inline-block;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                cursor: pointer;
                                                                text-align: center;
                                                                background: rgba(255, 255, 255, 0.1);
                                                                height: 43px;
                                                                padding: 1px 30px 0;
                                                                margin: 2px 2px 4px;
                                                                border: 1px solid rgba(255, 255, 255, 0.5);
                                                                font-size: 12px;
                                                                line-height: 42px;
                                                                font-weight: 700;
                                                                letter-spacing: 2px;
                                                                width: 240px
                                                            }
                                                            
                                                            a.outline:hover {
                                                                color: #FFF;
                                                                background: #83B348;
                                                                border: 1px solid #83B348
                                                            }
                                                            
                                                            a.button {
                                                                text-transform: uppercase;
                                                                color: #FFF;
                                                                display: inline-block;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                cursor: pointer;
                                                                text-align: center;
                                                                background: #83B348;
                                                                height: 43px;
                                                                padding: 1px 40px 0;
                                                                font-size: 13px;
                                                                line-height: 44px;
                                                                font-weight: 700;
                                                                letter-spacing: 2px
                                                            }
                                                            
                                                            a.button:hover {
                                                                color: #FFF;
                                                                background: #3156A3
                                                            }
                                                            
                                                            a.button-blue {
                                                                text-transform: uppercase;
                                                                color: #FFF;
                                                                display: inline-block;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                cursor: pointer;
                                                                text-align: center;
                                                                background: #3156A3;
                                                                height: 43px;
                                                                padding: 1px 40px 0;
                                                                font-size: 13px;
                                                                line-height: 44px;
                                                                font-weight: 700;
                                                                letter-spacing: 2px
                                                            }
                                                            
                                                            a.button-blue:hover {
                                                                color: #FFF;
                                                                background: #83B348
                                                            }
                                                            
                                                            .search {
                                                                float: right;
                                                                margin-top: 60px;
                                                                width: 280px
                                                            }
                                                            
                                                            .search input {
                                                                width: 240px;
                                                                height: 40px;
                                                                padding: 10px 15px;
                                                                float: left;
                                                                border: 1px solid #E7E5E8;
                                                                background: #FFF;
                                                                font-size: 12px;
                                                                font-weight: 400
                                                            }
                                                            
                                                            .search button {
                                                                overflow: visible;
                                                                position: relative;
                                                                float: right;
                                                                padding: 0;
                                                                cursor: pointer;
                                                                height: 40px;
                                                                width: 40px;
                                                                color: #666;
                                                                background: #FFF;
                                                                font-size: 14px;
                                                                line-height: 40px;
                                                                border-top: 1px solid #E7E5E8;
                                                                border-right: 1px solid #E7E5E8;
                                                                border-bottom: 1px solid #E7E5E8;
                                                                border-left: 0px solid #E7E5E8
                                                            }
                                                            
                                                            .search button:hover {
                                                                background: #E7E5E8
                                                            }
                                                            
                                                            .bold {
                                                                font-weight: 700
                                                            }
                                                            
                                                            .center {
                                                                text-align: center
                                                            }
                                                            
                                                            .dark-blue {
                                                                background: #ffffff;
                                                                color: #FFF;
																height:180px;
																border: 1px solid #3156a3;
                                                            }
                                                            
                                                            .blue {
                                                                background: #3156A3;
                                                                color: #FFF
                                                            }
                                                            
                                                            .green {
                                                                background: #83B348;
                                                                color: #FFF
                                                            }
                                                            
                                                            .gray {
                                                                background: #E7E5E8
                                                            }
                                                            
                                                            .tooltip {
                                                                display: inline;
                                                                position: relative
                                                            }
                                                            
                                                            .tooltip:hover:after {
                                                                background: rgba(0, 0, 0, 0.7);
                                                                bottom: 38px;
                                                                color: #FFF;
                                                                content: attr(title);
                                                                left: -80px;
                                                                padding: 2px 8px;
                                                                position: absolute;
                                                                z-index: 98;
                                                                width: 180px;
                                                                white-space: nowrap;
                                                                font-size: 13px;
                                                                font-weight: 600
                                                            }
                                                            
                                                            .tooltip:hover:before {
                                                                border: solid;
                                                                border-color: #333 transparent;
                                                                border-width: 6px 6px 0 6px;
                                                                bottom: 32px;
                                                                content: "";
                                                                left: 30%;
                                                                position: absolute;
                                                                z-index: 99
                                                            }
                                                            
                                                            #hero {
                                                                position: relative;
                                                                height: 500px;
                                                                z-index: 1
                                                            }
                                                            
                                                            #hero #hero-background {
                                                                height: 100%;
                                                                width: 100%;
                                                                background-position: 50% 50%;
                                                                background-repeat: no-repeat;
                                                                -webkit-background-size: cover;
                                                                -moz-background-size: cover;
                                                                -o-background-size: cover;
                                                                background-size: cover
                                                            }
                                                            
                                                            #hero #hero-tagline {
                                                                position: absolute;
                                                                width: 90%;
                                                                left: 50%;
                                                                top: 50%;
                                                                bottom: auto;
                                                                right: auto;
                                                                -webkit-transform: translateX(-50%) translateY(-50%);
                                                                -moz-transform: translateX(-50%) translateY(-50%);
                                                                -ms-transform: translateX(-50%) translateY(-50%);
                                                                -o-transform: translateX(-50%) translateY(-50%);
                                                                transform: translateX(-50%) translateY(-50%)
                                                            }
                                                            
                                                            #hero h2 {
                                                                color: #FFF;
                                                                margin-bottom: 30px;
                                                                font-size: 24px;
                                                                line-height: 26px;
                                                                text-align: center;
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            #hero p {
                                                                color: #FFF;
                                                                font-size: 18px;
                                                                font-weight: 600;
                                                                margin-bottom: 30px;
                                                                text-align: center
                                                            }
                                                            
                                                            #hero #hero-tag-address {
                                                                position: absolute;
                                                                width: 98%;
                                                                left: 50%;
                                                                top: 98%;
                                                                bottom: auto;
                                                                right: auto;
                                                                -webkit-transform: translateX(-50%) translateY(-98%);
                                                                -moz-transform: translateX(-50%) translateY(-98%);
                                                                -ms-transform: translateX(-50%) translateY(-98%);
                                                                -o-transform: translateX(-50%) translateY(-98%);
                                                                transform: translateX(-50%) translateY(-98%)
                                                            }
                                                            
                                                            ul.hero-address {
                                                                font-weight: 600;
                                                                padding-bottom: 20px;
                                                                display: inline-block
                                                            }
                                                            
                                                            ul.hero-address li {
                                                                display: inline;
                                                                color: #FFF;
                                                                padding: 0 3px;
                                                                font-size: 15px
                                                            }
                                                            
                                                            ul.hero-address li span {
                                                                font-size: 72px;
                                                                position: relative;
                                                                top: 26px;
                                                                padding: 0 !important
                                                            }
                                                            
                                                            .left {
                                                                float: left
                                                            }
                                                            
                                                            .right {
                                                                float: right
                                                            }
                                                            
                                                            .video-container {
                                                                position: relative;
                                                                padding-bottom: 56.25% !important;
                                                                padding-top: 30px !important;
                                                                height: 0;
                                                                overflow: hidden
                                                            }
                                                            
                                                            .video-container iframe,
                                                            .video-container object,
                                                            .video-container embed {
                                                                position: absolute;
                                                                top: 0;
                                                                left: 0;
                                                                width: 100%;
                                                                height: 100%
                                                            }
                                                            
                                                            .menu {
                                                                background: transparent;
                                                                width: 100%;
                                                                padding: 0;
                                                                position: relative;
                                                                float: left;
                                                                list-style-type: none;
                                                                margin-top: 0;
                                                                z-index: 99;
                                                                height: 64px;
                                                                border-top: 1px solid #E7E5E8;
                                                                border-bottom: 1px solid #E7E5E8
                                                            }
                                                            
                                                            .menu li {
                                                                display: inline-block;
                                                                margin: 0;
                                                                padding: 0;
                                                                float: left;
                                                                position: relative;
                                                                line-height: 64px
                                                            }
                                                            
                                                            .menu li.right {
                                                                display: inline-block;
                                                                margin: 0;
                                                                padding: 0;
                                                                float: right;
                                                                position: relative
                                                            }
                                                            
                                                            .menu li a {
                                                                color: #444;
                                                                text-decoration: none;
                                                                display: inline-block;
                                                                -o-transition: color .3s linear, background .3s linear;
                                                                -webkit-transition: color .3s linear, background .3s linear;
                                                                -moz-transition: color .3s linear, background .3s linear;
                                                                transition: color .3s linear, background .3s linear;
                                                                font-size: 14px;
                                                                text-transform: uppercase;
                                                                font-weight: 600;
                                                                padding: 0 20px
                                                            }
                                                            
                                                            .menu li:hover>a,
                                                            .menu li.active>a {
                                                                color: #3156A3
                                                            }
                                                            
                                                            .menu ul {
                                                                list-style-type: none;
                                                                margin: 0;
                                                                padding: 0;
                                                                display: none;
                                                                position: absolute;
                                                                top: 62px;
                                                                left: 0;
                                                                z-index: 999;
                                                                width: 270px;
                                                                background: #FFF;
                                                                -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1);
                                                                box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1)
                                                            }
                                                            
                                                            .menu li.right ul li a {
                                                                font-size: 52px;
                                                                text-align: center;
                                                                padding: 18px 32px;
                                                                background: #3156A3;
                                                                color: #FFF;
                                                                line-height: 0
                                                            }
                                                            
                                                            .menu li.right ul li a:hover {
                                                                background: #20396E;
                                                                color: #FFF
                                                            }
                                                            
                                                            .menu ul li {
                                                                clear: both;
                                                                width: 100%;
                                                                line-height: normal
                                                            }
                                                            
                                                            .menu ul li a {
                                                                width: 100%;
                                                                padding: 12px 22px;
                                                                display: inline-block;
                                                                float: left;
                                                                clear: both;
                                                                font-size: 14px;
                                                                color: #444;
                                                                text-transform: none
                                                            }
                                                            
                                                            .menu ul li:hover>a,
                                                            .menu ul li.active>a {
                                                                color: #3156A3
                                                            }
                                                            
                                                            .menu>li.showhide {
                                                                display: none;
                                                                width: 50px;
                                                                height: 50px;
                                                                cursor: pointer;
                                                                float: right;
                                                                background: transparent
                                                            }
                                                            
                                                            .menu>li.showhide span.icon {
                                                                float: right;
                                                                margin-top: 38px;
                                                                margin-right: 20px
                                                            }
                                                            
                                                            .menu>li.showhide .icon em {
                                                                margin-bottom: 5px;
                                                                display: block;
                                                                width: 22px;
                                                                height: 2px;
                                                                background: #20396E
                                                            }
                                                            
                                                            .zoom {
                                                                -webkit-animation: zoom .3s ease both;
                                                                -moz-animation: zoom .3s ease both;
                                                                -o-animation: zoom .3s ease both;
                                                                animation: zoom .3s ease both
                                                            }
                                                            
                                                            @-webkit-keyframes zoom {
                                                                0% {
                                                                    -webkit-transform: scale(0.6)
                                                                }
                                                                100% {
                                                                    -webkit-transform: scale(1)
                                                                }
                                                            }
                                                            
                                                            @-moz-keyframes zoom {
                                                                0% {
                                                                    -moz-transform: scale(0.6)
                                                                }
                                                                100% {
                                                                    -moz-transform: scale(1)
                                                                }
                                                            }
                                                            
                                                            @-o-keyframes zoom {
                                                                0% {
                                                                    -o-transform: scale(0.6)
                                                                }
                                                                100% {
                                                                    -o-transform: scale(1)
                                                                }
                                                            }
                                                            
                                                            @keyframes zoom {
                                                                0% {
                                                                    transform: scale(0.6)
                                                                }
                                                                100% {
                                                                    transform: scale(1)
                                                                }
                                                            }
                                                            
                                                            .menu li.search,
                                                            .menu li.search form {
                                                                display: none
                                                            }
                                                            
                                                            .zoomImage {
                                                                width: 100%;
                                                                height: auto;
                                                                padding: 0;
                                                                margin: 0;
                                                                position: relative;
                                                                box-sizing: border-box;
                                                                cursor: pointer;
                                                                -webkit-transition: all .4s ease-in-out;
                                                                -moz-transition: all .4s ease-in-out;
                                                                -o-transition: all .4s ease-in-out;
                                                                -ms-transition: all .4s ease-in-out;
                                                                transition: all .4s ease-in-out;
                                                                overflow: hidden
                                                            }
                                                            
                                                            .zoomImage .zoom-img {
                                                                display: block;
                                                                width: 100%;
                                                                height: auto !important;
                                                                padding: 0;
                                                                margin: 0;
                                                                position: relative;
                                                                -webkit-transition: all .4s ease-in-out;
                                                                -moz-transition: all .4s ease-in-out;
                                                                -o-transition: all .4s ease-in-out;
                                                                -ms-transition: all .4s ease-in-out;
                                                                transition: all .4s ease-in-out;
                                                                overflow: hidden
                                                            }
                                                            
                                                            .zoomImage:hover .zoom-img {
                                                                -webkit-transform: scale(1.3);
                                                                -moz-transform: scale(1.3);
                                                                -o-transform: scale(1.3);
                                                                -ms-transform: scale(1.3);
                                                                transform: scale(1.3)
                                                            }
                                                            
                                                            .zoomImage .zoom-caption {
                                                                color: #FFF;
                                                                padding: 0;
                                                                margin: 0;
                                                                -moz-backface-visibility: hidden;
                                                                -webkit-backface-visibility: hidden;
                                                                backface-visibility: hidden;
                                                                -webkit-transition: all .4s ease-in-out;
                                                                -moz-transition: all .4s ease-in-out;
                                                                -o-transition: all .4s ease-in-out;
                                                                -ms-transition: all .4s ease-in-out;
                                                                transition: all .4s ease-in-out;
                                                                overflow: hidden
                                                            }
                                                            
                                                            .zoomImage .zoom-caption,
                                                            .zoomImage .zoom-caption>a {
                                                                position: absolute;
                                                                top: 0;
                                                                left: 0;
                                                                width: 100%;
                                                                height: 100%;
                                                                padding: 0;
                                                                margin: 0;
                                                                -webkit-transition: all .4s ease-in-out;
                                                                -moz-transition: all .4s ease-in-out;
                                                                -o-transition: all .4s ease-in-out;
                                                                -ms-transition: all .4s ease-in-out;
                                                                transition: all .4s ease-in-out;
                                                                overflow: hidden
                                                            }
                                                            
                                                            .zoomImage .zoom-caption-h .icon {
                                                                background: rgba(130, 180, 64, 0.8);
                                                                text-align: center;
                                                                position: absolute;
                                                                top: 45%;
                                                                left: 0;
                                                                right: 0;
                                                                margin: 0 auto;
                                                                -webkit-transition: all .5s ease-in-out;
                                                                -moz-transition: all .5s ease-in-out;
                                                                -o-transition: all .5s ease-in-out;
                                                                -ms-transition: all .5s ease-in-out;
                                                                transition: all .5s ease-in-out;
                                                                font-size: 24px;
                                                                font-weight: 300;
                                                                color: #FFF;
                                                                opacity: 0;
                                                                width: 48px;
                                                                height: 48px;
                                                                line-height: 52px;
                                                                border-radius: 100%
                                                            }
                                                            
                                                            .zoomImage:hover .zoom-caption-h .icon {
                                                                opacity: 1
                                                            }
                                                            
                                                            .progress-bar {
                                                                position: relative;
                                                                opacity: 0;
                                                                transition-property: opacity;
                                                                transition-duration: 1s;
                                                                -moz-transition-property: opacity;
                                                                -moz-transition-duration: 1s;
                                                                -webkit-transition-property: opacity;
                                                                -webkit-transition-duration: 1s;
                                                                -o-transition-property: opacity;
                                                                -o-transition-duration: 1s;
                                                                -ms-transition-property: opacity;
                                                                -ms-transition-duration: 1s;
                                                                -ms-transition-timing-function: ease-out-quart;
                                                                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                                                                -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                                                                -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                                                                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
                                                            }
                                                            
                                                            .progress-bar div.progress-bars-item {
                                                                width: 0%;
                                                                height: 50px
                                                            }
                                                            
                                                            .progress-bar div.progress-bars-item--text {
                                                                line-height: 1.1
                                                            }
                                                            
                                                            .progress-bar.started {
                                                                opacity: 1
                                                            }
                                                            
                                                            .accordionButton {
                                                                color: #444;
                                                                width: 100%;
                                                                background: #E7E5E8;
                                                                cursor: pointer;
                                                                margin-bottom: 10px;
                                                                overflow: hidden
                                                            }
                                                            
                                                            .accordionButton .post-title {
                                                                float: left;
                                                                padding: 1px 20px 0;
                                                                line-height: 60px;
                                                                font-size: 16px;
                                                                font-weight: 400;
                                                                text-transform: uppercase;
                                                                height: 59px;
                                                                letter-spacing: 2px
                                                            }
                                                            
                                                            .accordionButton .month {
                                                                float: left;
                                                                display: block;
                                                                text-align: center;
                                                                padding: 2px 20px 0;
                                                                text-transform: uppercase;
                                                                letter-spacing: 3px;
                                                                font-size: 12px;
                                                                color: #FFF;
                                                                background: #3156A3;
                                                                height: 58px;
                                                                min-width: 130px;
                                                                border-right: 1px solid #20396E
                                                            }
                                                            
                                                            .accordionButton .month .year {
                                                                display: block;
                                                                font-size: 24px;
                                                                letter-spacing: normal;
                                                                line-height: normal;
                                                                margin-top: -8px
                                                            }
                                                            
                                                            .accordionContent {
                                                                max-width: 100%;
                                                                padding: 20px 10px;
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .accordionContent h2 {
                                                                font-size: 20px;
                                                                text-transform: none;
                                                                color: #444;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .accordionContent .date {
                                                                display: block;
                                                                font-size: 12px;
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .accordionContent .date .category {
                                                                float: right
                                                            }
                                                            
                                                            .over,
                                                            .on {
                                                                background: #3156A3;
                                                                color: #fff !important;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in
                                                            }
                                                            
                                                            footer {
                                                                color: #FFF;
                                                                background: #3156A3;
                                                                font-size: 14px;
                                                                overflow: hidden
                                                            }
                                                            
                                                            footer ul.company {
                                                                text-align: center;
                                                                padding: 20px 0
                                                            }
                                                            
                                                            footer ul.company li,
                                                            footer ul.company li a {
                                                                margin: 0;
                                                                display: block;
                                                                color: #FFF
                                                            }
                                                            
                                                            footer ul.company li span {
                                                                color: #FFF;
                                                                font-size: 72px
                                                            }
                                                            
                                                            footer ul.links {
                                                                padding-top: 96px
                                                            }
                                                            
                                                            footer ul.links li {
                                                                display: inline-block;
                                                                margin: 0 3px
                                                            }
                                                            
                                                            footer ul.links li a {
                                                                color: #FFF
                                                            }
                                                            
                                                            footer ul.links li a:hover {
                                                                color: #FFF;
                                                                text-decoration: underline
                                                            }
                                                            
                                                            footer ul.social {
                                                                padding-top: 90px
                                                            }
                                                            
                                                            footer ul.social li {
                                                                display: inline-block;
                                                                margin: 0 3px
                                                            }
                                                            
                                                            footer ul.social li a {
                                                                color: #FFF;
                                                                display: block;
                                                                line-height: 32px;
                                                                text-align: center;
                                                                vertical-align: middle;
                                                                height: 31px;
                                                                width: 32px;
                                                                border: 1px solid rgba(255, 255, 255, 0.5);
                                                                font-size: 16px;
                                                                padding-top: 1px
                                                            }
                                                            
                                                            footer ul.social li a:hover {
                                                                color: #3156A3;
                                                                background: #FFF
                                                            }
                                                            
                                                            footer ul.links-3col {
                                                                padding-top: 96px
                                                            }
                                                            
                                                            footer ul.links-3col li {
                                                                display: inline-block;
                                                                margin: 0 3px
                                                            }
                                                            
                                                            footer ul.links-3col li a {
                                                                color: #FFF
                                                            }
                                                            
                                                            footer ul.links-3col li a:hover {
                                                                color: #FFF;
                                                                text-decoration: underline
                                                            }
                                                            
                                                            footer ul.social-3col {
                                                                padding-top: 8px
                                                            }
                                                            
                                                            footer ul.social-3col li {
                                                                display: inline-block;
                                                                margin: 0 3px
                                                            }
                                                            
                                                            footer ul.social-3col li a {
                                                                color: #FFF;
                                                                display: block;
                                                                line-height: 32px;
                                                                text-align: center;
                                                                vertical-align: middle;
                                                                height: 31px;
                                                                width: 32px;
                                                                background: rgba(255, 255, 255, 0.1);
                                                                border: 1px solid rgba(255, 255, 255, 0.5);
                                                                font-size: 16px;
                                                                padding-top: 1px
                                                            }
                                                            
                                                            footer ul.social-3col li a:hover {
                                                                color: #3156A3;
                                                                background: #FFF
                                                            }
                                                            
                                                            .copyright {
                                                                font-size: 12px;
                                                                text-align: center;
                                                                padding-top: 20px
                                                            }
                                                            
                                                            .form {
                                                                display: block;
                                                                padding-bottom: 20px
                                                            }
                                                            
                                                            .form-row {
                                                                display: block
                                                            }
                                                            
                                                            .form-row:after {
                                                                content: "";
                                                                display: table;
                                                                clear: both
                                                            }
                                                            
                                                            .form fieldset {
                                                                border: none;
                                                                margin: 0;
                                                                padding: 0
                                                            }
                                                            
                                                            .form input,
                                                            .form textarea,
                                                            .form select {
                                                                margin: 0 0 30px 0;
                                                                width: 98%;
                                                                padding: 16px 12px 10px;
                                                                font: 300 16px 'Hind', sans-serif;
                                                                -webkit-appearance: none;
                                                                color: #666;
                                                                border: 1px solid #DDD;
                                                                border-radius: 0;
                                                                background: #fff;
                                                            }
                                                            
                                                            .form input.submit {
                                                                margin: 0;
                                                                cursor: pointer;
                                                                color: #FFF;
                                                                background: #83B348;
                                                                text-transform: uppercase;
                                                                letter-spacing: 2px;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                padding: 14px 0;
                                                                -webkit-appearance: none;
                                                                border: 1px solid #83B348;
                                                                font: 700 12px/120% 'Hind', sans-serif;
                                                                text-align: center
                                                            }
                                                            
                                                            .form input.submit:hover {
                                                                color: #FFF;
                                                                background: #3156A3;
                                                                background: -webkit-linear-gradient(top, #3156A3 0%, #3156A3 100%);
                                                                -webkit-appearance: none;
                                                                border: 1px solid #3156A3
                                                            }
                                                            
                                                            .form input.submit-blue {
                                                                margin: 0;
                                                                cursor: pointer;
                                                                color: #FFF;
                                                                background: #3156A3;
                                                                text-transform: uppercase;
                                                                letter-spacing: 2px;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                padding: 14px 0;
                                                                -webkit-appearance: none;
                                                                border: 1px solid #3156A3;
                                                                font: 700 12px/120% 'Hind', sans-serif;
                                                                text-align: center
                                                            }
                                                            
                                                            .form input.submit-blue:hover {
                                                                color: #FFF;
                                                                background: #83B348;
                                                                background: -webkit-linear-gradient(top, #83B348 0%, #83B348 100%);
                                                                -webkit-appearance: none;
                                                                border: 1px solid #83B348
                                                            }
                                                            
                                                            input::-webkit-input-placeholder,
                                                            textarea::-webkit-input-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif
                                                            }
                                                            
                                                            input:focus::-webkit-input-placeholder,
                                                            textarea:focus::-webkit-input-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif
                                                            }
                                                            
                                                            input:-moz-placeholder,
                                                            textarea:-moz-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif
                                                            }
                                                            
                                                            input:focus:-moz-placeholder,
                                                            textarea:focus:-moz-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif
                                                            }
                                                            
                                                            input::-moz-placeholder,
                                                            textarea::-moz-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif;
                                                                opacity: 1
                                                            }
                                                            
                                                            input:focus::-moz-placeholder,
                                                            textarea:focus::-moz-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif;
                                                                opacity: 1
                                                            }
                                                            
                                                            input:-ms-input-placeholder,
                                                            textarea:-ms-input-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif
                                                            }
                                                            
                                                            input:focus:-ms-input-placeholder,
                                                            textarea:focus:-ms-input-placeholder {
                                                                color: #888;
                                                                font: italic 13px Arial, Helvetica, sans-serif
                                                            }
                                                            
                                                            @media only screen and (max-width: 1199px) {
                                                                .menu li a {
                                                                    padding: 0 10px;
                                                                    font-size: 14px
                                                                }
                                                                .wrapper>header {
                                                                    max-width: 1199px
                                                                }
                                                            }
                                                            
                                                            @media only screen and (max-width: 1023px) {
                                                                h1 {
                                                                    font-size: 22px
                                                                }
                                                                h2 {
                                                                    font-size: 18px
                                                                }
                                                                h3 {
                                                                    font-size: 16px
                                                                }
                                                                h4 {
                                                                    font-size: 16px
                                                                }
                                                                h5 {
                                                                    font-size: 18px
                                                                }
                                                                .wrapper>header {
                                                                    border: 1px solid #EEE;
                                                                    height: auto;
                                                                    width: 100%;
                                                                    position: absolute
                                                                }
                                                                .logo {
                                                                    display: inline-block;
                                                                    float: left;
                                                                    margin: 20px 0;
                                                                    padding-right: 10px
                                                                }
                                                                .logo img {
                                                                    height: 60px;
                                                                    width: auto
                                                                }
                                                                .wrapper {
                                                                    max-width: 100%;
                                                                    width: 100%;
                                                                    padding-left: 0;
                                                                    padding-right: 0
                                                                }
                                                                .fixed-container {
                                                                    margin-top: 100px
                                                                }
                                                                section.content {
                                                                    padding-right: 20px;
                                                                    padding-left: 20px
                                                                }
                                                                .fourth {
                                                                    float: left;
                                                                    width: 49%;
                                                                    margin-right: 2%
                                                                }
                                                                .fourth:nth-child(even) {
                                                                    margin-right: 0
                                                                }
                                                                .half {
                                                                    float: none;
                                                                    width: 100%
                                                                }
                                                                .content-left {
                                                                    float: none;
                                                                    width: 100%;
                                                                    margin-bottom: 40px
                                                                }
                                                                .content-right {
                                                                    float: none;
                                                                    width: 100%
                                                                }
                                                                .content-right-form {
                                                                    float: none;
                                                                    width: 100%
                                                                }
                                                                .child {
                                                                    display: block;
                                                                    width: 100%
                                                                }
                                                                .text {
                                                                    padding-top: 5%;
                                                                    padding-bottom: 5%
                                                                }
                                                                #hero h2 {
                                                                    font-size: 22px
                                                                }
                                                                #hero h3 {
                                                                    font-size: 20px
                                                                }
                                                                ul.hero-address {
                                                                    font-weight: 600;
                                                                    padding-bottom: 30px;
                                                                    display: inline-block
                                                                }
                                                                ul.hero-address li {
                                                                    display: block;
                                                                    color: #FFF;
                                                                    text-align: center
                                                                }
                                                                ul.hero-address li span {
                                                                    font-size: 64px;
                                                                    position: relative;
                                                                    top: 0;
                                                                    margin-bottom: 10px
                                                                }
                                                                .parallax h2 {
                                                                    font-size: 22px
                                                                }
                                                                .menu-wrapper.scrollable {
                                                                    overflow-y: auto;
                                                                    -webkit-overflow-scrolling: touch
                                                                }
                                                                .menu {
                                                                    margin: 0;
                                                                    float: none;
                                                                    display: block;
                                                                    border: none
                                                                }
                                                                .menu li {
                                                                    display: block;
                                                                    width: 100%;
                                                                    background: #3156A3;
                                                                    line-height: normal
                                                                }
                                                                .menu li.right {
                                                                    float: left;
                                                                    display: block;
                                                                    width: 100%
                                                                }
                                                                .menu li.right ul li a {
                                                                    background: #3156A3;
                                                                    color: #FFF
                                                                }
                                                                .menu>li>a {
                                                                    color: #FFF;
                                                                    padding: 16px 70px 16px 18px;
                                                                    text-align: left;
                                                                    border-top: solid 1px rgba(255, 255, 255, 0.05);
                                                                    width: 100%
                                                                }
                                                                .menu li:hover>a,
                                                                .menu li.active>a {
                                                                    background: #3156A3;
                                                                    color: #FFF
                                                                }
                                                                .menu a {
                                                                    width: 100%
                                                                }
                                                                .menu ul {
                                                                    width: 100%;
                                                                    left: 0;
                                                                    padding: 0 20px;
                                                                    position: static;
                                                                    background: #3156A3
                                                                }
                                                                .menu ul li a,
                                                                .menu ul li a:hover {
                                                                    color: #FFF
                                                                }
                                                                .menu>li.showhide {
                                                                    display: block
                                                                }
                                                                .search {
                                                                    float: none
                                                                }
                                                                .hidden {
                                                                    display: none
                                                                }
                                                                .menu li.search {
                                                                    padding-top: 20px;
                                                                    border-bottom: none;
                                                                    padding-bottom: 20px;
                                                                    display: block
                                                                }
                                                                .menu li.search form {
                                                                    display: block;
                                                                    margin: 0 auto
                                                                }
                                                                footer {
                                                                    font-size: 13px
                                                                }
                                                                footer ul.links {
                                                                    padding-top: 30px;
                                                                    padding-bottom: 30px
                                                                }
                                                                footer ul.social {
                                                                    padding-top: 20px;
                                                                    padding-bottom: 20px
                                                                }
                                                            }
                                                            
                                                            @media (max-width: 767px) {
                                                                img.left {
                                                                    float: none;
                                                                    margin-right: 0;
                                                                    margin-bottom: 10px
                                                                }
                                                                img.right {
                                                                    float: none;
                                                                    margin-left: 0;
                                                                    margin-bottom: 10px
                                                                }
                                                                img.application {
                                                                    float: none;
                                                                    margin-right: 0;
                                                                    margin-bottom: 10px;
                                                                    height: auto;
                                                                    width: 100%
                                                                }
                                                                body {
                                                                    font-size: 14px;
                                                                    line-height: 24px
                                                                }
                                                                h6.index {
                                                                    padding: 20px;
                                                                    text-transform: none
                                                                }
                                                                a.outline,
                                                                a.button {
                                                                    display: block;
                                                                    width: 90%;
                                                                    margin-left: 5%;
                                                                    margin-right: 5%
                                                                }
                                                                .wrapper {
                                                                    padding: 0 0 20px
                                                                }
                                                                .fourth,
                                                                .third {
                                                                    float: none;
                                                                    width: 100%
                                                                }
                                                                ul.breadcrumbs {
                                                                    display: none
                                                                }
                                                                .accordionButton .post-title {
                                                                    float: none;
                                                                    text-align: center
                                                                }
                                                                .accordionButton .month {
                                                                    float: none;
                                                                    min-width: 100%;
                                                                    border-right: none
                                                                }
                                                                footer ul.links {
                                                                    padding-top: 10px;
                                                                    padding-bottom: 10px
                                                                }
                                                                footer ul.social {
                                                                    padding-top: 0;
                                                                    padding-bottom: 20px
                                                                }
                                                                footer ul.links-3col {
                                                                    padding-top: 10px;
                                                                    padding-bottom: 10px
                                                                }
                                                                footer ul.social-3col {
                                                                    padding-top: 0;
                                                                    padding-bottom: 20px
                                                                }
                                                            }
                                                            
                                                            @font-face {
                                                                font-family: 'msi';
                                                                src: url("../fonts/msi.ttf") format("truetype"), url("../fonts/msi.woff") format("woff"), url("css/fonts/msi.svg?643mky#msi") format("svg");
                                                                font-weight: normal;
                                                                font-style: normal
                                                            }
                                                            
                                                            [class^="icon-"],
                                                            [class*=" icon-"] {
                                                                font-family: 'msi' !important;
                                                                speak: none;
                                                                font-style: normal;
                                                                font-weight: normal;
                                                                font-variant: normal;
                                                                text-transform: none;
                                                                line-height: 1;
                                                                -webkit-font-smoothing: antialiased;
                                                                -moz-osx-font-smoothing: grayscale
                                                            }
                                                            
                                                            .icon-twitter:before {
                                                                content: "\f099"
                                                            }
                                                            
                                                            .icon-facebook:before {
                                                                content: "\f09a"
                                                            }
                                                            
                                                            .icon-facebook-f:before {
                                                                content: "\f09a"
                                                            }
                                                            
                                                            .icon-google-plus:before {
                                                                content: "\f0d5"
                                                            }
                                                            
                                                            .icon-linkedin:before {
                                                                content: "\f0e1"
                                                            }
                                                            
                                                            .icon-angle-left:before {
                                                                content: "\f104"
                                                            }
                                                            
                                                            .icon-angle-right:before {
                                                                content: "\f105"
                                                            }
                                                            
                                                            .icon-angle-up:before {
                                                                content: "\f106"
                                                            }
                                                            
                                                            .icon-angle-down:before {
                                                                content: "\f107"
                                                            }
                                                            
                                                            .icon-youtube:before {
                                                                content: "\f167"
                                                            }
                                                            
                                                            .icon-youtube-play:before {
                                                                content: "\f16a"
                                                            }
                                                            
                                                            .icon-file-pdf-o:before {
                                                                content: "\f1c1"
                                                            }
                                                            
                                                            .icon-address:before {
                                                                content: "\e900"
                                                            }
                                                            
                                                            .icon-machine-solutions:before {
                                                                content: "\e901"
                                                            }
                                                            
                                                            .icon-msi:before {
                                                                content: "\e902"
                                                            }
                                                            
                                                            .icon-phone:before {
                                                                content: "\e903"
                                                            }
                                                            
                                                            .icon-plastic-weld:before {
                                                                content: "\e904"
                                                            }
                                                            
                                                            .icon-search:before {
                                                                content: "\e905"
                                                            }
                                                            
                                                            .icon-sebra:before {
                                                                content: "\e906"
                                                            }
                                                            
                                                            .icon-steeger:before {
                                                                content: "\e907"
                                                            }
                                                            
                                                            .icon-vante-biopharm:before {
                                                                content: "\e908"
                                                            }
                                                            
                                                            .icon-vante:before {
                                                                content: "\e909"
                                                            }
                                                            
                                                            .owl-carousel .owl-wrapper:after {
                                                                content: ".";
                                                                display: block;
                                                                clear: both;
                                                                visibility: hidden;
                                                                line-height: 0;
                                                                height: 0
                                                            }
                                                            
                                                            .owl-carousel {
                                                                display: none;
                                                                position: relative;
                                                                width: 100%;
                                                                -ms-touch-action: pan-y
                                                            }
                                                            
                                                            .author {
                                                                color: #444;
                                                                diplay: block;
                                                                text-transform: uppercase;
                                                                padding: 20px 0 0;
                                                                letter-spacing: 2px;
                                                                text-align: center;
                                                                font-size: 13px;
                                                                font-weight: 700
                                                            }
                                                            
                                                            .owl-carousel .owl-wrapper {
                                                                display: none;
                                                                position: relative;
                                                                -webkit-transform: translate3d(0px, 0px, 0px)
                                                            }
                                                            
                                                            .owl-carousel .owl-wrapper-outer {
                                                                overflow: hidden;
                                                                position: relative;
                                                                width: 100%
                                                            }
                                                            
                                                            .owl-carousel .owl-wrapper-outer.autoHeight {
                                                                -webkit-transition: height 500ms ease-in-out;
                                                                -moz-transition: height 500ms ease-in-out;
                                                                -ms-transition: height 500ms ease-in-out;
                                                                -o-transition: height 500ms ease-in-out;
                                                                transition: height 500ms ease-in-out
                                                            }
                                                            
                                                            .owl-carousel .owl-item {
                                                                float: left
                                                            }
                                                            
                                                            .owl-carousel .item {
                                                                margin: 5px
                                                            }
                                                            
                                                            .owl-controls .owl-page,
                                                            .owl-controls .owl-buttons div {
                                                                cursor: pointer
                                                            }
                                                            
                                                            .owl-controls {
                                                                -webkit-user-select: none;
                                                                -khtml-user-select: none;
                                                                -moz-user-select: none;
                                                                -ms-user-select: none;
                                                                user-select: none;
                                                                -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
                                                            }
                                                            
                                                            .grabbing {
                                                                cursor: url(../images/grabbing.png) 8 8, move
                                                            }
                                                            
                                                            .owl-carousel .owl-wrapper,
                                                            .owl-carousel .owl-item {
                                                                -webkit-backface-visibility: hidden;
                                                                -moz-backface-visibility: hidden;
                                                                -ms-backface-visibility: hidden;
                                                                -webkit-transform: translate3d(0, 0, 0);
                                                                -moz-transform: translate3d(0, 0, 0);
                                                                -ms-transform: translate3d(0, 0, 0)
                                                            }
                                                            
                                                            .owl-theme .owl-controls {
                                                                margin-top: 10px;
                                                                text-align: center
                                                            }
                                                            
                                                            .owl-theme .owl-controls .owl-buttons div {
                                                                color: #FFF;
                                                                display: inline-block;
                                                                zoom: 1;
                                                                margin: 5px;
                                                                font-size: 26px;
                                                                line-height: 24px;
                                                                border: 1px solid #FFF;
                                                                position: relative;
                                                                text-align: center;
                                                                width: 30px;
                                                                padding-bottom: 5px;
                                                                margin-top: 10px
                                                            }
                                                            
                                                            .owl-theme .owl-controls.clickable .owl-buttons div:hover {
                                                                color: #FFF;
                                                                background: #F97C00;
                                                                border: 1px solid #F97C00
                                                            }
                                                            
                                                            .owl-theme .owl-controls .owl-page {
                                                                display: inline-block
                                                            }
                                                            
                                                            .owl-theme .owl-controls .owl-page span {
                                                                display: block;
                                                                width: 14px;
                                                                height: 14px;
                                                                margin: 3px 3px 30px;
                                                                background: transparent;
                                                                border: 1px solid #DDD
                                                            }
                                                            
                                                            .owl-theme .owl-controls .owl-page.active span,
                                                            .owl-theme .owl-controls.clickable .owl-page:hover span {
                                                                background: #3156A3;
                                                                border: 1px solid #3156A3
                                                            }
                                                            
                                                            .owl-origin {
                                                                -webkit-perspective: 1200px;
                                                                -webkit-perspective-origin-x: 50%;
                                                                -webkit-perspective-origin-y: 50%;
                                                                -moz-perspective: 1200px;
                                                                -moz-perspective-origin-x: 50%;
                                                                -moz-perspective-origin-y: 50%;
                                                                perspective: 1200px
                                                            }
                                                            
                                                            .owl-fade-out {
                                                                z-index: 10;
                                                                -webkit-animation: fadeOut .7s both ease;
                                                                -moz-animation: fadeOut .7s both ease;
                                                                animation: fadeOut .7s both ease
                                                            }
                                                            
                                                            .owl-fade-in {
                                                                -webkit-animation: fadeIn .7s both ease;
                                                                -moz-animation: fadeIn .7s both ease;
                                                                animation: fadeIn .7s both ease
                                                            }
                                                            
                                                            @-webkit-keyframes empty {
                                                                0% {
                                                                    opacity: 1
                                                                }
                                                            }
                                                            
                                                            @-moz-keyframes empty {
                                                                0% {
                                                                    opacity: 1
                                                                }
                                                            }
                                                            
                                                            @keyframes empty {
                                                                0% {
                                                                    opacity: 1
                                                                }
                                                            }
                                                            
                                                            @-webkit-keyframes fadeIn {
                                                                0% {
                                                                    opacity: 0
                                                                }
                                                                100% {
                                                                    opacity: 1
                                                                }
                                                            }
                                                            
                                                            @-moz-keyframes fadeIn {
                                                                0% {
                                                                    opacity: 0
                                                                }
                                                                100% {
                                                                    opacity: 1
                                                                }
                                                            }
                                                            
                                                            @keyframes fadeIn {
                                                                0% {
                                                                    opacity: 0
                                                                }
                                                                100% {
                                                                    opacity: 1
                                                                }
                                                            }
                                                            
                                                            @-webkit-keyframes fadeOut {
                                                                0% {
                                                                    opacity: 1
                                                                }
                                                                100% {
                                                                    opacity: 0
                                                                }
                                                            }
                                                            
                                                            @-moz-keyframes fadeOut {
                                                                0% {
                                                                    opacity: 1
                                                                }
                                                                100% {
                                                                    opacity: 0
                                                                }
                                                            }
                                                            
                                                            @keyframes fadeOut {
                                                                0% {
                                                                    opacity: 1
                                                                }
                                                                100% {
                                                                    opacity: 0
                                                                }
                                                            }
                                                            
                                                            .member-bio {
                                                                position: fixed;
                                                                top: 0;
                                                                right: 0;
                                                                width: 270px;
                                                                height: 100%;
                                                                overflow-y: auto;
                                                                -webkit-overflow-scrolling: touch;
                                                                background: #3156A3;
                                                                z-index: 1;
                                                                -webkit-transform: translateX(270px);
                                                                -moz-transform: translateX(270px);
                                                                -ms-transform: translateX(270px);
                                                                -o-transform: translateX(270px);
                                                                transform: translateX(270px);
                                                                -webkit-transition-property: -webkit-transform;
                                                                -moz-transition-property: -moz-transform;
                                                                transition-property: transform;
                                                                -webkit-transition-duration: 0.3s;
                                                                -moz-transition-duration: 0.3s;
                                                                transition-duration: 0.3s;
                                                                z-index: 9999
                                                            }
                                                            
                                                            .member-bio.slide-in {
                                                                -webkit-transform: translateX(0);
                                                                -moz-transform: translateX(0);
                                                                -ms-transform: translateX(0);
                                                                -o-transform: translateX(0);
                                                                transform: translateX(0)
                                                            }
                                                            
                                                            .member-bio-pict {
                                                                margin-top: 50px
                                                            }
                                                            
                                                            .member-bio-pict img {
                                                                width: 100%;
                                                                display: block
                                                            }
                                                            
                                                            .member-bio .bio-content {
                                                                padding: 30px;
                                                                color: #FFF
                                                            }
                                                            
                                                            .member-bio .bio-content h3 {
                                                                color: #FFF;
                                                                text-transform: uppercase;
                                                                font-size: 20px
                                                            }
                                                            
                                                            .member-bio .bio-content h3 span {
                                                                color: #FFF;
                                                                text-transform: none;
                                                                font-size: 16px;
                                                                display: block;
                                                                font-weight: 400
                                                            }
                                                            
                                                            .member-bio .bio-content p {
                                                                margin: 20px 0
                                                            }
                                                            
                                                            @media only screen and (min-width: 768px) {
                                                                .member-bio {
                                                                    width: 600px;
                                                                    -webkit-transform: translateX(600px);
                                                                    -moz-transform: translateX(600px);
                                                                    -ms-transform: translateX(600px);
                                                                    -o-transform: translateX(600px);
                                                                    transform: translateX(600px)
                                                                }
                                                            }
                                                            
                                                            .member-bio-close {
                                                                width: 32px;
                                                                height: 32px;
                                                                overflow: hidden;
                                                                position: fixed;
                                                                top: 10px;
                                                                right: 20px;
                                                                background: url("../images/slidein-close.png") no-repeat center center;
                                                                text-indent: 100%;
                                                                white-space: nowrap;
                                                                z-index: 3;
                                                                display: none;
                                                                z-index: 10000
                                                            }
                                                            
                                                            .member-bio-close.is-visible {
                                                                display: block;
                                                                -webkit-animation: move-in 0.8s;
                                                                -moz-animation: move-in 0.8s;
                                                                animation: move-in 0.8s
                                                            }
                                                            
                                                            @-webkit-keyframes move-in {
                                                                0% {
                                                                    -webkit-transform: translateX(100px)
                                                                }
                                                                100% {
                                                                    -webkit-transform: translateX(0)
                                                                }
                                                            }
                                                            
                                                            @-moz-keyframes move-in {
                                                                0% {
                                                                    -moz-transform: translateX(100px)
                                                                }
                                                                100% {
                                                                    -moz-transform: translateX(0)
                                                                }
                                                            }
                                                            
                                                            @keyframes move-in {
                                                                0% {
                                                                    -webkit-transform: translateX(100px);
                                                                    -moz-transform: translateX(100px);
                                                                    -ms-transform: translateX(100px);
                                                                    -o-transform: translateX(100px);
                                                                    transform: translateX(100px)
                                                                }
                                                                100% {
                                                                    -webkit-transform: translateX(0);
                                                                    -moz-transform: translateX(0);
                                                                    -ms-transform: translateX(0);
                                                                    -o-transform: translateX(0);
                                                                    transform: translateX(0)
                                                                }
                                                            }
                                                            /*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
                                                            
                                                            @font-face {
                                                                font-family: 'FontAwesome';
                                                                src: url("css/fonts/fontawesome-webfont.eot?v=4.6.1");
                                                                src: url("css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("css/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("css/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("css/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
                                                                font-weight: normal;
                                                                font-style: normal
                                                            }
                                                            
                                                            .fa {
                                                                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
                                                            }
                                                            
                                                            .fa-lg {
                                                                font-size: 1.33333333em;
                                                                line-height: 0.75em;
                                                                vertical-align: -15%
                                                            }
                                                            
                                                            .fa-2x {
                                                                font-size: 2em
                                                            }
                                                            
                                                            .fa-3x {
                                                                font-size: 3em
                                                            }
                                                            
                                                            .fa-4x {
                                                                font-size: 4em
                                                            }
                                                            
                                                            .fa-5x {
                                                                font-size: 5em
                                                            }
                                                            
                                                            .fa-fw {
                                                                width: 1.28571429em;
                                                                text-align: center
                                                            }
                                                            
                                                            .fa-ul {
                                                                padding-left: 0;
                                                                margin-left: 2.14285714em;
                                                                list-style-type: none
                                                            }
                                                            
                                                            .fa-ul>li {
                                                                position: relative
                                                            }
                                                            
                                                            .fa-li {
                                                                position: absolute;
                                                                left: -2.14285714em;
                                                                width: 2.14285714em;
                                                                top: 0.14285714em;
                                                                text-align: center
                                                            }
                                                            
                                                            .fa-li.fa-lg {
                                                                left: -1.85714286em
                                                            }
                                                            
                                                            .fa-border {
                                                                padding: .2em .25em .15em;
                                                                border: solid 0.08em #eee;
                                                                border-radius: .1em
                                                            }
                                                            
                                                            .fa-pull-left {
                                                                float: left
                                                            }
                                                            
                                                            .fa-pull-right {
                                                                float: right
                                                            }
                                                            
                                                            .fa.fa-pull-left {
                                                                margin-right: .3em
                                                            }
                                                            
                                                            .fa.fa-pull-right {
                                                                margin-left: .3em
                                                            }
                                                            
                                                            .pull-right {
                                                                float: right
                                                            }
                                                            
                                                            .pull-left {
                                                                float: left
                                                            }
                                                            
                                                            .fa.pull-left {
                                                                margin-right: .3em
                                                            }
                                                            
                                                            .fa.pull-right {
                                                                margin-left: .3em
                                                            }
                                                            
                                                            .fa-spin {
                                                                -webkit-animation: fa-spin 2s infinite linear;
                                                                animation: fa-spin 2s infinite linear
                                                            }
                                                            
                                                            .fa-pulse {
                                                                -webkit-animation: fa-spin 1s infinite steps(8);
                                                                animation: fa-spin 1s infinite steps(8)
                                                            }
                                                            
                                                            @-webkit-keyframes fa-spin {
                                                                0% {
                                                                    -webkit-transform: rotate(0deg);
                                                                    transform: rotate(0deg)
                                                                }
                                                                100% {
                                                                    -webkit-transform: rotate(359deg);
                                                                    transform: rotate(359deg)
                                                                }
                                                            }
                                                            
                                                            @keyframes fa-spin {
                                                                0% {
                                                                    -webkit-transform: rotate(0deg);
                                                                    transform: rotate(0deg)
                                                                }
                                                                100% {
                                                                    -webkit-transform: rotate(359deg);
                                                                    transform: rotate(359deg)
                                                                }
                                                            }
                                                            
                                                            .fa-rotate-90 {
                                                                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
                                                                -webkit-transform: rotate(90deg);
                                                                -ms-transform: rotate(90deg);
                                                                transform: rotate(90deg)
                                                            }
                                                            
                                                            .fa-rotate-180 {
                                                                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
                                                                -webkit-transform: rotate(180deg);
                                                                -ms-transform: rotate(180deg);
                                                                transform: rotate(180deg)
                                                            }
                                                            
                                                            .fa-rotate-270 {
                                                                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
                                                                -webkit-transform: rotate(270deg);
                                                                -ms-transform: rotate(270deg);
                                                                transform: rotate(270deg)
                                                            }
                                                            
                                                            .fa-flip-horizontal {
                                                                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
                                                                -webkit-transform: scale(-1, 1);
                                                                -ms-transform: scale(-1, 1);
                                                                transform: scale(-1, 1)
                                                            }
                                                            
                                                            .fa-flip-vertical {
                                                                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
                                                                -webkit-transform: scale(1, -1);
                                                                -ms-transform: scale(1, -1);
                                                                transform: scale(1, -1)
                                                            }
                                                            
                                                             :root .fa-rotate-90,
                                                             :root .fa-rotate-180,
                                                             :root .fa-rotate-270,
                                                             :root .fa-flip-horizontal,
                                                             :root .fa-flip-vertical {
                                                                filter: none
                                                            }
                                                            
                                                            .fa-stack {
                                                                position: relative;
                                                                display: inline-block;
                                                                width: 2em;
                                                                height: 2em;
                                                                line-height: 2em;
                                                                vertical-align: middle
                                                            }
                                                            
                                                            .fa-stack-1x,
                                                            .fa-stack-2x {
                                                                position: absolute;
                                                                left: 0;
                                                                width: 100%;
                                                                text-align: center
                                                            }
                                                            
                                                            .fa-stack-1x {
                                                                line-height: inherit
                                                            }
                                                            
                                                            .fa-stack-2x {
                                                                font-size: 2em
                                                            }
                                                            
                                                            .fa-inverse {
                                                                color: #fff
                                                            }
                                                            
                                                            .fa-glass:before {
                                                                content: "\f000"
                                                            }
                                                            
                                                            .fa-music:before {
                                                                content: "\f001"
                                                            }
                                                            
                                                            .fa-search:before {
                                                                content: "\f002"
                                                            }
                                                            
                                                            .fa-envelope-o:before {
                                                                content: "\f003"
                                                            }
                                                            
                                                            .fa-heart:before {
                                                                content: "\f004"
                                                            }
                                                            
                                                            .fa-star:before {
                                                                content: "\f005"
                                                            }
                                                            
                                                            .fa-star-o:before {
                                                                content: "\f006"
                                                            }
                                                            
                                                            .fa-user:before {
                                                                content: "\f007"
                                                            }
                                                            
                                                            .fa-film:before {
                                                                content: "\f008"
                                                            }
                                                            
                                                            .fa-th-large:before {
                                                                content: "\f009"
                                                            }
                                                            
                                                            .fa-th:before {
                                                                content: "\f00a"
                                                            }
                                                            
                                                            .fa-th-list:before {
                                                                content: "\f00b"
                                                            }
                                                            
                                                            .fa-check:before {
                                                                content: "\f00c"
                                                            }
                                                            
                                                            .fa-remove:before,
                                                            .fa-close:before,
                                                            .fa-times:before {
                                                                content: "\f00d"
                                                            }
                                                            
                                                            .fa-search-plus:before {
                                                                content: "\f00e"
                                                            }
                                                            
                                                            .fa-search-minus:before {
                                                                content: "\f010"
                                                            }
                                                            
                                                            .fa-power-off:before {
                                                                content: "\f011"
                                                            }
                                                            
                                                            .fa-signal:before {
                                                                content: "\f012"
                                                            }
                                                            
                                                            .fa-gear:before,
                                                            .fa-cog:before {
                                                                content: "\f013"
                                                            }
                                                            
                                                            .fa-trash-o:before {
                                                                content: "\f014"
                                                            }
                                                            
                                                            .fa-home:before {
                                                                content: "\f015"
                                                            }
                                                            
                                                            .fa-file-o:before {
                                                                content: "\f016"
                                                            }
                                                            
                                                            .fa-clock-o:before {
                                                                content: "\f017"
                                                            }
                                                            
                                                            .fa-road:before {
                                                                content: "\f018"
                                                            }
                                                            
                                                            .fa-download:before {
                                                                content: "\f019"
                                                            }
                                                            
                                                            .fa-arrow-circle-o-down:before {
                                                                content: "\f01a"
                                                            }
                                                            
                                                            .fa-arrow-circle-o-up:before {
                                                                content: "\f01b"
                                                            }
                                                            
                                                            .fa-inbox:before {
                                                                content: "\f01c"
                                                            }
                                                            
                                                            .fa-play-circle-o:before {
                                                                content: "\f01d"
                                                            }
                                                            
                                                            .fa-rotate-right:before,
                                                            .fa-repeat:before {
                                                                content: "\f01e"
                                                            }
                                                            
                                                            .fa-refresh:before {
                                                                content: "\f021"
                                                            }
                                                            
                                                            .fa-list-alt:before {
                                                                content: "\f022"
                                                            }
                                                            
                                                            .fa-lock:before {
                                                                content: "\f023"
                                                            }
                                                            
                                                            .fa-flag:before {
                                                                content: "\f024"
                                                            }
                                                            
                                                            .fa-headphones:before {
                                                                content: "\f025"
                                                            }
                                                            
                                                            .fa-volume-off:before {
                                                                content: "\f026"
                                                            }
                                                            
                                                            .fa-volume-down:before {
                                                                content: "\f027"
                                                            }
                                                            
                                                            .fa-volume-up:before {
                                                                content: "\f028"
                                                            }
                                                            
                                                            .fa-qrcode:before {
                                                                content: "\f029"
                                                            }
                                                            
                                                            .fa-barcode:before {
                                                                content: "\f02a"
                                                            }
                                                            
                                                            .fa-tag:before {
                                                                content: "\f02b"
                                                            }
                                                            
                                                            .fa-tags:before {
                                                                content: "\f02c"
                                                            }
                                                            
                                                            .fa-book:before {
                                                                content: "\f02d"
                                                            }
                                                            
                                                            .fa-bookmark:before {
                                                                content: "\f02e"
                                                            }
                                                            
                                                            .fa-print:before {
                                                                content: "\f02f"
                                                            }
                                                            
                                                            .fa-camera:before {
                                                                content: "\f030"
                                                            }
                                                            
                                                            .fa-font:before {
                                                                content: "\f031"
                                                            }
                                                            
                                                            .fa-bold:before {
                                                                content: "\f032"
                                                            }
                                                            
                                                            .fa-italic:before {
                                                                content: "\f033"
                                                            }
                                                            
                                                            .fa-text-height:before {
                                                                content: "\f034"
                                                            }
                                                            
                                                            .fa-text-width:before {
                                                                content: "\f035"
                                                            }
                                                            
                                                            .fa-align-left:before {
                                                                content: "\f036"
                                                            }
                                                            
                                                            .fa-align-center:before {
                                                                content: "\f037"
                                                            }
                                                            
                                                            .fa-align-right:before {
                                                                content: "\f038"
                                                            }
                                                            
                                                            .fa-align-justify:before {
                                                                content: "\f039"
                                                            }
                                                            
                                                            .fa-list:before {
                                                                content: "\f03a"
                                                            }
                                                            
                                                            .fa-dedent:before,
                                                            .fa-outdent:before {
                                                                content: "\f03b"
                                                            }
                                                            
                                                            .fa-indent:before {
                                                                content: "\f03c"
                                                            }
                                                            
                                                            .fa-video-camera:before {
                                                                content: "\f03d"
                                                            }
                                                            
                                                            .fa-photo:before,
                                                            .fa-image:before,
                                                            .fa-picture-o:before {
                                                                content: "\f03e"
                                                            }
                                                            
                                                            .fa-pencil:before {
                                                                content: "\f040"
                                                            }
                                                            
                                                            .fa-map-marker:before {
                                                                content: "\f041"
                                                            }
                                                            
                                                            .fa-adjust:before {
                                                                content: "\f042"
                                                            }
                                                            
                                                            .fa-tint:before {
                                                                content: "\f043"
                                                            }
                                                            
                                                            .fa-edit:before,
                                                            .fa-pencil-square-o:before {
                                                                content: "\f044"
                                                            }
                                                            
                                                            .fa-share-square-o:before {
                                                                content: "\f045"
                                                            }
                                                            
                                                            .fa-check-square-o:before {
                                                                content: "\f046"
                                                            }
                                                            
                                                            .fa-arrows:before {
                                                                content: "\f047"
                                                            }
                                                            
                                                            .fa-step-backward:before {
                                                                content: "\f048"
                                                            }
                                                            
                                                            .fa-fast-backward:before {
                                                                content: "\f049"
                                                            }
                                                            
                                                            .fa-backward:before {
                                                                content: "\f04a"
                                                            }
                                                            
                                                            .fa-play:before {
                                                                content: "\f04b"
                                                            }
                                                            
                                                            .fa-pause:before {
                                                                content: "\f04c"
                                                            }
                                                            
                                                            .fa-stop:before {
                                                                content: "\f04d"
                                                            }
                                                            
                                                            .fa-forward:before {
                                                                content: "\f04e"
                                                            }
                                                            
                                                            .fa-fast-forward:before {
                                                                content: "\f050"
                                                            }
                                                            
                                                            .fa-step-forward:before {
                                                                content: "\f051"
                                                            }
                                                            
                                                            .fa-eject:before {
                                                                content: "\f052"
                                                            }
                                                            
                                                            .fa-chevron-left:before {
                                                                content: "\f053"
                                                            }
                                                            
                                                            .fa-chevron-right:before {
                                                                content: "\f054"
                                                            }
                                                            
                                                            .fa-plus-circle:before {
                                                                content: "\f055"
                                                            }
                                                            
                                                            .fa-minus-circle:before {
                                                                content: "\f056"
                                                            }
                                                            
                                                            .fa-times-circle:before {
                                                                content: "\f057"
                                                            }
                                                            
                                                            .fa-check-circle:before {
                                                                content: "\f058"
                                                            }
                                                            
                                                            .fa-question-circle:before {
                                                                content: "\f059"
                                                            }
                                                            
                                                            .fa-info-circle:before {
                                                                content: "\f05a"
                                                            }
                                                            
                                                            .fa-crosshairs:before {
                                                                content: "\f05b"
                                                            }
                                                            
                                                            .fa-times-circle-o:before {
                                                                content: "\f05c"
                                                            }
                                                            
                                                            .fa-check-circle-o:before {
                                                                content: "\f05d"
                                                            }
                                                            
                                                            .fa-ban:before {
                                                                content: "\f05e"
                                                            }
                                                            
                                                            .fa-arrow-left:before {
                                                                content: "\f060"
                                                            }
                                                            
                                                            .fa-arrow-right:before {
                                                                content: "\f061"
                                                            }
                                                            
                                                            .fa-arrow-up:before {
                                                                content: "\f062"
                                                            }
                                                            
                                                            .fa-arrow-down:before {
                                                                content: "\f063"
                                                            }
                                                            
                                                            .fa-mail-forward:before,
                                                            .fa-share:before {
                                                                content: "\f064"
                                                            }
                                                            
                                                            .fa-expand:before {
                                                                content: "\f065"
                                                            }
                                                            
                                                            .fa-compress:before {
                                                                content: "\f066"
                                                            }
                                                            
                                                            .fa-plus:before {
                                                                content: "\f067"
                                                            }
                                                            
                                                            .fa-minus:before {
                                                                content: "\f068"
                                                            }
                                                            
                                                            .fa-asterisk:before {
                                                                content: "\f069"
                                                            }
                                                            
                                                            .fa-exclamation-circle:before {
                                                                content: "\f06a"
                                                            }
                                                            
                                                            .fa-gift:before {
                                                                content: "\f06b"
                                                            }
                                                            
                                                            .fa-leaf:before {
                                                                content: "\f06c"
                                                            }
                                                            
                                                            .fa-fire:before {
                                                                content: "\f06d"
                                                            }
                                                            
                                                            .fa-eye:before {
                                                                content: "\f06e"
                                                            }
                                                            
                                                            .fa-eye-slash:before {
                                                                content: "\f070"
                                                            }
                                                            
                                                            .fa-warning:before,
                                                            .fa-exclamation-triangle:before {
                                                                content: "\f071"
                                                            }
                                                            
                                                            .fa-plane:before {
                                                                content: "\f072"
                                                            }
                                                            
                                                            .fa-calendar:before {
                                                                content: "\f073"
                                                            }
                                                            
                                                            .fa-random:before {
                                                                content: "\f074"
                                                            }
                                                            
                                                            .fa-comment:before {
                                                                content: "\f075"
                                                            }
                                                            
                                                            .fa-magnet:before {
                                                                content: "\f076"
                                                            }
                                                            
                                                            .fa-chevron-up:before {
                                                                content: "\f077"
                                                            }
                                                            
                                                            .fa-chevron-down:before {
                                                                content: "\f078"
                                                            }
                                                            
                                                            .fa-retweet:before {
                                                                content: "\f079"
                                                            }
                                                            
                                                            .fa-shopping-cart:before {
                                                                content: "\f07a"
                                                            }
                                                            
                                                            .fa-folder:before {
                                                                content: "\f07b"
                                                            }
                                                            
                                                            .fa-folder-open:before {
                                                                content: "\f07c"
                                                            }
                                                            
                                                            .fa-arrows-v:before {
                                                                content: "\f07d"
                                                            }
                                                            
                                                            .fa-arrows-h:before {
                                                                content: "\f07e"
                                                            }
                                                            
                                                            .fa-bar-chart-o:before,
                                                            .fa-bar-chart:before {
                                                                content: "\f080"
                                                            }
                                                            
                                                            .fa-twitter-square:before {
                                                                content: "\f081"
                                                            }
                                                            
                                                            .fa-facebook-square:before {
                                                                content: "\f082"
                                                            }
                                                            
                                                            .fa-camera-retro:before {
                                                                content: "\f083"
                                                            }
                                                            
                                                            .fa-key:before {
                                                                content: "\f084"
                                                            }
                                                            
                                                            .fa-gears:before,
                                                            .fa-cogs:before {
                                                                content: "\f085"
                                                            }
                                                            
                                                            .fa-comments:before {
                                                                content: "\f086"
                                                            }
                                                            
                                                            .fa-thumbs-o-up:before {
                                                                content: "\f087"
                                                            }
                                                            
                                                            .fa-thumbs-o-down:before {
                                                                content: "\f088"
                                                            }
                                                            
                                                            .fa-star-half:before {
                                                                content: "\f089"
                                                            }
                                                            
                                                            .fa-heart-o:before {
                                                                content: "\f08a"
                                                            }
                                                            
                                                            .fa-sign-out:before {
                                                                content: "\f08b"
                                                            }
                                                            
                                                            .fa-linkedin-square:before {
                                                                content: "\f08c"
                                                            }
                                                            
                                                            .fa-thumb-tack:before {
                                                                content: "\f08d"
                                                            }
                                                            
                                                            .fa-external-link:before {
                                                                content: "\f08e"
                                                            }
                                                            
                                                            .fa-sign-in:before {
                                                                content: "\f090"
                                                            }
                                                            
                                                            .fa-trophy:before {
                                                                content: "\f091"
                                                            }
                                                            
                                                            .fa-github-square:before {
                                                                content: "\f092"
                                                            }
                                                            
                                                            .fa-upload:before {
                                                                content: "\f093"
                                                            }
                                                            
                                                            .fa-lemon-o:before {
                                                                content: "\f094"
                                                            }
                                                            
                                                            .fa-phone:before {
                                                                content: "\f095"
                                                            }
                                                            
                                                            .fa-square-o:before {
                                                                content: "\f096"
                                                            }
                                                            
                                                            .fa-bookmark-o:before {
                                                                content: "\f097"
                                                            }
                                                            
                                                            .fa-phone-square:before {
                                                                content: "\f098"
                                                            }
                                                            
                                                            .fa-twitter:before {
                                                                content: "\f099"
                                                            }
                                                            
                                                            .fa-facebook-f:before,
                                                            .fa-facebook:before {
                                                                content: "\f09a"
                                                            }
                                                            
                                                            .fa-github:before {
                                                                content: "\f09b"
                                                            }
                                                            
                                                            .fa-unlock:before {
                                                                content: "\f09c"
                                                            }
                                                            
                                                            .fa-credit-card:before {
                                                                content: "\f09d"
                                                            }
                                                            
                                                            .fa-feed:before,
                                                            .fa-rss:before {
                                                                content: "\f09e"
                                                            }
                                                            
                                                            .fa-hdd-o:before {
                                                                content: "\f0a0"
                                                            }
                                                            
                                                            .fa-bullhorn:before {
                                                                content: "\f0a1"
                                                            }
                                                            
                                                            .fa-bell:before {
                                                                content: "\f0f3"
                                                            }
                                                            
                                                            .fa-certificate:before {
                                                                content: "\f0a3"
                                                            }
                                                            
                                                            .fa-hand-o-right:before {
                                                                content: "\f0a4"
                                                            }
                                                            
                                                            .fa-hand-o-left:before {
                                                                content: "\f0a5"
                                                            }
                                                            
                                                            .fa-hand-o-up:before {
                                                                content: "\f0a6"
                                                            }
                                                            
                                                            .fa-hand-o-down:before {
                                                                content: "\f0a7"
                                                            }
                                                            
                                                            .fa-arrow-circle-left:before {
                                                                content: "\f0a8"
                                                            }
                                                            
                                                            .fa-arrow-circle-right:before {
                                                                content: "\f0a9"
                                                            }
                                                            
                                                            .fa-arrow-circle-up:before {
                                                                content: "\f0aa"
                                                            }
                                                            
                                                            .fa-arrow-circle-down:before {
                                                                content: "\f0ab"
                                                            }
                                                            
                                                            .fa-globe:before {
                                                                content: "\f0ac"
                                                            }
                                                            
                                                            .fa-wrench:before {
                                                                content: "\f0ad"
                                                            }
                                                            
                                                            .fa-tasks:before {
                                                                content: "\f0ae"
                                                            }
                                                            
                                                            .fa-filter:before {
                                                                content: "\f0b0"
                                                            }
                                                            
                                                            .fa-briefcase:before {
                                                                content: "\f0b1"
                                                            }
                                                            
                                                            .fa-arrows-alt:before {
                                                                content: "\f0b2"
                                                            }
                                                            
                                                            .fa-group:before,
                                                            .fa-users:before {
                                                                content: "\f0c0"
                                                            }
                                                            
                                                            .fa-chain:before,
                                                            .fa-link:before {
                                                                content: "\f0c1"
                                                            }
                                                            
                                                            .fa-cloud:before {
                                                                content: "\f0c2"
                                                            }
                                                            
                                                            .fa-flask:before {
                                                                content: "\f0c3"
                                                            }
                                                            
                                                            .fa-cut:before,
                                                            .fa-scissors:before {
                                                                content: "\f0c4"
                                                            }
                                                            
                                                            .fa-copy:before,
                                                            .fa-files-o:before {
                                                                content: "\f0c5"
                                                            }
                                                            
                                                            .fa-paperclip:before {
                                                                content: "\f0c6"
                                                            }
                                                            
                                                            .fa-save:before,
                                                            .fa-floppy-o:before {
                                                                content: "\f0c7"
                                                            }
                                                            
                                                            .fa-square:before {
                                                                content: "\f0c8"
                                                            }
                                                            
                                                            .fa-navicon:before,
                                                            .fa-reorder:before,
                                                            .fa-bars:before {
                                                                content: "\f0c9"
                                                            }
                                                            
                                                            .fa-list-ul:before {
                                                                content: "\f0ca"
                                                            }
                                                            
                                                            .fa-list-ol:before {
                                                                content: "\f0cb"
                                                            }
                                                            
                                                            .fa-strikethrough:before {
                                                                content: "\f0cc"
                                                            }
                                                            
                                                            .fa-underline:before {
                                                                content: "\f0cd"
                                                            }
                                                            
                                                            .fa-table:before {
                                                                content: "\f0ce"
                                                            }
                                                            
                                                            .fa-magic:before {
                                                                content: "\f0d0"
                                                            }
                                                            
                                                            .fa-truck:before {
                                                                content: "\f0d1"
                                                            }
                                                            
                                                            .fa-pinterest:before {
                                                                content: "\f0d2"
                                                            }
                                                            
                                                            .fa-pinterest-square:before {
                                                                content: "\f0d3"
                                                            }
                                                            
                                                            .fa-google-plus-square:before {
                                                                content: "\f0d4"
                                                            }
                                                            
                                                            .fa-google-plus:before {
                                                                content: "\f0d5"
                                                            }
                                                            
                                                            .fa-money:before {
                                                                content: "\f0d6"
                                                            }
                                                            
                                                            .fa-caret-down:before {
                                                                content: "\f0d7"
                                                            }
                                                            
                                                            .fa-caret-up:before {
                                                                content: "\f0d8"
                                                            }
                                                            
                                                            .fa-caret-left:before {
                                                                content: "\f0d9"
                                                            }
                                                            
                                                            .fa-caret-right:before {
                                                                content: "\f0da"
                                                            }
                                                            
                                                            .fa-columns:before {
                                                                content: "\f0db"
                                                            }
                                                            
                                                            .fa-unsorted:before,
                                                            .fa-sort:before {
                                                                content: "\f0dc"
                                                            }
                                                            
                                                            .fa-sort-down:before,
                                                            .fa-sort-desc:before {
                                                                content: "\f0dd"
                                                            }
                                                            
                                                            .fa-sort-up:before,
                                                            .fa-sort-asc:before {
                                                                content: "\f0de"
                                                            }
                                                            
                                                            .fa-envelope:before {
                                                                content: "\f0e0"
                                                            }
                                                            
                                                            .fa-linkedin:before {
                                                                content: "\f0e1"
                                                            }
                                                            
                                                            .fa-rotate-left:before,
                                                            .fa-undo:before {
                                                                content: "\f0e2"
                                                            }
                                                            
                                                            .fa-legal:before,
                                                            .fa-gavel:before {
                                                                content: "\f0e3"
                                                            }
                                                            
                                                            .fa-dashboard:before,
                                                            .fa-tachometer:before {
                                                                content: "\f0e4"
                                                            }
                                                            
                                                            .fa-comment-o:before {
                                                                content: "\f0e5"
                                                            }
                                                            
                                                            .fa-comments-o:before {
                                                                content: "\f0e6"
                                                            }
                                                            
                                                            .fa-flash:before,
                                                            .fa-bolt:before {
                                                                content: "\f0e7"
                                                            }
                                                            
                                                            .fa-sitemap:before {
                                                                content: "\f0e8"
                                                            }
                                                            
                                                            .fa-umbrella:before {
                                                                content: "\f0e9"
                                                            }
                                                            
                                                            .fa-paste:before,
                                                            .fa-clipboard:before {
                                                                content: "\f0ea"
                                                            }
                                                            
                                                            .fa-lightbulb-o:before {
                                                                content: "\f0eb";
                                                                position: relative;
                                                                top: -1px
                                                            }
                                                            
                                                            .fa-exchange:before {
                                                                content: "\f0ec"
                                                            }
                                                            
                                                            .fa-cloud-download:before {
                                                                content: "\f0ed"
                                                            }
                                                            
                                                            .fa-cloud-upload:before {
                                                                content: "\f0ee"
                                                            }
                                                            
                                                            .fa-user-md:before {
                                                                content: "\f0f0"
                                                            }
                                                            
                                                            .fa-stethoscope:before {
                                                                content: "\f0f1"
                                                            }
                                                            
                                                            .fa-suitcase:before {
                                                                content: "\f0f2"
                                                            }
                                                            
                                                            .fa-bell-o:before {
                                                                content: "\f0a2"
                                                            }
                                                            
                                                            .fa-coffee:before {
                                                                content: "\f0f4"
                                                            }
                                                            
                                                            .fa-cutlery:before {
                                                                content: "\f0f5"
                                                            }
                                                            
                                                            .fa-file-text-o:before {
                                                                content: "\f0f6"
                                                            }
                                                            
                                                            .fa-building-o:before {
                                                                content: "\f0f7"
                                                            }
                                                            
                                                            .fa-hospital-o:before {
                                                                content: "\f0f8"
                                                            }
                                                            
                                                            .fa-ambulance:before {
                                                                content: "\f0f9"
                                                            }
                                                            
                                                            .fa-medkit:before {
                                                                content: "\f0fa"
                                                            }
                                                            
                                                            .fa-fighter-jet:before {
                                                                content: "\f0fb"
                                                            }
                                                            
                                                            .fa-beer:before {
                                                                content: "\f0fc"
                                                            }
                                                            
                                                            .fa-h-square:before {
                                                                content: "\f0fd"
                                                            }
                                                            
                                                            .fa-plus-square:before {
                                                                content: "\f0fe"
                                                            }
                                                            
                                                            .fa-angle-double-left:before {
                                                                content: "\f100"
                                                            }
                                                            
                                                            .fa-angle-double-right:before {
                                                                content: "\f101"
                                                            }
                                                            
                                                            .fa-angle-double-up:before {
                                                                content: "\f102"
                                                            }
                                                            
                                                            .fa-angle-double-down:before {
                                                                content: "\f103"
                                                            }
                                                            
                                                            .fa-angle-left:before {
                                                                content: "\f104"
                                                            }
                                                            
                                                            .fa-angle-right:before {
                                                                content: "\f105"
                                                            }
                                                            
                                                            .fa-angle-up:before {
                                                                content: "\f106"
                                                            }
                                                            
                                                            .fa-angle-down:before {
                                                                content: "\f107"
                                                            }
                                                            
                                                            .fa-desktop:before {
                                                                content: "\f108"
                                                            }
                                                            
                                                            .fa-laptop:before {
                                                                content: "\f109"
                                                            }
                                                            
                                                            .fa-tablet:before {
                                                                content: "\f10a"
                                                            }
                                                            
                                                            .fa-mobile-phone:before,
                                                            .fa-mobile:before {
                                                                content: "\f10b"
                                                            }
                                                            
                                                            .fa-circle-o:before {
                                                                content: "\f10c"
                                                            }
                                                            
                                                            .fa-quote-left:before {
                                                                content: "\f10d"
                                                            }
                                                            
                                                            .fa-quote-right:before {
                                                                content: "\f10e"
                                                            }
                                                            
                                                            .fa-spinner:before {
                                                                content: "\f110"
                                                            }
                                                            
                                                            .fa-circle:before {
                                                                content: "\f111"
                                                            }
                                                            
                                                            .fa-mail-reply:before,
                                                            .fa-reply:before {
                                                                content: "\f112"
                                                            }
                                                            
                                                            .fa-github-alt:before {
                                                                content: "\f113"
                                                            }
                                                            
                                                            .fa-folder-o:before {
                                                                content: "\f114"
                                                            }
                                                            
                                                            .fa-folder-open-o:before {
                                                                content: "\f115"
                                                            }
                                                            
                                                            .fa-smile-o:before {
                                                                content: "\f118"
                                                            }
                                                            
                                                            .fa-frown-o:before {
                                                                content: "\f119"
                                                            }
                                                            
                                                            .fa-meh-o:before {
                                                                content: "\f11a"
                                                            }
                                                            
                                                            .fa-gamepad:before {
                                                                content: "\f11b"
                                                            }
                                                            
                                                            .fa-keyboard-o:before {
                                                                content: "\f11c"
                                                            }
                                                            
                                                            .fa-flag-o:before {
                                                                content: "\f11d"
                                                            }
                                                            
                                                            .fa-flag-checkered:before {
                                                                content: "\f11e"
                                                            }
                                                            
                                                            .fa-terminal:before {
                                                                content: "\f120"
                                                            }
                                                            
                                                            .fa-code:before {
                                                                content: "\f121"
                                                            }
                                                            
                                                            .fa-mail-reply-all:before,
                                                            .fa-reply-all:before {
                                                                content: "\f122"
                                                            }
                                                            
                                                            .fa-star-half-empty:before,
                                                            .fa-star-half-full:before,
                                                            .fa-star-half-o:before {
                                                                content: "\f123"
                                                            }
                                                            
                                                            .fa-location-arrow:before {
                                                                content: "\f124"
                                                            }
                                                            
                                                            .fa-crop:before {
                                                                content: "\f125"
                                                            }
                                                            
                                                            .fa-code-fork:before {
                                                                content: "\f126"
                                                            }
                                                            
                                                            .fa-unlink:before,
                                                            .fa-chain-broken:before {
                                                                content: "\f127"
                                                            }
                                                            
                                                            .fa-question:before {
                                                                content: "\f128"
                                                            }
                                                            
                                                            .fa-info:before {
                                                                content: "\f129"
                                                            }
                                                            
                                                            .fa-exclamation:before {
                                                                content: "\f12a"
                                                            }
                                                            
                                                            .fa-superscript:before {
                                                                content: "\f12b"
                                                            }
                                                            
                                                            .fa-subscript:before {
                                                                content: "\f12c"
                                                            }
                                                            
                                                            .fa-eraser:before {
                                                                content: "\f12d"
                                                            }
                                                            
                                                            .fa-puzzle-piece:before {
                                                                content: "\f12e"
                                                            }
                                                            
                                                            .fa-microphone:before {
                                                                content: "\f130"
                                                            }
                                                            
                                                            .fa-microphone-slash:before {
                                                                content: "\f131"
                                                            }
                                                            
                                                            .fa-shield:before {
                                                                content: "\f132"
                                                            }
                                                            
                                                            .fa-calendar-o:before {
                                                                content: "\f133"
                                                            }
                                                            
                                                            .fa-fire-extinguisher:before {
                                                                content: "\f134"
                                                            }
                                                            
                                                            .fa-rocket:before {
                                                                content: "\f135"
                                                            }
                                                            
                                                            .fa-maxcdn:before {
                                                                content: "\f136"
                                                            }
                                                            
                                                            .fa-chevron-circle-left:before {
                                                                content: "\f137"
                                                            }
                                                            
                                                            .fa-chevron-circle-right:before {
                                                                content: "\f138"
                                                            }
                                                            
                                                            .fa-chevron-circle-up:before {
                                                                content: "\f139"
                                                            }
                                                            
                                                            .fa-chevron-circle-down:before {
                                                                content: "\f13a"
                                                            }
                                                            
                                                            .fa-html5:before {
                                                                content: "\f13b"
                                                            }
                                                            
                                                            .fa-css3:before {
                                                                content: "\f13c"
                                                            }
                                                            
                                                            .fa-anchor:before {
                                                                content: "\f13d"
                                                            }
                                                            
                                                            .fa-unlock-alt:before {
                                                                content: "\f13e"
                                                            }
                                                            
                                                            .fa-bullseye:before {
                                                                content: "\f140"
                                                            }
                                                            
                                                            .fa-ellipsis-h:before {
                                                                content: "\f141"
                                                            }
                                                            
                                                            .fa-ellipsis-v:before {
                                                                content: "\f142"
                                                            }
                                                            
                                                            .fa-rss-square:before {
                                                                content: "\f143"
                                                            }
                                                            
                                                            .fa-play-circle:before {
                                                                content: "\f144"
                                                            }
                                                            
                                                            .fa-ticket:before {
                                                                content: "\f145"
                                                            }
                                                            
                                                            .fa-minus-square:before {
                                                                content: "\f146"
                                                            }
                                                            
                                                            .fa-minus-square-o:before {
                                                                content: "\f147"
                                                            }
                                                            
                                                            .fa-level-up:before {
                                                                content: "\f148"
                                                            }
                                                            
                                                            .fa-level-down:before {
                                                                content: "\f149"
                                                            }
                                                            
                                                            .fa-check-square:before {
                                                                content: "\f14a"
                                                            }
                                                            
                                                            .fa-pencil-square:before {
                                                                content: "\f14b"
                                                            }
                                                            
                                                            .fa-external-link-square:before {
                                                                content: "\f14c"
                                                            }
                                                            
                                                            .fa-share-square:before {
                                                                content: "\f14d"
                                                            }
                                                            
                                                            .fa-compass:before {
                                                                content: "\f14e"
                                                            }
                                                            
                                                            .fa-toggle-down:before,
                                                            .fa-caret-square-o-down:before {
                                                                content: "\f150"
                                                            }
                                                            
                                                            .fa-toggle-up:before,
                                                            .fa-caret-square-o-up:before {
                                                                content: "\f151"
                                                            }
                                                            
                                                            .fa-toggle-right:before,
                                                            .fa-caret-square-o-right:before {
                                                                content: "\f152"
                                                            }
                                                            
                                                            .fa-euro:before,
                                                            .fa-eur:before {
                                                                content: "\f153"
                                                            }
                                                            
                                                            .fa-gbp:before {
                                                                content: "\f154"
                                                            }
                                                            
                                                            .fa-dollar:before,
                                                            .fa-usd:before {
                                                                content: "\f155"
                                                            }
                                                            
                                                            .fa-rupee:before,
                                                            .fa-inr:before {
                                                                content: "\f156"
                                                            }
                                                            
                                                            .fa-cny:before,
                                                            .fa-rmb:before,
                                                            .fa-yen:before,
                                                            .fa-jpy:before {
                                                                content: "\f157"
                                                            }
                                                            
                                                            .fa-ruble:before,
                                                            .fa-rouble:before,
                                                            .fa-rub:before {
                                                                content: "\f158"
                                                            }
                                                            
                                                            .fa-won:before,
                                                            .fa-krw:before {
                                                                content: "\f159"
                                                            }
                                                            
                                                            .fa-bitcoin:before,
                                                            .fa-btc:before {
                                                                content: "\f15a"
                                                            }
                                                            
                                                            .fa-file:before {
                                                                content: "\f15b"
                                                            }
                                                            
                                                            .fa-file-text:before {
                                                                content: "\f15c"
                                                            }
                                                            
                                                            .fa-sort-alpha-asc:before {
                                                                content: "\f15d"
                                                            }
                                                            
                                                            .fa-sort-alpha-desc:before {
                                                                content: "\f15e"
                                                            }
                                                            
                                                            .fa-sort-amount-asc:before {
                                                                content: "\f160"
                                                            }
                                                            
                                                            .fa-sort-amount-desc:before {
                                                                content: "\f161"
                                                            }
                                                            
                                                            .fa-sort-numeric-asc:before {
                                                                content: "\f162"
                                                            }
                                                            
                                                            .fa-sort-numeric-desc:before {
                                                                content: "\f163"
                                                            }
                                                            
                                                            .fa-thumbs-up:before {
                                                                content: "\f164"
                                                            }
                                                            
                                                            .fa-thumbs-down:before {
                                                                content: "\f165"
                                                            }
                                                            
                                                            .fa-youtube-square:before {
                                                                content: "\f166"
                                                            }
                                                            
                                                            .fa-youtube:before {
                                                                content: "\f167"
                                                            }
                                                            
                                                            .fa-xing:before {
                                                                content: "\f168"
                                                            }
                                                            
                                                            .fa-xing-square:before {
                                                                content: "\f169"
                                                            }
                                                            
                                                            .fa-youtube-play:before {
                                                                content: "\f16a"
                                                            }
                                                            
                                                            .fa-dropbox:before {
                                                                content: "\f16b"
                                                            }
                                                            
                                                            .fa-stack-overflow:before {
                                                                content: "\f16c"
                                                            }
                                                            
                                                            .fa-instagram:before {
                                                                content: "\f16d"
                                                            }
                                                            
                                                            .fa-flickr:before {
                                                                content: "\f16e"
                                                            }
                                                            
                                                            .fa-adn:before {
                                                                content: "\f170"
                                                            }
                                                            
                                                            .fa-bitbucket:before {
                                                                content: "\f171"
                                                            }
                                                            
                                                            .fa-bitbucket-square:before {
                                                                content: "\f172"
                                                            }
                                                            
                                                            .fa-tumblr:before {
                                                                content: "\f173"
                                                            }
                                                            
                                                            .fa-tumblr-square:before {
                                                                content: "\f174"
                                                            }
                                                            
                                                            .fa-long-arrow-down:before {
                                                                content: "\f175"
                                                            }
                                                            
                                                            .fa-long-arrow-up:before {
                                                                content: "\f176"
                                                            }
                                                            
                                                            .fa-long-arrow-left:before {
                                                                content: "\f177"
                                                            }
                                                            
                                                            .fa-long-arrow-right:before {
                                                                content: "\f178"
                                                            }
                                                            
                                                            .fa-apple:before {
                                                                content: "\f179"
                                                            }
                                                            
                                                            .fa-windows:before {
                                                                content: "\f17a"
                                                            }
                                                            
                                                            .fa-android:before {
                                                                content: "\f17b"
                                                            }
                                                            
                                                            .fa-linux:before {
                                                                content: "\f17c"
                                                            }
                                                            
                                                            .fa-dribbble:before {
                                                                content: "\f17d"
                                                            }
                                                            
                                                            .fa-skype:before {
                                                                content: "\f17e"
                                                            }
                                                            
                                                            .fa-foursquare:before {
                                                                content: "\f180"
                                                            }
                                                            
                                                            .fa-trello:before {
                                                                content: "\f181"
                                                            }
                                                            
                                                            .fa-female:before {
                                                                content: "\f182"
                                                            }
                                                            
                                                            .fa-male:before {
                                                                content: "\f183"
                                                            }
                                                            
                                                            .fa-gittip:before,
                                                            .fa-gratipay:before {
                                                                content: "\f184"
                                                            }
                                                            
                                                            .fa-sun-o:before {
                                                                content: "\f185"
                                                            }
                                                            
                                                            .fa-moon-o:before {
                                                                content: "\f186"
                                                            }
                                                            
                                                            .fa-archive:before {
                                                                content: "\f187"
                                                            }
                                                            
                                                            .fa-bug:before {
                                                                content: "\f188"
                                                            }
                                                            
                                                            .fa-vk:before {
                                                                content: "\f189"
                                                            }
                                                            
                                                            .fa-weibo:before {
                                                                content: "\f18a"
                                                            }
                                                            
                                                            .fa-renren:before {
                                                                content: "\f18b"
                                                            }
                                                            
                                                            .fa-pagelines:before {
                                                                content: "\f18c"
                                                            }
                                                            
                                                            .fa-stack-exchange:before {
                                                                content: "\f18d"
                                                            }
                                                            
                                                            .fa-arrow-circle-o-right:before {
                                                                content: "\f18e"
                                                            }
                                                            
                                                            .fa-arrow-circle-o-left:before {
                                                                content: "\f190"
                                                            }
                                                            
                                                            .fa-toggle-left:before,
                                                            .fa-caret-square-o-left:before {
                                                                content: "\f191"
                                                            }
                                                            
                                                            .fa-dot-circle-o:before {
                                                                content: "\f192"
                                                            }
                                                            
                                                            .fa-wheelchair:before {
                                                                content: "\f193"
                                                            }
                                                            
                                                            .fa-vimeo-square:before {
                                                                content: "\f194"
                                                            }
                                                            
                                                            .fa-turkish-lira:before,
                                                            .fa-try:before {
                                                                content: "\f195"
                                                            }
                                                            
                                                            .fa-plus-square-o:before {
                                                                content: "\f196"
                                                            }
                                                            
                                                            .fa-space-shuttle:before {
                                                                content: "\f197"
                                                            }
                                                            
                                                            .fa-slack:before {
                                                                content: "\f198"
                                                            }
                                                            
                                                            .fa-envelope-square:before {
                                                                content: "\f199"
                                                            }
                                                            
                                                            .fa-wordpress:before {
                                                                content: "\f19a"
                                                            }
                                                            
                                                            .fa-openid:before {
                                                                content: "\f19b"
                                                            }
                                                            
                                                            .fa-institution:before,
                                                            .fa-bank:before,
                                                            .fa-university:before {
                                                                content: "\f19c"
                                                            }
                                                            
                                                            .fa-mortar-board:before,
                                                            .fa-graduation-cap:before {
                                                                content: "\f19d"
                                                            }
                                                            
                                                            .fa-yahoo:before {
                                                                content: "\f19e"
                                                            }
                                                            
                                                            .fa-google:before {
                                                                content: "\f1a0"
                                                            }
                                                            
                                                            .fa-reddit:before {
                                                                content: "\f1a1"
                                                            }
                                                            
                                                            .fa-reddit-square:before {
                                                                content: "\f1a2"
                                                            }
                                                            
                                                            .fa-stumbleupon-circle:before {
                                                                content: "\f1a3"
                                                            }
                                                            
                                                            .fa-stumbleupon:before {
                                                                content: "\f1a4"
                                                            }
                                                            
                                                            .fa-delicious:before {
                                                                content: "\f1a5"
                                                            }
                                                            
                                                            .fa-digg:before {
                                                                content: "\f1a6"
                                                            }
                                                            
                                                            .fa-pied-piper:before {
                                                                content: "\f1a7"
                                                            }
                                                            
                                                            .fa-pied-piper-alt:before {
                                                                content: "\f1a8"
                                                            }
                                                            
                                                            .fa-drupal:before {
                                                                content: "\f1a9"
                                                            }
                                                            
                                                            .fa-joomla:before {
                                                                content: "\f1aa"
                                                            }
                                                            
                                                            .fa-language:before {
                                                                content: "\f1ab"
                                                            }
                                                            
                                                            .fa-fax:before {
                                                                content: "\f1ac"
                                                            }
                                                            
                                                            .fa-building:before {
                                                                content: "\f1ad"
                                                            }
                                                            
                                                            .fa-child:before {
                                                                content: "\f1ae"
                                                            }
                                                            
                                                            .fa-paw:before {
                                                                content: "\f1b0"
                                                            }
                                                            
                                                            .fa-spoon:before {
                                                                content: "\f1b1"
                                                            }
                                                            
                                                            .fa-cube:before {
                                                                content: "\f1b2"
                                                            }
                                                            
                                                            .fa-cubes:before {
                                                                content: "\f1b3"
                                                            }
                                                            
                                                            .fa-behance:before {
                                                                content: "\f1b4"
                                                            }
                                                            
                                                            .fa-behance-square:before {
                                                                content: "\f1b5"
                                                            }
                                                            
                                                            .fa-steam:before {
                                                                content: "\f1b6"
                                                            }
                                                            
                                                            .fa-steam-square:before {
                                                                content: "\f1b7"
                                                            }
                                                            
                                                            .fa-recycle:before {
                                                                content: "\f1b8"
                                                            }
                                                            
                                                            .fa-automobile:before,
                                                            .fa-car:before {
                                                                content: "\f1b9"
                                                            }
                                                            
                                                            .fa-cab:before,
                                                            .fa-taxi:before {
                                                                content: "\f1ba"
                                                            }
                                                            
                                                            .fa-tree:before {
                                                                content: "\f1bb"
                                                            }
                                                            
                                                            .fa-spotify:before {
                                                                content: "\f1bc"
                                                            }
                                                            
                                                            .fa-deviantart:before {
                                                                content: "\f1bd"
                                                            }
                                                            
                                                            .fa-soundcloud:before {
                                                                content: "\f1be"
                                                            }
                                                            
                                                            .fa-database:before {
                                                                content: "\f1c0"
                                                            }
                                                            
                                                            .fa-file-pdf-o:before {
                                                                content: "\f1c1"
                                                            }
                                                            
                                                            .fa-file-word-o:before {
                                                                content: "\f1c2"
                                                            }
                                                            
                                                            .fa-file-excel-o:before {
                                                                content: "\f1c3"
                                                            }
                                                            
                                                            .fa-file-powerpoint-o:before {
                                                                content: "\f1c4"
                                                            }
                                                            
                                                            .fa-file-photo-o:before,
                                                            .fa-file-picture-o:before,
                                                            .fa-file-image-o:before {
                                                                content: "\f1c5"
                                                            }
                                                            
                                                            .fa-file-zip-o:before,
                                                            .fa-file-archive-o:before {
                                                                content: "\f1c6"
                                                            }
                                                            
                                                            .fa-file-sound-o:before,
                                                            .fa-file-audio-o:before {
                                                                content: "\f1c7"
                                                            }
                                                            
                                                            .fa-file-movie-o:before,
                                                            .fa-file-video-o:before {
                                                                content: "\f1c8"
                                                            }
                                                            
                                                            .fa-file-code-o:before {
                                                                content: "\f1c9"
                                                            }
                                                            
                                                            .fa-vine:before {
                                                                content: "\f1ca"
                                                            }
                                                            
                                                            .fa-codepen:before {
                                                                content: "\f1cb"
                                                            }
                                                            
                                                            .fa-jsfiddle:before {
                                                                content: "\f1cc"
                                                            }
                                                            
                                                            .fa-life-bouy:before,
                                                            .fa-life-buoy:before,
                                                            .fa-life-saver:before,
                                                            .fa-support:before,
                                                            .fa-life-ring:before {
                                                                content: "\f1cd"
                                                            }
                                                            
                                                            .fa-circle-o-notch:before {
                                                                content: "\f1ce"
                                                            }
                                                            
                                                            .fa-ra:before,
                                                            .fa-rebel:before {
                                                                content: "\f1d0"
                                                            }
                                                            
                                                            .fa-ge:before,
                                                            .fa-empire:before {
                                                                content: "\f1d1"
                                                            }
                                                            
                                                            .fa-git-square:before {
                                                                content: "\f1d2"
                                                            }
                                                            
                                                            .fa-git:before {
                                                                content: "\f1d3"
                                                            }
                                                            
                                                            .fa-y-combinator-square:before,
                                                            .fa-yc-square:before,
                                                            .fa-hacker-news:before {
                                                                content: "\f1d4"
                                                            }
                                                            
                                                            .fa-tencent-weibo:before {
                                                                content: "\f1d5"
                                                            }
                                                            
                                                            .fa-qq:before {
                                                                content: "\f1d6"
                                                            }
                                                            
                                                            .fa-wechat:before,
                                                            .fa-weixin:before {
                                                                content: "\f1d7"
                                                            }
                                                            
                                                            .fa-send:before,
                                                            .fa-paper-plane:before {
                                                                content: "\f1d8"
                                                            }
                                                            
                                                            .fa-send-o:before,
                                                            .fa-paper-plane-o:before {
                                                                content: "\f1d9"
                                                            }
                                                            
                                                            .fa-history:before {
                                                                content: "\f1da"
                                                            }
                                                            
                                                            .fa-circle-thin:before {
                                                                content: "\f1db"
                                                            }
                                                            
                                                            .fa-header:before {
                                                                content: "\f1dc"
                                                            }
                                                            
                                                            .fa-paragraph:before {
                                                                content: "\f1dd"
                                                            }
                                                            
                                                            .fa-sliders:before {
                                                                content: "\f1de"
                                                            }
                                                            
                                                            .fa-share-alt:before {
                                                                content: "\f1e0"
                                                            }
                                                            
                                                            .fa-share-alt-square:before {
                                                                content: "\f1e1"
                                                            }
                                                            
                                                            .fa-bomb:before {
                                                                content: "\f1e2"
                                                            }
                                                            
                                                            .fa-soccer-ball-o:before,
                                                            .fa-futbol-o:before {
                                                                content: "\f1e3"
                                                            }
                                                            
                                                            .fa-tty:before {
                                                                content: "\f1e4"
                                                            }
                                                            
                                                            .fa-binoculars:before {
                                                                content: "\f1e5"
                                                            }
                                                            
                                                            .fa-plug:before {
                                                                content: "\f1e6"
                                                            }
                                                            
                                                            .fa-slideshare:before {
                                                                content: "\f1e7"
                                                            }
                                                            
                                                            .fa-twitch:before {
                                                                content: "\f1e8"
                                                            }
                                                            
                                                            .fa-yelp:before {
                                                                content: "\f1e9"
                                                            }
                                                            
                                                            .fa-newspaper-o:before {
                                                                content: "\f1ea"
                                                            }
                                                            
                                                            .fa-wifi:before {
                                                                content: "\f1eb"
                                                            }
                                                            
                                                            .fa-calculator:before {
                                                                content: "\f1ec"
                                                            }
                                                            
                                                            .fa-paypal:before {
                                                                content: "\f1ed"
                                                            }
                                                            
                                                            .fa-google-wallet:before {
                                                                content: "\f1ee"
                                                            }
                                                            
                                                            .fa-cc-visa:before {
                                                                content: "\f1f0"
                                                            }
                                                            
                                                            .fa-cc-mastercard:before {
                                                                content: "\f1f1"
                                                            }
                                                            
                                                            .fa-cc-discover:before {
                                                                content: "\f1f2"
                                                            }
                                                            
                                                            .fa-cc-amex:before {
                                                                content: "\f1f3"
                                                            }
                                                            
                                                            .fa-cc-paypal:before {
                                                                content: "\f1f4"
                                                            }
                                                            
                                                            .fa-cc-stripe:before {
                                                                content: "\f1f5"
                                                            }
                                                            
                                                            .fa-bell-slash:before {
                                                                content: "\f1f6"
                                                            }
                                                            
                                                            .fa-bell-slash-o:before {
                                                                content: "\f1f7"
                                                            }
                                                            
                                                            .fa-trash:before {
                                                                content: "\f1f8"
                                                            }
                                                            
                                                            .fa-copyright:before {
                                                                content: "\f1f9"
                                                            }
                                                            
                                                            .fa-at:before {
                                                                content: "\f1fa"
                                                            }
                                                            
                                                            .fa-eyedropper:before {
                                                                content: "\f1fb"
                                                            }
                                                            
                                                            .fa-paint-brush:before {
                                                                content: "\f1fc"
                                                            }
                                                            
                                                            .fa-birthday-cake:before {
                                                                content: "\f1fd"
                                                            }
                                                            
                                                            .fa-area-chart:before {
                                                                content: "\f1fe"
                                                            }
                                                            
                                                            .fa-pie-chart:before {
                                                                content: "\f200"
                                                            }
                                                            
                                                            .fa-line-chart:before {
                                                                content: "\f201"
                                                            }
                                                            
                                                            .fa-lastfm:before {
                                                                content: "\f202"
                                                            }
                                                            
                                                            .fa-lastfm-square:before {
                                                                content: "\f203"
                                                            }
                                                            
                                                            .fa-toggle-off:before {
                                                                content: "\f204"
                                                            }
                                                            
                                                            .fa-toggle-on:before {
                                                                content: "\f205"
                                                            }
                                                            
                                                            .fa-bicycle:before {
                                                                content: "\f206"
                                                            }
                                                            
                                                            .fa-bus:before {
                                                                content: "\f207"
                                                            }
                                                            
                                                            .fa-ioxhost:before {
                                                                content: "\f208"
                                                            }
                                                            
                                                            .fa-angellist:before {
                                                                content: "\f209"
                                                            }
                                                            
                                                            .fa-cc:before {
                                                                content: "\f20a"
                                                            }
                                                            
                                                            .fa-shekel:before,
                                                            .fa-sheqel:before,
                                                            .fa-ils:before {
                                                                content: "\f20b"
                                                            }
                                                            
                                                            .fa-meanpath:before {
                                                                content: "\f20c"
                                                            }
                                                            
                                                            .fa-buysellads:before {
                                                                content: "\f20d"
                                                            }
                                                            
                                                            .fa-connectdevelop:before {
                                                                content: "\f20e"
                                                            }
                                                            
                                                            .fa-dashcube:before {
                                                                content: "\f210"
                                                            }
                                                            
                                                            .fa-forumbee:before {
                                                                content: "\f211"
                                                            }
                                                            
                                                            .fa-leanpub:before {
                                                                content: "\f212"
                                                            }
                                                            
                                                            .fa-sellsy:before {
                                                                content: "\f213"
                                                            }
                                                            
                                                            .fa-shirtsinbulk:before {
                                                                content: "\f214"
                                                            }
                                                            
                                                            .fa-simplybuilt:before {
                                                                content: "\f215"
                                                            }
                                                            
                                                            .fa-skyatlas:before {
                                                                content: "\f216"
                                                            }
                                                            
                                                            .fa-cart-plus:before {
                                                                content: "\f217"
                                                            }
                                                            
                                                            .fa-cart-arrow-down:before {
                                                                content: "\f218"
                                                            }
                                                            
                                                            .fa-diamond:before {
                                                                content: "\f219"
                                                            }
                                                            
                                                            .fa-ship:before {
                                                                content: "\f21a"
                                                            }
                                                            
                                                            .fa-user-secret:before {
                                                                content: "\f21b"
                                                            }
                                                            
                                                            .fa-motorcycle:before {
                                                                content: "\f21c"
                                                            }
                                                            
                                                            .fa-street-view:before {
                                                                content: "\f21d"
                                                            }
                                                            
                                                            .fa-heartbeat:before {
                                                                content: "\f21e"
                                                            }
                                                            
                                                            .fa-venus:before {
                                                                content: "\f221"
                                                            }
                                                            
                                                            .fa-mars:before {
                                                                content: "\f222"
                                                            }
                                                            
                                                            .fa-mercury:before {
                                                                content: "\f223"
                                                            }
                                                            
                                                            .fa-intersex:before,
                                                            .fa-transgender:before {
                                                                content: "\f224"
                                                            }
                                                            
                                                            .fa-transgender-alt:before {
                                                                content: "\f225"
                                                            }
                                                            
                                                            .fa-venus-double:before {
                                                                content: "\f226"
                                                            }
                                                            
                                                            .fa-mars-double:before {
                                                                content: "\f227"
                                                            }
                                                            
                                                            .fa-venus-mars:before {
                                                                content: "\f228"
                                                            }
                                                            
                                                            .fa-mars-stroke:before {
                                                                content: "\f229"
                                                            }
                                                            
                                                            .fa-mars-stroke-v:before {
                                                                content: "\f22a"
                                                            }
                                                            
                                                            .fa-mars-stroke-h:before {
                                                                content: "\f22b"
                                                            }
                                                            
                                                            .fa-neuter:before {
                                                                content: "\f22c"
                                                            }
                                                            
                                                            .fa-genderless:before {
                                                                content: "\f22d"
                                                            }
                                                            
                                                            .fa-facebook-official:before {
                                                                content: "\f230"
                                                            }
                                                            
                                                            .fa-pinterest-p:before {
                                                                content: "\f231"
                                                            }
                                                            
                                                            .fa-whatsapp:before {
                                                                content: "\f232"
                                                            }
                                                            
                                                            .fa-server:before {
                                                                content: "\f233"
                                                            }
                                                            
                                                            .fa-user-plus:before {
                                                                content: "\f234"
                                                            }
                                                            
                                                            .fa-user-times:before {
                                                                content: "\f235"
                                                            }
                                                            
                                                            .fa-hotel:before,
                                                            .fa-bed:before {
                                                                content: "\f236"
                                                            }
                                                            
                                                            .fa-viacoin:before {
                                                                content: "\f237"
                                                            }
                                                            
                                                            .fa-train:before {
                                                                content: "\f238"
                                                            }
                                                            
                                                            .fa-subway:before {
                                                                content: "\f239"
                                                            }
                                                            
                                                            .fa-medium:before {
                                                                content: "\f23a"
                                                            }
                                                            
                                                            .fa-yc:before,
                                                            .fa-y-combinator:before {
                                                                content: "\f23b"
                                                            }
                                                            
                                                            .fa-optin-monster:before {
                                                                content: "\f23c"
                                                            }
                                                            
                                                            .fa-opencart:before {
                                                                content: "\f23d"
                                                            }
                                                            
                                                            .fa-expeditedssl:before {
                                                                content: "\f23e"
                                                            }
                                                            
                                                            .fa-battery-4:before,
                                                            .fa-battery-full:before {
                                                                content: "\f240"
                                                            }
                                                            
                                                            .fa-battery-3:before,
                                                            .fa-battery-three-quarters:before {
                                                                content: "\f241"
                                                            }
                                                            
                                                            .fa-battery-2:before,
                                                            .fa-battery-half:before {
                                                                content: "\f242"
                                                            }
                                                            
                                                            .fa-battery-1:before,
                                                            .fa-battery-quarter:before {
                                                                content: "\f243"
                                                            }
                                                            
                                                            .fa-battery-0:before,
                                                            .fa-battery-empty:before {
                                                                content: "\f244"
                                                            }
                                                            
                                                            .fa-mouse-pointer:before {
                                                                content: "\f245"
                                                            }
                                                            
                                                            .fa-i-cursor:before {
                                                                content: "\f246"
                                                            }
                                                            
                                                            .fa-object-group:before {
                                                                content: "\f247"
                                                            }
                                                            
                                                            .fa-object-ungroup:before {
                                                                content: "\f248"
                                                            }
                                                            
                                                            .fa-sticky-note:before {
                                                                content: "\f249"
                                                            }
                                                            
                                                            .fa-sticky-note-o:before {
                                                                content: "\f24a"
                                                            }
                                                            
                                                            .fa-cc-jcb:before {
                                                                content: "\f24b"
                                                            }
                                                            
                                                            .fa-cc-diners-club:before {
                                                                content: "\f24c"
                                                            }
                                                            
                                                            .fa-clone:before {
                                                                content: "\f24d"
                                                            }
                                                            
                                                            .fa-balance-scale:before {
                                                                content: "\f24e"
                                                            }
                                                            
                                                            .fa-hourglass-o:before {
                                                                content: "\f250"
                                                            }
                                                            
                                                            .fa-hourglass-1:before,
                                                            .fa-hourglass-start:before {
                                                                content: "\f251"
                                                            }
                                                            
                                                            .fa-hourglass-2:before,
                                                            .fa-hourglass-half:before {
                                                                content: "\f252"
                                                            }
                                                            
                                                            .fa-hourglass-3:before,
                                                            .fa-hourglass-end:before {
                                                                content: "\f253"
                                                            }
                                                            
                                                            .fa-hourglass:before {
                                                                content: "\f254"
                                                            }
                                                            
                                                            .fa-hand-grab-o:before,
                                                            .fa-hand-rock-o:before {
                                                                content: "\f255"
                                                            }
                                                            
                                                            .fa-hand-stop-o:before,
                                                            .fa-hand-paper-o:before {
                                                                content: "\f256"
                                                            }
                                                            
                                                            .fa-hand-scissors-o:before {
                                                                content: "\f257"
                                                            }
                                                            
                                                            .fa-hand-lizard-o:before {
                                                                content: "\f258"
                                                            }
                                                            
                                                            .fa-hand-spock-o:before {
                                                                content: "\f259"
                                                            }
                                                            
                                                            .fa-hand-pointer-o:before {
                                                                content: "\f25a"
                                                            }
                                                            
                                                            .fa-hand-peace-o:before {
                                                                content: "\f25b"
                                                            }
                                                            
                                                            .fa-trademark:before {
                                                                content: "\f25c"
                                                            }
                                                            
                                                            .fa-registered:before {
                                                                content: "\f25d"
                                                            }
                                                            
                                                            .fa-creative-commons:before {
                                                                content: "\f25e"
                                                            }
                                                            
                                                            .fa-gg:before {
                                                                content: "\f260"
                                                            }
                                                            
                                                            .fa-gg-circle:before {
                                                                content: "\f261"
                                                            }
                                                            
                                                            .fa-tripadvisor:before {
                                                                content: "\f262"
                                                            }
                                                            
                                                            .fa-odnoklassniki:before {
                                                                content: "\f263"
                                                            }
                                                            
                                                            .fa-odnoklassniki-square:before {
                                                                content: "\f264"
                                                            }
                                                            
                                                            .fa-get-pocket:before {
                                                                content: "\f265"
                                                            }
                                                            
                                                            .fa-wikipedia-w:before {
                                                                content: "\f266"
                                                            }
                                                            
                                                            .fa-safari:before {
                                                                content: "\f267"
                                                            }
                                                            
                                                            .fa-chrome:before {
                                                                content: "\f268"
                                                            }
                                                            
                                                            .fa-firefox:before {
                                                                content: "\f269"
                                                            }
                                                            
                                                            .fa-opera:before {
                                                                content: "\f26a"
                                                            }
                                                            
                                                            .fa-internet-explorer:before {
                                                                content: "\f26b"
                                                            }
                                                            
                                                            .fa-tv:before,
                                                            .fa-television:before {
                                                                content: "\f26c"
                                                            }
                                                            
                                                            .fa-contao:before {
                                                                content: "\f26d"
                                                            }
                                                            
                                                            .fa-500px:before {
                                                                content: "\f26e"
                                                            }
                                                            
                                                            .fa-amazon:before {
                                                                content: "\f270"
                                                            }
                                                            
                                                            .fa-calendar-plus-o:before {
                                                                content: "\f271"
                                                            }
                                                            
                                                            .fa-calendar-minus-o:before {
                                                                content: "\f272"
                                                            }
                                                            
                                                            .fa-calendar-times-o:before {
                                                                content: "\f273"
                                                            }
                                                            
                                                            .fa-calendar-check-o:before {
                                                                content: "\f274"
                                                            }
                                                            
                                                            .fa-industry:before {
                                                                content: "\f275"
                                                            }
                                                            
                                                            .fa-map-pin:before {
                                                                content: "\f276"
                                                            }
                                                            
                                                            .fa-map-signs:before {
                                                                content: "\f277"
                                                            }
                                                            
                                                            .fa-map-o:before {
                                                                content: "\f278"
                                                            }
                                                            
                                                            .fa-map:before {
                                                                content: "\f279"
                                                            }
                                                            
                                                            .fa-commenting:before {
                                                                content: "\f27a"
                                                            }
                                                            
                                                            .fa-commenting-o:before {
                                                                content: "\f27b"
                                                            }
                                                            
                                                            .fa-houzz:before {
                                                                content: "\f27c"
                                                            }
                                                            
                                                            .fa-vimeo:before {
                                                                content: "\f27d"
                                                            }
                                                            
                                                            .fa-black-tie:before {
                                                                content: "\f27e"
                                                            }
                                                            
                                                            .fa-fonticons:before {
                                                                content: "\f280"
                                                            }
                                                            
                                                            .fa-reddit-alien:before {
                                                                content: "\f281"
                                                            }
                                                            
                                                            .fa-edge:before {
                                                                content: "\f282"
                                                            }
                                                            
                                                            .fa-credit-card-alt:before {
                                                                content: "\f283"
                                                            }
                                                            
                                                            .fa-codiepie:before {
                                                                content: "\f284"
                                                            }
                                                            
                                                            .fa-modx:before {
                                                                content: "\f285"
                                                            }
                                                            
                                                            .fa-fort-awesome:before {
                                                                content: "\f286"
                                                            }
                                                            
                                                            .fa-usb:before {
                                                                content: "\f287"
                                                            }
                                                            
                                                            .fa-product-hunt:before {
                                                                content: "\f288"
                                                            }
                                                            
                                                            .fa-mixcloud:before {
                                                                content: "\f289"
                                                            }
                                                            
                                                            .fa-scribd:before {
                                                                content: "\f28a"
                                                            }
                                                            
                                                            .fa-pause-circle:before {
                                                                content: "\f28b"
                                                            }
                                                            
                                                            .fa-pause-circle-o:before {
                                                                content: "\f28c"
                                                            }
                                                            
                                                            .fa-stop-circle:before {
                                                                content: "\f28d"
                                                            }
                                                            
                                                            .fa-stop-circle-o:before {
                                                                content: "\f28e"
                                                            }
                                                            
                                                            .fa-shopping-bag:before {
                                                                content: "\f290"
                                                            }
                                                            
                                                            .fa-shopping-basket:before {
                                                                content: "\f291"
                                                            }
                                                            
                                                            .fa-hashtag:before {
                                                                content: "\f292"
                                                            }
                                                            
                                                            .fa-bluetooth:before {
                                                                content: "\f293"
                                                            }
                                                            
                                                            .fa-bluetooth-b:before {
                                                                content: "\f294"
                                                            }
                                                            
                                                            .fa-percent:before {
                                                                content: "\f295"
                                                            }
                                                            
                                                            .fa-gitlab:before {
                                                                content: "\f296"
                                                            }
                                                            
                                                            .fa-wpbeginner:before {
                                                                content: "\f297"
                                                            }
                                                            
                                                            .fa-wpforms:before {
                                                                content: "\f298"
                                                            }
                                                            
                                                            .fa-envira:before {
                                                                content: "\f299"
                                                            }
                                                            
                                                            .fa-universal-access:before {
                                                                content: "\f29a"
                                                            }
                                                            
                                                            .fa-wheelchair-alt:before {
                                                                content: "\f29b"
                                                            }
                                                            
                                                            .fa-question-circle-o:before {
                                                                content: "\f29c"
                                                            }
                                                            
                                                            .fa-blind:before {
                                                                content: "\f29d"
                                                            }
                                                            
                                                            .fa-audio-description:before {
                                                                content: "\f29e"
                                                            }
                                                            
                                                            .fa-volume-control-phone:before {
                                                                content: "\f2a0"
                                                            }
                                                            
                                                            .fa-braille:before {
                                                                content: "\f2a1"
                                                            }
                                                            
                                                            .fa-assistive-listening-systems:before {
                                                                content: "\f2a2"
                                                            }
                                                            
                                                            .fa-asl-interpreting:before,
                                                            .fa-american-sign-language-interpreting:before {
                                                                content: "\f2a3"
                                                            }
                                                            
                                                            .fa-deafness:before,
                                                            .fa-hard-of-hearing:before,
                                                            .fa-deaf:before {
                                                                content: "\f2a4"
                                                            }
                                                            
                                                            .fa-glide:before {
                                                                content: "\f2a5"
                                                            }
                                                            
                                                            .fa-glide-g:before {
                                                                content: "\f2a6"
                                                            }
                                                            
                                                            .fa-signing:before,
                                                            .fa-sign-language:before {
                                                                content: "\f2a7"
                                                            }
                                                            
                                                            .fa-low-vision:before {
                                                                content: "\f2a8"
                                                            }
                                                            
                                                            .fa-viadeo:before {
                                                                content: "\f2a9"
                                                            }
                                                            
                                                            .fa-viadeo-square:before {
                                                                content: "\f2aa"
                                                            }
                                                            
                                                            .fa-snapchat:before {
                                                                content: "\f2ab"
                                                            }
                                                            
                                                            .fa-snapchat-ghost:before {
                                                                content: "\f2ac"
                                                            }
                                                            
                                                            .fa-snapchat-square:before {
                                                                content: "\f2ad"
                                                            }
                                                            
                                                            .sr-only {
                                                                position: absolute;
                                                                width: 1px;
                                                                height: 1px;
                                                                padding: 0;
                                                                margin: -1px;
                                                                overflow: hidden;
                                                                clip: rect(0, 0, 0, 0);
                                                                border: 0
                                                            }
                                                            
                                                            .sr-only-focusable:active,
                                                            .sr-only-focusable:focus {
                                                                position: static;
                                                                width: auto;
                                                                height: auto;
                                                                margin: 0;
                                                                overflow: visible;
                                                                clip: auto
                                                            }
                                                            
                                                            .master-slider {
                                                                position: relative;
                                                                visibility: hidden;
                                                                -moz-transform: translate3d(0, 0, 0)
                                                            }
                                                            
                                                            .master-slider a {
                                                                -webkit-transition: none;
                                                                -o-transition: none;
                                                                transition: none
                                                            }
                                                            
                                                            .master-slider,
                                                            .master-slider * {
                                                                -webkit-box-sizing: content-box;
                                                                -moz-box-sizing: content-box;
                                                                box-sizing: content-box
                                                            }
                                                            
                                                            .master-slider.ms-fullheight {
                                                                height: 100%
                                                            }
                                                            
                                                            .ms-layout-partialview .ms-view {
                                                                overflow: visible;
                                                                background-color: transparent
                                                            }
                                                            
                                                            .ms-layout-partialview .ms-container {
                                                                overflow: hidden
                                                            }
                                                            
                                                            .master-slider img,
                                                            .ms-slide-bgvideocont video {
                                                                max-width: none
                                                            }
                                                            
                                                            .ms-ie img {
                                                                border: none
                                                            }
                                                            
                                                            .ms-moz .ms-slide-bgcont>img {
                                                                transform: translateX(0px)
                                                            }
                                                            
                                                            .ms-loading-container {
                                                                position: absolute;
                                                                width: 100%;
                                                                top: 0
                                                            }
                                                            
                                                            .ms-slide-auto-height {
                                                                display: table
                                                            }
                                                            
                                                            .ms-loading-container .ms-loading,
                                                            .ms-slide .ms-slide-loading {
                                                                width: 36px;
                                                                height: 36px;
                                                                background: url("../images/loading.gif") no-repeat center white;
                                                                border-radius: 60px;
                                                                box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
                                                                position: absolute;
                                                                left: 50%;
                                                                top: 50%;
                                                                margin: -18px;
                                                                opacity: 0.9
                                                            }
                                                            
                                                            .ms-no-swipe,
                                                            .ms-def-cursor {
                                                                cursor: auto !important
                                                            }
                                                            
                                                            .ms-grab-cursor {
                                                                cursor: url("../images/grab.png"), move
                                                            }
                                                            
                                                            .ms-grabbing-cursor {
                                                                cursor: url("../images/grabbing.png"), move
                                                            }
                                                            
                                                            .ms-ie .ms-grab-cursor {
                                                                cursor: move
                                                            }
                                                            
                                                            .ms-ie .ms-grabbing-cursor {
                                                                cursor: move
                                                            }
                                                            
                                                            .ms-view {
                                                                margin: 0 auto;
                                                                overflow: hidden;
                                                                background: black;
                                                                position: relative;
                                                                -webkit-perspective: 2000px;
                                                                -moz-perspective: 2000px;
                                                                -ms-perspective: 2000px;
                                                                perspective: 2000px
                                                            }
                                                            
                                                            .ms-view .ms-slide-container {
                                                                position: relative
                                                            }
                                                            
                                                            .ms-slide {
                                                                position: absolute;
                                                                height: 100%;
                                                                -webkit-transform: translateZ(0px);
                                                                -ms-transform: translateZ(0px);
                                                                -o-transform: translateZ(0px);
                                                                transform: translateZ(0px)
                                                            }
                                                            
                                                            .ms-wk .ms-slide {
                                                                -webkit-transform-style: preserve-3d;
                                                                transform-style: preserve-3d
                                                            }
                                                            
                                                            .ms-slide .ms-slide-bgcont,
                                                            .ms-slide .ms-slide-bgvideocont {
                                                                position: absolute;
                                                                overflow: hidden;
                                                                width: 100%
                                                            }
                                                            
                                                            .ms-slide .ms-slide-link {
                                                                display: block;
                                                                width: 100%;
                                                                height: 100%;
                                                                position: absolute;
                                                                top: 0;
                                                                z-index: 110
                                                            }
                                                            
                                                            .ms-ie .ms-slide-link {
                                                                background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat
                                                            }
                                                            
                                                            .ms-slide .ms-slide-bgvideocont {
                                                                z-index: 105;
                                                                height: 100%
                                                            }
                                                            
                                                            .ms-wk .ms-slide .ms-slide-bgvideocont,
                                                            .ms-wk .ms-slide-bgvideocont>video {
                                                                -webkit-transform: translateZ(0.3px);
                                                                transform: translateZ(0.3px)
                                                            }
                                                            
                                                            .ms-slide .ms-slide-bgvideo {
                                                                position: absolute;
                                                                top: 0px
                                                            }
                                                            
                                                            .ms-inner-controls-cont,
                                                            .ms-container {
                                                                position: relative;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .ms-slide .ms-slide-bgcont img,
                                                            .ms-container,
                                                            .ms-inner-controls-cont {
                                                                -webkit-user-select: none;
                                                                -moz-user-select: none;
                                                                -ms-user-select: none;
                                                                user-select: none
                                                            }
                                                            
                                                            .ms-slide .ms-layer,
                                                            .ms-fixed-layers .ms-layer {
                                                                position: absolute;
                                                                pointer-events: auto
                                                            }
                                                            
                                                            .ms-slide .ms-slide-layers,
                                                            .ms-fixed-layers {
                                                                position: absolute;
                                                                overflow: hidden;
                                                                width: 100%;
                                                                height: 100%;
                                                                z-index: 109;
                                                                top: 0px;
                                                                pointer-events: none
                                                            }
                                                            
                                                            .ms-slide .ms-slide-video {
                                                                position: absolute;
                                                                top: 0;
                                                                z-index: 111;
                                                                background: black;
                                                                padding: 0;
                                                                margin: 0;
                                                                border: none
                                                            }
                                                            
                                                            .ms-parallax-layer {
                                                                width: 100%;
                                                                position: absolute;
                                                                top: 0
                                                            }
                                                            
                                                            .ms-scroll-parallax-cont {
                                                                position: absolute;
                                                                top: 0;
                                                                width: 100%;
                                                                height: 100%
                                                            }
                                                            
                                                            .ms-wk .ms-scroll-parallax-cont {
                                                                -webkit-transform: translateZ(0.4px);
                                                                transform: translateZ(0.4px)
                                                            }
                                                            
                                                            .ms-action-layer {
                                                                cursor: pointer
                                                            }
                                                            
                                                            .ms-slide .caption {
                                                                display: block;
                                                                position: absolute;
                                                                bottom: 0;
                                                                background: rgba(0, 0, 0, 0.5);
                                                                color: #FFF;
                                                                z-index: 100;
                                                                font-size: 13px;
                                                                line-height: 40px;
                                                                padding: 1px 20px 0;
                                                                width: 100%;
                                                                font-weight: 700;
                                                                text-transform: uppercase;
                                                                letter-spacing: 1px;
                                                                height: 39px;
                                                                box-sizing: border-box
                                                            }
                                                            
                                                            .ms-layer.video-box {
                                                                background: black
                                                            }
                                                            
                                                            .ms-layer.video-box iframe {
                                                                padding: 0;
                                                                margin: 0;
                                                                border: none;
                                                                position: absolute;
                                                                z-index: 111
                                                            }
                                                            
                                                            .ms-slide .ms-slide-vpbtn,
                                                            .ms-slide .ms-video-btn {
                                                                position: absolute;
                                                                cursor: pointer;
                                                                z-index: 112
                                                            }
                                                            
                                                            .ms-slide .ms-slide-vcbtn {
                                                                position: absolute;
                                                                cursor: pointer;
                                                                z-index: 113
                                                            }
                                                            
                                                            .ms-slide-vcbtn-mobile {
                                                                position: relative;
                                                                bottom: 0;
                                                                left: 0;
                                                                width: 100%;
                                                                height: 28px;
                                                                background-color: black;
                                                                color: white;
                                                                text-align: center;
                                                                cursor: pointer;
                                                                z-index: 113
                                                            }
                                                            
                                                            .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
                                                                text-transform: uppercase;
                                                                font-family: sans-serif;
                                                                font-size: 0.75em;
                                                                display: inline-block;
                                                                background: url("/wp-content/themes/machine-solutions/images/video-close-btn.png") no-repeat 0px 3px;
                                                                padding-left: 15px;
                                                                height: 15px;
                                                                color: #DBDBDB;
                                                                margin-top: 7px
                                                            }
                                                            
                                                            .ms-wk .ms-slide .ms-slide-vcbtn,
                                                            .ms-wk .ms-slide .ms-slide-layers,
                                                            .ms-wk .ms-slide .ms-slide-vpbtn,
                                                            .ms-wk .ms-slide .ms-slide-video,
                                                            .ms-wk .ms-slide-link {
                                                                -webkit-transform: translateZ(0.44px);
                                                                transform: translateZ(0.44px)
                                                            }
                                                            
                                                            .ms-video-img {
                                                                position: absolute;
                                                                width: 100%;
                                                                height: 100%;
                                                                top: 0;
                                                                left: 0
                                                            }
                                                            
                                                            .ms-mask-frame {
                                                                overflow: hidden;
                                                                position: absolute;
                                                                float: left
                                                            }
                                                            
                                                            .ms-thumb-list {
                                                                overflow: hidden;
                                                                position: absolute
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-h {
                                                                width: 100%
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-v {
                                                                height: 100%;
                                                                top: 0
                                                            }
                                                            
                                                            .ms-thumbs-cont {
                                                                position: relative
                                                            }
                                                            
                                                            .ms-thumb-frame img {
                                                                width: 100%;
                                                                height: auto
                                                            }
                                                            
                                                            .ms-thumb-frame {
                                                                cursor: pointer;
                                                                float: left;
                                                                overflow: hidden;
                                                                opacity: 1;
                                                                -webkit-transition: opacity 300ms;
                                                                -moz-transition: opacity 300ms;
                                                                -ms-transition: opacity 300ms;
                                                                -o-transition: opacity 300ms;
                                                                transition: opacity 300ms
                                                            }
                                                            
                                                            .ms-thumb-frame-selected {
                                                                opacity: 1
                                                            }
                                                            
                                                            .ms-tabs .ms-thumb-frame {
                                                                background-color: #F6f6f6;
                                                                text-shadow: 0 1px 1px white;
                                                                color: #222;
                                                                border: solid 1px white;
                                                                border-width: 0 1px 1px 0;
                                                                overflow: visible;
                                                                position: relative;
                                                                opacity: 1;
                                                                -webkit-transition: all 300ms ease-out;
                                                                -moz-transition: all 300ms ease-out;
                                                                -ms-transition: all 300ms ease-out;
                                                                -o-transition: all 300ms ease-out;
                                                                transition: all 300ms ease-out
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h .ms-thumb-frame {
                                                                margin-top: 12px
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-v .ms-thumb-frame {
                                                                margin-left: 12px
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
                                                                margin-left: 0
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h.ms-align-top {
                                                                z-index: 140
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
                                                                margin-top: -12px
                                                            }
                                                            
                                                            .ms-tabs .ms-thumb {
                                                                padding: 20px 20px
                                                            }
                                                            
                                                            .ms-tabs .ms-thumb-frame-selected {
                                                                opacity: 1;
                                                                background: #EDEDED
                                                            }
                                                            
                                                            .ms-tabs .ms-thumb-frame .ms-thumb-ol {
                                                                position: absolute;
                                                                opacity: 0;
                                                                -webkit-transition: all 300ms ease-out;
                                                                -moz-transition: all 300ms ease-out;
                                                                -ms-transition: all 300ms ease-out;
                                                                -o-transition: all 300ms ease-out;
                                                                transition: all 300ms ease-out
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
                                                                top: 0px;
                                                                left: 50%;
                                                                margin-left: -12px;
                                                                border-bottom: solid 12px #F6f6f6;
                                                                border-left: solid 12px transparent;
                                                                border-right: solid 12px transparent
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
                                                                opacity: 1;
                                                                top: -12px;
                                                                border-bottom-color: #EDEDED
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
                                                                bottom: 0px;
                                                                top: auto;
                                                                border-bottom: 0px;
                                                                border-top: solid 12px #F6f6f6
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
                                                                opacity: 1;
                                                                bottom: -12px;
                                                                border-top-color: #EDEDED
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
                                                                top: 50%;
                                                                left: 0;
                                                                margin-top: -12px;
                                                                border-right: solid 12px #EDEDED;
                                                                border-top: solid 12px transparent;
                                                                border-bottom: solid 12px transparent
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
                                                                opacity: 1;
                                                                left: -12px;
                                                                border-right-color: #EDEDED
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
                                                                left: auto;
                                                                right: 0;
                                                                border-right: 0;
                                                                border-left: solid 12px #EDEDED
                                                            }
                                                            
                                                            .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
                                                                opacity: 1;
                                                                right: -12px;
                                                                border-left-color: #EDEDED
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-h .ms-thumblist-fwd,
                                                            .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
                                                                height: 100%;
                                                                width: 20px;
                                                                position: absolute;
                                                                left: 0;
                                                                cursor: pointer;
                                                                background: rgba(128, 128, 128, 0.5);
                                                                text-align: center;
                                                                color: white
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
                                                                right: 0;
                                                                left: auto
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after,
                                                            .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
                                                                content: close-quote;
                                                                top: 43%;
                                                                position: relative;
                                                                border: solid rgba(0, 0, 0, 0);
                                                                border-width: 5px 5px 5px 0px;
                                                                display: block;
                                                                border-right-color: #FFF;
                                                                width: 6px;
                                                                height: 1px
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
                                                                border-width: 5px 0px 5px 5px;
                                                                border-left-color: #FFF;
                                                                left: 7px
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-v .ms-thumblist-fwd,
                                                            .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
                                                                width: 100%;
                                                                height: 20px;
                                                                position: absolute;
                                                                top: 0;
                                                                cursor: pointer;
                                                                background: rgba(128, 128, 128, 0.5);
                                                                text-align: center;
                                                                color: white
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
                                                                bottom: 0;
                                                                top: auto
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after,
                                                            .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
                                                                content: close-quote;
                                                                left: 43%;
                                                                position: relative;
                                                                border: solid rgba(0, 0, 0, 0);
                                                                border-width: 0px 5px 5px 5px;
                                                                display: block;
                                                                border-bottom-color: #FFF;
                                                                height: 1px;
                                                                top: 5px;
                                                                width: 0
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
                                                                border-width: 5px 5px 0px 5px;
                                                                border-top-color: #FFF;
                                                                top: 7px
                                                            }
                                                            
                                                            .ms-bullet {
                                                                cursor: pointer;
                                                                float: left
                                                            }
                                                            
                                                            .ms-bullets.ms-dir-h {
                                                                position: absolute;
                                                                bottom: 20px;
                                                                right: 50%;
                                                                width: 100px
                                                            }
                                                            
                                                            .ms-bullets.ms-dir-v {
                                                                position: absolute;
                                                                top: 50%
                                                            }
                                                            
                                                            .ms-bullets.ms-dir-v .ms-bullet {
                                                                float: none
                                                            }
                                                            
                                                            .ms-bullets.ms-dir-h .ms-bullets-count {
                                                                position: relative;
                                                                right: -50%
                                                            }
                                                            
                                                            .ms-sbar {
                                                                position: absolute
                                                            }
                                                            
                                                            .ms-sbar.ms-dir-h {
                                                                left: 10px;
                                                                right: 10px;
                                                                top: 5px
                                                            }
                                                            
                                                            .ms-sbar.ms-dir-v {
                                                                top: 10px;
                                                                bottom: 10px;
                                                                right: 5px
                                                            }
                                                            
                                                            .ms-sbar .ms-bar {
                                                                height: 4px;
                                                                background: #333;
                                                                border-radius: 4px
                                                            }
                                                            
                                                            .ms-sbar.ms-dir-v .ms-bar {
                                                                width: 4px
                                                            }
                                                            
                                                            .ms-sbar .ms-bar {
                                                                position: relative;
                                                                -webkit-transition: opacity 300ms;
                                                                -moz-transition: opacity 300ms;
                                                                -ms-transition: opacity 300ms;
                                                                -o-transition: opacity 300ms;
                                                                transition: opacity 300ms
                                                            }
                                                            
                                                            .ms-timerbar {
                                                                width: 100%;
                                                                bottom: 0px;
                                                                position: absolute
                                                            }
                                                            
                                                            .ms-ctimer {
                                                                position: absolute;
                                                                top: 30px;
                                                                left: 30px;
                                                                cursor: pointer
                                                            }
                                                            
                                                            .ms-time-bar {
                                                                -webkit-transition: width 120ms linear;
                                                                -moz-transition: width 120ms linear;
                                                                -ms-transition: width 120ms linear;
                                                                -o-transition: width 120ms linear;
                                                                transition: width 120ms linear
                                                            }
                                                            
                                                            .ms-ie7 .ms-tooltip-arrow {
                                                                height: 0px
                                                            }
                                                            
                                                            .ms-slide-info {
                                                                position: absolute
                                                            }
                                                            
                                                            .ms-slide-info.ms-dir-v {
                                                                top: 0
                                                            }
                                                            
                                                            .ms-slide-info.ms-dir-h {
                                                                width: 100%
                                                            }
                                                            
                                                            @keyframes point-anim {
                                                                0% {
                                                                    transform: scale(0.5);
                                                                    -webkit-transform: scale(0.5);
                                                                    -moz-transform: scale(0.5);
                                                                    -o-transform: scale(0.5);
                                                                    -ms-transform: scale(0.5);
                                                                    opacity: 1
                                                                }
                                                                100% {
                                                                    transform: scale(0.5);
                                                                    -webkit-transform: scale(0.5);
                                                                    -moz-transform: scale(1.5);
                                                                    -o-transform: scale(1.5);
                                                                    -ms-transform: scale(1.5);
                                                                    opacity: 0
                                                                }
                                                            }
                                                            
                                                            @-webkit-keyframes point-anim {
                                                                0% {
                                                                    -webkit-transform: scale(0.5);
                                                                    opacity: 1
                                                                }
                                                                100% {
                                                                    -webkit-transform: scale(1.5);
                                                                    opacity: 0
                                                                }
                                                            }
                                                            
                                                            .ms-android .ms-tooltip-point .ms-point-border {
                                                                animation: none;
                                                                -moz-animation: none;
                                                                -webkit-animation: none;
                                                                -o-animation: none
                                                            }
                                                            
                                                            .ms-skin-default .ms-slide .ms-slide-vpbtn,
                                                            .ms-skin-default .ms-video-btn {
                                                                width: 50px;
                                                                height: 51px;
                                                                background: url("../images/light-skin-5.png") no-repeat -14px -150px;
                                                                top: 50%;
                                                                left: 50%;
                                                                margin: -25px 0 0 -25px
                                                            }
                                                            
                                                            .ms-skin-default .ms-slide .ms-slide-vcbtn {
                                                                width: 30px;
                                                                height: 30px;
                                                                background: url("../images/light-skin-5.png") no-repeat -24px -28px;
                                                                top: 18px;
                                                                right: 30px
                                                            }
                                                            
                                                            .ms-skin-default .ms-nav-next,
                                                            .ms-skin-default .ms-nav-prev {
                                                                width: 30px;
                                                                background: url("../images/light-skin-5.png");
                                                                background-position: -89px -26px;
                                                                height: 40px;
                                                                cursor: pointer;
                                                                top: 50%;
                                                                left: 30px;
                                                                margin-top: -20px;
                                                                position: absolute;
                                                                z-index: 110
                                                            }
                                                            
                                                            .ms-skin-default .ms-nav-next {
                                                                right: 30px;
                                                                left: auto;
                                                                background-position: -89px -103px
                                                            }
                                                            
                                                            .ms-skin-default .ms-bullet {
                                                                width: 10px;
                                                                height: 10px;
                                                                background: url("../images/light-skin-5.png") no-repeat;
                                                                margin: 4px;
                                                                background-position: -34px -117px
                                                            }
                                                            
                                                            .ms-skin-default .ms-bullet-selected {
                                                                background-position: -34px -84px
                                                            }
                                                            
                                                            .ms-skin-default .ms-time-bar {
                                                                height: 3px;
                                                                background: #FFFFFF;
                                                                border-top: solid 1px rgba(0, 0, 0, 0.41)
                                                            }
                                                            
                                                            @media only screen and (-webkit-min-device-pixel-ratio: 2),
                                                            only screen and (min--moz-device-pixel-ratio: 2),
                                                            only screen and (-o-min-device-pixel-ratio: 2/1),
                                                            only screen and (min-device-pixel-ratio: 2),
                                                            only screen and (min-resolution: 192dpi),
                                                            only screen and (min-resolution: 2dppx) {
                                                                .ms-skin-default .ms-slide .ms-slide-vpbtn,
                                                                .ms-skin-default .ms-video-btn,
                                                                .ms-skin-default .ms-slide .ms-slide-vcbtn,
                                                                .ms-skin-default .ms-nav-next,
                                                                .ms-skin-default .ms-nav-prev,
                                                                .ms-skin-default .ms-bullet {
                                                                    background-image: url("/wp-content/themes/machine-solutions/images/light-skin-5-retina.png");
                                                                    background-size: 152px 225px
                                                                }
                                                            }
                                                            
                                                            .ms-videogallery-template {
                                                                padding-bottom: 140px;
                                                                max-width: 850px;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .ms-videogallery-template.ms-videogallery-vertical-template {
                                                                max-width: 861px;
                                                                padding-right: 290px;
                                                                padding-bottom: 0 !important;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-layer {
                                                                font-family: 'Khula', sans-serif
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-layer.video-title {
                                                                font-weight: 300;
                                                                background: #1F1F1F;
                                                                color: white;
                                                                padding: 11px;
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-layer.video-author {
                                                                background: #FFFFFF;
                                                                padding: 4px 10px;
                                                                font-size: 14px
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-list.ms-dir-h {
                                                                bottom: auto;
                                                                height: auto;
                                                                width: 100%
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-list.ms-dir-v {
                                                                height: 100%;
                                                                width: 280px;
                                                                right: -290px;
                                                                top: 0
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-frame {
                                                                cursor: pointer;
                                                                float: left;
                                                                text-shadow: 0 1px 1px white;
                                                                color: #222;
                                                                font-weight: 300;
                                                                position: relative;
                                                                overflow: visible;
                                                                -webkit-transition: all 300ms ease-out;
                                                                -moz-transition: all 300ms ease-out;
                                                                -ms-transition: all 300ms ease-out;
                                                                -o-transition: all 300ms ease-out;
                                                                transition: all 300ms ease-out
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
                                                                width: 214px;
                                                                height: auto;
                                                                margin: 10px 10px 0 0
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
                                                                width: 280px;
                                                                height: 78px;
                                                                margin-bottom: 10px
                                                            }
                                                            
                                                            .ms-thumb-list.ms-dir-v .ms-thumb-frame img {
                                                                width: 140px;
                                                                float: left
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb {
                                                                text-align: center
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-frame h3 {
                                                                font-weight: 400;
                                                                font-size: 10pt;
                                                                margin: 10px 0 0 0;
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-frame p {
                                                                font-size: 10pt;
                                                                margin: 4px 0
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-frame-selected {
                                                                opacity: 1
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-frame-selected .ms-thumb-ol {
                                                                opacity: 0
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-ie7 .ms-thumb-ol,
                                                            .ms-videogallery-template .ms-ie8 .ms-thumb-ol {
                                                                display: none
                                                            }
                                                            
                                                            .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
                                                                float: left;
                                                                height: 68px;
                                                                width: 100px;
                                                                margin: 0 10px;
                                                                text-align: left
                                                            }
                                                            
                                                            @media (max-width: 600px) {
                                                                .ms-videogallery-template {
                                                                    padding-bottom: 135px
                                                                }
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
                                                                    width: 100px
                                                                }
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-ol {
                                                                    width: 100px;
                                                                    height: 56px
                                                                }
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
                                                                    width: 240px;
                                                                    height: 58px
                                                                }
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame img {
                                                                    width: 100px
                                                                }
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
                                                                    width: 100px;
                                                                    height: 56px
                                                                }
                                                                .ms-videogallery-template.ms-videogallery-vertical-template {
                                                                    padding-right: 250px
                                                                }
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-v {
                                                                    width: 240px;
                                                                    right: -250px
                                                                }
                                                            }
                                                            
                                                            @media (max-width: 400px) {
                                                                .ms-videogallery-template .ms-thumb-list.ms-dir-v {
                                                                    display: none
                                                                }
                                                                .ms-videogallery-template.ms-videogallery-vertical-template {
                                                                    padding-right: 0
                                                                }
                                                            }
                                                            
                                                            ol,
                                                            ul {
                                                                padding: 0 40px 40px 20px
                                                            }
                                                            
                                                            ul.menu {
                                                                list-style-type: none;
                                                                margin: 0
                                                            }
                                                            
                                                            div.last {
                                                                margin-right: 0
                                                            }
                                                            
                                                            article {
                                                                margin-bottom: 60px
                                                            }
                                                            
                                                            .screen-reader-text {
                                                                display: none
                                                            }
                                                            
                                                            .menu li.scroll>a {
                                                                color: #444
                                                            }
                                                            
                                                            aside ul {
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .widget-title {
                                                                margin-bottom: 14px
                                                            }
                                                            
                                                            .content #search {
                                                                float: none;
                                                                clear: both
                                                            }
                                                            
                                                            .date {
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .menu li.current-menu-item>a {
                                                                color: #fff
                                                            }
                                                            
                                                            div.fullwidth input,
                                                            div.fullwidth textarea,
                                                            div.fullwidth select {
                                                                width: 99%
                                                            }
                                                            
                                                            .ms-skin-default .ms-slide .ms-slide-vpbtn,
                                                            .ms-skin-default .ms-video-btn {
                                                                height: 100px;
                                                                left: 50%;
                                                                margin: -50px 0 0 -50px;
                                                                top: 50%;
                                                                width: 100px
                                                            }
                                                            
                                                            .ms-skin-default .ms-slide .ms-slide-vpbtn,
                                                            .ms-skin-default .ms-video-btn {
                                                                background: rgba(0, 0, 0, 0) url("../play-arrow-1.png") no-repeat
                                                            }
                                                            
                                                            input[type="radio"] {
                                                                -webkit-appearance: radio !important;
                                                                box-sizing: border-box;
                                                                width: 30px
                                                            }
                                                            
                                                            .alignleft {
                                                                float: left;
                                                                margin-right: 14px
                                                            }
                                                            
                                                            .alignright {
                                                                float: right;
                                                                margin-left: 14px
                                                            }
                                                            
                                                            .stats-1 {
                                                                width: 100% !important;
                                                                height: auto !important;
                                                                margin: 0 !important
                                                            }
                                                            
                                                            .stats-2 {
                                                                position: relative !important;
                                                                width: 100% !important;
                                                                height: auto !important;
                                                                top: 0px !important;
                                                                left: 0px !important;
                                                                right: auto !important;
                                                                bottom: auto !important;
                                                                margin: 0px !important;
                                                                background-color: transparent !important;
                                                                color: #3156A3 !important;
                                                                border-radius: 0px !important;
                                                                border: 0px none !important;
                                                                opacity: 1 !important;
                                                                font-size: 46px !important;
                                                                font-weight: 400 !important
                                                            }
                                                            
                                                            .stats-3 {
                                                                position: relative !important;
                                                                width: 100% !important;
                                                                height: auto !important;
                                                                top: 0px !important;
                                                                left: 0px !important;
                                                                right: auto !important;
                                                                bottom: auto !important;
                                                                margin: 0px !important;
                                                                background-color: transparent !important;
                                                                color: #666 !important;
                                                                border-radius: 0px !important;
                                                                border: 0px none !important;
                                                                opacity: 1 !important;
                                                                font-size: 14px !important
                                                            }
                                                            
                                                            .stats-4 {
                                                                text-align: center !important;
                                                                margin-top: 5px !important
                                                            }
                                                            
                                                            .alignleft {
                                                                float: left;
                                                                margin-right: 20px
                                                            }
                                                            
                                                            div.clear {
                                                                height: 1px;
                                                                margin-top: -1px;
                                                                display: block;
                                                                clear: both;
                                                                float: none
                                                            }
                                                            
                                                            .search-row {
                                                                padding-top: 0
                                                            }
                                                            
                                                            div.outline a {
                                                                text-transform: uppercase;
                                                                display: inline-block;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                cursor: pointer;
                                                                text-align: center;
                                                                background: rgba(255, 255, 255, 0.1);
                                                                height: 43px;
                                                                padding: 1px 30px 0;
                                                                margin: 2px 2px 4px;
                                                                border: 1px solid rgba(0, 0, 0, 0.1);
                                                                font-size: 12px;
                                                                line-height: 42px;
                                                                font-weight: 700;
                                                                letter-spacing: 2px;
                                                                width: 240px
                                                            }
                                                            
                                                            div.outline a:hover {
                                                                color: #FFF;
                                                                background: #83B348;
                                                                border: 1px solid #83B348
                                                            }
                                                            
                                                            .ms-thumb img {
                                                                height: 67px !important
                                                            }
                                                            
                                                            .search .ms-row h6 {
                                                                max-height: 100px;
                                                                height: 100px
                                                            }
                                                            
                                                            ul.tabs {
                                                                display: flex;
                                                                list-style: none;
                                                                flex-wrap: wrap;
                                                                padding: 0;
                                                                margin: 0
                                                            }
                                                            
                                                            ul.tabs li {
                                                                margin: 0 10px 10px 0;
                                                                background-color: #E7E5E8;
                                                                padding: 8px 12px;
                                                                cursor: pointer
                                                            }
                                                            
                                                            ul.tabs li:last-child {
                                                                margin-right: 0
                                                            }
                                                            
                                                            ul.tabs li:hover {
                                                                background-color: #d6d6d6
                                                            }
                                                            
                                                            ul.tabs li.current {
                                                                background-color: #3156A3;
                                                                color: #fff
                                                            }
                                                            
                                                            div.tab-content {
                                                                display: none;
                                                                padding: 3rem;
                                                                background-color: #E7E5E8
                                                            }
                                                            
                                                            div.tab-content img {
                                                                width: 48%;
                                                                float: left;
                                                                margin-right: 4%
                                                            }
                                                            
                                                            div.tab-content:after {
                                                                content: "";
                                                                clear: both;
                                                                display: block
                                                            }
                                                            
                                                            div.tab-content.current {
                                                                display: block
                                                            }
                                                            
                                                            @media only screen and (min-width: 1023px) {
                                                                .half {
                                                                    width: 48%;
                                                                    margin-right: 4%
                                                                }
                                                                .half:nth-child(3n+3) {
                                                                    margin-right: 0
                                                                }
                                                                div.third:nth-child(3n+3) {
                                                                    margin-right: 0
                                                                }
                                                                div.fourth:nth-child(4n+4) {
                                                                    margin-right: 0
                                                                }
                                                                div.fourth:last-of-type(2) {
                                                                    margin-right: 0
                                                                }
                                                                .menu li.current-menu-item>a,
                                                                .menu li.current-menu-parent>a {
                                                                    color: #3156A3
                                                                }
                                                                .menu li.inactive>a {
                                                                    color: #444
                                                                }
                                                            }
                                                            
                                                            body.search {
                                                                float: none;
                                                                width: 100%;
                                                                margin-top: 0
                                                            }
                                                            
                                                            .blue h2 {
                                                                color: #fff;
                                                                margin: 5%
                                                            }
                                                            
                                                            .international .third img {
                                                                width: 100%;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .international .ms-row {
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .international img {
                                                                border: 1px solid #e6e6e6
                                                            }
                                                            
                                                            .international h3 {
                                                                margin-bottom: 0;
                                                                padding: 14px 1px 4px;
                                                                height: 60px
                                                            }
                                                            
                                                            .international h3 span {
                                                                font-size: 14px
                                                            }
                                                            
                                                            .international p {
                                                                padding: 10px 1px 12px
                                                            }
                                                            
                                                            .sidebar .button {
                                                                display: block;
                                                                margin: 10px 0;
                                                                background-color: #3156A3;
                                                                border-color: #3156A3
                                                            }
                                                            
                                                            .sidebar .button.active,
                                                            .sidebar .button:hover {
                                                                background-color: #fff;
                                                                border: 1px solid #3156A3;
                                                                color: #3156A3
                                                            }
                                                            
                                                            .tm40 {
                                                                margin-top: 40px
                                                            }
                                                            
                                                            .blue li {
                                                                text-align: left;
                                                                width: 80%;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .text-center {
                                                                text-align: center !important
                                                            }
                                                            
                                                            @media only screen and (min-width: 999px) {
                                                                .blog {
                                                                    float: left;
                                                                    width: 65%
                                                                }
                                                                aside {
                                                                    float: right;
                                                                    width: 30%
                                                                }
                                                                .ms-thumb img {
                                                                    height: 139px !important
                                                                }
                                                            }
                                                            
                                                            @media only screen and (max-width: 1023px) {
                                                                div.tab-content img {
                                                                    width: 100%;
                                                                    float: none;
                                                                    margin-right: 0
                                                                }
                                                            }
                                                            
                                                            @media only screen and (max-width: 998px) {
                                                                a.button {
                                                                    height: auto;
                                                                    padding: 10px 40px 10px;
                                                                    font-size: 13px;
                                                                    line-height: 26px
                                                                }
                                                            }
                                                            
                                                            section.module {
                                                                display: flex;
                                                                flex-direction: row;
                                                                flex-wrap: wrap;
                                                                align-items: stretch;
                                                                padding: 0;
                                                                margin: 0 0 30px 0
                                                            }
                                                            
                                                            section.module div {
                                                                width: 50%;
                                                                align-items: center;
                                                                padding: 30px;
                                                                position: relative
                                                            }
                                                            
                                                            section.module div ul {
                                                                list-style: disc
                                                            }
                                                            
                                                            section.module div h2 {
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            section.module div a.button {
                                                                text-transform: uppercase;
                                                                padding: 18px 30px;
                                                                font-size: 22px;
                                                                height: auto;
                                                                letter-spacing: 0;
                                                                width: 500px;
                                                                line-height: 1;
                                                                left: 50%;
                                                                position: relative;
                                                                transform: translateX(-50%)
                                                            }
                                                            
                                                            .module div h2,
                                                            .module div p {
                                                                color: inherit
                                                            }
                                                            
                                                            .order-1 {
                                                                order: 1
                                                            }
                                                            
                                                            .order-2 {
                                                                order: 2
                                                            }
                                                            
                                                            .bg-blue {
                                                                background-color: #3156A3
                                                            }
                                                            
                                                            .bg-green {
                                                                background-color: #83B348
                                                            }
                                                            
                                                            .module.m2 div:first-child {
                                                                background-color: #83B348 !important;
                                                                color: #fff !important
                                                            }
                                                            
                                                            .module.m2 div:last-child {
                                                                background-color: #3156A3 !important;
                                                                color: #fff !important
                                                            }
                                                            
                                                            .module.m2 div a.button {
                                                                border: 3px solid #fff;
                                                                color: #fff
                                                            }
                                                            
                                                            .m3 a.button,
                                                            .m4 a.button {
                                                                background-color: #83B348;
                                                                color: #fff !important;
                                                                margin: 20px auto
                                                            }
                                                            
                                                            .module.m4 {
                                                                background-color: #e2e0df
                                                            }
                                                            
                                                            .module.m5 {
                                                                color: #fff !important
                                                            }
                                                            
                                                            .m5 a.button {
                                                                background-color: transparent;
                                                                border: 3px solid #fff
                                                            }
                                                            
                                                            .nomb {
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .nomt {
                                                                margin-top: 0
                                                            }
                                                            
                                                            .nopb {
                                                                padding-bottom: 0
                                                            }
                                                            
                                                            .nopt {
                                                                padding-top: 0
                                                            }
                                                            
                                                            .flex {
                                                                display: flex;
                                                                flex-direction: row;
                                                                flex-wrap: nowrap
                                                            }
                                                            
                                                            .flex div {
                                                                width: 50%
                                                            }
                                                            
                                                            .flex-row.ai-stretch {
                                                                align-items: stretch
                                                            }
                                                            
                                                            .video-cats {
                                                                display: flex;
                                                                flex-wrap: wrap;
                                                                justify-content: center;
                                                                margin: 0 0 20px;
                                                                padding: 0;
                                                                list-style: none
                                                            }
                                                            
                                                            .video-cats li {
                                                                margin: 0 4px 10px
                                                            }
                                                            
                                                            .video-cats li a {
                                                                padding: 10px 10px;
                                                                border: 1px solid #3156AC;
                                                                display: block
                                                            }
                                                            
                                                            .video-cats li a.active,
                                                            .video-cats li a:hover {
                                                                background: #3156AC;
                                                                color: #fff
                                                            }
                                                            
                                                            .blue {
                                                                background-color: #3156A3
                                                            }
                                                            
                                                            .green {
                                                                background-color: #83B348
                                                            }
                                                            
                                                            .element-box {
                                                                color: #fff
                                                            }
                                                            
                                                            .element-box div {
                                                                text-align: center
                                                            }
                                                            
                                                            .element-box div:last-child {
                                                                padding: 30px
                                                            }
                                                            
                                                            .element-box div a {
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .element-box h2,
                                                            .element-blue-box p {
                                                                color: #fff
                                                            }
                                                            
                                                            .element-box ul {
                                                                text-align: left
                                                            }
                                                            
                                                            .element-box ul li {
                                                                width: 80%;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .flex-row {
                                                                width: 100%;
                                                                display: flex;
                                                                flex-direction: row;
                                                                justify-content: space-between;
                                                                flex-wrap: wrap
                                                            }
                                                            
                                                            .flex-row.sb {
                                                                justify-content: space-between
                                                            }
                                                            
                                                            .flex-row .col-3 {
                                                                width: 31%
                                                            }
                                                            
                                                            .flex-row .col-4 {
                                                                width: 22%
                                                            }
                                                            
                                                            .flex-row .col-5 {
                                                                width: 17%
                                                            }
                                                            
                                                            .manual {
                                                                background: #f6f6f6;
                                                                padding: 10px;
                                                                border-radius: 4px;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .manual img {
                                                                height: 200px;
                                                                object-fit: cover
                                                            }
                                                            
                                                            .manual h3 {
                                                                height: 70px;
                                                                margin-top: 10px;
                                                                line-height: 1.2em
                                                            }
                                                            
                                                            .manual .button {
                                                                display: block
                                                            }
                                                            
                                                            .manual .button.disabled,
                                                            .manual .button.disabled:hover {
                                                                background-color: #fff;
                                                                border: 1px solid #c6c6c6;
                                                                color: #999;
                                                                letter-spacing: 1px
                                                            }
                                                            
                                                            .flex-row .col-2 {
                                                                width: 48%;
                                                                padding: 20px
                                                            }
                                                            
                                                            .ms-row {
                                                                display: flex;
                                                                flex-direction: row;
                                                                justify-content: flex-start;
                                                                flex-wrap: wrap
                                                            }
                                                            
                                                            .flex-center {
                                                                justify-content: center
                                                            }
                                                            
                                                            .flex-between {
                                                                justify-content: space-between
                                                            }
                                                            
                                                            .ms-row:after {
                                                                content: none
                                                            }
                                                            
                                                            .brand {
                                                                width: 30%
                                                            }
                                                            
                                                            .mb80 {
                                                                margin-bottom: 80px
                                                            }
                                                            
                                                            .fourth {
                                                                width: 23%;
                                                                margin: 20px 1%
                                                            }
                                                            
                                                            .no-gutter .fourth {
                                                                width: 25%;
                                                                margin: 20px 0
                                                            }
                                                            
                                                            .outline.dark {
                                                                border-color: #222;
                                                                color: #222
                                                            }
                                                            
                                                            .video {
                                                                position: relative;
                                                                padding-bottom: 56.25%;
                                                                padding-top: 25px;
                                                                height: 0
                                                            }
                                                            
                                                            .video iframe,
                                                            .video-4-3 iframe {
                                                                position: absolute;
                                                                top: 0;
                                                                left: 0;
                                                                width: 100%;
                                                                height: 100%
                                                            }
                                                            
                                                            .home-slider {
                                                                background: #f1eaf2;
                                                                background: -moz-linear-gradient(-45deg, #f1eaf2 0%, #f7f7f7 61%, #f1eaf2 100%);
                                                                background: -webkit-linear-gradient(-45deg, #f1eaf2 0%, #f7f7f7 61%, #f1eaf2 100%);
                                                                background: linear-gradient(135deg, #f1eaf2 0%, #f7f7f7 61%, #f1eaf2 100%);
                                                                filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1eaf2', endColorstr='#f1eaf2', GradientType=1)
                                                            }
                                                            
                                                            .home-slider .item {
                                                                display: flex;
                                                                flex-wrap: nowrap;
                                                                flex-direction: row;
                                                                align-items: center;
                                                                justify-content: space-between
                                                            }
                                                            
                                                            .home-slider .item .col-2 {
                                                                width: 50%
                                                            }
                                                            
                                                            .home-slider .owl-stage {
                                                                align-items: center;
                                                                display: flex
                                                            }
                                                            
                                                            .owl-controls {
                                                                display: none !important
                                                            }
                                                            
                                                            .item .col-2 {
                                                                padding: 60px;
                                                                text-align: center;
                                                                flex-direction: row;
                                                                flex-wrap: wrap;
                                                                align-items: center
                                                            }
                                                            
                                                            .item .col-2:last-child {
                                                                padding: 0
                                                            }
                                                            
                                                            .home-slider h3 {
                                                                font-family: 'Tomorrow', sans-serif;
                                                                font-size: 24px;
                                                                font-weight: 500;
                                                                text-align: center
                                                            }
                                                            
                                                            .home-slider p,
                                                            .home-slider ul,
                                                            .home-slider ul li {
                                                                text-align: center
                                                            }
                                                            
                                                            .home-slider .button {
                                                                font-size: 1.2em;
                                                                margin: 10px auto 0;
                                                                font-family: 'Tomorrow', sans-serif;
                                                                font-weight: 500;
                                                                height: auto;
                                                                line-height: 1;
                                                                padding: 10px 40px
                                                            }
                                                            
                                                            .owl-nav {
                                                                position: absolute;
                                                                top: 50%;
                                                                width: 100%
                                                            }
                                                            
                                                            .slider .owl-carousel .owl-nav button.owl-next,
                                                            .slider .owl-carousel .owl-nav button.owl-prev {
                                                                background: black;
                                                                width: 40px;
                                                                height: 40px;
                                                                color: white;
                                                                font-size: 30px;
                                                                opacity: .6
                                                            }
                                                            
                                                            .slider .owl-carousel .owl-nav button.owl-next:hover,
                                                            .slider .owl-carousel .owl-nav button.owl-prev:hover {
                                                                opacity: 1
                                                            }
                                                            
                                                            .owl-carousel .owl-nav .owl-prev {
                                                                position: absolute;
                                                                left: 0
                                                            }
                                                            
                                                            .owl-carousel .owl-nav .owl-next {
                                                                position: absolute;
                                                                right: 0
                                                            }
                                                            
                                                            .owl-carousel .owl-dots {
                                                                display: none
                                                            }
                                                            
                                                            .hero {
                                                                background-color: #000;
                                                                position: relative
                                                            }
                                                            
                                                            .hero img {
                                                                position: relative;
                                                                opacity: .6
                                                            }
                                                            
                                                            .hero .tagline {
                                                                position: absolute;
                                                                z-index: 1;
                                                                width: 100%;
                                                                max-width: 600px;
                                                                left: 50%;
                                                                top: 50%;
                                                                transform: translate(-50%, -40%);
                                                                text-align: center
                                                            }
                                                            
                                                            .tagline h2,
                                                            .tagline p {
                                                                color: #fff
                                                            }
                                                            
                                                            .tagline h2 {
                                                                text-transform: uppercase;
                                                                letter-spacing: 3px;
                                                                line-height: 2rem;
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .tagline a {
                                                                text-transform: uppercase;
                                                                color: #FFF;
                                                                display: inline-block;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                cursor: pointer;
                                                                text-align: center;
                                                                background: rgba(0, 0, 0, 0.2);
                                                                height: 43px;
                                                                padding: 1px 30px 0;
                                                                margin: 2px 2px 4px;
                                                                border: 1px solid rgba(255, 255, 255, 0.5);
                                                                font-size: 12px;
                                                                line-height: 42px;
                                                                font-weight: 700;
                                                                letter-spacing: 2px;
                                                                width: 240px
                                                            }
                                                            
                                                            .tagline a:hover {
                                                                color: #FFF;
                                                                background: #83B348;
                                                                border: 1px solid #83B348
                                                            }
                                                            
                                                            .flex-row {
                                                                width: 100%;
                                                                display: flex;
                                                                flex-direction: row;
                                                                justify-content: space-between;
                                                                align-items: stretch;
                                                                flex-wrap: wrap
                                                            }
                                                            
                                                            .flex-row .col-3 {
                                                                width: 29.33%;
                                                                margin: 2%;
                                                                padding-bottom: 20px;
                                                                border: 1px solid #ebebeb
                                                            }
                                                            
                                                            .flex-row .col-3 p,
                                                            .flex-row .col-3 h3 {
                                                                padding: 0 20px
                                                            }
                                                            
                                                            .flex-row .col-3 a {
                                                                background-color: #000;
                                                                display: block
                                                            }
                                                            
                                                            .flex-row .col-3 img {
                                                                border-bottom: 1px solid #ebebeb
                                                            }
                                                            
                                                            .flex-row .col-3 a:hover img {
                                                                opacity: .7
                                                            }
                                                            
                                                            .flex-row .col-3 h3 {
                                                                margin-top: 20px;
                                                                text-align: center;
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .flex-row .col-3 p {
                                                                text-align: center
                                                            }
                                                            
                                                            .flex-row .col-4 {
                                                                width: 22%;
                                                                padding-bottom: 20px
                                                            }
                                                            
                                                            .flex-row .col-4 p,
                                                            .flex-row .col-4 h3 {
                                                                padding: 0 20px
                                                            }
                                                            
                                                            .flex-row .col-4 a {
                                                                background-color: #000;
                                                                display: block
                                                            }
                                                            
                                                            .flex-row .col-4 a:hover img {
                                                                opacity: .7
                                                            }
                                                            
                                                            .flex-row .col-4 h3 {
                                                                margin-top: 20px;
                                                                text-align: center;
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .flex-row .col-4 p {
                                                                text-align: center
                                                            }
                                                            
                                                            .stats {
                                                                display: flex;
                                                                flex-direction: row;
                                                                align-items: flex-start;
                                                                justify-content: space-between;
                                                                flex-wrap: wrap;
                                                                text-align: center
                                                            }
                                                            
                                                            .stats h4 {
                                                                text-align: center;
                                                                margin-bottom: 8px;
                                                                margin-top: 25px;
                                                                font-size: 16px;
                                                                text-transform: uppercase;
                                                                font-weight: 400
                                                            }
                                                            
                                                            .stats span {
                                                                position: relative;
                                                                width: 100%;
                                                                display: block;
                                                                color: #3156A3;
                                                                border-radius: 0px;
                                                                font-size: 46px;
                                                                font-weight: 400;
                                                                padding: 10px 0
                                                            }
                                                            
                                                            .stats p {
                                                                color: #666666;
                                                                font-size: 14px
                                                            }
                                                            
                                                            .blog {
                                                                padding: 14px
                                                            }
                                                            
                                                            .blog :not(.exhibition) img {
                                                                float: left;
                                                                margin-right: 20px;
                                                                width: 40%
                                                            }
                                                            
                                                            .single :not(.exhibition) img {
                                                                float: none;
                                                                margin-right: 20px;
                                                                width: auto
                                                            }
                                                            
                                                            .blog p {
                                                                line-height: 1.45em
                                                            }
                                                            
                                                            .blog article:after {
                                                                content: "";
                                                                clear: both;
                                                                display: block
                                                            }
                                                            
                                                            .exhibition {
                                                                border: 1px solid #e7e7e7;
                                                                padding: 20px;
                                                                box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
                                                            }
                                                            
                                                            .exhibition img {
                                                                margin: 0 auto 20px auto
                                                            }
                                                            
                                                            .exhibition p,
                                                            .exhibition h2 {
                                                                text-align: center
                                                            }
                                                            
                                                            .spec-form form {
                                                                display: flex;
                                                                flex-direction: row;
                                                                flex-wrap: wrap;
                                                                align-items: flex-start;
                                                                justify-content: space-between;
                                                                margin-bottom: -20px;
                                                                padding-bottom: 0
                                                            }
                                                            
                                                            .spec-form form .col-2,
                                                            .flex-row .col-2 {
                                                                width: 48%
                                                            }
                                                            
                                                            .spec-form .form input.submit {
                                                                padding: 18px 0
                                                            }
                                                            
                                                            .pb0 {
                                                                padding-bottom: 0
                                                            }
                                                            
                                                            .mb-60 {
                                                                margin-bottom: -60px
                                                            }
                                                            
                                                            .wpcf-field-wysiwyg p:last-child {
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .flex-row>h1 {
                                                                width: 100%;
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .news-nav {
                                                                display: flex;
                                                                width: 100%;
                                                                float: none;
                                                                align-items: center;
                                                                padding: 14px
                                                            }
                                                            
                                                            .news-nav a.button,
                                                            .news-nav span {
                                                                margin-right: 20px
                                                            }
                                                            
                                                            .blog {
                                                                width: 100%;
                                                                float: none
                                                            }
                                                            
                                                            .flex-row {
                                                                display: flex;
                                                                flex-wrap: wrap;
                                                                justify-content: flex-start;
                                                                align-items: flex-start;
                                                                margin-bottom: 40px
                                                            }
                                                            
                                                            .flex-row .col-4 {
                                                                background: #f7f7f7;
                                                                width: 23%;
                                                                margin: 1%
                                                            }
                                                            
                                                            .page-template-page-videos .button {
                                                                margin-top: -20px;
                                                                margin-bottom: 40px
                                                            }
                                                            
                                                            .page-template-page-videos .flex-row {
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .page-template-page-videos h2 {
                                                                border-top: 4px solid #666;
                                                                padding-top: 30px
                                                            }
                                                            
                                                            .page-template-page-videos h2:first-child {
                                                                border-top: none
                                                            }
                                                            
                                                            .overlay {
                                                                position: fixed;
                                                                z-index: 9999;
                                                                background-color: rgba(0, 0, 0, 0.7);
                                                                top: 0;
                                                                left: 0;
                                                                right: 0;
                                                                bottom: 0;
                                                                overflow-y: hidden;
                                                                display: none
                                                            }
                                                            
                                                            .video-box {
                                                                display: none
                                                            }
                                                            
                                                            .modal {
                                                                background-color: #fff;
                                                                width: 90%;
                                                                max-width: 1280px;
                                                                position: absolute;
                                                                left: 50%;
                                                                top: 50%;
                                                                transform: translate(-50%, -50%);
                                                                padding: 2rem;
                                                                border-radius: 5px
                                                            }
                                                            
                                                            .modal .close-btn {
                                                                position: absolute;
                                                                right: -4rem;
                                                                top: 3rem;
                                                                font-size: 4rem;
                                                                text-decoration: none;
                                                                color: #fff
                                                            }
                                                            
                                                            .partners {
                                                                display: flex;
                                                                flex-wrap: wrap;
                                                                align-items: stretch;
                                                                justify-content: space-between
                                                            }
                                                            
                                                            .partners:after {
                                                                content: none;
                                                                display: table;
                                                                clear: both
                                                            }
                                                            
                                                            .partners .content-left,
                                                            .partners .content-right {
                                                                width: 48%
                                                            }
                                                            
                                                            .partners .gray-box {
                                                                display: flex;
                                                                flex-wrap: wrap;
                                                                justify-content: space-between;
                                                                align-items: center;
                                                                padding: 30px;
                                                                background-color: #f7f7f7
                                                            }
                                                            
                                                            .partners .gray-box a,
                                                            .partners .gray-box h3 {
                                                                width: 48%;
                                                                justify-content: flex-start
                                                            }
                                                            
                                                            .partners .gray-box h3 span {
                                                                display: block;
                                                                font-weight: normal
                                                            }
                                                            
                                                            .partners .gray-box a {
                                                                background: #fff;
                                                                margin-bottom: 30px;
                                                                margin-right: 2%
                                                            }
                                                            
                                                            .linkedin-tag {
                                                                display: flex;
                                                                align-items: center
                                                            }
                                                            
                                                            .linkedin-tag a {
                                                                width: 30px;
                                                                height: 30px;
                                                                display: inline-block;
                                                                margin-left: 10px
                                                            }
                                                            
                                                            .blog .linkedin-tag>a>img {
                                                                display: inline;
                                                                float: none;
                                                                width: 100%;
                                                                height: auto
                                                            }
                                                            
                                                            .msi a.button,
                                                            .steeger a.button {
                                                                background-color: #3156A5
                                                            }
                                                            
                                                            .msi a.button:hover,
                                                            .steeger a.button:hover {
                                                                background-color: #83B348
                                                            }
                                                            
                                                            .ms-skin-default .ms-nav-next,
                                                            .ms-skin-default .ms-nav-prev {
                                                                background-color: #ddd;
                                                                box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
                                                                background-image: url("../images/light-skin-5.png")
                                                            }
                                                            
                                                            .ms-skin-default .ms-nav-next {
                                                                right: 30px;
                                                                left: auto;
                                                                background-position: -93px -105px
                                                            }
                                                            
                                                            .ms-skin-default .ms-nav-prev {
                                                                background-position: -94px -27px
                                                            }
                                                            
                                                            .vante-product-thumb {
                                                                width: 60%;
                                                                margin: 20px auto
                                                            }
                                                            
                                                            .page-template-page-manuals .col-4 {
                                                                padding: 20px
                                                            }
                                                            
                                                            .page-template-page-manuals .col-4 h4 {
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .page-template-page-manuals .col-4 p {
                                                                text-align: center;
                                                                letter-spacing: 3px;
                                                                font-size: 12px;
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            .page-template-page-manuals .col-4 .button {
                                                                margin: 10px auto;
                                                                background: transparent;
                                                                color: #555;
                                                                border: 1px solid #222
                                                            }
                                                            
                                                            .page-template-page-manuals .col-4 .button:hover {
                                                                background: #222;
                                                                color: #fff
                                                            }
                                                            
                                                            .post-password-form {
                                                                width: 100%;
                                                                max-width: 540px;
                                                                margin: 0 auto;
                                                                text-align: center
                                                            }
                                                            
                                                            .post-password-form label {
                                                                font-size: 18px;
                                                                font-weight: bold;
                                                                text-transform: uppercase
                                                            }
                                                            
                                                            .post-password-form input[type='password'] {
                                                                display: block;
                                                                width: 100%;
                                                                border: 1px solid #e6e6e6;
                                                                padding: 10px 20px;
                                                                margin: 10px 0;
                                                                text-align: center
                                                            }
                                                            
                                                            .post-password-form input[type='submit'] {
                                                                text-transform: uppercase;
                                                                color: #FFF;
                                                                display: inline-block;
                                                                -webkit-transition: all 200ms ease-in;
                                                                -o-transition: all 200ms ease-in;
                                                                -moz-transition: all 200ms ease-in;
                                                                cursor: pointer;
                                                                text-align: center;
                                                                background: #555;
                                                                height: 46px;
                                                                padding: 1px 40px 0;
                                                                font-size: 13px;
                                                                line-height: 44px;
                                                                font-weight: 700;
                                                                letter-spacing: 2px
                                                            }
                                                            
                                                            .post-password-form input[type='submit']:hover {
                                                                background: #222
                                                            }
                                                            
                                                            li.right ul {
                                                                right: 0;
                                                                left: auto;
                                                                display: none;
                                                                flex-wrap: wrap;
                                                                width: 440px;
                                                                background: #3156A3
                                                            }
                                                            
                                                            li.right ul.dflex {
                                                                display: flex
                                                            }
                                                            
                                                            li.right ul li {
                                                                width: 50%
                                                            }
                                                            
                                                            .crescent-logo {
                                                                width: 100px;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .beahm-logo {
                                                                width: 100px;
                                                                margin: 0 auto
                                                            }
                                                            
                                                            li.right ul li {
                                                                display: flex;
                                                                align-items: stretch
                                                            }
                                                            
                                                            li.right ul li a {
                                                                align-items: center;
                                                                display: flex
                                                            }
                                                            
                                                            li.right ul li a span {
                                                                margin: 0 auto
                                                            }
                                                            
                                                            .product-offerings .flex-row {
                                                                align-items: stretch
                                                            }
                                                            
                                                            body:not(.home) .hero img {
                                                                opacity: .2
                                                            }
                                                            
                                                            body:not(.home) .hero .tagline,
                                                            body:not(.home) .hero .tagline h3 {
                                                                color: #fff
                                                            }
                                                            
                                                            #place_order,
                                                            #add_payment_method .wc-proceed-to-checkout a.checkout-button,
                                                            .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
                                                            .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
                                                            .woocommerce-page a.checkout-button,
                                                            .woocommerce button.button.single_add_to_cart_button {
                                                                display: flex;
                                                                align-items: center;
                                                                text-align: center;
                                                                justify-content: center;
                                                                background: #83B348
                                                            }
                                                            
                                                            #place_order:hover,
                                                            #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
                                                            .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
                                                            .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
                                                            .woocommerce-page a.checkout-button:hover,
                                                            .woocommerce button.button.single_add_to_cart_button:hover {
                                                                background: #555
                                                            }
                                                            
                                                            .woocommerce-page .woocommerce a.remove {
                                                                color: #555 !important
                                                            }
                                                            
                                                            .woocommerce-page .woocommerce a.remove:hover {
                                                                background: #555 !important;
                                                                color: #fff !important
                                                            }
                                                            
                                                            .woocommerce form .form-row .input-checkbox {
                                                                width: 40px;
                                                                -webkit-appearance: checkbox
                                                            }
                                                            
                                                            .woocommerce button.button.single_add_to_cart_button {
                                                                height: 54px
                                                            }
                                                            
                                                            .woocommerce-page .woocommerce-message {
                                                                line-height: 43px
                                                            }
                                                            
                                                            .woocommerce-page .woocommerce-message .button {
                                                                display: flex;
                                                                align-items: center
                                                            }
                                                            
                                                            .select2-selection.select2-selection--single {
                                                                height: 50px;
                                                                display: flex;
                                                                align-items: center
                                                            }
                                                            
                                                            .select2-container--default .select2-selection--single .select2-selection__arrow {
                                                                height: 50px
                                                            }
                                                            
                                                            .woocommerce-page .col-1 {
                                                                margin-bottom: 40px
                                                            }
                                                            
                                                            .search-results {
                                                                list-style: none
                                                            }
                                                            
                                                            .search-results li {
                                                                display: flex;
                                                                margin-bottom: 30px;
                                                                align-items: flex-start
                                                            }
                                                            
                                                            .search-results li img {
                                                                max-width: 150px;
                                                                margin-right: 20px
                                                            }
                                                            
                                                            .mini-cart {
                                                                position: absolute;
                                                                right: 20px;
                                                                top: 20px
                                                            }
                                                            
                                                            .woocommerce-products-header {
                                                                position: relative
                                                            }
                                                            
                                                            .product-category-filter {
                                                                position: absolute;
                                                                right: 0
                                                            }
                                                            
                                                            .woocommerce-ordering {
                                                                display: none
                                                            }
                                                            
                                                            .form input[type='checkbox'] {
                                                                margin: 0 10px 0 0;
                                                                width: auto;
                                                                padding: 16px 12px 10px;
                                                                font: 300 16px 'Hind', sans-serif;
                                                                -webkit-appearance: checkbox;
                                                                color: #666;
                                                                border: 1px solid #DDD;
                                                                border-radius: 0
                                                            }
                                                            
                                                            #add_payment_method #payment ul.payment_methods li img.stripe-icon,
                                                            .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
                                                                display: inline
                                                            }
                                                            
                                                            .country-selector.weglot-default {
                                                                left: auto;
                                                                top: 0;
                                                                right: 40px;
                                                                bottom: auto
                                                            }
                                                            
                                                            .woocommerce-shipping-methods li:nth-child(3),
                                                            .woocommerce-additional-fields__field-wrapper {
                                                                color: #a40000
                                                            }
                                                            
                                                            .jc-between {
                                                                justify-content: space-between
                                                            }
                                                            
                                                            .flex-row .techdoc-tile {
                                                                background: #f7f7f7;
                                                                padding: 20px;
                                                                margin: 1%;
                                                                cursor: pointer;
                                                                transition: all ease .4s;
                                                                width: 18%
                                                            }
                                                            
                                                            .techdoc-tile:hover,
                                                            .techdoc-tile.active {
                                                                background: #555
                                                            }
                                                            
                                                            .techdoc-tile:hover h3,
                                                            .techdoc-tile.active h3 {
                                                                color: #fff !important
                                                            }
                                                            
                                                            .techdoc-tile h3 {
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .techdoc-row {
                                                                display: none
                                                            }
                                                            
                                                            .techdoc-row.active {
                                                                display: flex
                                                            }
                                                            
                                                            .techdoc-category {
                                                                padding: 20px
                                                            }
                                                            
                                                            .flex-row .techdoc-category h3 {
                                                                margin-bottom: 20px
                                                            }
                                                            
                                                            .techdoc-category ul {
                                                                margin: 0 0 -10px 0;
                                                                padding: 0;
                                                                list-style: none
                                                            }
                                                            
                                                            .techdoc-category ul li {
                                                                margin-bottom: 10px
                                                            }
                                                            
                                                            .flex-row .techdoc-category li a {
                                                                background: transparent
                                                            }
                                                            
                                                            .flex-row .techdoc-category li a:hover {
                                                                background: transparent
                                                            }
                                                            
                                                            .document-lightbox-overlay {
                                                                position: fixed;
                                                                top: 0;
                                                                left: 0;
                                                                right: 0;
                                                                bottom: 0;
                                                                justify-content: center;
                                                                align-items: center;
                                                                background: rgba(0, 0, 0, 0.8);
                                                                z-index: 9999;
                                                                display: none
                                                            }
                                                            
                                                            .document-lightbox {
                                                                width: 90%;
                                                                max-width: 960px;
                                                                background: #fff;
                                                                padding: 20px;
                                                                text-align: center;
                                                                position: relative
                                                            }
                                                            
                                                            .document-lightbox video {
                                                                width: 100%;
                                                                height: auto;
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .close-document-lightbox {
                                                                position: absolute;
                                                                right: -30px;
                                                                top: 0;
                                                                color: #fff;
                                                                cursor: pointer;
                                                                font-size: 50px
                                                            }
                                                            
                                                            footer .company img {
                                                                margin-right: auto !important;
																width:68%;
                                                            }
                                                            
                                                            .info-overlay {
                                                                position: fixed;
                                                                top: 0;
                                                                bottom: 0;
                                                                right: 0;
                                                                left: -1px;
                                                                background: rgba(0, 0, 0, 0.8);
                                                                z-index: 99999;
                                                                display: none
                                                            }
                                                            
                                                            .close-info {
                                                                color: #fff;
                                                                cursor: pointer;
                                                                position: absolute;
                                                                right: -30px;
                                                                top: 0;
                                                                font-size: 30px;
                                                                font-weight: bold
                                                            }
                                                            
                                                            .info-modal {
                                                                max-width: 1320px;
                                                                width: 100%;
                                                                position: absolute;
                                                                left: 50%;
                                                                top: 50%;
                                                                transform: translate(-50%, -50%);
                                                                background: #fff;
                                                                padding: 20px
                                                            }
                                                            
                                                            .info-modal-content {
                                                                text-align: center
                                                            }
                                                            
                                                            .info-modal-content .flex-row {
                                                                margin-bottom: 0
                                                            }
                                                            
                                                            .info-modal-content .col-4 {
                                                                background: #e3e3e3;
                                                                padding: 12px;
                                                                text-align: center
                                                            }
                                                            
                                                            .info-modal-content {
                                                                display: none
                                                            }
                                                            
                                                            .info-modal-content p {
                                                                line-height: 20px
                                                            }
                                                            
                                                            .info-modal-content>img,
                                                            .info-modal-content .col-4>img {
                                                                margin: 0 auto 10px !important
                                                            }
                                                            
                                                            .woocommerce form .wc-pao-addon-wrap.flex-row {
                                                                justify-content: flex-start;
                                                                padding: 3px 0
                                                            }
                                                            
                                                            .woocommerce form .wc-pao-addon-wrap.flex-row>select {
                                                                width: 90%;
                                                                margin-right: 4px
                                                            }
                                                            
                                                            .wc-pao-addon-wrap.flex-row>span {
                                                                width: 5%;
                                                                font-size: 26px;
                                                                display: flex;
                                                                align-items: center;
                                                                justify-content: center;
                                                                cursor: pointer
                                                            }
                                                            
                                                            .wc-pao-addon-wrap.flex-row>span:hover {
                                                                color: #3156A3
                                                            }
                                                            
                                                            .woocommerce a.button.alt {
                                                                color: #fff;
                                                                -webkit-font-smoothing: antialiased;
                                                                height: 54px;
                                                                display: flex;
                                                                align-items: center;
                                                                text-transform: none;
                                                                letter-spacing: 0;
                                                                font-family: Arial, sans-serif;
                                                                margin: 0 20px
                                                            }
                                                            
                                                            .woocommerce a.button.alt:hover {
                                                                background: #555
                                                            }
                                                            
                                                            .af_quote_fields {
                                                                background: #e9e9e9;
                                                                width: 100% !important;
                                                                padding: 20px
                                                            }
                                                            
                                                            .addify-quote-form input,
                                                            .addify-quote-form textarea {
                                                                margin: 10px;
                                                                width: 98%;
                                                                padding: 16px 12px 10px;
                                                                font: 300 16px 'Hind', sans-serif;
                                                                -webkit-appearance: none;
                                                                color: #666;
                                                                border: 1px solid #DDD;
                                                                border-radius: 0
                                                            }
                                                            
                                                            option:disabled,
                                                            option.disabled {
                                                                color: red !important;
                                                                background: green
                                                            }
                                                            
                                                            .woocommerce-product-details__short-description p:last-child {
                                                                margin-bottom: 30px
                                                            }
                                                            
                                                            .slick-slider .flaticon-back {
                                                                left: 10px
                                                            }
                                                            
                                                            .slick-slider .flaticon-right-arrow {
                                                                right: 10px
                                                            }
                                                            
                                                            @media screen and (max-width: 1023px) {
                                                                .flex-row {
                                                                    padding: 5%;
                                                                    justify-content: space-between;
                                                                    margin-bottom: 0
                                                                }
                                                                .ms-row {
                                                                    justify-content: space-between
                                                                }
                                                                .flex-row .col-4,
                                                                .flex-row .col-5,
                                                                .flex-row .col-3 {
                                                                    width: 45%;
                                                                    margin-bottom: 5%
                                                                }
                                                                section.slider {
                                                                    padding: 0
                                                                }
                                                                .cta {
                                                                    margin-bottom: 0;
                                                                    border: none
                                                                }
                                                                .no-gutter .fourth {
                                                                    width: 50%
                                                                }
                                                                .ms-row .fourth {
                                                                    width: 45%
                                                                }
                                                                footer {
                                                                    margin: 0 20px;
                                                                    display: flex;
                                                                    align-items: stretch
                                                                }
                                                                footer .third {
                                                                    float: none
                                                                }
                                                                footer .third.center {
                                                                    padding: 0;
                                                                    display: flex;
                                                                    flex-direction: column;
                                                                    align-items: center
                                                                }
                                                                footer ul.links-3col {
                                                                    padding-top: 0;
                                                                    padding-bottom: 0;
                                                                    margin-top: 20%
                                                                }
                                                                footer .fourth {
                                                                    margin: 0;
                                                                    padding: 10px;
                                                                    width: 25%
                                                                }
                                                                footer ul.company li span {
                                                                    font-size: 45px
                                                                }
                                                                .fourth:nth-child(even) {
                                                                    margin-right: 1%
                                                                }
                                                                ul.social {
                                                                    padding: 20px 0
                                                                }
                                                                .spec-sheet {
                                                                    margin: 0 20px 20px;
                                                                    padding: 0
                                                                }
                                                                .col-2.fo-1 {
                                                                    order: 1;
                                                                    width: 100%
                                                                }
                                                                .col-2.fo-2 {
                                                                    order: 2;
                                                                    width: 100%
                                                                }
                                                                .ms-thumb img {
                                                                    height: 140px !important
                                                                }
                                                                .flex-row .col-2 {
                                                                    width: 100%
                                                                }
                                                                .page-template-page-equipment .ms-row {
                                                                    justify-content: flex-start
                                                                }
                                                                .content-left img {
                                                                    width: 100%
                                                                }
                                                                .modal .close-btn {
                                                                    right: 0;
                                                                    top: -3rem
                                                                }
                                                                .partners .content-left,
                                                                .partners .content-right {
                                                                    width: 100%
                                                                }
                                                                .partners .gray-box a,
                                                                .partners .gray-box h3 {
                                                                    width: 100%;
                                                                    justify-content: flex-start;
                                                                    margin-right: 0
                                                                }
                                                                .partners .gray-box a img {
                                                                    width: 100%
                                                                }
                                                                .text {
                                                                    padding: 20px
                                                                }
                                                                li.right ul {
                                                                    width: 100%
                                                                }
                                                                .mini-cart {
                                                                    transform: translateY(-50%);
                                                                    position: absolute;
                                                                    right: 100px;
                                                                    top: 50%
                                                                }
                                                                .mini-cart a {
                                                                    display: block
                                                                }
                                                            }
                                                            
                                                            @media screen and (max-width: 767px) {
                                                                .hero img {
                                                                    width: 200%;
                                                                    max-width: 200%
                                                                }
                                                                .hero .tagline {
                                                                    padding: 20px
                                                                }
                                                                .flex-row .col-4,
                                                                .flex-row .col-5,
                                                                .flex-row .col-2,
                                                                .flex-row .col-3,
                                                                .spec-form form .col-2 {
                                                                    width: 100%
                                                                }
                                                                .fo-1 {
                                                                    order: 1
                                                                }
                                                                .fo-2 {
                                                                    order: 2
                                                                }
                                                                .ms-videogallery-template {
                                                                    padding-bottom: 100px
                                                                }
                                                                .spec-sheet {
                                                                    padding: 0 20px
                                                                }
                                                                footer {
                                                                    flex-wrap: wrap
                                                                }
                                                                footer .third,
                                                                footer .fourth {
                                                                    width: 100%;
                                                                    margin: 0
                                                                }
                                                                footer ul.links-3col {
                                                                    margin: 20px auto
                                                                }
                                                                .ms-row .fourth {
                                                                    width: 100%;
                                                                    margin: 20px 0
                                                                }
                                                                .ms-thumb img {
                                                                    height: 60px !important
                                                                }
                                                                .news-nav {
                                                                    flex-wrap: wrap
                                                                }
                                                                .news-nav a.button,
                                                                .navigation>div {
                                                                    width: 100%;
                                                                    margin: 20px 0 0
                                                                }
                                                                .home-slider {
                                                                    padding: 5%
                                                                }
                                                                .home-slider .item {
                                                                    flex-wrap: wrap
                                                                }
                                                                .home-slider .item .col-2 {
                                                                    width: 100%
                                                                }
                                                                .item .col-2 {
                                                                    padding: 30px
                                                                }
                                                                .owl-nav {
                                                                    width: 100%;
                                                                    height: 40px;
                                                                    left: 0
                                                                }
                                                                .item .col-2:first-child {
                                                                    order: 2;
                                                                    margin: 0
                                                                }
                                                                .item .col-2:nth-child(2) {
                                                                    order: 1
                                                                }
                                                                li.right ul li {
                                                                    width: 100%
                                                                }
                                                                .mini-cart {
                                                                    position: absolute;
                                                                    right: 73px
                                                                }
                                                                .mini-cart a {
                                                                    display: inline
                                                                }
                                                                .mini-cart span {
                                                                    display: none
                                                                }
                                                            }
                                                            
                                                            .popup-main-block {
                                                                position: fixed;
                                                                top: 0;
                                                                left: 0;
                                                                right: 0;
                                                                bottom: 0;
                                                                z-index: 1111;
                                                                background-color: rgba(0, 0, 0, 0.7);
                                                                display: none;
                                                                justify-content: center;
                                                                align-items: center;
                                                                outline: 0;
                                                            }
                                                            
                                                            .off-popup-block-main {
                                                                max-width: 560px;
                                                                background: #3156A3;
                                                                width: 100%;
                                                                padding: 10px 30px 0;
                                                                text-align: center;
                                                                background-position: center;
                                                                background-size: cover;
                                                                background-repeat: no-repeat;
                                                                border-radius: 10px;
                                                                position: relative;
                                                                border: 1px solid #4d72be;
                                                            }
                                                            
                                                            .close-icon {
                                                                position: absolute;
                                                                top: 20px;
                                                                right: 20px;
                                                            }
                                                            
                                                            .close-icon button {
                                                                background-color: rgba(255, 255, 255, 0.2);
                                                                border: 0;
                                                                outline: none;
                                                                color: #fff;
                                                                width: 35px;
                                                                height: 35px;
                                                                border-radius: 50%;
                                                                display: inline-flex;
                                                                justify-content: center;
                                                                align-items: center;
                                                                cursor: pointer;
                                                            }
                                                            
                                                            .popup-text-block h2 {
                                                                color: #fff;
                                                                padding-top: 12px;
                                                            }
                                                            
                                                            .hidden_btn_video {
                                                                display: none !important;
                                                            }
                                                            
                                                            .wpcf7 {
                                                                text-align: left;
                                                            }
                                                            
                                                            .wpcf7 label {
                                                                /* color: #fff; */
                                                            }
                                                            
                                                            .wpcf7-form-control {
                                                                background: rgba(255, 255, 255, 0.25);
                                                                border: 0;
                                                                padding: 10px;
                                                                text-align: left;
                                                                color: #fff;
                                                                width: 100%;
                                                            }
                                                            
                                                            input.wpcf7-submit {
                                                                background: #fff;
                                                                color: #3156A3;
                                                                font-weight: bold;
                                                                /* text-transform: uppercase; */
                                                                font-size: 15px;
                                                                padding: 10px 20px;
                                                                width: auto;
                                                                cursor: pointer;
                                                            }
                                                            
                                                            .wpcf7 form.invalid .wpcf7-response-output {
                                                                color: #ffb900;
                                                            }
                                                            
                                                            .show_iframe {
                                                                padding-bottom: 18px;
                                                            }
                                                            
                                                            @media (max-width: 767px) {
                                                                .off-popup-block-main {
                                                                    max-width: 460px;
                                                                }
                                                            }
                                                            
                                                            @media (max-width: 575px) {
                                                                .off-popup-block-main {
                                                                    max-width: calc(100% - 20px);
                                                                    padding: 32px 20px 0;
                                                                }