 html {
            font-family: sans-serif;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        body {
            margin: 0;
        }

        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        main,
        menu,
        nav,
        section,
        summary {
            display: block;
        }

        audio,
        canvas,
        progress,
        video {
            display: inline-block;
            vertical-align: baseline;
        }

        audio:not([controls]) {
            display: none;
            height: 0;
        }

        [hidden],
        template {
            display: none;
        }

        a {
            background-color: transparent;
        }

        a:active,
        a:hover {
            outline: 0;
        }

        abbr[title] {
            border-bottom: 1px dotted;
        }

        b,
        strong {
            font-weight: bold;
        }

        dfn {
            font-style: italic;
        }

        h1 {
            font-size: 2em;
            margin: 0.67em 0;
        }

        mark {
            background: #ff0;
            color: #000;
        }

        small {
            font-size: 80%;
        }

        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline;
        }

        sup {
            top: -0.5em;
        }

        sub {
            bottom: -0.25em;
        }

        img {
            border: 0;
        }

        svg:not(:root) {
            overflow: hidden;
        }

        figure {
            margin: 1em 40px;
        }

        hr {
            box-sizing: content-box;
            height: 0;
        }

        pre {
            overflow: auto;
        }

        code,
        kbd,
        pre,
        samp {
            font-family: monospace, monospace;
            font-size: 1em;
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            color: inherit;
            font: inherit;
            margin: 0;
        }

        button {
            overflow: visible;
        }

        button,
        select {
            text-transform: none;
        }

        button,
        html input[type="button"],
        input[type="reset"],
        input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

        button[disabled],
        html input[disabled] {
            cursor: default;
        }

        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

        input {
            line-height: normal;
        }

        input[type="checkbox"],
        input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
        }

        input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            box-sizing: content-box;
        }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

        fieldset {
            border: 1px solid #c0c0c0;
            margin: 0 2px;
            padding: 0.35em 0.625em 0.75em;
        }

        legend {
            border: 0;
            padding: 0;
        }

        textarea {
            overflow: auto;
        }

        optgroup {
            font-weight: bold;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        td,
        th {
            padding: 0;
        }

        .navbar {
            margin-bottom: 10px;
            background-color: #fcfcfc;
            border-bottom: 1px solid #eee;
            min-height: 0;
        }

        .navbar:before,
        .navbar:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .navbar:after {
            clear: both;
        }

        .navbar-nav,
        .navbar-top {
            margin: 0;
            margin-top: 6px;
            padding: 0;
            float: left;
            min-height: 0;
        }

        .navbar-nav:before,
        .navbar-nav:after,
        .navbar-top:before,
        .navbar-top:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .navbar-nav:after,
        .navbar-top:after {
            clear: both;
        }

        .navbar-nav li,
        .navbar-top li {
            float: left;
            list-style: none;
        }

        .navbar-nav li a,
        .navbar-top li a {
            color: #777;
            display: block;
            padding: 2px 9px;
            position: relative;
            text-decoration: none;
        }

        .navbar-nav li a:hover,
        .navbar-top li a:hover {
            color: #393e46;
        }

        .navbar-nav li.active,
        .navbar-top li.active {
            font-weight: bold;
        }

        .navbar-nav li.active a,
        .navbar-top li.active a {
            color: #393e46;
        }

        .navbar-nav li.active a:hover,
        .navbar-top li.active a:hover {
            text-decoration: none;
        }

        .navbar-nav>li:first-child>a,
        .navbar-top>li:first-child>a {
            padding-left: 0;
        }

        .device-c .navbar-links {
            position: absolute;
            top: 10px;
            width: 100%;
        }

        .device-c .navbar-menu {
            top: 5px;
        }

        .device-c .navbar-menu .dropdown-toggle {
            display: block;
            padding: 10px;
            width: 40px;
            height: 40px;
        }

        .device-c .navbar-menu .dropdown-toggle:hover {
            background-color: #ebebeb;
        }

        .device-c .navbar-menu .dropdown-bar {
            display: block;
            margin: 4px 0;
            height: 2px;
            width: 20px;
            background-color: #999;
        }

        .navbar-top {
            float: none;
        }

        .navbar-right {
            float: right;
        }

        @media screen and (min-width: 1200px) {
            .navbar-left {
                margin-left: 110px;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .navbar-left {
                margin-left: 80px;
            }
        }

        .navbar-search {
            height: 45px;
        }

        .navbar-search .navbar-brand {
            float: left;
        }

        .navbar-search .navbar-brand .navbar-logo {
            display: block;
            height: 32px;
            line-height: 32px;
            width: 103px;
            margin: 5px auto auto -5px;
        }

        .navbar-search .navbar-brand .navbar-logo img {
            vertical-align: middle;
        }

        @media (max-width: 767px) {
            .navbar-search .navbar-brand .navbar-logo {
                background-image: url('/static/images/zapmeta/zapmeta_logo_icon.png');
                background-image: -webkit-image-set(url('/static/images/zapmeta/zapmeta_logo_icon.png') 1x, url('/static/images/zapmeta/zapmeta_logo_icon@2x.png') 2x);
                background-position: center;
                background-repeat: no-repeat;
                background-size: inherit;
                height: 40px;
                width: 40px;
            }

            .navbar-search .navbar-brand .navbar-logo img {
                display: none;
            }
        }

        @media (min-width: 1400px) {
            .navbar-search .navbar-content {
                width: 885px;
            }
        }

        .navbar-search .navbar-form {
            height: 40px;
            margin-left: 100px;
            padding-top: 5px;
        }

        @media (max-width: 767px) {
            .navbar-search .navbar-form {
                margin-left: 45px;
            }
        }

        @media screen and (min-width: 1200px) {
            .navbar-search .navbar-form {
                width: 650px;
            }
        }

        @media screen and (min-width: 1400px) {
            .navbar-search .navbar-form {
                width: 755px;
            }
        }

        .navbar-search .navbar-form-control {
            margin-right: 50px;
            border-color: #ddd;
            border-style: solid;
            border-width: 1px 0 1px 1px;
        }

        .navbar-search .navbar-form-control .form-control {
            margin-right: -30px;
            border: 0;
            font-size: 16px;
            line-height: 1.42857143;
            width: 100%;
        }

        @media screen and (max-width: 767px) {
            .navbar-search .navbar-form-control .form-control {
                font-size: 18px;
                height: 34px;
            }
        }

        .navbar-search .navbar-form-control a.form-control-clear {
            display: none;
            color: #999;
            font-size: 20px;
            line-height: 28px;
            height: 28px;
            vertical-align: middle;
            text-align: center;
            width: 20px;
        }

        .navbar-search .navbar-form-control a.form-control-clear:hover {
            text-decoration: none;
        }

        .navbar-search .navbar-form-control a.form-control-clear.active {
            display: inline-block;
        }

        .navbar-search .navbar-form-control.focus {
            border-color: #cfcfd2;
        }

        .navbar-search .navbar-form-options {
            float: right;
            width: 50px;
        }

        .navbar-search .navbar-search-options {
            padding-top: 6px;
            line-height: 1.2em;
            font-size: 11px;
            padding-left: 0;
        }

        .navbar-search .navbar-search-options a {
            color: #777;
        }

        .navbar-search .btn-search {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABqUlEQVR42r3WzyvDcRzH8Y+vOHDkpBwpB46k3MwOfu0wLvgDyEEp/8DOrjat5MSJs7i4O7CaWClqshxELphf81QO65Vv7+++37ZXPVprfT7Py7e+c5VKxY+HMWSQwzMYn3xHBjF4cLXy+2ESFwiyC0xGDbdiE2G2idagYY0eIMoOJB4onMV/u0IKcQxgBIs4wjd02VrCE9C9YxXNcD6GcQPdRJCwh3M5WEYcLoBO6IN4Ds8Kx6BbM2KqB69yR8wKp+XANVrgarQu92xY4RM5kIILoVfuObXCJTkwChfSQ9U9j1b4U8L9EcL56ous8BOqNxQhXARj3GuFcxJeDhntwFfVPWdWOCPh45DhJbknbYXjYJEesHYU5Y64FfZwKYdu0RUw2oQdOX8Jzwr/moaugD4j2oZd6KZqeTttQVdGBoNogvvTjRWUoNsL8z4+hN/eUMQzrJWRtMIa30aY7UNfq0krrBIoIMgKSMDhM2jc+pc5jizyeAHjk+/IYlye3gWf+IwRjsKOa7ge5qHxD8xIuLFxCTc0nqhHTM1B46W6RjWu4UaZxR3uMfUDvUqknv4oBC4AAAAASUVORK5CYII=');
            background-size: 15px;
            background-position: center center;
            background-repeat: no-repeat;
            border-color: #00a2ff;
            text-indent: -1000em;
            width: 50px;
            height: 30px;
        }

        @media screen and (max-width: 767px) {
            .navbar-search .btn-search {
                height: 36px;
            }
        }

        .navbar-search .btn-adv {
            margin-left: 2px;
            width: 33px;
        }

        @media (max-width: 767px) {
            .navbar-search .btn-adv {
                display: none;
            }
        }

        .navbar-search-logo {
            position: relative;
        }

        .navbar-search-logo .navbar-brand {
            float: none;
            position: absolute;
            right: 0;
            top: 0;
        }

        .navbar-search-logo .navbar-brand .navbar-logo {
            width: auto;
            margin-right: 20px;
        }

        @media (max-width: 767px) {
            .navbar-search-logo .navbar-brand .navbar-logo {
                display: none;
            }
        }

        @media (min-width: 1200px) {
            .navbar-search-logo .navbar-content {
                width: 670px;
                margin-left: 100px;
            }
        }

        @media (min-width: 1400px) {
            .navbar-search-logo .navbar-content {
                width: 775px;
                margin-left: 100px;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .navbar-search-logo .navbar-content {
                margin-left: 70px;
            }
        }

        .navbar-search-logo .navbar-form {
            margin-left: 0;
        }

        @media (max-width: 767px) {
            .navbar-search-logo .navbar-form {
                margin-left: 0;
                padding-top: 2px;
            }
        }

        .navbar-fixed {
            width: 100%;
            position: fixed;
            top: 0;
            z-index: 100;
        }

        .navbar-fixed-body {
            padding-top: 80px;
        }

        .navbar-search-focus .navbar-brand {
            display: none;
        }

        .home .navbar .container-search {
            margin: 0 auto;
        }

        .home .navbar-nav {
            margin-left: 0;
            margin-top: 0;
        }

        .home .navbar-search {
            height: 50px;
        }

        @media screen and (max-width: 767px) {
            .home .navbar-search {
                height: 60px;
            }
        }

        .home .navbar-search .navbar-brand {
            margin-left: 10px;
        }

        .home .navbar-search .navbar-form {
            position: relative;
            margin-left: auto;
            margin-right: auto;
            width: auto;
        }

        @media screen and (max-width: 767px) {
            .home .navbar-search .navbar-form {
                margin-top: 10px;
                margin-left: 10px;
                margin-right: 10px;
            }
        }

        @media screen and (min-width: 768px) {
            .home .navbar-search .navbar-form.navbar-brand-addon {
                margin-left: 140px;
            }
        }

        @media screen and (min-width: 1170px) {
            .home .navbar-search .navbar-search-options {
                position: absolute;
                padding-left: 10px;
                width: 140px;
                right: -140px;
                top: 0;
            }
        }

        .home .navbar {
            border: 1px solid #eee;
            margin-bottom: 15px;
        }

        .home .navbar li a {
            padding-top: 10px;
        }

        .home .navbar-nav {
            float: none;
            text-align: center;
        }

        .home .navbar-nav>li {
            float: none;
            display: inline-block;
        }

        .home .navbar-search-focus .navbar-brand {
            display: none;
        }

        @media screen and (max-width: 767px) {
            .home .navbar-search-focus .navbar-form {
                margin-left: 10px;
            }
        }

        .device-c .navbar {
            position: relative;
            height: 70px;
            background-color: #f5f8fa;
            border: none;
        }

        body.device-m .navbar-nav li a,
        body.device-m .navbar-top li a {
            padding: 5px 9px;
        }

        .device-c .navbar-links {
            position: absolute;
            top: 10px;
            width: 100%;
        }

        .device-c .navbar-menu {
            top: 5px;
        }

        .device-c .navbar-menu .dropdown-toggle {
            display: block;
            padding: 10px;
            width: 40px;
            height: 40px;
        }

        .device-c .navbar-menu .dropdown-toggle:hover {
            background-color: #fff;
        }

        .device-c .navbar-menu .dropdown-bar {
            display: block;
            margin: 4px 0;
            height: 2px;
            width: 20px;
            background-color: #00a2ff;
        }

        .device-c .navbar-search {
            position: absolute;
            top: 10px;
            width: 100%;
        }

        .device-m .navbar-search {
            height: 50px;
        }

        body.device-c .navbar-search .navbar-form {
            box-shadow: 0px 1px 4px rgba(20, 23, 26, 0.1);
            margin-top: 5px;
            padding-top: 0;
            height: auto;
        }

        .navbar-search .navbar-form-control {
            border-color: #cfcfd2;
            border-radius: 2px 0 0 2px;
        }

        .device-c .navbar-search .navbar-form-control {
            margin-right: 40px;
        }

        .navbar-search .navbar-form-control .form-control {
            border-radius: 2px 0 0 2px;
        }

        .device-c .navbar-search .navbar-form-control .form-control {
            height: 38px;
        }

        .device-c .navbar-search .navbar-form-control a.form-control-clear.active {
            display: none;
        }

        .navbar-search .navbar-form-control.focus {
            border-color: #cfcfd2;
        }

        .device-c .navbar-search .navbar-form-options {
            width: 40px;
        }

        .navbar-search .btn-search {
            border-radius: 0 2px 2px 0;
        }

        .device-c .navbar-search .btn-search {
            height: 40px;
            width: 40px;
            background-color: #fff;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPdJREFUeNqMUrENwkAMTCJqSEOfDQgbJBukpQsTABMEJkCZgHSUsEEyQkYINU3EBJzRvWSsjxRLp/dbf2f77TBQ9rmvYxwZkAID0C937z6YsFARzzgOQGzedMAeIoOXDOINR8lYT0ICFIyNwNYKLEAsFVEyNKoaEXiwDUmQa3IEVPRPmijGTDkzZxBLLTmh3/g+BQJCfPJaWLJ+NGUvXzAyY5qyjfq4P3JHv/Kx2Kcr92nJF/pHPLzqCuDLwrSOaEfl5lxyFHoxEvWZbv61nojesIKl63FIjzWwksrsLoSeHmMKjG6vGWuV8E8gDGaaT2A22SfwFWAAeENbH64nlVIAAAAASUVORK5CYII=);
            border-color: #cfcfd2;
            border-width: 1px 1px 1px 0px;
        }

        .device-c .navbar-search .navbar-form:hover .btn-search,
        .device-c .navbar-search .navbar-search-focus .btn-search {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpiZEAC////FwBSDkBsAMQPgPgCIyPjBQZCAKixAYjf/8cE+4FYAZ/G+UiKzwNxPxCvRxJ7j9UAoGACkqIENDkFqGFgF2DTfB8qWYDDVQJI3jFAl4QBASK81YAszgRjAEP1A57wfIhNkAktmnABfSj9Ad1J+6FO6sfhZAMkrymgSzogSfYjuwAqBwus9bgCJAFLwriPJnYePSqRDQhAilPkxNEAdRHWtIAtXh2Q4xQqdp4oA/AYSj0DAAIMAH7MZtr/qpNYAAAAAElFTkSuQmCC);
            background-color: #00a2ff;
        }

        .device-c .navbar-search .navbar-form:hover .navbar-form-control a.form-control-clear.active,
        .device-c .navbar-search .navbar-search-focus .navbar-form-control a.form-control-clear.active {
            display: inline-block;
        }

        body.device-c .navbar-search-logo .navbar-brand {
            top: 4px;
        }

        body.device-c .navbar-search-logo .navbar-brand .navbar-logo {
            margin-right: 30px;
        }

        .device-c .navbar-search-focus .navbar-brand {
            display: block;
        }

        .device-c .searchbar-form {
            position: static;
            top: 0;
        }

        .device-c .searchbar-form .navbar-form {
            margin-left: -10px;
        }

        .home .navbar .container-search {
            margin: 0 auto;
        }

        .home .navbar-nav {
            margin-left: 0;
            margin-top: 0;
        }

        .home .navbar-search {
            height: 50px;
        }

        @media screen and (max-width: 767px) {
            .home .navbar-search {
                height: 60px;
            }
        }

        .home .navbar-search .navbar-brand {
            margin-left: 10px;
        }

        .home .navbar-search .navbar-form {
            position: relative;
            margin-left: auto;
            margin-right: auto;
            width: auto;
        }

        @media screen and (max-width: 767px) {
            .home .navbar-search .navbar-form {
                margin-top: 10px;
                margin-left: 10px;
                margin-right: 10px;
            }
        }

        @media screen and (min-width: 768px) {
            .home .navbar-search .navbar-form.navbar-brand-addon {
                margin-left: 140px;
            }
        }

        @media screen and (min-width: 1170px) {
            .home .navbar-search .navbar-search-options {
                position: absolute;
                padding-left: 10px;
                width: 140px;
                right: -140px;
                top: 0;
            }
        }

        .home .navbar {
            border: 1px solid #eee;
            margin-bottom: 15px;
        }

        .home .navbar li a {
            padding-top: 10px;
        }

        .home .navbar-nav {
            float: none;
            text-align: center;
        }

        .home .navbar-nav>li {
            float: none;
            display: inline-block;
        }

        .home .navbar-search-focus .navbar-brand {
            display: block;
        }

        @media screen and (max-width: 767px) {
            .home .navbar-search-focus .navbar-form {
                margin-left: 10px;
            }
        }

        .device-c .navbar-menu .dropdown-toggle {
            background-color: #fff;
            box-shadow: 0px 1px 4px rgba(20, 23, 26, 0.1);
        }

        .device-c .navbar-menu .dropdown-menu {
            margin-top: 0px;
            box-shadow: 0px 1px 4px rgba(20, 23, 26, 0.1);
            border: none;
        }

        .navbar-search .btn-search {
            border-radius: 0 2px 2px 0;
        }

        .device-c .navbar-search .btn-search {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABUUExURUdwTACi/wCi/wCh/wCh/wCk/wCi/wCi/wCi/wCi/wCh/wCh/wCh/wCj/wCh/wCj/wCj/wCj/wCi/wCh/wCo/wCi/wCj/wCi/wCh/wCl/wCi/wCi/6RlkuQAAAAbdFJOUwB5re8VDrRA+ojtvM9h1RhRDPXaEdZWhqAfpw13xqsAAAB0SURBVBjTXY5HEoMwEAQbkFAEmeA4//+nD1iF0dy2tyYAmJBiTMHw022QJGl4HPck9Q5cL00Axas7Pp18AYLG6h0VgFmuAqcZ8LIVLPLAegIr31rubeizqV1LM2yz1+lZ+SAmpKj4ei9Zeedf+6bPBVCS+QL1jAeRExEDeAAAAABJRU5ErkJggg==');
            background-size: 15px 15px;
        }

        .device-c .navbar-search .navbar-form:hover .btn-search,
        .device-c .navbar-search .navbar-search-focus .btn-search {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABdUExURUdwTP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4QdHNMAAAAedFJOUwCtQYcNtD/u+hbPYdVSuxh6eQyI9dqJ1qAfEqcRwEAuKWAAAAB2SURBVBjTXY5HEoMwEAQbJKwASA7g7Pn/MznIVCHNbXtrAkAwyblkAn/NTpIkN5d7lLoe+k4aAYLXuXwu8hm4adi9g+7ApH4HJ02Al92BlQeWFlSWRxtqgHyoXUIzbLX19KhYSDDJyT1f16j45aj3qk8FyL+wATiNCCanp5dZAAAAAElFTkSuQmCC');
            background-size: 15px 15px;
        }

        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        *:before,
        *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            font-family: arial, sans-serif;
            font-size: 13px;
            line-height: 1.428571429;
            color: #666;
            background-color: #fff;
        }

        body.device-c {
            color: #505058;
        }

        a {
            color: #2775bc;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .hide {
            display: none;
        }

        .show {
            display: block;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

        .text-center {
            text-align: center;
        }

        .container {
            min-height: 0;
            padding-right: 15px;
            padding-left: 15px;
            margin: 0 auto;
        }

        .container:before,
        .container:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .container:after {
            clear: both;
        }

        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            min-height: 0;
        }

        .container-fluid:before,
        .container-fluid:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .container-fluid:after {
            clear: both;
        }

        .container-search {
            margin: 0;
        }

        .container-wide {
            margin: 0;
            padding-right: 15px;
            padding-left: 15px;
        }

        @media screen and (min-width: 768px) {
            .container {
                width: 750px;
            }
        }

        @media screen and (min-width: 992px) {
            .container {
                width: 970px;
            }
        }

        @media screen and (min-width: 1200px) {
            .container {
                width: 1170px;
            }
        }

        @media screen and (min-width: 1400px) {
            .container {
                width: 1370px;
            }
        }

        .row {
            margin-right: -15px;
            margin-left: -15px;
            min-height: 0;
        }

        .row:before,
        .row:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .row:after {
            clear: both;
        }

        .col-xs-1,
        .col-sm-1,
        .col-md-1,
        .col-lg-1,
        .col-xs-2,
        .col-sm-2,
        .col-md-2,
        .col-lg-2,
        .col-xs-3,
        .col-sm-3,
        .col-md-3,
        .col-lg-3,
        .col-xs-4,
        .col-sm-4,
        .col-md-4,
        .col-lg-4,
        .col-xs-5,
        .col-sm-5,
        .col-md-5,
        .col-lg-5,
        .col-xs-6,
        .col-sm-6,
        .col-md-6,
        .col-lg-6,
        .col-xs-7,
        .col-sm-7,
        .col-md-7,
        .col-lg-7,
        .col-xs-8,
        .col-sm-8,
        .col-md-8,
        .col-lg-8,
        .col-xs-9,
        .col-sm-9,
        .col-md-9,
        .col-lg-9,
        .col-xs-10,
        .col-sm-10,
        .col-md-10,
        .col-lg-10,
        .col-xs-11,
        .col-sm-11,
        .col-md-11,
        .col-lg-11,
        .col-xs-12,
        .col-sm-12,
        .col-md-12,
        .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .col-xs-1,
        .col-xs-2,
        .col-xs-3,
        .col-xs-4,
        .col-xs-5,
        .col-xs-6,
        .col-xs-7,
        .col-xs-8,
        .col-xs-9,
        .col-xs-10,
        .col-xs-11,
        .col-xs-12 {
            float: left;
        }

        .col-xs-12 {
            width: 100%;
        }

        .col-xs-11 {
            width: 91.66666667%;
        }

        .col-xs-10 {
            width: 83.33333333%;
        }

        .col-xs-9 {
            width: 75%;
        }

        .col-xs-8 {
            width: 66.66666667%;
        }

        .col-xs-7 {
            width: 58.33333333%;
        }

        .col-xs-6 {
            width: 50%;
        }

        .col-xs-5 {
            width: 41.66666667%;
        }

        .col-xs-4 {
            width: 33.33333333%;
        }

        .col-xs-3 {
            width: 25%;
        }

        .col-xs-2 {
            width: 16.66666667%;
        }

        .col-xs-1 {
            width: 8.33333333%;
        }

        .col-xs-pull-12 {
            right: 100%;
        }

        .col-xs-pull-11 {
            right: 91.66666667%;
        }

        .col-xs-pull-10 {
            right: 83.33333333%;
        }

        .col-xs-pull-9 {
            right: 75%;
        }

        .col-xs-pull-8 {
            right: 66.66666667%;
        }

        .col-xs-pull-7 {
            right: 58.33333333%;
        }

        .col-xs-pull-6 {
            right: 50%;
        }

        .col-xs-pull-5 {
            right: 41.66666667%;
        }

        .col-xs-pull-4 {
            right: 33.33333333%;
        }

        .col-xs-pull-3 {
            right: 25%;
        }

        .col-xs-pull-2 {
            right: 16.66666667%;
        }

        .col-xs-pull-1 {
            right: 8.33333333%;
        }

        .col-xs-pull-0 {
            right: auto;
        }

        .col-xs-push-12 {
            left: 100%;
        }

        .col-xs-push-11 {
            left: 91.66666667%;
        }

        .col-xs-push-10 {
            left: 83.33333333%;
        }

        .col-xs-push-9 {
            left: 75%;
        }

        .col-xs-push-8 {
            left: 66.66666667%;
        }

        .col-xs-push-7 {
            left: 58.33333333%;
        }

        .col-xs-push-6 {
            left: 50%;
        }

        .col-xs-push-5 {
            left: 41.66666667%;
        }

        .col-xs-push-4 {
            left: 33.33333333%;
        }

        .col-xs-push-3 {
            left: 25%;
        }

        .col-xs-push-2 {
            left: 16.66666667%;
        }

        .col-xs-push-1 {
            left: 8.33333333%;
        }

        .col-xs-push-0 {
            left: auto;
        }

        .col-xs-offset-12 {
            margin-left: 100%;
        }

        .col-xs-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-xs-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-xs-offset-9 {
            margin-left: 75%;
        }

        .col-xs-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-xs-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-xs-offset-6 {
            margin-left: 50%;
        }

        .col-xs-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-xs-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-xs-offset-3 {
            margin-left: 25%;
        }

        .col-xs-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-xs-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-xs-offset-0 {
            margin-left: 0;
        }

        @media screen and (min-width: 768px) {

            .col-sm-1,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12 {
                float: left;
            }

            .col-sm-12 {
                width: 100%;
            }

            .col-sm-11 {
                width: 91.66666667%;
            }

            .col-sm-10 {
                width: 83.33333333%;
            }

            .col-sm-9 {
                width: 75%;
            }

            .col-sm-8 {
                width: 66.66666667%;
            }

            .col-sm-7 {
                width: 58.33333333%;
            }

            .col-sm-6 {
                width: 50%;
            }

            .col-sm-5 {
                width: 41.66666667%;
            }

            .col-sm-4 {
                width: 33.33333333%;
            }

            .col-sm-3 {
                width: 25%;
            }

            .col-sm-2 {
                width: 16.66666667%;
            }

            .col-sm-1 {
                width: 8.33333333%;
            }

            .col-sm-pull-12 {
                right: 100%;
            }

            .col-sm-pull-11 {
                right: 91.66666667%;
            }

            .col-sm-pull-10 {
                right: 83.33333333%;
            }

            .col-sm-pull-9 {
                right: 75%;
            }

            .col-sm-pull-8 {
                right: 66.66666667%;
            }

            .col-sm-pull-7 {
                right: 58.33333333%;
            }

            .col-sm-pull-6 {
                right: 50%;
            }

            .col-sm-pull-5 {
                right: 41.66666667%;
            }

            .col-sm-pull-4 {
                right: 33.33333333%;
            }

            .col-sm-pull-3 {
                right: 25%;
            }

            .col-sm-pull-2 {
                right: 16.66666667%;
            }

            .col-sm-pull-1 {
                right: 8.33333333%;
            }

            .col-sm-pull-0 {
                right: auto;
            }

            .col-sm-push-12 {
                left: 100%;
            }

            .col-sm-push-11 {
                left: 91.66666667%;
            }

            .col-sm-push-10 {
                left: 83.33333333%;
            }

            .col-sm-push-9 {
                left: 75%;
            }

            .col-sm-push-8 {
                left: 66.66666667%;
            }

            .col-sm-push-7 {
                left: 58.33333333%;
            }

            .col-sm-push-6 {
                left: 50%;
            }

            .col-sm-push-5 {
                left: 41.66666667%;
            }

            .col-sm-push-4 {
                left: 33.33333333%;
            }

            .col-sm-push-3 {
                left: 25%;
            }

            .col-sm-push-2 {
                left: 16.66666667%;
            }

            .col-sm-push-1 {
                left: 8.33333333%;
            }

            .col-sm-push-0 {
                left: auto;
            }

            .col-sm-offset-12 {
                margin-left: 100%;
            }

            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-sm-offset-9 {
                margin-left: 75%;
            }

            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-sm-offset-6 {
                margin-left: 50%;
            }

            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-sm-offset-3 {
                margin-left: 25%;
            }

            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

        @media screen and (min-width: 992px) {

            .col-md-1,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9,
            .col-md-10,
            .col-md-11,
            .col-md-12 {
                float: left;
            }

            .col-md-12 {
                width: 100%;
            }

            .col-md-11 {
                width: 91.66666667%;
            }

            .col-md-10 {
                width: 83.33333333%;
            }

            .col-md-9 {
                width: 75%;
            }

            .col-md-8 {
                width: 66.66666667%;
            }

            .col-md-7 {
                width: 58.33333333%;
            }

            .col-md-6 {
                width: 50%;
            }

            .col-md-5 {
                width: 41.66666667%;
            }

            .col-md-4 {
                width: 33.33333333%;
            }

            .col-md-3 {
                width: 25%;
            }

            .col-md-2 {
                width: 16.66666667%;
            }

            .col-md-1 {
                width: 8.33333333%;
            }

            .col-md-pull-12 {
                right: 100%;
            }

            .col-md-pull-11 {
                right: 91.66666667%;
            }

            .col-md-pull-10 {
                right: 83.33333333%;
            }

            .col-md-pull-9 {
                right: 75%;
            }

            .col-md-pull-8 {
                right: 66.66666667%;
            }

            .col-md-pull-7 {
                right: 58.33333333%;
            }

            .col-md-pull-6 {
                right: 50%;
            }

            .col-md-pull-5 {
                right: 41.66666667%;
            }

            .col-md-pull-4 {
                right: 33.33333333%;
            }

            .col-md-pull-3 {
                right: 25%;
            }

            .col-md-pull-2 {
                right: 16.66666667%;
            }

            .col-md-pull-1 {
                right: 8.33333333%;
            }

            .col-md-pull-0 {
                right: auto;
            }

            .col-md-push-12 {
                left: 100%;
            }

            .col-md-push-11 {
                left: 91.66666667%;
            }

            .col-md-push-10 {
                left: 83.33333333%;
            }

            .col-md-push-9 {
                left: 75%;
            }

            .col-md-push-8 {
                left: 66.66666667%;
            }

            .col-md-push-7 {
                left: 58.33333333%;
            }

            .col-md-push-6 {
                left: 50%;
            }

            .col-md-push-5 {
                left: 41.66666667%;
            }

            .col-md-push-4 {
                left: 33.33333333%;
            }

            .col-md-push-3 {
                left: 25%;
            }

            .col-md-push-2 {
                left: 16.66666667%;
            }

            .col-md-push-1 {
                left: 8.33333333%;
            }

            .col-md-push-0 {
                left: auto;
            }

            .col-md-offset-12 {
                margin-left: 100%;
            }

            .col-md-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-md-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-md-offset-9 {
                margin-left: 75%;
            }

            .col-md-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-md-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-md-offset-6 {
                margin-left: 50%;
            }

            .col-md-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-md-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-md-offset-3 {
                margin-left: 25%;
            }

            .col-md-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-md-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-md-offset-0 {
                margin-left: 0;
            }
        }

        @media screen and (min-width: 1200px) {

            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12 {
                float: left;
            }

            .col-lg-12 {
                width: 100%;
            }

            .col-lg-11 {
                width: 91.66666667%;
            }

            .col-lg-10 {
                width: 83.33333333%;
            }

            .col-lg-9 {
                width: 75%;
            }

            .col-lg-8 {
                width: 66.66666667%;
            }

            .col-lg-7 {
                width: 58.33333333%;
            }

            .col-lg-6 {
                width: 50%;
            }

            .col-lg-5 {
                width: 41.66666667%;
            }

            .col-lg-4 {
                width: 33.33333333%;
            }

            .col-lg-3 {
                width: 25%;
            }

            .col-lg-2 {
                width: 16.66666667%;
            }

            .col-lg-1 {
                width: 8.33333333%;
            }

            .col-lg-pull-12 {
                right: 100%;
            }

            .col-lg-pull-11 {
                right: 91.66666667%;
            }

            .col-lg-pull-10 {
                right: 83.33333333%;
            }

            .col-lg-pull-9 {
                right: 75%;
            }

            .col-lg-pull-8 {
                right: 66.66666667%;
            }

            .col-lg-pull-7 {
                right: 58.33333333%;
            }

            .col-lg-pull-6 {
                right: 50%;
            }

            .col-lg-pull-5 {
                right: 41.66666667%;
            }

            .col-lg-pull-4 {
                right: 33.33333333%;
            }

            .col-lg-pull-3 {
                right: 25%;
            }

            .col-lg-pull-2 {
                right: 16.66666667%;
            }

            .col-lg-pull-1 {
                right: 8.33333333%;
            }

            .col-lg-pull-0 {
                right: auto;
            }

            .col-lg-push-12 {
                left: 100%;
            }

            .col-lg-push-11 {
                left: 91.66666667%;
            }

            .col-lg-push-10 {
                left: 83.33333333%;
            }

            .col-lg-push-9 {
                left: 75%;
            }

            .col-lg-push-8 {
                left: 66.66666667%;
            }

            .col-lg-push-7 {
                left: 58.33333333%;
            }

            .col-lg-push-6 {
                left: 50%;
            }

            .col-lg-push-5 {
                left: 41.66666667%;
            }

            .col-lg-push-4 {
                left: 33.33333333%;
            }

            .col-lg-push-3 {
                left: 25%;
            }

            .col-lg-push-2 {
                left: 16.66666667%;
            }

            .col-lg-push-1 {
                left: 8.33333333%;
            }

            .col-lg-push-0 {
                left: auto;
            }

            .col-lg-offset-12 {
                margin-left: 100%;
            }

            .col-lg-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-lg-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-lg-offset-9 {
                margin-left: 75%;
            }

            .col-lg-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-lg-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-lg-offset-6 {
                margin-left: 50%;
            }

            .col-lg-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-lg-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-lg-offset-3 {
                margin-left: 25%;
            }

            .col-lg-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-lg-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-lg-offset-0 {
                margin-left: 0;
            }
        }

        .visible-xs,
        .visible-sm,
        .visible-md,
        .visible-lg {
            display: none !important;
        }

        .visible-xs-block,
        .visible-xs-inline,
        .visible-xs-inline-block,
        .visible-sm-block,
        .visible-sm-inline,
        .visible-sm-inline-block,
        .visible-md-block,
        .visible-md-inline,
        .visible-md-inline-block,
        .visible-lg-block,
        .visible-lg-inline,
        .visible-lg-inline-block {
            display: none !important;
        }

        @media (max-width: 767px) {
            .visible-xs {
                display: block !important;
            }

            table.visible-xs {
                display: table !important;
            }

            tr.visible-xs {
                display: table-row !important;
            }

            th.visible-xs,
            td.visible-xs {
                display: table-cell !important;
            }
        }

        @media screen and (max-width: 767px) {
            .visible-xs-block {
                display: block !important;
            }
        }

        @media screen and (max-width: 767px) {
            .visible-xs-inline {
                display: inline !important;
            }
        }

        @media screen and (max-width: 767px) {
            .visible-xs-inline-block {
                display: inline-block !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px) {
            .visible-sm {
                display: block !important;
            }

            table.visible-sm {
                display: table !important;
            }

            tr.visible-sm {
                display: table-row !important;
            }

            th.visible-sm,
            td.visible-sm {
                display: table-cell !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px) {
            .visible-sm-block {
                display: block !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px) {
            .visible-sm-inline {
                display: inline !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px) {
            .visible-sm-inline-block {
                display: inline-block !important;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .visible-md {
                display: block !important;
            }

            table.visible-md {
                display: table !important;
            }

            tr.visible-md {
                display: table-row !important;
            }

            th.visible-md,
            td.visible-md {
                display: table-cell !important;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .visible-md-block {
                display: block !important;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .visible-md-inline {
                display: inline !important;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .visible-md-inline-block {
                display: inline-block !important;
            }
        }

        @media screen and (min-width: 1200px) {
            .visible-lg {
                display: block !important;
            }

            table.visible-lg {
                display: table !important;
            }

            tr.visible-lg {
                display: table-row !important;
            }

            th.visible-lg,
            td.visible-lg {
                display: table-cell !important;
            }
        }

        @media screen and (min-width: 1200px) {
            .visible-lg-block {
                display: block !important;
            }
        }

        @media screen and (min-width: 1200px) {
            .visible-lg-inline {
                display: inline !important;
            }
        }

        @media screen and (min-width: 1200px) {
            .visible-lg-inline-block {
                display: inline-block !important;
            }
        }

        @media screen and (max-width: 767px) {
            .hidden-xs {
                display: none !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px) {
            .hidden-sm {
                display: none !important;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1199px) {
            .hidden-md {
                display: none !important;
            }
        }

        @media screen and (min-width: 1200px) {
            .hidden-lg {
                display: none !important;
            }
        }

        .form-control {
            padding: 5px 10px;
            font-size: 13px;
            line-height: 1.42857143;
            height: 28px;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ddd;
            display: inline-block;
            width: auto;
            vertical-align: middle;
            radius: 0px;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .form-control:focus {
            outline: none;
            border-color: #2e6da4;
        }

        .form-control::-ms-clear {
            display: none;
        }

        .form-group {
            min-height: 0;
            margin-bottom: 15px;
        }

        .form-group:before,
        .form-group:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .form-group:after {
            clear: both;
        }

        .form-group .form-control {
            width: 100%;
        }

        .control-label {
            padding-top: 7px;
            margin-bottom: 0;
            text-align: right;
        }

        .btn {
            display: inline-block;
            padding: 5px 12px;
            margin-bottom: 0;
            font-size: 13px;
            font-weight: normal;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
        }

        .btn:focus,
        .btn:active:focus,
        .btn.active:focus,
        .btn.focus,
        .btn:active.focus,
        .btn.active.focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn:hover,
        .btn:focus,
        .btn.focus {
            color: #333;
            text-decoration: none;
        }

        .btn:active,
        .btn.active {
            background-image: none;
            outline: 0;
        }

        .btn-default {
            color: #fff;
            background-color: #00a2ff;
            border-color: #0092e6;
        }

        .btn-default:hover,
        .btn-default:focus,
        .btn-default.focus,
        .btn-default:active,
        .btn-default.active {
            color: #fff;
            background-color: #0082cc;
            border-color: #0071b3;
        }

        @media screen and (min-width: 1200px) {
            .container-search .content {
                margin-left: 110px;
                width: 670px;
            }
        }

        @media (min-width: 1400px) {
            .container-search .content {
                width: 775px;
            }

            .container-search .contentright {
                width: 470px;
            }
        }

        .searchresults {
            line-height: 1.2307692308;
        }

        .searchresults h2 {
            font-size: 13px;
            margin: 0;
            padding: 0;
            position: absolute;
            text-indent: -1000px;
            z-index: -1;
            overflow: hidden;
            top: 0;
        }

        .device-c .searchresults h4 {
            margin-bottom: 5px;
            color: #a0a0b0;
            font-size: 13px;
            line-height: 13px;
        }

        .searchresults ol {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .searchresults .searchresult {
            margin-bottom: 15px;
        }

        @media (min-width: 768px) {
            .searchresults .searchresult {
                padding-right: 15%;
                padding-right: 0;
            }
        }

        .device-c .searchresults .searchresult {
            margin-bottom: 25px;
            max-width: 700px;
        }

        .device-m .searchresults .searchresult {
            margin-bottom: 15px;
        }

        .searchresults .searchresult h3 {
            font-size: 15px;
        }

        .device-c .searchresults .searchresult h3 {
            font-size: 17px;
            line-height: 18px;
        }

        .device-c .searchresults .searchresult h3 a {
            color: #2775bd;
        }

        .searchresults .searchresult cite {
            display: block;
            font-style: normal;
            color: #00821e;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: lowercase;
            word-wrap: break-word;
        }

        .device-c .searchresults .searchresult cite {
            color: #0e7744;
            line-height: 17px;
        }

        .searchresults .searchresult p {
            margin: 0;
        }

        body.device-c .searchresults .searchresult p {
            line-height: 16px;
            max-height: 32px;
            overflow: hidden;
        }

        body.device-m .searchresults .searchresult p,
        body.device-t .searchresults .searchresult p {
            max-height: 32px;
            overflow: hidden;
        }

        body.device-m .searchresults .searchresult-nr-1 p,
        body.device-t .searchresults .searchresult-nr-1 p,
        body.device-m .searchresults .searchresult-nr-2 p,
        body.device-t .searchresults .searchresult-nr-2 p,
        body.device-m .searchresults .searchresult-nr-3 p,
        body.device-t .searchresults .searchresult-nr-3 p,
        body.device-m .searchresults .searchresult-nr-5 p,
        body.device-t .searchresults .searchresult-nr-5 p {
            line-height: 16px;
            max-height: 16px;
        }

        body.device-c .searchresults .searchresult-nr-1 h3,
        body.device-c .searchresults .searchresult-nr-2 h3,
        body.device-c .searchresults .searchresult-nr-3 h3,
        body.device-c .searchresults .searchresult-nr-4 h3,
        body.device-c .searchresults .searchresult-nr-5 h3,
        body.device-c .searchresults .searchresult-nr-7 h3 {
            max-height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        body.device-c .searchresults .searchresult-nr-1 p,
        body.device-c .searchresults .searchresult-nr-2 p,
        body.device-c .searchresults .searchresult-nr-3 p,
        body.device-c .searchresults .searchresult-nr-4 p,
        body.device-c .searchresults .searchresult-nr-5 p,
        body.device-c .searchresults .searchresult-nr-7 p {
            line-height: 16px;
            max-height: 16px;
        }

        body.device-c .searchresults .searchresult-nr-1 p span:before,
        body.device-c .searchresults .searchresult-nr-2 p span:before,
        body.device-c .searchresults .searchresult-nr-3 p span:before,
        body.device-c .searchresults .searchresult-nr-4 p span:before,
        body.device-c .searchresults .searchresult-nr-5 p span:before,
        body.device-c .searchresults .searchresult-nr-7 p span:before {
            content: " ...";
        }

        .device-m .searchresults .searchresult-c h3 {
            max-height: none;
            overflow: auto;
            text-overflow: clip;
            white-space: normal;
        }

        .searchresults .searchresult-c .label {
            display: inline-block;
            margin-right: 3px;
            padding: 0px 4px;
            font-size: 11px;
            line-height: 12px;
            color: #0e7744;
            border: 1px solid #0e7744;
            border-radius: 2px;
            text-transform: capitalize;
            vertical-align: baseline;
        }

        .searchresults .contentresult {
            display: none;
            margin-bottom: 15px;
        }

        .searchresults .contentresult.show {
            display: block;
        }

        @media (min-width: 768px) {
            .searchresults .contentresult {
                padding-right: 15%;
            }
        }

        .searchresults-awc .searchresult h3,
        .searchresults-awc .searchresult cite,
        .searchresults-awc .searchresult p {
            text-transform: lowercase;
        }

        .searchresults-afs-empty {
            margin-top: 10px;
        }

        .rel {
            margin-bottom: 20px;
        }

        .device-c .rel {
            margin-top: 0;
            margin-bottom: 18px;
            padding-top: 2px;
        }

        .device-m .rel {
            margin-bottom: 26px;
        }

        .rel h4 {
            color: #777;
            font-size: 13px;
            line-height: 18px;
            margin-bottom: 5px;
            position: relative;
            text-indent: 0px;
            z-index: 0;
        }

        .rel h4 strong {
            text-transform: capitalize;
        }

        .device-c .rel h4 {
            color: #a0a0b0;
        }

        .rel ul {
            display: inline-block;
            list-style: none;
            margin: 0 30px 0 0;
            padding: 0;
            min-width: 150px;
        }

        .rel li {
            padding: 0;
            margin: 0;
            line-height: 20px;
            text-transform: capitalize;
            vertical-align: top;
        }

        @media (max-width: 767px) {
            .rel li {
                font-size: 14px;
                line-height: 26px;
            }
        }

        .device-c .rel-top {
            margin-top: 10px;
        }

        .device-m .content h3,
        .device-t .content h3 {
            font-size: 14px;
            line-height: 16px;
            max-height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #777;
        }

        body.device-m .content .rel h4 strong,
        body.device-t .content .rel h4 strong {
            color: #555;
        }

        .content .rel ul {
            min-width: 190px;
            vertical-align: top;
        }

        body.device-m .content .rel ul,
        body.device-t .content .rel ul {
            display: block;
            margin-right: 0;
        }

        .content .rel li {
            font-size: 14px;
            line-height: 28px;
        }

        .device-c .content .rel li {
            font-size: 15px;
            line-height: 30px;
        }

        .content .rel li a {
            color: #1900e1;
        }

        .content .rel li a .device-c {
            color: #2800c8;
        }

        body.device-m .content .rel li a,
        body.device-t .content .rel li a {
            font-size: 16px;
            line-height: 32px;
            display: block;
            border-bottom: 1px solid #eee;
            padding: 4px 0;
            width: 100%;
            background-image: url('data:image/svg+xml;utf8,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg>');
            background-size: 25px 25px;
            background-position: right center;
            background-repeat: no-repeat;
        }

        body.device-m .content .rel li a:hover,
        body.device-t .content .rel li a:hover {
            text-decoration: none;
        }

        .content-s .contentright .block-rel,
        .content-s .rel-inline-bottom {
            display: none;
        }

        .contentright {
            color: #393e46;
        }

        body.device-c .contentright,
        body.device-t .contentright {
            padding-top: 10px;
        }

        .contentright .block {
            margin-bottom: 15px;
            padding: 15px;
            border: 1px solid #eee;
        }

        body.device-c .contentright .block,
        body.device-t .contentright .block {
            padding: 0;
            margin-bottom: 25px;
            border: none;
        }

        @media (max-width: 991px) {
            .contentright .block {
                display: none;
            }
        }

        .contentright .contentblock {
            height: 0;
        }

        .contentright .contentblock.show {
            margin-bottom: 15px;
        }

        body.device-c .contentright .contentblock.show,
        body.device-t .contentright .contentblock.show {
            margin-bottom: 25px;
        }

        .contentright .cookie-container {
            color: #777;
        }

        .contentright .cookie-container .cookie-button {
            color: #777 !important;
        }

        .contentright .rel {
            margin-bottom: 0;
        }

        .contentright .rel ul {
            margin-right: 20px;
        }

        .contentright .rel-empty {
            display: block;
            margin-top: 0;
        }

        .contentright h4 {
            font-size: 14px;
            margin-bottom: 10px;
        }

        body.device-c .contentright h4,
        body.device-t .contentright h4 {
            font-size: 13px;
            color: #777;
        }

        .contentright .searchresults {
            margin-top: 15px;
        }

        .contentright .searchresults .searchresult {
            padding-right: 0;
        }

        .contentright .searchresults.rel-empty {
            display: block;
            margin-top: 0;
        }

        body.device-c .contentright .searchresults-r .searchresult h3,
        body.device-t .contentright .searchresults-r .searchresult h3 {
            font-size: 13px;
        }

        .contentright .searchresults-r .searchresult h3 a {
            color: #393e46;
        }

        .contentright .searchresults-r .searchresult h3 a body.device-c,
        .contentright .searchresults-r .searchresult h3 a body.device-t {
            color: #777;
        }

        body.device-c .contentright .searchresults-r .searchresult cite,
        body.device-t .contentright .searchresults-r .searchresult cite {
            color: #8e8e8e;
        }

        body.device-c .contentright .searchresults-r .searchresult p,
        body.device-t .contentright .searchresults-r .searchresult p {
            color: #8e8e8e;
        }

        .contentright .searchinfo {
            margin: 0 15px;
            color: #999;
            font-size: 11px;
        }

        body.device-c .contentright .searchinfo,
        body.device-t .contentright .searchinfo {
            display: none;
            margin: 0;
        }

        .contentright iframe {
            min-width: 100%;
            width: 1px;
            *width: 100%;
        }

        .afs {
            margin-left: -4px;
            position: relative;
        }

        .afs .label {
            display: none;
        }

        .afs>div {
            height: 10px;
        }

        @media screen and (min-width: 992px) {
            .afs {
                margin-left: -10px;
                padding-left: 6px;
            }
        }

        .device-c .afs-line {
            height: 0;
        }

        .afs-loaded {
            margin-bottom: 8px;
            padding-top: 16px;
        }

        .afs-loaded .label {
            display: block;
            position: absolute;
            top: 5px;
            width: 100%;
            max-height: 16px;
            padding-left: 4px;
            color: #777;
            font-size: 13px;
            line-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        body.device-c .afs-loaded .label {
            color: #a0a0b0;
            font-size: 13px;
            line-height: 15px;
            top: 4px;
        }

        .device-c .afs-loaded .afs-line {
            height: 1px;
            background-color: #ebebeb;
            max-width: 600px;
        }

        body.device-m .afs-loaded {
            margin-bottom: 11px;
        }

        .afs-empty {
            display: none;
        }

        .device-c #afs1-block {
            margin-bottom: 0;
            padding-top: 0;
        }

        .device-m #afs1-block,
        .device-t #afs1-block {
            border-bottom: 1px solid #ebebeb;
        }

        .device-c #afs1-block .afs-line {
            margin-top: 0;
        }

        .device-m #afs2-block,
        .device-t #afs2-block {
            border-bottom: 1px solid #ebebeb;
            border-top: 1px solid #ebebeb;
            padding-top: 20px;
        }

        .device-m #afs2-block .label,
        .device-t #afs2-block .label {
            top: 9px;
        }

        .device-c #afs2-block.afs-loaded {
            margin-top: -12px;
            padding-top: 0;
        }

        .device-c #afs2-block.afs-loaded .label {
            top: 13px;
        }

        .device-c #afs2-block.afs-loaded .afs-line {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

        .device-m .searchresults-view-more-button {
            position: fixed;
            bottom: 25px;
            left: 50%;
            margin: 0 auto;
            padding: 7px 25px;
            width: 200px;
            margin-left: -100px;
            background-color: #00a2ff;
            color: #fff;
            border: 2px solid #00a2ff;
            box-shadow: 0px 1px 4px rgba(20, 23, 26, 0.6);
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }

        .device-m .searchresults-view-more-arrow {
            width: 0;
            height: 0;
            margin-left: 5px;
            display: inline-block;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 11px solid #fff;
        }

        .device-c .block-lastsearches .dl-lastsearches dd,
        .device-c .block-lastsearches .dl-lastsearches dt {
            color: #8e8e8e;
            font-size: 12px;
        }

        .device-c .block-lastsearches .dl-lastsearches dd {
            margin-left: 70px;
        }

        .device-c .block-lastsearches .dl-lastsearches dd a {
            color: #777;
        }

        .device-c .block-lastsearches .dl-lastsearches dt {
            width: 60px;
            float: left;
        }

        .pagination {
            margin: 25px 0;
            padding: 0;
            list-style: none;
        }

        .pagination li {
            display: inline-block;
            font-size: 13px;
        }

        .pagination li a {
            display: block;
            padding: 6px 12px;
            color: #657786;
            border: 1px solid #eee;
        }

        .pagination li a:hover {
            background-color: #eee;
            text-decoration: none;
        }

        @media (max-width: 767px) {
            .pagination li a {
                font-size: 14px;
                padding: 8px 14px;
            }
        }

        .pagination li.active a,
        .pagination li.active a:hover {
            background-color: #00a2ff;
            border-color: #0092e6;
            color: #fff;
        }

        @media (max-width: 767px) {
            .pagination .nr {
                display: none;
            }
        }

        .pagination .pagination-next,
        .pagination .pagination-prev {
            background-color: #f5f8fa;
        }

        .pagination .pagination-next a,
        .pagination .pagination-prev a {
            color: #00a2ff;
            padding: 0 14px;
            height: 40px;
            width: 60px;
            background-repeat: no-repeat;
            background-position: center center;
            text-indent: -9999px;
        }

        .pagination .pagination-next a {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUdwTACh/wCh/wCh/wCj/wCi/8VCv+IAAAAFdFJOUwCAbH0w0re12QAAACdJREFUGNNjYIAAZkYGFMDCyoomwkRVEVZUwIgpgMcQSvmYnoN7HwCp4AFBOcgmAwAAAABJRU5ErkJggg==');
        }

        .pagination .pagination-prev a {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IArs4c6QAAABJQTFRFAAAAAKH/AKH/AKL/AKH/AKL/h0Z6JAAAAAV0Uk5TADFsfIClAx7rAAAAK0lEQVQI12NgYGBgMWCAANdACM0SqgAVCCIoEAoBCAZcCq6YgFAgTAjkDABkTgv33+iQJQAAAABJRU5ErkJggg==');
        }

        .pagination li a {
            box-shadow: #e0e0e0 0px 1px 4px;
            border: 0;
            font-size: 15px;
            padding: 0;
            text-align: center;
            line-height: 40px;
        }

        .pagination li.nr {
            margin-right: 3px;
        }

        .pagination li.nr a {
            height: 40px;
            width: 40px;
        }

        .pagination li.active a {
            border: 0;
        }

        .footer {
            min-height: 0;
            background-color: #f5f8fa;
            margin-bottom: 15px;
            color: #666;
            text-align: center;
        }

        .footer:before,
        .footer:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .footer:after {
            clear: both;
        }

        .footer ul {
            margin: 10px 0 0;
            padding: 0;
            list-style: none;
        }

        .footer ul li {
            display: inline-block;
            list-style: none;
        }

        .footer ul img {
            vertical-align: text-bottom;
        }

        .footer .divider {
            padding: 0 7px;
        }

        .footer a {
            color: #666;
        }

        @media (max-width: 767px) {
            .footer a {
                line-height: 26px;
            }
        }

        .footer .country-select {
            margin-top: 20px;
        }

        .footer-brand {
            text-align: center;
        }

        .footer-leaderboard {
            margin: 10px 0 25px;
            text-align: center;
        }

        .footer-leaderboard iframe {
            margin: 0 auto;
        }

        .footer {
            color: #9f9faf;
            clear: both;
            float: left;
            margin-bottom: 0;
            height: 60px;
            width: 100%;
            padding-top: 10px;
        }

        .footer a {
            color: #00a2ff;
        }

        .footer ul li {
            padding: 0 10px;
        }

        .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .caret-up {
            border-top: 0;
            border-bottom: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            list-style: none;
            font-size: 13px;
            text-align: left;
            background-color: #fff;
            border: 1px solid #eee;
            background-clip: padding-box;
        }

        .dropdown-menu>li {
            display: block;
            float: none;
        }

        .dropdown-menu>li>a {
            display: block;
            padding: 5px 9px;
            clear: both;
            font-weight: normal;
            white-space: nowrap;
        }

        .dropdown-menu>li>a:hover {
            background-color: #fafafa;
        }

        .open>.dropdown-menu {
            display: block;
        }

        .open>a {
            outline: 0;
        }

        .dropdown-menu-right {
            left: auto;
            right: 0;
        }

        .autocomplete-suggestions {
            border: 1px solid #cfcfd2;
            border-top: none;
            border-radius: 0 0 3px 3px;
            box-shadow: 0px 1px 3px rgba(20, 23, 26, 0.1);
            background: #fff;
            font-size: 16px;
            overflow: auto;
        }

        .autocomplete-suggestion {
            padding: 0px 9px;
            white-space: nowrap;
            overflow: hidden;
            line-height: 28px;
            font-weight: bold;
            position: relative;
        }

        .autocomplete-suggestion .history {
            color: #2775bc;
            display: inline-block;
        }

        .autocomplete-suggestion .history-deleted {
            color: #777;
            display: inline-block;
            font-size: 12px;
            font-weight: normal;
        }

        .autocomplete-suggestion .append {
            display: inline-block;
            background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAo0lEQVRIx+3X4QaAMBQF4L10RIwRMUZE9BB7t96gXOpfdVrtdMV+HMbY9+teOybGaDSyHxZC5gIX+BdwpTlOteYc15oLpGHB8/Y4BUew3FmAWxZMwe/CEgdwx4Kz4qmwpAV4y4Kz4E9hSQfwjgW/wt/CEg9wz4IlIRXPBSfjub+tPcADC76D9yxYMqDtxmwL49VKZVeV8Wymv+hJ09EiMVqlbQXTCZuExPleFwAAAABJRU5ErkJggg==") no-repeat center center;
            background-size: 15px 15px;
            height: 28px;
            width: 50px;
            position: absolute;
            right: 0;
        }

        .device-c .autocomplete-suggestion .append {
            width: 40px;
        }

        .autocomplete-suggestions strong {
            font-weight: normal;
        }

        .autocomplete-selected {
            background: #eee;
            cursor: pointer;
        }

        .autocomplete-selected .append {
            background-color: #fff;
        }

        .autocomplete-options {
            padding: 3px 9px;
            line-height: 28px;
            font-size: 13px;
        }

        .cookie-container {
            background-color: #fcfcfc;
            border-top: 1px solid #eee;
            color: #666;
            opacity: 0.95;
            padding-bottom: 8px;
            padding-top: 8px;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
        }

        @media screen and (max-width: 768px) {
            .cookie-container {
                padding-top: 5px;
            }
        }

        .device-c .cookie-container,
        .device-t .cookie-container,
        .device-m .cookie-container {
            position: relative;
            margin-bottom: 10px;
            margin-top: 5px;
            padding: 10px 8px;
            background-color: #fff;
            border: 1px solid #eee;
        }

        .device-m .cookie-container {
            border-top: 0;
        }

        .cookie-content {
            font-size: 13px;
            line-height: 16px;
            display: inline-block;
            position: relative;
            margin-left: 15px;
            margin-right: 15px;
        }

        @media screen and (max-width: 767px) {
            .cookie-content {
                margin-left: 10px;
                margin-right: 10px;
                line-height: 16px;
            }
        }

        @media screen and (min-width: 768px) {
            .cookie-content {
                padding-right: 200px;
            }

            .device-c .cookie-content {
                padding-right: 100px;
            }
        }

        @media screen and (min-width: 768px) {
            .cookie-content {
                margin-left: 0;
                margin-right: 0;
            }
        }

        .device-t .cookie-content,
        .device-m .cookie-content {
            position: relative;
            padding-right: 70px;
        }

        @media screen and (max-width: 767px) {
            .cookie-options {
                position: absolute;
                top: 0;
                right: 0;
                margin-top: 10px;
                text-align: right;
            }
        }

        @media screen and (min-width: 768px) {
            .cookie-options {
                position: absolute;
                right: 0;
                top: 0;
            }
        }

        .cookie-button {
            background-color: #fff;
            border: 1px solid #eee;
            cursor: pointer;
            padding: 4px 7px;
            margin-left: 15px;
            text-decoration: none;
            white-space: nowrap;
            color: #666;
            display: inline-block;
        }

        .device-c .cookie-button {
            color: #505058;
        }

        .cookie-block {
            margin-left: -10px;
        }

        .device-t .cookie-block,
        .device-m .cookie-block {
            margin-left: -15px;
            margin-right: -15px;
        }

        .device-t .cookie-block {
            margin-right: -30px;
        }

        @media screen and (max-width: 991px) {
            .cookie-block {
                margin-left: 0;
            }
        }

        .cookie-link {
            color: #2775bc;
            margin-left: 0;
            text-decoration: none;
            white-space: nowrap;
        }

        .home .cookie-container {
            text-align: center;
        }

        .home .cookie-content {
            margin-left: 0;
        }

        .home {
            min-height: 500px;
        }

        @media screen and (min-width: 1200px) {
            .home .container {
                max-width: 970px;
            }
        }

        .home .jumbotron {
            padding: 10% 15px 30px;
            text-align: center;
        }

        .home .jumbotron-logo {
            margin: 0 auto;
        }

        .home .jumbotron-logo img {
            max-width: 70%;
        }

        .home .slogan {
            color: #00a2ff;
            font-weight: bold;
            padding: 20px 0;
            font-size: 16px;
            text-align: center;
        }

        .home .slogan a {
            color: #666;
            font-size: 13px;
            font-weight: normal;
        }

        @media screen and (min-height: 400px) {
            .home .footer {
                position: absolute;
                bottom: 30px;
                width: 100%;
                max-width: none;
            }
        }

        .home-hide {
            display: none;
        }

        .home-leaderboard {
            margin: 25px 0 0;
            text-align: center;
        }

        .home-leaderboard iframe {
            margin: 0 auto;
        }
		
		
		
		
		
		  #___gcse_1 .gsc-control-cse {
            border-color: rgba(221, 221, 221, 0) !important;
            background-color: rgba(221, 221, 221, 0) !important;
        }

        .boxheader {
            background-color: rgba(221, 221, 221, 0.19);
            padding: 30px 0;
            margin-left: 0;
            margin-right: 0;
        }

        #___gcse_0 table tr {
            position: relative;
            width: 100%;
        }

        #___gcse_0 table tr .gsc-input-box {
            position: absolute;
            width: 100% !important;
        }

        #___gcse_0 table tr .gsc-input-box table {
            width: 100%;
            padding: 0px;
        }

        #___gcse_0 table tr .gsc-input-box table tr td.gsib_a {
            padding: 0;
        }

        #___gcse_0 table tr .gsc-input-box table tr td.gsib_a input {
            border-radius: 2px 0 0 2px !important;
            margin-right: -30px !important;
            border: 0 !important;
            font-size: 16px !important;
            line-height: 1.42857143 !important;
            width: 100% !important;
            padding: 5px 10px !important;
            height: 28px !important;
            background-color: #fff !important;
            background-image: none !important;
            display: inline-block !important;
            vertical-align: middle !important;
            box-shadow: none !important;
        }

        #___gcse_0 table tr td.gsc-search-button {
            right: 0;
        }

        #___gcse_0 table tr td.gsc-search-button button {
            position: absolute;
            right: 0;
            background-size: 15px !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            border-color: #00a2ff !important;
            text-indent: -1000em !important;
            width: 50px !important;
            height: 30px !important;
            color: #fff !important;
            background-color: #00a2ff !important;
            display: inline-block !important;
            padding: 5px 12px !important;
            margin-bottom: 0 !important;
            font-size: 13px !important;
            font-weight: normal !important;
            line-height: 1.42857143 !important;
            text-align: center !important;
            white-space: nowrap !important;
            vertical-align: middle !important;
            touch-action: manipulation !important;
            cursor: pointer !important;
            user-select: none !important;
            border: 1px solid transparent !important;

        }

        #___gcse_0 table tr td.gsc-search-button button svg {
            fill: #fff;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 6px;
            right: 15px;
        }

        .gsib_b {
            opacity: 0;
        }

        table.gsc-search-box {
            position: relative !important;
        }

        body {
            color: #333;
        }

        .gs-webResult .gs-snippet,
        .gs-imageResult .gs-snippet,
        .gs-fileFormatType {
            padding: 0px 8px !important;
        }

        #adBlock .adStd .descText {
            padding-top: 8px;
            display: inline-block;
        }

        .gsc-control-cse,
        .gsc-control-cse .gsc-table-result {
            font-size: 14px;
        }

        .gs-webResult .gs-snippet,
        .gs-imageResult .gs-snippet,
        .gs-fileFormatType {
            color: #545454 !important;
            line-height: 1.4 !important;
            font-size: 14px !important;
        }

        .gs-result .gs-title,
        .gs-result .gs-title * {
            text-decoration: none !important;
        }

        .gsc-control-cse .gs-spelling,
        .gsc-control-cse .gs-result .gs-title,
        .gsc-control-cse .gs-result .gs-title * {
            font-size: 18px !important;
        }

        .gsc-result-info {
            font-size: 15px !important;
        }

        .cse .gsc-control-cse,
        .gsc-control-cse {
            padding: 1em 0 !important;
        }

        .gsc-results .gsc-cursor-box {
            text-align: center !important;
            margin: 30px 10px !important;
        }

        .gsc-results .gsc-cursor-box .gsc-cursor-page {
            margin-right: 15px !important;
        }

        .gsc-adBlockInvisible {
            height: inherit !important;
            display: inline-block !important;
            width: 100% !important;
        }



        #e1 {
            display: none;
            padding: 20px;
        }

        .styleable-rootcontainer {
            font-size: 13px;
            background-color: #FFFFFF;
            color: #333333;
            font-family: arial, sans-serif, arial, sans-serif;
            width: 100%;
            -ms-flex-negative: 1;
            -webkit-box-flex: 1 0;
            -webkit-flex-shrink: 1;
            flex-shrink: 1;
            padding-bottom: 6px;
            padding-left: 4px;
            padding-top: 6px;
        }

        .ec_ {
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            box-sizing: border-box;
            overflow: hidden;
        }

        .styleable-description {
            max-width: 600px;
            line-height: 15px;
        }

        .styleable-title {
            font-size: 16px;
            color: #1155CC;
            line-height: 22px;
        }

        .adbadgeContainer {
            margin-right: 3px;
        }

        .si25 {
            font-size: 11px;
            background-color: #FFFFFF;
            color: #009933;
            font-weight: 400;
            border-radius: 3px;
            border: 1px solid #009933;
            line-height: 11px;
            padding-bottom: 0px;
            padding-left: 2px;
            padding-right: 3px;
            padding-top: 0px;
        }

        #e1 span {
            -webkit-box-flex: 0 0;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            display: inline-block;
            overflow: hidden;
            text-transform: none;
        }

        .si67 {
            font-size: 8px;
            color: #327c50;
            font-family: sans-serif, arial, sans-serif;
            letter-spacing: 0px;
            font-weight: 400;
            line-height: 8px;
            padding-top: 1px;
        }

        .si20 {
            line-height: 12px;
            margin-left: 12px;
        }

        .styleable-visurl {
            color: #009933;
            line-height: 15px;
            margin-left: 4px;
            margin-right: 4px;
            width: 85%;
        }

        .si21 {
            height: 28px;
            -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 12%), 0px 1px 2px rgb(0 0 0 / 24%);
            -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
            -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 1px 3px rgb(0 0 0 / 12%), 0px 1px 2px rgb(0 0 0 / 24%);
            border-radius: 2px;
            max-width: 300px;
            margin-bottom: 7px;
            margin-left: 1px;
            margin-right: 2px;
            margin-top: 4px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .bda-box {
            display: none;
            margin: 20px;
        }

        .bda-box,
        .business_box {
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
            padding: 20px;
        }

        .bda-box .row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .bda-box .bottom_box {
            padding-top: 20px;
        }

        .bda-box .top_box .col img {
            max-width: 100%;
        }

        .bda-box .col {
            -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
        }

        .bda-box h2 {
            font-size: 1.8rem;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
            margin-top: 0;
        }

        .bda-box a {
            color: #3490dc;
            -webkit-text-decoration: none;
            text-decoration: none;
            background-color: transparent;
        }

        .si10 {
            width: 14px;
            height: 14px;
        }

        .si10 img {
            border: none;
            max-width: 100%;
            max-height: 100%;
        }

        .si9 {
            color: #1155CC;
            margin-left: 5px;
            font-size: 18px;
        }

        .si14 {
            margin-left: 12px;
            margin-top: 4px;
        }

        .si15 {
            color: #1155CC;
            line-height: 19px;
        }

        .sitelinksRightColumn {
            margin-left: 12px;
        }

        hr {
            display: none;
        }

        @media only screen and (max-width: 48em) {

            #e1,
            .bda-box,
            hr {
                display: block;
            }
        }
		
		
		
		  #Call4MeNow {
        background-color: #e60000;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 70px;
        opacity: .7;
        position: fixed;
        right: 35px;
        top: 253px;
        text-align: center;
        z-index: 9999;
        -webkit-animation: calltrap_opacity 3s infinite linear;
        -moz-animation: calltrap_opacity 3s infinite linear;
        -o-animation: calltrap_opacity 3s infinite linear;
        animation: calltrap_opacity 3s infinite linear
    }

    #Call4MeNow.calltrap_offline {
        background-color: red
    }

    #calltrap-ico {
        width: 40px;
        height: 40px;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -o-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-animation: uptocallmini 1.5s 0 ease-out infinite;
        -moz-animation: uptocallmini 1.5s 0 ease-out infinite;
        -o-animation: uptocallmini 1.5s 0 ease-out infinite;
        animation: uptocallmini 1.5s 0 ease-out infinite
    }

    #calltrap-ico:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
        background-image: url(../img/phone-call.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-animation: calltrap_spin 3s infinite linear;
        -moz-animation: calltrap_spin 3s infinite linear;
        -o-animation: calltrap_spin 3s infinite linear;
        animation: calltrap_spin 3s infinite linear
    }

    .calltrap_offline #calltrap-ico {
        -webkit-animation: uptocallmini_offline 1.5s 0 ease-out infinite;
        -moz-animation: uptocallmini_offline 1.5s 0 ease-out infinite;
        -o-animation: uptocallmini_offline 1.5s 0 ease-out infinite;
        animation: uptocallmini_offline 1.5s 0 ease-out infinite
    }

    #calltrap-overlay {
        background-color: #191919;
        background-color: rgba(25, 25, 25, 0.9);
        position: fixed;
        z-index: 9998;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        display: none
    }

    #calltrap-overlay .b-calltrap-overlay {
        display: table;
        width: 100%;
        height: 100%
    }

    #calltrap-overlay .b-calltrap-overlay__header,
    #calltrap-overlay .b-calltrap-overlay__body,
    #calltrap-overlay .b-calltrap-overlay__footer {
        display: table-row;
        padding: 0;
        margin: 0
    }

    #calltrap-overlay .b-calltrap-overlay__header-block,
    #calltrap-overlay .b-calltrap-overlay__body-block,
    #calltrap-overlay .b-calltrap-overlay__footer-block {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    #calltrap-overlay .b-calltrap-overlay__body-block {
        padding: 0 7px
    }

    #calltrap-overlay .b-calltrap-overlay__header,
    #calltrap-overlay .b-calltrap-overlay__footer {
        height: 1px
    }

    #calltrap-overlay .b-calltrap__container {
        background-color: #fff;
        border: 5px solid #e60000;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        padding: 0;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.3;
        position: relative;
        font-family: Tahoma, Arial, self-serif !important
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {
        #calltrap-overlay .b-calltrap__container {
            width: 290px
        }
    }

    #calltrap-overlay .b-calltrap__close {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        opacity: .5;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    #calltrap-overlay .b-calltrap__close:hover {
        opacity: 1
    }

    #calltrap-success,
    #calltrap-form {
        display: block
    }

    #calltrap-success .b-calltrap_form__fields,
    #calltrap-form .b-calltrap_form__fields {
        margin: 20px 25px 35px
    }

    #calltrap-success .b-calltrap_form__title,
    #calltrap-form .b-calltrap_form__title {
        font-size: 20px;
        margin: 0 0 17px;
        text-align: left
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__title,
        #calltrap-form .b-calltrap_form__title {
            padding-right: 20px
        }
    }

    #calltrap-success .b-calltrap_form__text,
    #calltrap-form .b-calltrap_form__text {
        text-align: left
    }

    #calltrap-success .b-calltrap_form__text p,
    #calltrap-form .b-calltrap_form__text p {
        margin: 0 0 .55em
    }

    #calltrap-success .b-calltrap_form__input,
    #calltrap-form .b-calltrap_form__input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        padding: 0 15px;
        height: 44px;
        line-height: 40px;
        background-color: #fff;
        border: 2px solid #ccc;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        width: 100%;
        outline: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__input,
        #calltrap-form .b-calltrap_form__input {
            margin-bottom: 13px
        }
    }

    #calltrap-success .b-calltrap_form__input.error,
    #calltrap-form .b-calltrap_form__input.error {
        background-color: #ffc0c0;
        color: red;
        border-color: red
    }

    #calltrap-success .b-calltrap_form__input:disabled,
    #calltrap-form .b-calltrap_form__input:disabled {
        background-color: #eee;
        border-color: #bdbdbd;
        cursor: default
    }

    #calltrap-success .b-calltrap_form__input:focus,
    #calltrap-form .b-calltrap_form__input:focus {
        border: 2px solid #e60000
    }

    #calltrap-success .b-calltrap_form__submit,
    #calltrap-form .b-calltrap_form__submit {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #e60000;
        border: 2px solid #e60000;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: medium none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 0;
        height: 44px;
        line-height: 40px;
        outline: medium none;
        display: inline-block;
        width: 180px;
        text-align: center;
        outline: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__submit,
        #calltrap-form .b-calltrap_form__submit {
            width: 100%
        }
    }

    #calltrap-success .b-calltrap_form__submit:hover,
    #calltrap-form .b-calltrap_form__submit:hover {
        background-color: #1c658c
    }

    #calltrap-success .b-calltrap_form__submit:disabled,
    #calltrap-form .b-calltrap_form__submit:disabled {
        background-color: #bdbdbd !important;
        cursor: default
    }

    #calltrap-success .b-calltrap_form__controls,
    #calltrap-form .b-calltrap_form__controls {
        margin: 20px 0 0;
        padding: 0;
        padding: 0 200px 0 0
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__controls,
        #calltrap-form .b-calltrap_form__controls {
            padding: 0
        }
    }

    #calltrap-success .b-calltrap_form__controls-item,
    #calltrap-form .b-calltrap_form__controls-item {
        position: relative;
        float: right
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__controls-item,
        #calltrap-form .b-calltrap_form__controls-item {
            float: none
        }
    }

    #calltrap-success .b-calltrap_form__controls-left,
    #calltrap-form .b-calltrap_form__controls-left {
        margin-left: -100%;
        width: 100%
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__controls-left,
        #calltrap-form .b-calltrap_form__controls-left {
            margin-left: 0
        }
    }

    #calltrap-success .b-calltrap_form__controls-right,
    #calltrap-form .b-calltrap_form__controls-right {
        margin-right: -200px;
        overflow: visible;
        width: 200px;
        text-align: right
    }

    @media screen and (min-width: 1px) and (max-width: 500px) {

        #calltrap-success .b-calltrap_form__controls-right,
        #calltrap-form .b-calltrap_form__controls-right {
            margin-right: 0;
            width: auto;
            text-align: left
        }
    }

    #calltrap-success .b-calltrap_form__controls-clear,
    #calltrap-form .b-calltrap_form__controls-clear {
        clear: both
    }

    #calltrap-success {
        display: none
    }

    #calltrap-overlay.calltrap_offline .b-calltrap_form__submit {
        background-color: #bbd802
    }

    #calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover {
        background-color: #2e8c1c
    }

    #calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus {
        border-color: #bbd802
    }

    #calltrap-overlay.calltrap_offline .b-calltrap__container {
        border-color: #bbd802
    }

    @-webkit-keyframes calltrap_opacity {
        0% {
            opacity: 1
        }

        57% {
            opacity: .75
        }

        75% {
            opacity: .95
        }

        100% {
            opacity: 1
        }
    }

    @-moz-keyframes calltrap_opacity {
        0% {
            opacity: 1
        }

        57% {
            opacity: .75
        }

        75% {
            opacity: .95
        }

        100% {
            opacity: 1
        }
    }

    @-o-keyframes calltrap_opacity {
        0% {
            opacity: 1
        }

        57% {
            opacity: .75
        }

        75% {
            opacity: .95
        }

        100% {
            opacity: 1
        }
    }

    @keyframes calltrap_opacity {
        0% {
            opacity: 1
        }

        57% {
            opacity: .75
        }

        75% {
            opacity: .95
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes calltrap_spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        30% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        33% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        36% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        39% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        42% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        45% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        48% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }

        51% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        54% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        57% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @-moz-keyframes calltrap_spin {
        0% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        30% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        33% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        36% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        39% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        42% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        45% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        48% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }

        51% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        54% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        57% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @-o-keyframes calltrap_spin {
        0% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        30% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        33% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        36% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        39% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        42% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        45% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        48% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }

        51% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        54% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        57% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @keyframes calltrap_spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        30% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        33% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        36% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        39% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        42% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        45% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        48% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }

        51% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        54% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }

        57% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @-webkit-keyframes uptocallmini {
        0% {
            -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(32, 116, 161, 0);
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(32, 116, 161, 0)
        }

        10% {
            -webkit-box-shadow: 0 0 8px 6px #e60000, 0 0 12px 10px transparent, 0 0 12px 14px #e60000;
            box-shadow: 0 0 8px 6px #e60000, 0 0 12px 10px transparent, 0 0 12px 14px #e60000
        }

        100% {
            -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(32, 116, 161, 0);
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(32, 116, 161, 0)
        }
    }

    @-moz-keyframes uptocallmini {
        0% {
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(32, 116, 161, 0)
        }

        10% {
            box-shadow: 0 0 8px 6px #e60000, 0 0 12px 10px transparent, 0 0 12px 14px #e60000
        }

        100% {
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(32, 116, 161, 0)
        }
    }

    @-o-keyframes uptocallmini {
        0% {
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(32, 116, 161, 0)
        }

        10% {
            box-shadow: 0 0 8px 6px #e60000, 0 0 12px 10px transparent, 0 0 12px 14px #e60000
        }

        100% {
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(32, 116, 161, 0)
        }
    }

    @keyframes uptocallmini {
        0% {
            -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(32, 116, 161, 0);
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(32, 116, 161, 0)
        }

        10% {
            -webkit-box-shadow: 0 0 8px 6px #e60000, 0 0 12px 10px transparent, 0 0 12px 14px #e60000;
            box-shadow: 0 0 8px 6px #e60000, 0 0 12px 10px transparent, 0 0 12px 14px #e60000
        }

        100% {
            -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(32, 116, 161, 0);
            box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(32, 116, 161, 0)
        }
    }

    @-webkit-keyframes uptocallmini_offline {
        0% {
            -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0);
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0)
        }

        10% {
            -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120;
            box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
        }

        100% {
            -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0);
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0)
        }
    }

    @-moz-keyframes uptocallmini_offline {
        0% {
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0)
        }

        10% {
            box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
        }

        100% {
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0)
        }
    }

    @-o-keyframes uptocallmini_offline {
        0% {
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0)
        }

        10% {
            box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
        }

        100% {
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0)
        }
    }

    @keyframes uptocallmini_offline {
        0% {
            -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0);
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0)
        }

        10% {
            -webkit-box-shadow: 0 0 8px 6px #bbd802, 0 0 12px 10px transparent, 0 0 12px 14px #bbd802;
            box-shadow: 0 0 8px 6px #bbd802, 0 0 12px 10px transparent, 0 0 12px 14px #bbd802
        }

        100% {
            -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0);
            box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0)
        }
    }

    .btn-buy {
        background: #e60000;
        padding: 10px;
        position: fixed;
        bottom: 30px;
        color: #82B541;
        font-weight: 700;
        font-style: italic;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
        z-index: 999
    } 

    .btn-buy:hover,
    .btn-buy:active,
    .btn-buy:focus {
        color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
        transition: all 1s
    }

    .btn-buy .italy {
        font-size: 13px;
        font-style: italic;
        margin-right: 5px;
        color: #fff
    }

    .btn-buy .price {
        position: relative;
        color: white
    }

    #step {
        background: #3b5998;
        color: #FFF
    }

    .ico-phone {
        display: inline-block;
        font-size: 13px;
        width: 15px;
        height: 16px;
        line-height: 16px;
        vertical-align: middle
    }
	.gsc-adBlock,
	#adBlock {
		display:none !Important;
	}