@charset "utf-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@font-face {
    font-family: Graphik-Medium;
    unicode-range: U+000-5FF;
    src: url(graphikfont/Graphik-500-Medium.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik-Regular;
    unicode-range: U+000-5FF;
    src: url(graphikfont/Graphik-400-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik-Semibold;
    unicode-range: U+000-5FF;
    src: url(graphikfont/GraphikSemiBold.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik-Bold;
    unicode-range: U+000-5FF;
    src: url(graphikfont/Graphik-700-Bold.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #181818;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

/*button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}*/

button {
    overflow: visible
}



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 {
    padding: 0;
    border: 0
}

/*input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}*/

/*fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}*/

/*optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}*/

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    /*blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }*/

    .navbar-new {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    /*.table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }*/
}

@font-face {
    font-family: glyphicons halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

/*button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}*/

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

/*.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}*/

/*.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

/*.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}*/

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

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

/*p {
    margin: 0 0 10px
}*/

/*.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}*/

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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 (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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 (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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 (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
    }
}

/*table {
    background-color: transparent
}*/

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

/*th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}*/

@media screen and (max-width: 767px) {
    /*.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }*/
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}*/

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}*/

/*.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f1f5fb;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}*/

/*input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}*/

/*.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}*/

@media (min-width: 768px) {
    /*.form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }*/
}

/*.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}*/

@media (min-width: 768px) {
    /*.form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }*/
}

/*.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

/*.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}*/

/*.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}*/

/*.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}*/

/*.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}*/

/*.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}*/

/*.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}*/

/*.input-group-addon:first-child {
    border-right: 0
}*/

/*.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-new {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar-new {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav-new {
    margin: 7.5px -15px
}

.navbar-nav-new > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav-new .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav-new .open .dropdown-menu .dropdown-header, .navbar-nav-new .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav-new .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav-new .open .dropdown-menu > li > a:focus, .navbar-nav-new .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav-new {
        float: left;
        margin: 0
    }

    .navbar-nav-new > li {
        float: left
    }

    .navbar-nav-new > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav-new > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav-new > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav-new > li > a {
    color: #777
}

.navbar-default .navbar-nav-new > li > a:focus, .navbar-default .navbar-nav-new > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav-new > .active > a, .navbar-default .navbar-nav-new > .active > a:focus, .navbar-default .navbar-nav-new > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav-new > .disabled > a, .navbar-default .navbar-nav-new > .disabled > a:focus, .navbar-default .navbar-nav-new > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav-new > .open > a, .navbar-default .navbar-nav-new > .open > a:focus, .navbar-default .navbar-nav-new > .open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav-new .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav-new .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav-new .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav-new .open .dropdown-menu > .active > a, .navbar-default .navbar-nav-new .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav-new .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav-new .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav-new .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav-new .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav-new > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav-new > li > a:focus, .navbar-inverse .navbar-nav-new > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav-new > .active > a, .navbar-inverse .navbar-nav-new > .active > a:focus, .navbar-inverse .navbar-nav-new > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav-new > .disabled > a, .navbar-inverse .navbar-nav-new > .disabled > a:focus, .navbar-inverse .navbar-nav-new > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav-new > .open > a, .navbar-inverse .navbar-nav-new > .open > a:focus, .navbar-inverse .navbar-nav-new > .open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav-new .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav-new .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav-new .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav-new .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav-new .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav-new .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav-new .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav-new .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav-new .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav-new .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav-new .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1052;
    background-color: rgba(0, 0, 0, .75)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (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
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (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
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}



.slick-loading .slick-slide, .slick-loading .slick-track, .social-share-div {
    visibility: hidden
}



.modal.in {
    display: flex !important
}

.modal-dialog {
    margin: auto
}

.com_name_back, .company-info-title, .ellipsis, .port-title, ul.company_overview li {
    text-overflow: ellipsis
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Graphik-Medium, sans-serif
}

.boldfont {
    font-family: Graphik-Semibold, sans-serif
}

.semiboldfont {
    font-family: Graphik-Medium, sans-serif
}

.regularfont {
    font-family: Graphik-Regular, sans-serif
}

.pointer, .slick-dots li, .slick-list.dragging {
    cursor: pointer
}

.italic {
    font-family: Graphik-Regular, sans-serif;
    font-style: italic
}

.slick-next:before, .slick-prev:before, body {
    font-family: Graphik-Regular, sans-serif
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-dots, .text-center {
    text-align: center
}

.overflow, .slick-list, body.slide-active {
    overflow: hidden
}

.slick-dots, ul {
    list-style: none
}

.modal-content {
    border-radius: 8px !important
}

/*.form-control, .form-control:focus {
    box-shadow: none
}*/



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: inline-block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-dots li button, .slick-next, .slick-prev {
    height: 20px;
    background: 0 0;
    outline: 0;
    cursor: pointer
}

.slick-next, .slick-prev {
    position: absolute;
    background: #fff;
    border: 1px solid #a3b1c1;
    height: 29px;
    width: 29px;
    border-radius: 20px;
    outline: 0;
    text-align: center;
    top: 0;
    z-index: 2;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    top: -68px;
    color: transparent;
    font-size: 0
}

.slick-prev {
    right: 40px
}

.slick-prev::before {
    border-top: 2px solid #a3b1c1;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #a3b1c1;
    left: 2px
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    display: none !important
}

.slick-next::before {
    border-top: 2px solid transparent;
    border-right: 2px solid #a3b1c1;
    border-right-color: #a3b1c1;
    border-bottom: 2px solid #a3b1c1;
    border-bottom-color: #a3b1c1;
    border-left: 2px solid transparent;
    left: -2px
}

.slick-next::before, .slick-prev::before {
    background: #fff;
    height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    content: "";
    display: inline-block
}

.slick-next:hover, .slick-prev:hover {
    background: #3a7af3;
    border-color: #3a7af3
}

.slick-next:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff
}

.slick-next:hover::before, .slick-prev:hover::before {
    background: #3a7af3
}

.slick-prev:hover::before {
    border-top-color: #fff;
    border-left-color: #fff
}

.slick-next:hover::before, .slick-prev:hover::before {
    background: #3a7af3
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0
}

.slick-next.slick-disabled:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev.slick-disabled:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 100
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 100;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-next {
    right: 0;
    background-position-x: -643px
}

.slick-next.slick-disabled {
    background-position: -643px -535px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-dots {
    position: absolute;
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    padding: 5px;
    color: transparent;
    border: 0
}

.btn-default, .btn-default:hover, a, a:focus, a:hover {
    color: #3a7af3
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #f5f6f7;
    color: #3a7af3;
    text-decoration: none
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

html {
    font-size: 16px
}

body {
    font-family: Graphik-Regular;
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    background: #fff
}

.weight600, b, strong {
    font-family: Graphik-Regular, sans-serif
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0
}

.container {
    max-width: 1430px;
    width: 100%
}

.company-image a {
    max-height: 50px;
    max-width: 50px
}

.company-image img {
    max-height: 48px;
    max-width: 48px
}

.company-image {
    height: 50px;
    width: 50px;
    line-height: 46px;
    margin-right: 20px;
    word-wrap: break-word;
    overflow: hidden
}

.container-bg {
    background: #f5f5f5 !important
}

.whitebg {
    background-color: #fff !important
}

.uppercase {
    text-transform: uppercase !important
}

.border {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.greenborder {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.border-new {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.img-border {
    border: 1px solid #e2e2e2
}

.border-bottom {
    border-bottom: 1px solid #e2e2e2
}

.border-top {
    border-top: 1px solid #e2e2e2
}

.border-left {
    border-left: 1px solid #e2e2e2
}

.border-right {
    border-right: 1px solid #e2e2e2
}

.padding {
    padding: 20px
}

.padding10 {
    padding: 10px
}

.padding5 {
    padding: 5px
}

.padding15 {
    padding: 15px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-15 {
    padding-top: 15px
}

.padding-top-25 {
    padding-top: 25px
}

.grid, .padding-top-bottom-10 {
    padding: 10px 0
}

.no-padding {
    padding: 0
}

.padding-left-none {
    padding-left: 0
}

.padding-right-none {
    padding-right: 0
}

.padding-top-none {
    padding-top: 0
}

.padding-bottom-none {
    padding-bottom: 0
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-left {
    padding-left: 20px
}

.padding-right {
    padding-right: 20px
}

.padding-bottom {
    padding-bottom: 20px
}

.padding-top {
    padding-top: 20px
}

.padding-left-5 {
    padding-left: 5px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-30 {
    padding-top: 30px
}

.p-lr-30 {
    padding: 0 30px !important
}

.margin {
    margin: 20px
}

.margin-10 {
    margin: 10px
}

.margin-top-bottom-10 {
    margin: 10px 0
}

.no-margin {
    margin: 0
}

.margin-left-none {
    margin-left: 0
}

.margin-right-none {
    margin-right: 0
}

.margin-top-none {
    margin-top: 0
}

.margin-bottom-none {
    margin-bottom: 0
}

.margin-left {
    margin-left: 20px
}

.margin-right {
    margin-right: 20px
}

.margin-right-24 {
    margin-right: 24px
}

.margin-bottom {
    margin-bottom: 20px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-top {
    margin-top: 20px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-7 {
    margin-top: 7px
}

.radious3 {
    border-radius: 3px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-left--5 {
    margin-left: -5px
}

.radious4 {
    border-radius: 8px
}

.b-radious {
    border-radius: 8px
}

.tabradious {
    border-radius: 0 8px 8px 8px !important
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-top-7 {
    padding-top: 7px
}

.static {
    position: static !important
}

.autowidth {
    width: auto !important
}

/*.form-control {
    height: 36px;
    color: #757982
}*/

.font9 {
    font-size: 9px
}

.font10 {
    font-size: 10px
}

.font11 {
    font-size: 11px
}

.sfont12 {
    font-size: 12px
}

.font12 {
    font-size: 14px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font19 {
    font-size: 19px
}

.font20 {
    font-size: 20px
}

.font21 {
    font-size: 21px
}

.font22 {
    font-size: 22px
}

.font23 {
    font-size: 23px
}

.font24 {
    font-size: 24px
}

.font25 {
    font-size: 25px
}

.font30 {
    font-size: 30px
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

a, a:focus {
    text-decoration: none;
    outline: 0 !important
}

.block {
    display: block !important
}

.hide {
    display: none !important
}


.text-left {
    text-align: left !important
}

.sponsored_logo {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    right: 5px;
    bottom: 5px
}

.weight400 {
    font-family: Graphik-Regular, sans-serif
}

.weight500 {
    font-family: Graphik-Medium, sans-serif
}

.weight600 {
    font-family: Graphik-Medium, sans-serif
}

.weight700 {
    font-family: Graphik-Semibold, sans-serif
}

.whitec {
    color: #fff
}

.blackc, a.blackc:focus, a.blackc:hover {
    color: #181818
}

.lblackc {
    color: #181818
}

.linkc {
    color: #3a7af3
}

.headc {
    color: #181818
}

.disablec {
    color: #b6b6b6
}

.testimonialc {
    color: #929292
}

.lighttagc {
    color: #7f7f7f
}

.extrac {
    color: #6a6a6a
}

.subhead {
    color: #585858
}

.lightlinkc {
    color: #3a7af3
}

a.c_d_review_more, a.c_read_more, a.c_read_more:focus, a.c_read_more:hover {
    color: #3a7af3
}

.theme-link {
    color: #fff !important
}

.blanklink {
    color: #181818 !important
}

.greenc, a.greenc:focus, a.greenc:hover {
    color: #4ec897
}

a.nounderline:hover {
    text-decoration: none !important
}

.blanklink:focus, .blanklink:hover {
    color: #181818 !important
}

.relative {
    position: relative
}

.specialh2 {
    min-height: 36px;
    line-height: 30px
}

.researchrank {
    position: absolute;
    left: 5px;
    top: 5px
}

.textdefault {
    text-transform: none
}

.company-image a, .company-image div {
    border-radius: 6px;
    height: 50px;
    width: 100%;
    display: block;
    overflow: hidden
}

.blue-tag, .company-info-title, .green-btn-45, .media-coverage {
    display: inline-block
}

.csmallimage .company-image a, .csmallimage .company-image div {
    max-height: 50px;
    max-width: 50px
}

.csmallimage .company-image img {
    max-height: 48px;
    max-width: 48px
}

.csmallimage .company-image {
    line-height: 48px;
    height: 52px;
    width: 52px
}

.csmallimage .company-image a, .csmallimage .company-image div {
    line-height: 45px
}

.company-dynamic-width {
    width: auto;
    margin-right: 125px;
    overflow: hidden
}

.line-height-18 {
    line-height: 18px
}

.line-height-25 {
    line-height: 25px
}

.company-rating-details {
    width: 170px;
    position: absolute;
    top: 20px;
    right: 20px
}

.c_c_info .company-dynamic-width, .csmallimage .company-dynamic-width {
    width: auto;
    padding-right: 15px;
    margin-right: 170px
}

.csmallimage .directory-page .company-dynamic-width {
    margin-right: 0
}

.company-stars {
    width: 125px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px
}

.l-h-18 {
    line-height: 18px
}

.c_c_info .company-stars, .csmallimage .company-stars {
    width: 125px;
    text-align: center;
    float: right;
    line-height: 20px;
    position: static;
    height: 20px
}

a.company-stars-area {
    height: auto !important;
    width: 100% !important;
    max-width: 100%;
    line-height: 13px;
    font-size: 18px;
    background: 0 0 !important;
    text-align: right;
    text-decoration: none
}

.ratingfive {
    background: #28ac78 !important
}

.ratingfour {
    background: #41c490 !important
}

.ratingthree {
    background: #ffba00 !important
}

.ratingtwo {
    background: #ff7800 !important
}

.ratingone {
    background: #ff543d !important
}

.lightfont {
    opacity: .5 !important
}

.review-website {
    padding-top: 20px;
    width: 100%;
    max-width: 230px
}

.theme-btn-size {
    width: 100%;
    max-width: 230px
}

.company-info-title {
    margin-right: 10px;
    max-width: 63%;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    line-height: 18px
}

.blue-tag {
    border: 1px solid #9ac6de;
    border-radius: 3px;
    color: #027ac1 !important;
    font-size: 11px;
    padding: 3px 10px;
    text-decoration: none !important;
    margin: 2px 5px 2px 0;
    float: left
}

.blue-btn-45, .ghost-btn, .green-btn-45 {
    background: #3a7af3;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #3a7af3;
    text-transform: uppercase
}

.ghost-btn {
    background: 0 0;
    border-color: #fff;
    display: inline-block
}

.blue-btn-45:focus, .blue-btn-45:hover, .register-btn:hover, a.ghost-btn:focus, a.ghost-btn:hover, a.green-btn-45:focus, a.green-btn-45:hover, a.green-btn:focus, a.green-btn:hover, a.micro-green-btn:focus, a.micro-green-btn:hover, a.small-green-btn:focus, a.small-green-btn:hover, button.green-btn:focus, button.green-btn:hover, button.small-green-btn:hover, button.submit-btn:hover, input.small-green-btn:hover, input[type=submit].green-btn-45:focus, input[type=submit].green-btn-45:hover {
    color: #fff;
    text-decoration: none;
    background: #2d66d2
}

input.Subscribebutton:focus, input.Subscribebutton:hover {
    background: #2d66d2
}

/*
#footer {
    background: #fff;
    padding-top: 68px
}

.footer-info, .section-footer {
    padding: 0
}
*/

.media-coverage img {
    margin: 0 auto
}

.dropdown-toggle::after {
    border: none
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    text-transform: capitalize;
    color: #666 !important;
    display: block
}

.dropdown-menu > li > a:hover {
    color: #3a7af3 !important;
    text-decoration: underline !important
}

/*.footer-info {
    height: 58px;
    line-height: 58px;
    margin: 20px 0 0
}*/

/*.footer-info-sec {
    border-top: 1px solid #e5e5e5
}*/

/*.fa-envelope, .fa-phone, .fa-skype {
    display: inline-block;
    height: 15px;
    width: 15px
}*/

.list-title {
    color: #333;
    font-size: 20px;
    font-family: Graphik-Bold, sans-serif;
    line-height: 28px
}

.footer-info a, .footer-lists li a {
    color: #757982;
    font-size: 15px;
    line-height: 30px;
    margin: 0 2px;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.footer-lists li a:focus, .footer-lists li a:hover {
    color: #333
}

.footer-lists {
    padding-top: 15px
}

#footer .section-list {
    width: 20%
}

#footer .section-footer-container .section-list:first-child {
    width: 15%
}

#footer .section-list:last-child {
    width: 25%
}

.footer-lists .theme-link {
    color: #3a7af3 !important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.footer-lists .theme-link:focus, .footer-lists .theme-link:hover {
    color: #2d63c8 !important
}

.footer-lists a.theme-link::after {
    background: url(../img/new-slices.png) -37px -9px no-repeat;
    display: inline-block;
    height: 12px;
    width: 16px;
    content: "";
    position: relative;
    top: 2px;
    left: 10px
}

.section-nine .right-arrow {
    background: url(../img/new-slices.png) -294px -8px no-repeat;
    display: inline-block;
    height: 12px;
    width: 16px;
    position: relative;
    top: 1px
}

.footer-info ul {
    height: 35px;
    margin-top: 11px;
    margin-bottom: 0
}

.footer-info ul li {
    height: 35px;
    line-height: 35px
}

.footer-info ul li a {
    height: 35px;
    display: inline-block;
    color: #333
}

.footer-social li {
    padding-right: 15px;
    text-align: right
}

.footer-social {
    position: absolute;
    left: 0;
    top: 0
}

.fa-crunchbase-plus, .fa-facebook, .fa-google-plus, .fa-linked-plus, .fa-twitter {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 8px
}

.fa-google-plus {
    background: url(../img/new-slices.png) -212px -5px no-repeat
}

.fa-linked-plus {
    background: url(../img/new-slices.png) -427px -30px no-repeat
}

.fa-facebook {
    background: url(../img/new-slices.png) -394px -30px no-repeat
}

.fa-twitter {
    background: url(../img/new-slices.png) -461px -30px no-repeat
}

.fa-crunchbase-plus {
    background: url(../img/new-slices.png) -188px -5px no-repeat
}

.footer-social li a {
    margin: 0 10px
}

@media (max-width: 1279px) {
    #footer .section-list {
        width: 33% !important;
        padding-bottom: 30px
    }

    #footer .section-list:last-child {
        width: 67% !important
    }

    .footer-info {
        margin: 0
    }
}

@media (max-width: 767px) {
    .footer-info-sec {
        display: flex;
        flex-direction: column
    }

    .footer-social {
        position: relative;
        order: 2;
        padding-top: 5px
    }
}

.software-social .fa-facebook, .software-social .fa-linked-plus, .software-social .fa-twitter {
    height: 21px;
    width: 24px;
    display: inline-block
}

.software-social .fa-facebook {
    background: url(../img/software-icons.svg) -13px -12px no-repeat
}

.software-social .fa-twitter {
    background: url(../img/software-icons.svg) -46px -12px no-repeat
}

.software-social .fa-linked-plus {
    background: url(../img/software-icons.svg) -82px -12px no-repeat
}

.pro-left li.home a::before {
    background: url(../img/psvg/home.svg) 0 0 no-repeat
}

.pro-left li.active a::after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #3a7af3;
    content: "";
    line-height: 8px;
    display: inline-block;
    float: right;
    margin-top: 7px
}

.pro-left li.home a:hover::before, .pro-left li.home.active a::before {
    background: url(../img/psvg/home-a.svg) 0 0 no-repeat
}

.pro-left li.reviews a::before {
    background: url(../img/psvg/reviews.svg) 0 0 no-repeat
}

.pro-left li.reviews a:hover::before, .pro-left li.reviews.active a::before {
    background: url(../img/psvg/reviews-a.svg) 0 0 no-repeat
}

.pro-left li.research a::before {
    background: url(../img/psvg/research.svg) 0 0 no-repeat
}

.pro-left li.research a:hover::before, .pro-left li.research.active a::before {
    background: url(../img/psvg/research-a.svg) 0 0 no-repeat
}

.pro-left li.service a::before {
    background: url(../img/psvg/services.svg) 0 0 no-repeat
}

.pro-left li.service a:hover::before, .pro-left li.service.active a::before {
    background: url(../img/psvg/services-a.svg) 0 0 no-repeat
}

.pro-left li.focusarea a::before {
    background: url(../img/psvg/focus.svg) 0 0 no-repeat
}

.pro-left li.focusarea a:hover::before, .pro-left li.focusarea.active a::before {
    background: url(../img/psvg/focus-a.svg) 0 0 no-repeat
}

.pro-left li.interview a::before {
    background: url(../img/psvg/interview.svg) 0 0 no-repeat
}

.pro-left li.interview a:hover::before, .pro-left li.interview.active a::before {
    background: url(../img/psvg/interview-a.svg) 0 0 no-repeat
}

.pro-left li.portfolio a::before {
    background: url(../img/psvg/portfolio.svg) 0 0 no-repeat
}

.pro-left li.portfolio a:hover::before, .pro-left li.portfolio.active a::before {
    background: url(../img/psvg/portfolio-a.svg) 0 0 no-repeat
}

.pro-left li.videos a::before {
    background: url(../img/psvg/videos.svg) 0 0 no-repeat
}

.pro-left li.videos a:hover::before, .pro-left li.videos.active a::before {
    background: url(../img/psvg/videos-a.svg) 0 0 no-repeat
}

.pro-left li.question a::before {
    background: url(../img/psvg/question.svg) 0 0 no-repeat
}

.pro-left li.question a:hover::before, .pro-left li.question.active a::before {
    background: url(../img/psvg/question-a.svg) 0 0 no-repeat
}

.pro-left li.team a::before {
    background: url(../img/psvg/team.svg) 0 0 no-repeat
}

.pro-left li.team a:hover::before, .pro-left li.team.active a::before {
    background: url(../img/psvg/team-a.svg) 0 0 no-repeat
}

.pro-left li.resource a::before {
    background: url(../img/psvg/resources.svg) 0 0 no-repeat
}

.pro-left li.resource a:hover::before, .pro-left li.resource.active a::before {
    background: url(../img/psvg/resources-a.svg) 0 0 no-repeat
}

.light-fa-facebook, .light-fa-linkedin, .light-fa-twitter {
    height: 31px;
    width: 31px;
    display: inline-block
}

.light-fa-facebook {
    background: url(../img/allslice.png) -297px -50px no-repeat
}

.light-fa-twitter {
    background: url(../img/allslice.png) -257px -50px no-repeat
}

.light-fa-linkedin {
    background: url(../img/allslice.png) -216px -50px no-repeat
}

.external-link {
    background: url(../img/allslice.png) -162px -113px no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    float: left;
    margin: 9px 5px 0 4px
}

.fa-dollar, .fa-flag, .fa-map {
    display: inline-block;
    float: left;
    height: 19px;
    margin: 3px 5px 0 0;
    width: 18px
}

/*.fa-building, .fa-calendar, .fa-clock-o, .fa-cog, .fa-group, .fa-map-marker, .fa-small-dollar, .fa-user {
    height: 19px;
    width: 17px;
    display: inline-block;
    float: left
}*/

/*.fa-dollar {
    background: url(../img/allslice.png) -87px -105px
}

.fa-map {
    background: url(../img/allslice.png) -111px -105px
}

.fa-flag {
    background: url(../img/allslice.png) -136px -105px
}

.fa-clock-o, .fa-cog, .fa-small-dollar {
    margin: 3px 5px 0 0
}

.fa-cog {
    background: url(../img/allslice.png) -158px -188px no-repeat
}

.fa-clock-o {
    background: url(../img/allslice.png) -105px -188px no-repeat
}

.fa-small-dollar {
    background: url(../img/allslice.png) -131px -188px no-repeat
}

.fa-calendar {
    background: url(../img/allslice.png) -271px -188px no-repeat;
    margin: 1px 5px 0 0
}*/
/*
.fa-building, .fa-group, .fa-map-marker, .fa-user {
    margin: 3px 5px 0 0
}*/

/*.fa-user {
    background: url(../img/allslice.png) -224px -188px no-repeat
}

.fa-building {
    background: url(../img/allslice.png) -250px -188px no-repeat
}

.fa-group {
    background: url(../img/allslice.png) -202px -188px no-repeat
}

.fa-map-marker {
    background: url(../img/allslice.png) -180px -188px no-repeat
}*/

.port-industry {
    line-height: 22px;
    padding-top: 10px
}

.pagination > li > a, .pagination > li > span {
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 15px;
    color: #333
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0
}

.other_service_info .service-heading {
    padding: 30px 20px
}

.service-aggregaterating.smallstar, .software-aggregaterating.smallstar {
    line-height: 16px
}

.fix-header-spacing {
    margin: 0;
    position: relative
}

ul.company_overview {
    padding: 0;
    margin: 0
}

ul.company_overview li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding-right: 20px
}

ul.company_overview li b {
    color: #181818;
    font-family: Graphik-Regular, sans-serif
}

ul.company_overview.inline li {
    width: auto;
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
    float: left
}

.slider-loading {
    height: 280px;
    line-height: 328px;
    text-align: center;
    position: relative
}

.loading, .myModalLogin .slider-loading {
    height: 24px;
    position: absolute;
    width: 24px
}

.slider-loading.sponsor-slide {
    height: 85px
}

.loading {
    border-radius: 50%;
    border: .25rem solid rgba(65, 196, 144, .2);
    border-top-color: #3a7af3;
    top: 45%;
    left: 46%;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.slider-loading.sponsor-slide .loading {
    top: 39%
}

.myModalLogin .slider-loading {
    right: -30px;
    top: 12px
}

.myModalLogin .slider-loading .loading {
    top: 0;
    left: 0
}

.myModalLogin .facebookdiv .slider-loading, .myModalLogin .googlediv .slider-loading, .myModalLogin .linkedindiv .slider-loading {
    top: 12px
}

.margin-auto-center {
    margin: 0 auto
}

.green-btn, .micro-green-btn, .small-green-btn {
    background: #3a7af3;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Graphik-Regular, sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #3a7af3
}

.small-green-btn {
    height: 32px;
    line-height: 32px
}

.micro-green-btn {
    height: 24px;
    line-height: 24px;
    font: 13px;
    padding: 0 10px
}

.search-container {
    width: 100%;
    max-width: 846px;
    margin: 0 auto
}

.breadcrumb-link ul {
    padding: 0;
    margin: 0
}

.breadcrumb-link ul li {
    display: inline-block
}

.blue-header-menu {
    min-height: 46px;
    height: auto;
    clear: both;
    padding-top: 20px;
    margin: 0
}

.blue-header-menu .nav-tabs {
    border-bottom: 1px solid #e2e2e2
}

.blue-header-menu .nav-tabs li {
    height: 46px;
    line-height: 46px
}

.blue-header-menu .nav-tabs li a {
    font-size: 14px;
    color: #92989f;
    font-family: Graphik-Medium;
    text-transform: uppercase;
    border: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    margin: 0;
    border-radius: 0
}

.blue-header-menu .nav-tabs li a:focus, .blue-header-menu .nav-tabs li a:hover {
    background: #fff;
    border: none;
    color: #3a7af3;
    height: 45px
}

.blue-header-menu .nav-tabs li.active a:focus, .blue-header-menu .nav-tabs li.active a:hover {
    height: 46px
}

.blue-header-menu .nav-tabs li:hover a {
    color: #3a7af3
}

.blue-header-menu .nav-tabs li.active a {
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px 0 0;
    background: #fff;
    border-bottom-color: #fff;
    color: #3a7af3
}

.blue-header-menu.company-profile .nav-tabs li.active a {
    background: #f5f5f5 !important;
    border-bottom: none
}

.blue-header-menu.blue-sponsors .nav-tabs li.active a {
    background: #f5f5f5 !important;
    border-bottom: none
}

.firms-l .company-info-title {
    max-width: 95% !important
}

.h_filter, .s_filter {
    position: absolute;
    right: 0;
    top: 16px
}

.s_filter {
    border: 1px solid #3a7af3;
    border-radius: 4px;
    color: #fff;
    padding: 0 15px;
    font-family: Graphik-Semibold;
    font-size: 14px;
    color: #3a7af3;
    height: 42px;
    line-height: 42px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: rgba(3, 38, 175, .1);
    color: #3a7af3
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #ddd
}

.no-border {
    border: none
}

div.error-message, label {
    color: #727c96;
    display: block
}

label {
    font-size: 14px
}

label.err, label.error {
    font-size: 14px
}

.company-info {
    margin-left: 72px;
    overflow: hidden;
    min-height: 50px
}

.utagline {
    line-height: 18px
}

.bstars {
    padding-top: 7px
}

.filter-service-lists .bstars {
    padding-top: 0
}

.filter-service-lists .company-info-title, .filter-service-lists .utagline {
    margin-bottom: 7px
}

.common-company-right .company-image {
    margin-right: 15px
}

.common-company-right .company-info {
    margin-left: 80px
}

.pagination {
    margin: 0
}

.common-content {
    width: auto;
    margin: 0 340px 0 0;
    min-height: 700px
}

.c-view-top {
    top: 20px !important;
    right: 30px !important
}

.c-view-top .external-link {
    margin-top: 13px
}

.company-social-link {
    padding: 20px 0 0
}

.company-social-link ul li {
    float: left;
    display: inline-block;
    margin-right: 5px
}

.default {
    cursor: default
}

.display-table {
    display: table
}

div.error-message, label.error {
    color: #d6010e !important;
    margin-bottom: 0
}

.notify-alert {
    padding: 15px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    z-index: 999999;
    display: block !important;
    left: 0;
    text-align: center;
    width: 50%;
    margin: 0 auto
}

.alert-red {
    color: #fff;
    background-color: #da4453
}

.alert-green {
    color: #fff;
    background-color: #37bc9b
}

.alert-blue {
    color: #fff;
    background-color: #4a89dc
}

.alert-dark-blue {
    color: #fff;
    background-color: #0e4d7d
}

.alert-yellow {
    color: #fff;
    background-color: #f6bb42
}

.alert-orange {
    color: #fff;
    background-color: #e9573f
}

.color-white {
    color: #fff !important
}

.modal-backdrop-transparent {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1052
}

.announcement {
    background: #54bf67
}

#site_header {
    min-height: 60px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%
}

#site_header.hpage, .headerstripes #site_header {
    box-shadow: none
}

#site_header.hpage.sticky, .headerstripes #site_header.sticky {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    transition: box-shadow .4s ease-in-out;
    -webkit-transition: box-shadow .4s ease-in-out
}

#site_header + #content {
    padding-top: 60px
}

.announcement-open #site_header + #content {
    padding-top: 96px
}

#site_header.hpage.sticky {
    opacity: 1;
    visibility: visible
}

.menu-container {
    background: 0 0;
    padding: 0;
    margin: 0;
    border: none
}

#header {
    float: right;
}

.header-right {
    float: right;
    height: 60px;
    position: relative
}

.source-logo {
    width: 200px;
    height: 21px;
    display: block;
    margin-top: 15px
}

a.source-logo img {
    vertical-align: top
}

.tab-signin-signup-process {
    display: none
}

.navbar-header {
    float: left
}

#header ul.navbar-nav-new {
    float: left;
    margin: 0;
    letter-spacing: 0
}

.menu-section {
    padding: 0 50px
}

.navbar-inverse .navbar-nav-new > li > a {
    position: relative;
    color: #333 !important;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    height: 40px;
    display: block;
    font-size: 16px;
    margin: 10px
}

#header ul.navbar-nav-new li.userli {
    display: none
}

.navbar-inverse .navbar-nav-new > li.active a.blue-border-bottom, .navbar-inverse .navbar-nav-new > li:hover a.blue-border-bottom, .navbar-inverse .navbar-nav-new > li > a:focus, .navbar-inverse .navbar-nav-new > li > a:hover {
    background-color: #f2f2f2;
    border-radius: 8px
}

.navbar-inverse .navbar-nav-new > li:hover a, .navbar-inverse .navbar-nav-new > li > a:hover {
    opacity: 1
}

.navbar-inverse .navbar-nav-new > .active > a, .navbar-inverse .navbar-nav-new > .active > a:focus, .navbar-inverse .navbar-nav-new > .active > a:hover {
    background: 0 0;
    opacity: 1;
    color: #3a7af3 !important;
    border-bottom: 3px solid #3a7af3;
    border-radius: 0 !important;
    background: 0 0 !important;
    height: 60px;
    line-height: 60px;
    margin: 0 10px
}

.navbar-inverse .navbar-nav-new > li > a .cater {
    margin-left: 5px
}

.navbar-right li > a {
    color: #37474f !important;
    font-size: 13px;
    margin-left: 10px
}

.navbar-nav-new > li {
    float: left;
    position: relative
}

.caret, .solidcaret {
    height: 9px;
    width: 14px;
    display: inline-block;
    border: none
}

.caret {
    background: url(https://cdn.goodfirms.co/images/svg-icons.svg) 0 0 no-repeat;
    margin-left: 6px
}

.solidcaret {
    background: url(../img/allslice.png) -317px -125px no-repeat
}

.navbar-nav-li a .caret {
    margin-left: 6px
}

@media (min-width: 1280px) {
    .navbar-inverse .navbar-nav-new > .active > a .caret {
        filter: invert(44%) sepia(30%) saturate(7162%) hue-rotate(207deg) brightness(98%) contrast(95%)
    }

    .allmenu, .extra-sub-menu-ul {
        display: none
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .allmenu {
        background: #fff;
        box-shadow: 0 12px 28px 1px rgba(0, 0, 0, .15), 0 2px 4px 0 rgba(255, 255, 255, .5);
        border-radius: 8px;
        display: block;
        z-index: 10;
        position: absolute;
        left: 0 !important;
        top: 50px;
        width: 1071px;
        height: 537px;
        overflow: hidden
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .allmenu.onlyresearch {
        width: 873px;
        overflow: hidden;
        left: -229px !important;
        height: 497px
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .extra-sub-menu-ul {
        display: block;
        border-radius: 8px;
        box-shadow: 0 12px 28px 1px rgba(0, 0, 0, .15), 0 2px 4px 0 rgba(255, 255, 255, .5);
        background-color: #fff;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px;
        left: 0;
        width: 210px;
        z-index: 10;
        overflow: hidden;
        padding-top: 4px
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li .allmenu.onlyresearch ul.left-submenu {
        display: flex;
        flex-wrap: wrap
    }

    .allmenu.full-radious {
        width: 247px !important
    }

    .allmenu.onlyresearch.full-radious {
        width: 873px !important
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .allmenu.course-menu-section {
        width: 247px;
        min-height: 215px;
        height: auto
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .allmenu.course-menu-section.mltwo {
        width: 494px
    }

    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .allmenu.course-menu-section.mltwo.mlthr {
        width: 488px
    }

    ul.left-submenu li.hovered .mega-sub-menu, ul.left-submenu li.hovered .mega-sub-menu ul li.hovered .mega-sub-sub-menu {
        display: block;
        border-left: 1px solid #e2e2e2
    }

    .course-menu-section.mltwo ul.left-submenu .mega-sub-menu, .course-menu-section.mltwo ul.left-submenu .mega-sub-menu .mega-sub-sub-menu {
        width: 247px;
        right: -247px;
        min-height: 215px;
        height: auto
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .navbar-inverse .navbar-nav-new li.navbar-nav-li:hover .allmenu {
        left: -170px !important
    }
}

#category-menu.left-submenu {
    padding-top: 5px
}

.navbar-inverse .navbar-nav-new li.navbar-nav-li:hover ul.left-submenu {
    display: block;
    z-index: 10
}

.left-submenu {
    position: absolute;
    left: 0;
    padding: 0
}

ul.left-submenu > li {
    width: 247px;
    font-size: 14px;
    padding: 3px 0
}

.extra-sub-menu-ul li {
    font-size: 14px;
    padding: 3px 0
}

.extra-sub-menu-ul a {
    color: #181818;
    line-height: 34px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin: 0 9px;
    padding: 0 9px 0 7px
}

.extra-sub-menu-ul {
    padding: 4px 0 !important
}

.extra-sub-menu-ul li a:hover {
    background: #f2f2f2;
    border-radius: 5px
}

ul.extra-sub-menu-ul > li, ul.left-submenu > li.vcategory-menu {
    overflow: hidden
}

ul.left-submenu > li.vcategory-menu a.vcategory-menu-title {
    color: #181818;
    line-height: 34px;
    display: block
}

ul.left-submenu li a:hover, ul.left-submenu li.hovered a.vcategory-menu-title, ul.left-submenu li.vcategory-sub-menu.hovered a.vcategory-sub-menu-title, ul.left-submenu > li.vcategory-menu.active .section-entity a.active, ul.left-submenu > li.vcategory-menu.active a.vcategory-menu-title {
    background: #f2f2f2;
    border-radius: 5px
}

ul.left-submenu > li.vcategory-menu a.vcategory-menu-title {
    width: 229px;
    margin: 0 9px;
    float: left;
    padding-left: 7px
}

ul.left-submenu > li.vcategory-menu a {
    color: #0c0c0c;
    line-height: 33px;
    display: block;
    padding: 0 9px
}

ul.left-submenu .mega-sub-menu, ul.left-submenu .mega-sub-menu .mega-sub-sub-menu {
    background: #fff;
    display: none;
    min-height: 100%;
    padding: 2px 0 0 20px;
    top: 0;
    z-index: 10;
    position: absolute;
    width: 800px;
    right: -800px
}

.specappcat {
    padding-right: 0;
    padding-left: 6px
}

ul.left-submenu .mega-sub-menu .section-entity {
    padding: 0 0 0 6px
}

.width20per {
    width: 20%;
    padding-left: 6px;
    float: left
}

.width30per {
    width: 30%;
    padding-left: 6px;
    float: left
}

.mega-sub-menu li {
    line-height: 32px
}

.tab-content-list-title, .tab-content-title a {
    color: #181818;
    font-family: Graphik-Medium, sans-serif
}

.tab-content-list-title {
    padding-left: 9px
}

.mega-sub-menu ul {
    padding: 0
}

ul.left-submenu li a.link {
    color: #3a7af3 !important
}

.allmenu.onlyresearch ul.left-submenu > li {
    width: 288px;
    float: left
}

.allmenu.onlyresearch {
    padding-top: 5px
}

.allmenu.onlyresearch li.vcategory-menu a.vcategory-menu-title {
    width: 279px;
    float: none
}

.allmenu.onlyresearch li.vcategory-menu a.vcategory-menu-title img {
    margin: 0 10px 2px 0
}

ul.left-submenu > li.browse-li {
    width: 100% !important;
    float: none !important;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding: 7px 9px !important;
    margin-top: 4px
}

.course-menu-section ul.left-submenu .mega-sub-menu, .course-menu-section ul.left-submenu .mega-sub-menu .mega-sub-sub-menu {
    padding-left: 0
}

.course-menu-section ul.left-submenu .mega-sub-menu .mega-sub-sub-menu .section-entity, .course-menu-section ul.left-submenu .mega-sub-menu .section-entity {
    padding: 0
}

.course-menu-section ul.left-submenu .mega-sub-menu a {
    margin: 0 9px
}

.allmenu.course-menu-section .left-submenu {
    padding-top: 5px
}

.course-menu-section ul.left-submenu .mega-sub-menu, .course-menu-section ul.left-submenu .mega-sub-menu .mega-sub-sub-menu {
    padding-top: 9px
}

ul.left-submenu a:focus, ul.left-submenu a:hover {
    text-decoration: none
}

ul.left-submenu > li.browse-li a {
    font-family: Graphik-Medium;
    color: #3a7af3;
    text-decoration: none
}

ul.left-submenu > li.vcategory-menu > a::before {
    background: url(https://cdn.goodfirms.co/images/new-menu-icons.svg) -296px -82px no-repeat;
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.extra-menu-section ul.left-submenu > li.vcategory-menu > a::before, ul.left-submenu > li.vcategory-menu.browse-li > a::before {
    display: none
}

ul.left-submenu > li.vcategory-menu:nth-child(1) > a::before {
    background-position: -14px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(2) > a::before {
    background-position: -59px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(3) > a::before {
    background-position: -106px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(4) > a::before {
    background-position: -153px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(5) > a::before {
    background-position: -198px -15px
}

.course-menu-section ul.left-submenu > li.vcategory-menu:nth-child(1) > a::before, ul.left-submenu > li.vcategory-menu:nth-child(6) > a::before {
    background-position: -245px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(7) > a::before {
    background-position: -292px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(8) > a::before {
    background-position: -337px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(9) > a::before {
    background-position: -382px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(10) > a::before {
    background-position: -429px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(11) > a::before {
    background-position: -476px -15px
}

ul.left-submenu > li.vcategory-menu:nth-child(12) > a::before {
    background-position: -522px -15px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(1) > a::before {
    background-position: -15px -63px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(2) > a::before {
    background-position: -16px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(3) > a::before {
    background-position: -15px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(4) > a::before {
    background-position: -66px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(5) > a::before {
    background-position: -67px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(6) > a::before {
    background-position: -65px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(7) > a::before {
    background-position: -116px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(8) > a::before {
    background-position: -117px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(9) > a::before {
    background-position: -116px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(10) > a::before {
    background-position: -168px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(11) > a::before {
    background-position: -168px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(12) > a::before {
    background-position: -167px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(13) > a::before {
    background-position: -218px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(14) > a::before {
    background-position: -219px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(15) > a::before {
    background-position: -218px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(16) > a::before {
    background-position: -269px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(17) > a::before {
    background-position: -270px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(18) > a::before {
    background-position: -269px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(19) > a::before {
    background-position: -319px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(20) > a::before {
    background-position: -320px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(21) > a::before {
    background-position: -320px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(22) > a::before {
    background-position: -369px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(23) > a::before {
    background-position: -371px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(24) > a::before {
    background-position: -371px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(25) > a::before {
    background-position: -421px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(26) > a::before {
    background-position: -421px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(27) > a::before {
    background-position: -421px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(28) > a::before {
    background-position: -471px -61px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(29) > a::before {
    background-position: -471px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(30) > a::before {
    background-position: -471px -159px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(31) > a::before {
    background-position: -523px -63px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(32) > a::before {
    background-position: -523px -110px
}

ul.left-submenu.sotwarelinks > li.vcategory-menu:nth-child(33) > a::before {
    background-position: -523px -159px
}

ul.extra-sub-menu-ul li a::before {
    background: url(https://cdn.goodfirms.co/categories/new-menu-icons-more-1.svg) -42px 2px no-repeat;
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

ul.extra-sub-menu-ul li:nth-child(2) > a::before {
    background-position: -85px 2px
}

ul.extra-sub-menu-ul li:nth-child(3) > a::before {
    background-position: -216px 2px
}

ul.extra-sub-menu-ul li:nth-child(4) > a::before {
    background-position: -258px 2px
}

ul.extra-sub-menu-ul li:nth-child(5) > a::before {
    background-position: 0 2px
}

ul.extra-sub-menu-ul li:nth-child(6) > a::before {
    background-position: -173px 2px
}

ul.extra-sub-menu-ul li:nth-child(7) > a::before {
    background-position: -173px 2px
}

ul.extra-sub-menu-ul li:nth-child(8) > a::before {
    background-position: -128px 2px
}

ul.extra-sub-menu-ul li:nth-child(9) > a::before {
    background-position: -128px 2px
}

.m-r-10 {
    margin-right: 10px
}

.mega-sub-menu ul {
    padding: 0
}

.mega-sub-menu li {
    line-height: 32px
}

ul.left-submenu li.hovered a {
    text-decoration: none
}

.mega-sub-menu li:hover {
    background: transparent !important
}

.menupadding {
    padding: 2px 15px !important
}

.tab-content-list-title, .tab-content-title a {
    color: #181818;
    font-family: Graphik-Medium, sans-serif
}

ul.admin-submenu {
    left: auto !important;
    right: 0 !important;
    width: 500px
}

ul.admin-submenu li {
    width: 245px;
    display: inline-block;
    float: left
}

.search-btn-dark {
    height: 17px;
    width: 17px
}

.search-btn-dark {
    float: left;
    margin-right: 5px
}

.cross-dark, .notify-cross-dark, .search-cross-dark {
    display: inline-block;
    margin: 3px 0 0 5px;
    cursor: pointer
}

.search-btn-light::after {
    content: "Search";
    font-size: 16px;
    color: #333;
    margin-left: 10px
}

.notify-cross-dark, .search-cross-dark {
    height: 16px;
    width: 16px;
    float: right;
    position: relative;
    top: 10px
}

.search-cross-dark:after, .search-cross-dark:before {
    position: absolute;
    left: 0;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #757982
}

.search-cross-dark:before {
    transform: rotate(45deg)
}

.search-cross-dark:after {
    transform: rotate(-45deg)
}

.cross-dark {
    background: url(../img/new-slices.png) -109px -144px no-repeat;
    height: 11px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 11px;
    z-index: 1
}

.global-search-input {
    float: left;
    margin: 10px 0 0 20px;
    position: relative;
    border-radius: 18px;
    height: 40px;
    line-height: 40px;
    background: #eef1f6;
    width: 200px
}

.search-btn-light {
    width: 200px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 18px;
    overflow: hidden
}

#site_header.search_open .global-search-input {
    width: calc(100% - 331px);
    max-width: 1050px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1279px) {
    #site_header.search_open .global-search-input {
        width: calc(100% - 414px)
    }

    .allmenu.onlyresearch {
        padding: 0
    }
}

@media (max-width: 1024px) {
    #site_header.search_open .global-search-input {
        width: 100%;
        margin: 10px auto
    }
}

.global-search-input .right-heder-search-input {
    border: none;
    background: 0 0;
    padding: 2px 5px 0 32px;
    color: #333;
    float: left;
    outline: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: url(https://cdn.goodfirms.co/images/g-search-menu.svg) no-repeat 10px center;
    display: inline-block;
    width: 100%
}

.global-search-input ::-webkit-input-placeholder {
    color: #333 !important
}

.global-search-input ::-moz-placeholder {
    color: #333 !important
}

.global-search-input ::-ms-placeholder {
    color: #333 !important
}

.global-search-input ::placeholder {
    color: #333 !important
}

#site_header.search_open .right-heder-search-input {
    width: calc(100% - 50px)
}

.signin-signup-process a, .tab-signin-signup-process a {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: Graphik-Semibold;
    outline: 0;
    text-decoration: none
}

.signin-signup-process ul.uvmenu_up {
    display: none;
    border-radius: 8px;
    box-shadow: 0 12px 28px 1px rgba(0, 0, 0, .15), 0 2px 4px 0 rgba(255, 255, 255, .5);
    background-color: #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 0;
    width: 210px;
    z-index: 10;
    overflow: hidden;
    padding-top: 4px
}

.signin-signup-process ul.uvmenu_up li {
    padding: 3px 7px
}

.signin-signup-process ul.uvmenu_up li.orglibg {
    background: #f9fcff;
    padding-top: 7px
}

.signin-signup-process ul.uvmenu_up li.orglibg:last-child {
    padding-bottom: 7px;
    padding-top: 3px
}

.signin-signup-process ul.uvmenu_up li a:hover {
    background: #f2f2f2;
    border-radius: 5px
}

.signin-signup-process ul.uvmenu_up a {
    color: #333;
    padding-left: 14px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-family: Graphik-Medium
}

.signin-signup-process ul.uvmenu_up a.vl_up {
    background: #f7f9fe;
    color: #3a7af3;
    height: 52px;
    line-height: 52px;
    margin-top: 10px;
    border-radius: 0 0 4px 4px
}

.signinbluebtn {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px
}

.signinbluebtn:hover {
    background-color: #f2f2f2;
    border-radius: 8px
}

.signin-signup-process:hover ul.uvmenu_up {
    display: block
}

.obutton.active a, .sign-relative.open a.signinblue, .signin-signup-process .obutton a, .signin-signup-process a:hover, .signinblue.active, .signinbluebtn.active a, .tab-signin-signup-process .obutton a, .tab-signin-signup-process a:hover, .tab-signin-signup-process.open a.signinblue.btn {
    opacity: 1
}

.signin-signup-process .obutton {
    display: inline-block
}

.blink-btn, .signin-signup-process .obutton a, .tab-signin-signup-process .obutton a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: .588rem 2.24em;
    border-radius: 4px;
    font-family: Graphik-Semibold;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    color: #3a7af3
}

.signin-signup-process .obutton a:focus, .signin-signup-process .obutton a:hover {
    background: 0 0;
    color: #fff
}

.mtb10 {
    margin: 10px 0
}

.blink-btn {
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase
}

a.blink-btn {
    text-decoration: none
}

.signin-signup-process {
    float: right;
    position: relative;
    padding: 10px 0
}

.header-right .profile-image {
    width: 34px;
    height: 34px;
    border-radius: 21px;
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    overflow: hidden
}

.header-right .profile-image img {
    height: 34px;
    width: 34px;
    vertical-align: top
}

.noProfilePhotoSearch {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 30px !important;
    margin-right: 5px;
    display: inline-block;
    width: 28px;
    height: 28px
}

.radius50 {
    border-radius: 50% !important
}

.search-list {
    max-height: calc(100vh - 98px);
    overflow: auto
}

.empty-result-section {
    font-size: 18px;
    text-align: center;
    color: #757982;
    padding: 50px 0
}

.no-result-text {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600
}

@media (max-width: 767px) {
    .search-list {
        max-height: calc(100vh - 90px)
    }
}

.sign-relative {
    top: 3px
}

.modal {
    z-index: 1053
}

.signinblue.btn.active, .signinblue.btn:active {
    box-shadow: none
}

.review-blk-detail .review-section-title, .review-link a {
    text-transform: uppercase;
    font-size: 12px
}

input.right-heder-search-input::-webkit-input-placeholder {
    color: #7b7c82;
    opacity: .6
}

input.right-heder-search-input:-moz-placeholder {
    color: #7b7c82;
    opacity: .6
}

input.right-heder-search-input::-moz-placeholder {
    color: #7b7c82;
    opacity: .6
}

input.right-heder-search-input:-ms-input-placeholder {
    color: #7b7c82;
    opacity: .6
}

.sub-stripes {
    opacity: .14;
    background-image: linear-gradient(-56deg, #507ed4 11%, #3b75d9 99%);
    height: 250px;
    width: 50%;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    top: 0;
    position: absolute;
    left: 0
}

.section-one {
    padding: 87px 20px 60px;
    height: auto;
    min-height: 250px;
    width: 100%;
    position: relative
}

.announcement-open .section-one {
    padding-top: 123px
}

.bnrone {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 9.805%;
    max-width: 251px
}

.bnrtwo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 9.805%;
    max-width: 251px
}

.bnrone img, .bnrtwo img {
    width: 100%;
    height: auto
}

@media (max-width: 1440px) {
    .bnrone, .bnrtwo {
        width: 7.805%
    }
}

@media (max-width: 991px) {
    .bnrone, .bnrtwo {
        width: 14%
    }
}

.section-one .s-o-content {
    float: left;
    width: 56.14%;
    padding-top: 116px
}

.section-one .s-o-img {
    float: right;
    width: 43.86%;
    text-align: right
}

.section-one h1 {
    font-family: Graphik-Semibold;
    font-size: 60px;
    color: #181818;
    line-height: 71px
}

.headerstripes .section-one h1 {
    padding-top: 65px;
    font-family: Graphik-Medium;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase
}

.section-one h2 {
    font-family: Graphik-Regular;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding: 25px 0 40px
}

.section-one .banner-menu {
    width: 540px
}

.section-one a {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    height: 66px;
    width: 250px;
    text-decoration: none;
    font-family: Graphik-Medium;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    display: inline-block;
    line-height: 64px;
    margin-right: 20px;
    margin-bottom: 20px
}

.section-one a:focus, .section-one a:hover {
    color: #3a7af3;
    border-color: #3a7af3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.section-one a:focus, .section-one a:hover .caret {
    background-position: -506px -54px
}

.section-one .banner-menu .caret {
    background: url(../img/new-slices.png) -370px -38px no-repeat;
    margin-left: 6px;
    background-position: -506px -34px;
    height: 13px;
    float: right;
    margin-top: 26px
}

.contentload {
    position: relative
}

.headerstripes2 {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
    z-index: 0
}

.pricing_plan .gf_plan {
    width: 25%;
    display: inline-block;
    border-bottom: 0 solid #fff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 1px 4px 3px rgba(0, 0, 0, .1);
    margin-top: 10px
}

.pricing_plan .gf_plan .gf_plan_bg {
    padding: 30px 35px;
    border: 1px solid #fff;
    border-left: 1px solid #ebecf0
}

.pricing_plan .plan_free .gf_plan_bg {
    border-left: 1px solid #fff
}

.plan_free.gf_plan {
    border-radius: 8px 0 0 8px;
    overflow: hidden
}

.plan_sponsored.gf_plan {
    border-radius: 0 8px 8px 0;
    overflow: hidden
}

.pricing_plan .gf_plan:hover {
    box-shadow: 0 1px 4px 3px rgba(0, 0, 0, .1);
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    margin-top: 0;
    border-radius: 8px
}

.pricing_plan .gf_plan:hover .plan_name {
    color: #3a7af3
}

.plan_name {
    font-family: Graphik-Medium;
    font-size: 20px;
    color: #333
}

.plan_value {
    font-family: Graphik-Semibold;
    font-size: 50px;
    color: #333;
    line-height: 65px;
    position: relative;
    height: 65px;
    margin-top: 15px
}

.plan_value::before {
    content: '$';
    font-family: Graphik-Regular;
    font-size: 20px;
    color: #adacac;
    position: relative;
    left: -5px;
    top: -10px
}

.plan_sponsored .plan_value::before {
    display: none
}

.plan_time {
    color: #adacac
}

.plan_tagline {
    font-size: 20px;
    color: #060606;
    width: 70%;
    margin: 30px auto 0
}

.plan_details {
    text-align: left
}

.gf_plan .default-blue-btn {
    margin: 40px 0 25px
}

.plan_lbl {
    font-family: Graphik-Medium;
    font-size: 18px;
    color: #181818;
    padding-bottom: 10px
}

.spo_spe_right_icon, .spo_spe_wrong_icon {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin: 15px 0 0
}

.spo_spe_right_icon::before, .spo_spe_wrong_icon::before {
    height: 12px;
    width: 16px;
    content: '';
    margin-right: 10px;
    left: 0;
    top: 4px;
    position: absolute;
    display: inline-block;
    background: url(../img/new-slices.png) -187px -34px no-repeat
}

.spo_spe_wrong_icon::before {
    background-position: -210px -35px
}

.sponsor_info {
    width: 100%;
    max-width: 1024px;
    margin: 40px auto 70px
}

.sponsor_parts {
    display: inline-block;
    width: 33.33%;
    position: relative
}

.sponsor_partner {
    background: url(https://cdn.goodfirms.co/images/ic_sponsors.svg) 0 0 no-repeat;
    height: 56px;
    padding-left: 66px;
    line-height: 30px;
    width: 235px;
    margin: 0 auto
}

.featured_partner {
    background: url(https://cdn.goodfirms.co/images/ic_featured.svg) 0 0 no-repeat;
    height: 56px;
    padding-left: 66px;
    line-height: 30px;
    width: 217px;
    margin: 0 auto
}

.comp_prod_partner {
    background: url(https://cdn.goodfirms.co/images/ic_companies_products.svg) 0 0 no-repeat;
    height: 56px;
    padding-left: 66px;
    line-height: 30px;
    width: 260px;
    margin: 0 auto
}

.sponsor_info .verified-count {
    padding: 0 !important;
    text-align: left !important
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .section-one .s-o-content {
        padding-top: 80px
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .section-one .s-o-content {
        padding-top: 45px
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .section-one .container {
        padding-top: 55px
    }

    .section-one .s-o-content {
        padding-top: 0
    }
}

@media (min-width: 812px) and (max-width: 1024px) {
    .announcement-open .section-one {
        padding-top: 87px
    }

    .section-one .container {
        padding-top: 45px
    }

    .section-one h1 {
        font-size: 40px;
        line-height: 56px
    }

    .section-one a {
        height: 50px;
        line-height: 50px;
        width: 200px;
        padding: 0 15px;
        font-size: 14px
    }

    .section-one .banner-menu .caret {
        margin-top: 18px
    }

    .section-one .s-o-content {
        padding-top: 0
    }

    .section-one h2 {
        padding-right: 25px
    }
}

@media (min-width: 812px) and (max-width: 960px) {
    .section-one .container {
        padding-top: 35px
    }

    .section-one h1 {
        font-size: 36px;
        line-height: 48px
    }

    .section-one h2 {
        padding-bottom: 25px
    }

    .section-one {
        padding-bottom: 80px
    }
}

@media (max-width: 811px) {
    .bnrone, .bnrtwo {
        width: 14%
    }

    .section-one .container {
        display: flex;
        flex-direction: column
    }

    .section-one .s-o-content {
        -webkit-order: 2;
        order: 2;
        float: none;
        width: 100%;
        padding: 25px 0;
        float: none
    }

    .section-one h1 {
        font-size: 36px;
        line-height: 48px
    }

    .section-one .s-o-img {
        float: none;
        width: 100%;
        text-align: center
    }

    .section-one .s-o-img img {
        margin: 0 auto
    }

    .section-one a:nth-of-type(even) {
        margin-right: 0
    }

    .banner-menu {
        margin: 0 auto;
        width: 520px
    }
}

@media (max-width: 575px) {
    .section-one h1 {
        font-size: 25px;
        line-height: 37px
    }

    .section-one h2 {
        font-size: 19px
    }

    .section-one .banner-menu, .section-one a {
        width: 100%;
        max-width: 304px
    }

    .section-one a {
        margin-right: 0
    }

    .announcement-open .section-one, .section-one {
        padding: 71px 15px 20px
    }

    .section-one .s-o-img {
        padding: 0 20px
    }
}

.hmsection-two {
    background: #f6f9fc;
    padding: 70px 0 90px
}

.htext {
    font-family: Graphik-Semibold;
    font-size: 38px;
    color: #333;
    line-height: 56px;
    text-align: center;
    padding-bottom: 17px
}

.ctext {
    font-size: 20px;
    color: #757982;
    line-height: 30px;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px
}

.hmsection-two .nav-tabs-container {
    width: 268px;
    float: left
}

.faq-page-left .nav-tabs, .hmsection-two .nav-tabs {
    border: none;
    width: 100%
}

.faq-page-left .nav-tabs > li, .hmsection-two .nav-tabs > li {
    margin: 0;
    float: none
}

.faq-page-left .nav-tabs > li > a, .hmsection-two .nav-tabs > li > a {
    font-family: Graphik-Medium;
    font-size: 16px;
    border: none;
    padding: 0 24px;
    height: 68px;
    line-height: 68px;
    color: #333
}

.faq-page-left .nav-tabs > li > a {
    height: 60px;
    line-height: 60px
}

.faq-page-left .nav-tabs > li.active > a, .faq-page-left .nav-tabs > li.active > a:focus, .faq-page-left .nav-tabs > li.active > a:hover, .hmsection-two .nav-tabs > li.active > a, .hmsection-two .nav-tabs > li.active > a:focus, .hmsection-two .nav-tabs > li.active > a:hover {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    color: #3a7af3;
    border: none
}

.faq-page-left .nav > li > a:focus, .faq-page-left .nav > li > a:hover, .hmsection-two .nav > li > a:focus, .hmsection-two .nav > li > a:hover {
    color: #3a7af3;
    background: 0 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.faq-page-left .tab-content, .hmsection-two .tab-content {
    width: calc(100% - 323px);
    float: right;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.faq-page-left .nav-tabs > li.active > a:after, .hmsection-two .nav-tabs > li.active > a:after {
    background: url(../img/new-slices.png) -37px -9px no-repeat;
    display: inline-block;
    height: 12px;
    width: 16px;
    content: "";
    position: absolute;
    top: 28px;
    right: 15px
}

.faq-page-left .nav-tabs > li.active > a:after {
    top: 24px
}

.alink.link-arrow:hover {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
    color: #2d63c8
}

.alink.link-arrow {
    color: #3a7af3;
    clear: both;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    font-size: 17px;
    line-height: 26px
}

.alink.link-arrow::after {
    background: url(../img/new-slices.png) -37px -9px no-repeat;
    display: inline-block;
    height: 12px;
    width: 16px;
    content: "";
    position: relative;
    top: 1px;
    right: 15px;
    margin-left: 25px
}

.tab-title {
    font-family: Graphik-Semibold;
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-bottom: 25px
}

.hmsection-two .tab-content > .active {
    padding: 45px
}

.hmsection-two #qatopics .tab-categories a image, .hmsection-two #qatopics .tab-categories a svg, .hmsection-two #resources .tab-categories a image, .hmsection-two #resources .tab-categories a svg {
    height: 52px;
    width: 52px;
    border-radius: 4px;
    vertical-align: text-top
}

.hmsection-two .tab-content #service {
    overflow: hidden
}

.resources-section-container {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 20px 0 50px
}

.tab-categories {
    width: 25%;
    height: auto;
    padding: 25px 0;
    display: inline-block;
    text-align: center;
    margin: 0;
    overflow: hidden
}

.tab-categories a {
    color: #333;
    text-decoration: none;
    display: flex;
    overflow: hidden
}

.tab-categories a .tabimg {
    width: 52px;
    display: flex;
    align-items: center
}

.tab-categories a .tabimg svg {
    margin: 0 auto
}

.tab-categories a span {
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    margin-left: 8px
}

.tab-categories a:hover {
    color: #3a7af3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.tab-categories a.newone::after {
    content: "New";
    position: absolute;
    top: 5px;
    background: #68b01c;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    right: 10px;
    box-shadow: 1px 1px 0 0 #254987
}

.tab-categories a:hover svg g {
    fill: #3a7af3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.faqtitle.breadcrumb-header-title {
    padding: 5px 0 40px;
    text-align: center
}

.dispflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left
}

.logos-link {
    width: 100%;
    max-width: 332px
}

@media (max-width: 1024px) {
    .tab-categories {
        width: 33.33%
    }

    .hmsection-two .nav-tabs-container {
        width: 245px
    }

    .hmsection-two .tab-content {
        width: calc(100% - 270px)
    }

    .hmsection-two .tab-content > .active {
        padding: 35px
    }
}

@media (max-width: 1024px) {
    .logos-link {
        max-width: 320px
    }
}

@media (max-width: 1024px) {
    .logos-link {
        max-width: 300px
    }
}

@media (max-width: 959px) {
    .dispflex {
        justify-content: center
    }

    .logos-link {
        max-width: 320px
    }

    .logos-link:nth-child(odd) {
        margin-right: 10px
    }

    .logos-link:nth-child(even) {
        margin-left: 10px
    }
}

@media (max-width: 700px) {
    .logos-link {
        max-width: 340px;
        margin: 0 !important
    }
}

@media (max-width: 812px) {
    .tab-categories {
        width: 50%
    }
}

@media (max-width: 800px) {
    .faq-page .faq-page-left, .hmsection-two .nav-tabs-container {
        width: 100%;
        max-width: 800px;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        float: none
    }

    .faq-page .faq-page-left::-webkit-scrollbar, .hmsection-two .nav-tabs-container::-webkit-scrollbar {
        display: none
    }

    .faq-page .faq-page-left, .hmsection-two .nav-tabs-container {
        -ms-overflow-style: none;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .faq-page-left .nav-tabs, .hmsection-two .nav-tabs {
        display: block;
        height: 60px
    }

    .faq-page-left .nav-tabs > li, .hmsection-two .nav-tabs > li {
        height: 56px;
        display: inline-block;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        border-radius: 8px;
        margin: 2px 15px 2px 2px
    }

    .faq-page-left .nav-tabs > li:last-child, .hmsection-two .nav-tabs > li:last-child {
        margin-right: 2px
    }

    .faq-page-left .nav-tabs > li > a, .hmsection-two .nav-tabs > li > a {
        height: 56px;
        line-height: 56px;
        padding: 0 30px;
        box-shadow: none !important
    }

    .faq-page-left .nav-tabs > li > a {
        height: 50px;
        line-height: 50px
    }

    .faq-page-left .nav-tabs > li {
        height: 50px
    }

    .faq-page-left .nav-tabs {
        height: 54px
    }

    .faq-page-left .nav-tabs > li.active > a:after, .hmsection-two .nav-tabs > li.active > a:after {
        display: none
    }

    .htext {
        font-size: 26px;
        padding-bottom: 10px
    }

    .hmsection-two {
        padding: 35px 0
    }

    .ctext {
        font-size: 16px;
        padding-bottom: 20px
    }

    .faq-page .faq-page-right {
        margin-left: 0
    }

    .faq-page .tab-content, .hmsection-two .tab-content {
        margin-top: 20px;
        width: 100%;
        float: none
    }

    .hmsection-two .tab-content > .active {
        padding: 25px
    }

    .tab-title {
        padding-bottom: 10px
    }

    .tab-categories {
        width: 33.33%;
        padding: 15px 0
    }

    .alink.link-arrow {
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .faqtitle.breadcrumb-header-title {
        padding-bottom: 20px
    }
}

@media (max-width: 639px) {
    .tab-categories {
        width: 50%
    }
}

@media (max-width: 479px) {
    .tab-categories {
        width: 100%
    }
}

@media (max-width: 480px) {
    .faqtitle.breadcrumb-header-title {
        padding: 20px 0
    }

    .htext {
        line-height: 42px
    }

    .ctext {
        line-height: 28px
    }

    .section-five .verified-section .verified-count, .verified-count {
        line-height: 42px;
        padding: 20px 0 !important
    }
}

.section-eight {
    padding: 84px 0
}

.flex-full-width {
    display: flex;
    padding-top: 50px
}

.s8-menu {
    max-width: 450px;
    margin-right: 130px;
    text-align: left
}

.s8-explain {
    max-width: 772px
}

.s8-explain ul, .s8-menu ul {
    margin: 0;
    padding: 0
}

.s8-menu li {
    font-family: Graphik-Bold;
    font-size: 38px;
    color: #cedce9;
    line-height: 40px;
    padding-bottom: 30px;
    -webkit-transition: color .5s;
    transition: color .5s
}

.s8-menu li.active {
    color: #333
}

.s8-explain ul li {
    margin-bottom: 65px
}

.s8-menuexplain, .s8-topic-text {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding-top: 30px
}

.s8-menu .stickydiv {
    position: sticky;
    top: 150px
}

.section-eight a {
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.section-eight .qa-author {
    overflow: hidden;
    padding: 0 0 13px 14px
}

.section-eight .qa-author .qa-author-img {
    float: left;
    width: 70px;
    overflow: hidden;
    margin-right: 15px
}

.section-eight .qa-author .qa-author-img img {
    height: 70px;
    width: 70px;
    border-radius: 55px;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.section-eight .qa-author .qa-author-info {
    margin-left: 62px
}

.section-eight .qa-author .user-name-link {
    font-size: 24px;
    color: #333;
    outline: 0 !important
}

.section-eight .qa-author .user-name-link:hover {
    color: #3a7af3
}

.section-eight .userpost {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 30px;
    position: relative
}

.section-eight .userpost::before {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #c5c5c5;
    content: "";
    position: absolute;
    top: -11px;
    left: 37px
}

.section-eight .userpost::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    top: -10px;
    left: 38px
}

.section-eight .qa-author .qa-author-info {
    line-height: 70px;
    font-size: 24px;
    color: #333
}

.section-eight .qa-author .qa-answerd {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    padding-top: 5px;
    color: #757982
}

.section-eight .bs-title a {
    font-family: Graphik-Semibold;
    font-size: 28px;
    color: #333;
    line-height: 42px
}

.section-eight .bs-title a:hover {
    color: #3a7af3
}

.section-eight .bs-title {
    margin-top: 5px
}

.user-loading span {
    border-radius: 50%;
    background-color: #ebf2f7;
    height: 16px;
    width: 16px;
    margin-right: 6px;
    display: inline-block;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.user-loading span:first-child {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.user-loading span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.user-loading span:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.s8-loading .qa-author-info {
    display: flex
}

.s8-loading {
    position: absolute
}

.userpost .bs-img {
    padding-bottom: 25px
}

.userpost .bs-img img {
    max-height: 390px;
    border: 1px solid #e2e2e2
}

.s8-go-explain-li, .s8-help-explain-li, .s8-loading {
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    will-change: transform, opacity
}

.s8-topic {
    display: none
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .s8-menu {
        margin-right: 60px
    }

    .userpost .bs-img img {
        max-height: 294px
    }
}

@media (max-width: 1024px) {
    .section-eight .qa-author .qa-author-img {
        width: 50px
    }

    .section-eight .qa-author .qa-author-img img {
        height: 50px;
        width: 50px
    }

    .section-eight .qa-author .qa-author-info {
        line-height: 50px
    }

    .section-eight .userpost::before {
        left: 27px
    }

    .section-eight .userpost::after {
        left: 28px
    }

    .section-eight .qa-author .qa-author-info, .section-eight .qa-author .user-name-link {
        font-size: 20px
    }
}

@media (max-width: 1023px) {
    .s8-menu {
        display: none
    }

    .s8-explain {
        width: 100%;
        max-width: 100%
    }

    .s8-loading {
        display: none
    }

    .s8-go-explain-li, .s8-help-explain-li {
        opacity: 1 !important;
        transform: none !important
    }

    .s8-explain li {
        display: flex
    }

    .s8-explain .s8-topic {
        display: block;
        padding-right: 100px;
        max-width: 50%;
        padding-top: 25px
    }

    .s8-ask-explain, .s8-go-explain, .s8-help-explain {
        max-width: 50%
    }

    .s8-topic h3 {
        font-family: Graphik-Bold;
        font-size: 38px;
        color: #333;
        line-height: 40px
    }

    .s8-topic-text {
        padding-top: 20px
    }

    .s8-explain ul li {
        margin-bottom: 50px
    }
}

@media (max-width: 900px) {
    .s8-explain .s8-topic {
        padding-right: 60px
    }

    .section-eight .userpost {
        padding: 20px
    }

    .s8-topic h3 {
        font-size: 26px;
        line-height: 28px
    }

    .s8-menu li {
        font-size: 32px
    }
}

@media (max-width: 800px) {
    .section-eight {
        padding: 30px 0
    }

    .s8-topic-text {
        padding-top: 15px
    }

    .flex-full-width {
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    .s8-explain ul li {
        flex-direction: column;
        margin-bottom: 30px
    }

    .s8-explain .s8-topic {
        text-align: center;
        padding: 20px;
        max-width: 100%
    }

    .s8-ask-explain, .s8-go-explain, .s8-help-explain {
        max-width: 100%
    }

    .flex-full-width {
        padding: 0
    }
}

@media (max-width: 480px) {
    .section-eight .bs-title a {
        font-size: 24px;
        line-height: 35px
    }

    .profileTags {
        margin-bottom: 5px !important
    }

    .s8-topic-text {
        font-size: 18px
    }

    .s8-explain .s8-topic {
        padding: 20px 0
    }

    .s8-explain ul li:last-child {
        margin: 0
    }
}

.resources-home {
    max-width: 300px;
    margin: 0 20px;
    flex-grow: 1;
    flex-basis: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    background: #fff
}

.resources-home img {
    height: 354.283px
}

.resources-section-container .resources-home:first-child {
    margin-left: 0
}

.resources-section-container .resources-home:last-child {
    margin-right: 0
}

.resources-home-text {
    padding: 20px;
    background: #fff
}

.resources-home-text a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.resources-home-text a:focus, .resources-home-text a:hover {
    color: #3a7af3
}

.resources-home-download {
    font-size: 12px;
    color: #757982;
    line-height: 14px;
    padding-top: 15px
}

.section-ten {
    background: #f6f9fc;
    text-align: center;
    padding: 90px 0
}

.section-ten {
    padding: 90px 0 70px
}

@media (max-width: 1400px) {
    .resources-home img {
        height: 345.7px
    }
}

@media (max-width: 1366px) {
    .resources-home img {
        height: 336px
    }
}

@media (max-width: 1280px) {
    .resources-home img {
        height: 322.85px
    }

    .resources-home {
        margin: 0 15px
    }

    .resources-home-text a {
        font-size: 16px
    }
}

@media (max-width: 1279px) {
    .resources-home img {
        height: 333.567px
    }

    .resources-home {
        margin: 0 10px
    }

    .resources-section-container .resources-home:nth-child(5) {
        display: none
    }

    .resources-section-container .resources-home:nth-child(4) {
        margin-right: 0
    }
}

@media (max-width: 960px) {
    .resources-home img {
        height: 310.7px
    }
}

@media (max-width: 896px) {
    .resources-home img {
        height: 287.85px
    }
}

@media (max-width: 812px) {
    .resources-home img {
        height: 257.85px
    }
}

@media (max-width: 800px) {
    .section-ten {
        padding: 35px 0
    }

    .resources-home-text {
        padding: 15px
    }

    .resources-section-container {
        padding: 20px 0 30px
    }

    .resources-home img {
        height: 253.567px
    }
}

@media (max-width: 768px) {
    .resources-home img {
        height: 242.133px
    }
}

@media (max-width: 767px) {
    .resources-section-container {
        flex-wrap: wrap
    }

    .resources-home {
        margin: 15px 20px !important;
        max-width: 280px;
        flex: 0 50%
    }

    .resources-home img {
        height: 400px
    }
}

@media (max-width: 669px) {
    .resources-home {
        margin: 15px 10px !important;
        max-width: 206px
    }

    .resources-home img {
        height: 312.283px
    }
}

@media (max-width: 480px) {
    .resources-home {
        margin: 15px 0 !important;
        max-width: 300px;
        flex: 0 100%
    }

    .resources-section-container {
        padding: 0 0 15px
    }

    .resources-home img {
        height: 428.567px
    }

    .resources-section-container .resources-home:nth-child(5) {
        display: block
    }
}

.filter-input-label label, .port-title {
    font-family: Graphik-Regular, sans-serif
}

.sec-one-search-area {
    border: 3px solid #41c490;
    border-radius: 4px;
    height: 62px;
    margin: 10px auto 0;
    max-width: 450px;
    width: 100%;
    position: relative
}

.section-one-search {
    color: #676c70;
    font-size: 16px
}

.sec-one-search-input {
    border: 0;
    height: 56px;
    padding: 0 0 0 10px;
    width: 100%;
    border-right: 55px solid #41c490;
    outline: 0 !important
}

.sec-one-search-btn {
    height: 21px;
    width: 21px;
    background: url(../img/allslice.png) -10px -140px no-repeat #41c490;
    position: absolute;
    right: 15px;
    top: 17px
}

.sec-one-search-content {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1
}

.s-o-s-list a {
    padding: 0 10px;
    display: block;
    font-size: 14px;
    text-align: left;
    height: 40px;
    line-height: 40px
}

.s-o-s-list a:hover {
    text-decoration: none;
    background: #f3f5f6
}

.s-o-s-list.active a {
    background: #f3f5f6
}

.s-o-s-list a em {
    font-style: normal;
    font-family: Graphik-Semibold, sans-serif
}

.s-o-s-right-arrow {
    background: url(../img/allslice.png) -76px -143px no-repeat;
    height: 15px;
    width: 10px;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin: 12px 0 0
}

.faq-entity .faq-section:last-child {
    margin-bottom: 0
}

.section-three {
    overflow: hidden;
    padding: 0
}

.section-three-right {
    width: 100%;
    max-width: 360px;
    float: right
}

.section-three-left {
    width: calc(100% - 380px);
    float: left
}

.height50 {
    height: 50px;
    line-height: 52px
}

.company_buid_img {
    background: url(../img/allslice.png) -11px -174px no-repeat transparent;
    height: 50px;
    margin-right: 10px;
    width: 50px;
    border-radius: 4px
}

.company_buid_info {
    line-height: 16px
}

.company_buid_info a:focus, .company_buid_info a:hover {
    color: #181818
}

.company_buid_info a.blackc:hover {
    color: #3a7af3 !important
}

.section-three-right .subhead {
    padding: 30px 0;
    margin: 0;
    line-height: 23px
}

.front_research_img img {
    height: auto;
    margin: 0 auto;
    max-width: 285px;
    width: 100%
}

.section-three-right .slider-content .subhead {
    padding-bottom: 0
}

.section-three-right .slider-content .front_research_img {
    padding: 20px 0
}

.slick-dots li {
    height: 5px;
    width: 5px;
    background: #ccc;
    border-radius: 10px
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #41c490
}

.common-company-right ul.slick-dots, .section-three-right ul.slick-dots, .slider-port-detail ul.slick-dots {
    position: absolute;
    top: -38px;
    right: -10px;
    width: 100px;
    margin: 0
}

.width80, .width80per {
    width: 80%
}

.interview-thumb img {
    margin: 0 auto;
    border-radius: 50%
}

.section-three-right .interview-thumb {
    padding-top: 40px
}

.width80 {
    margin: 0 auto
}

.consult_now {
    position: absolute;
    left: 0;
    bottom: 0
}

.myModalLogin .modal-dialog {
    width: 100%;
    max-width: 430px
}

.myModalLogin .modal-header {
    background: #3a7af3
}

.myModalLogin .close_btn {
    background: url(../img/allslice.png) -51px -188px no-repeat;
    height: 17px;
    width: 17px;
    opacity: 1;
    margin-top: 5px;
    outline: 0
}

.reviewersignup, .signfbup, .signgoogleup, .signlinkedup {
    width: 205px;
    height: 38px;
    margin: 5px auto
}

.signinfb, .signingoogle, .signlinkedin {
    width: 194px;
    height: 38px;
    margin: 5px auto
}

.signlinkedin {
    background: url(../img/allslice.png) -232px -611px no-repeat
}

.signinfb {
    background: url(../img/allslice.png) -232px -524px no-repeat
}

.signingoogle {
    background: url(../img/allslice.png) -232px -566px no-repeat
}

.signlinkedup {
    background: url(../img/allslice.png) -10px -615px no-repeat
}

.signgoogleup {
    background: url(../img/allslice.png) -11px -569px no-repeat
}

.signfbup {
    background: url(../img/allslice.png) -11px -523px no-repeat
}

.reviewersignup {
    background: url(../img/allslice.png) -10px -394px no-repeat
}

.reviewersignin {
    background: url(../img/allslice.png) -10px -276px no-repeat;
    height: 36px;
    width: 183px;
    margin: 0 auto
}

.myModalLogin ul {
    width: 280px;
    margin: 0 auto;
    padding: 0;
    text-align: left
}

.green-right {
    background: url(../img/allslice.png) -77px -192px no-repeat;
    height: 13px;
    width: 17px
}

.myModalLogin ul li .green-right {
    margin-right: 5px;
    display: inline-block
}

.myModalLogin .modal-body {
    color: #2e2739
}

.review_success {
    background: url(../img/allslice.png) -546px -319px no-repeat;
    height: 135px;
    width: 135px;
    margin: 0 auto
}

.service-lists, .software-lists {
    clear: both
}

.service-lists .nav-tabs {
    border-bottom: none
}

.breadcrumb-header-title h1 {
    font-family: Graphik-Semibold, sans-serif
}

.breadcrumb-header-title, .review-blk-detail .review-section-title {
    font-family: Graphik-Regular, sans-serif
}

.section-breadcrumb {
    height: 48px;
    line-height: 48px;
    background: #f5f5f5 !important
}

.listing-header {
    background: #fff !important
}

.breadcrumb-link {
    color: #333
}

.breadcrumb-link, .breadcrumb-link a {
    font-size: 12px;
    font-family: Graphik-Medium
}

.breadcrumb-link .last_update {
    font-family: Graphik-Regular;
    font-size: 12px;
    color: #757982
}

.breadcrumb-header-title, .breadcrumb-header-title h1 {
    color: #181818;
    font-size: 30px;
    line-height: 2.12rem
}

.breadcrumb-header-title {
    padding: 0 0 15px;
    font-family: Graphik-Semibold, sans-serif
}

.directory-left input[type=checkbox], .directory-left input[type=radio], .navbar-toggle {
    display: none
}

.custom-top-navbar {
    position: relative
}

.hide_list_filter_div, .show_list_filter_div {
    background: #4385f4;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    padding: 13px;
    text-align: center
}

.directory-left {
    width: 190px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.dir-sub-desc {
    padding: 0
}

.dir-sub-spacing {
    margin: 0 0 20px;
    background: #fff;
    padding: 20px
}

.related-categories-list a {
    color: #3a7af3
}

.dir-sub-spacing ul {
    list-style: disc
}

.dir-desc h4 {
    color: #181818;
    font-size: 22px
}

.dir-desc ul {
    padding: 0;
    margin: 15px 0 0
}

.articlesbody {
    background: #f5f5f5;
    padding-bottom: 20px
}

.articlesbody h2 {
    font-size: 18px;
    font-family: Graphik-Regular;
    color: #181818;
    padding: 15px 0 30px;
    line-height: 23px
}

.filterreview.radio .radio legend {
    text-transform: capitalize;
    border: 0
}

.show-all-location {
    position: relative;
    top: -5px;
    clear: both
}

.admin_services ul {
    padding: 0;
    margin: 0
}

.admin_services ul li {
    float: left;
    border: 1px solid #b4c0d2;
    border-radius: 3px;
    color: #9ca9bd !important;
    float: left;
    font-size: 11px;
    margin: 2px 5px 5px 0;
    padding: 3px 10px;
    text-decoration: none !important
}

.no-shadow {
    box-shadow: none !important
}

.directory-content .commoncompanydetail .company-info .company-stars {
    display: block
}

.directory-content .commoncompanydetail .csmallimage .company-image a {
    float: none;
    margin: 0 auto
}

.l-h-22 {
    line-height: 22px
}

.padding2030 {
    padding: 20px 30px 30px
}

.directory-content {
    width: auto;
    margin: 0
}

.common-company-right {
    width: 320px;
    position: absolute;
    top: 20px;
    right: 20px
}

.filter-input-label label {
    font-size: 12px;
    text-transform: uppercase
}

.directory-left .checkbox, .directory-left .radio {
    margin: 0
}

.filter-input-label {
    margin-bottom: 10px
}

.directory-left .checkbox label, .directory-left .radio label {
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 13px
}

.directory-left .checkbox label::before, .directory-left .radio label::before {
    margin-right: 5px;
    position: relative;
    content: ''
}

.directory-left .radio label::before {
    background: url(../img/allslice.png) -186px -108px no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    top: 5px
}

.directory-left .checkbox label::before {
    background: url(../img/allslice.png) -233px -108px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    top: 3px
}

.directory-left .radio label .hourly_rate3, .directory-left .radio label .hourly_rate4, .directory-left .radio label .hourly_rate5 {
    color: #fff;
    font-size: 0;
    height: 28px;
    width: 110px;
    display: inline-block
}

.directory-left .radio input[type=radio]:checked + label::before {
    background-position: -208px -108px
}

.directory-left .checkbox input[type=checkbox]:checked + label::before {
    background-position: -253px -108px
}

.show-all-location {
    display: inline-block;
    margin-top: 10px
}

.directory-left .radio label .hourly_rate5 {
    background: url(../img/allslice.png) -200px -212px no-repeat
}

.directory-left .radio label .hourly_rate4 {
    background: url(../img/allslice.png) -200px -241px no-repeat
}

.directory-left .radio label .hourly_rate3 {
    background: url(../img/allslice.png) -200px -270px no-repeat
}

.location_search_text {
    color: #bec6d2;
    margin: 3px 0 5px;
    padding: 5px;
    width: 100%
}

.filter_block {
    background: #e5ecf6;
    height: 24px;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    color: #6e7a8b;
    line-height: 24px;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 10px
}

.filter_close {
    background: url(../img/allslice.png) -92px -147px no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 8px;
    margin: 8px 0 0 8px;
    width: 8px
}

.filter-right-block {
    width: 75px;
    position: absolute;
    right: 0;
    bottom: 25px;
    text-align: right
}

.information-block h3 {
    max-width: 420px;
    width: 100%;
    margin: 0 auto
}

.research-service-type {
    min-height: 15px;
    line-height: 14px
}

.res-serv-type {
    margin: 2px 0;
    padding-right: 24px
}

.commonhw12 {
    height: 12px;
    margin-right: 8px;
    width: 12px
}

.padding-right-30 {
    padding-right: 30px
}

.cred {
    color: #66bdd6
}

.redbg {
    background: #66bdd6
}

.cdyellow {
    color: #0778a9
}

.dyellowbg {
    background: #0778a9
}

.cyellow {
    color: #8c98a6
}

.yellowbg {
    background: #8c98a6
}

.clblue {
    color: #4c4d4e
}

.lbluebg {
    background: #4c4d4e
}

.cgreen {
    color: #e66464
}

.greenbg {
    background: #e66464
}

.cblue {
    color: #efb85e
}

.bluebg {
    background: #efb85e
}

.width46per {
    width: 40%;
    padding-right: 15px
}

.research-data {
    height: 100%;
    margin-top: 10px;
    min-height: 100%;
    padding-right: 0
}

.lightgreenc {
    color: #fff
}

.rlcompanyprofile {
    float: left;
    position: relative;
    text-align: center;
    width: auto
}

.reseacountcircle {
    background: #4385f4;
    font-size: 16px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px
}

.researchpointright {
    margin-left: 75px;
    width: auto
}

.researchpoint {
    background: #f3f3f3;
    color: #fff;
    overflow: hidden
}

.researchpoint div {
    font-size: 15px;
    height: 36px;
    line-height: 36px
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden
}

.research-rank-key {
    width: 26px
}

.research-rank-data {
    margin-left: 30px
}

.review-info {
    margin: 0 !important
}

.review-basic-info {
    background: #fff;
    border: 1px solid #dbeaf7;
    padding: 20px 0;
    overflow: hidden;
    color: #444
}

.review-section {
    border-right: 1px solid #dbeaf7;
    font-size: 14px;
    height: auto;
    min-height: 150px
}

.review-section:last-child {
    border-right: medium
}

.review-blk-detail .review-section-title {
    padding-bottom: 10px
}

.width75 {
    width: 75px;
    display: inline-block;
    text-align: left
}

.review-blk-detail table {
    width: 100%
}

.review-section table.tabletopadj td {
    line-height: 34px
}

.review-blk-detail table td {
    font-size: 14px;
    color: #696969;
    line-height: 28px
}

.review-blk-detail table th {
    width: 25px
}

.review-link {
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 13px;
    font-family: Graphik-Semibold
}

.youtube-video-list {
    width: 320px;
    margin: 0;
    display: inline-block
}

.modal.size-m {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 400px;
    left: 50%;
    overflow: hidden;
    padding: 30px;
    position: fixed;
    top: 50%;
    width: 600px;
    z-index: 1002
}

.modal-bg {
    background-color: #181818;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001
}

.modal.size-m .modal-close {
    color: #b1b0ac;
    cursor: pointer;
    font-size: 30px;
    font-family: Graphik-Semibold, sans-serif;
    line-height: .5;
    position: absolute;
    right: 10px;
    top: 10px
}

.stick-visit-site {
    position: absolute;
    display: inline-block;
    top: 9px;
    right: 20px
}

#key-main ul, #services-main ul {
    padding: 0;
    list-style: disc;
    margin: 0 0 0 15px
}

.pie-chart-title {
    text-align: center
}

.media-coverage {
    margin: 20px 20px 0 0;
    height: 100px;
    line-height: 100px;
    vertical-align: middle
}

.pie-chart-area g.highcharts-legend {
    position: relative;
    top: 7px
}

.port-block {
    width: 22.898%;
    margin: 0 10px 35px
}

.port-block .port-thumb-img {
    min-height: 138px
}

.dashboardmenulist, .form-heder-title, .submit-form-right .submit-btn {
    font-family: Graphik-Regular, sans-serif
}

.port-description {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 8px 0
}

.inter_ans, .static-content-dark, .static-content-light {
    letter-spacing: .5px
}

.port-industry, .port-title {
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis
}

.portfolio-grid {
    margin: 0 0 20px
}

.company-profile-menu {
    display: none
}

.micro-green-btn.textdefault {
    margin-left: 10px;
    position: relative;
    top: -2px
}

.noinnermenu .common-company-right {
    top: 20px
}

.static-content {
    padding: 30px 108px
}

.static-content .margin-top-7 {
    margin-top: 7px
}

.inter_question {
    color: #181818;
    padding: 20px 0 5px;
    font-family: Graphik-Semibold
}

.static-content .interview-name {
    padding-top: 45px
}

.static-content-dark {
    color: #181818
}

.static-content-light {
    color: #333
}

.padding2040 {
    padding: 0 40px
}

.font45 {
    font-size: 45px
}

.signuptitle {
    font-size: 20px;
    color: #181818;
    font-family: Graphik-Semibold
}

.review_add_page .commoncompanydetail {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-top: 20px
}

.marguto {
    margin: 15px auto 5px;
    width: 245px !important
}

.signup-page-main .signup-bg {
    background: url(../img/signupbg.jpg) 0 100% no-repeat;
    min-height: 551px
}

.submit-form-right {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 40px
}

.form-heder-title {
    border-bottom: 1px solid #e1e5e3;
    color: #292e31;
    font-family: Graphik-Regular, sans-serif;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 25px;
    font-style: normal
}

.submit-form-right .form-content {
    margin: 30px 0;
    padding: 0 32px
}

.register-btn, .submit-form-right .submit-btn {
    background-color: #3a7af3;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-style: normal;
    height: 42px;
    margin: 0;
    display: block;
    color: #fff;
    width: 100%;
    border: 1px solid #3a7af3;
    padding: 0
}

.register-btn {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px
}

.register-btn:focus, .register-btn:hover {
    color: #fff;
    text-decoration: none
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.signin-page {
    width: 100%;
    max-width: 418px;
    margin: 40px auto
}

.signin-page input.remember, .signupForm input.remember {
    float: left;
    margin-right: 5px
}

.signin-page label[for=remember], .signupForm label[for=remember] {
    color: #333;
    margin: 0;
    font-size: 12px
}

.sp-margin-top-10 {
    margin-top: 10px !important
}

.submit-form-right.signin-page .submit-btn {
    margin-top: 0 !important
}

.submit-form-right label.error {
    padding: 0
}

.overview_one {
    min-height: 324px;
    padding: 40px 20px 80px
}

.overview_three {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    min-height: 454px;
    width: 100%;
    height: auto
}

.bg-image {
    border-radius: 5px;
    height: auto;
    margin-bottom: 15px;
    min-height: 225px
}

.overview_five h1, .overview_three h1 {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-family: Graphik-Regular, sans-serif;
    margin-top: 30px;
    text-transform: none
}

#pricing_spo h2, .common_price a, .dashboardmenulist, .goodboxhead, .mini-gb a, .research-static-page h2 {
    text-transform: uppercase
}

.overview_one h1 {
    color: #181818;
    line-height: 48px
}

.theme-btn-ov {
    height: 48px;
    line-height: 42px;
    min-width: 210px
}

.overview_one h2 {
    color: #181818;
    font-size: 18px;
    font-family: Graphik-Regular, sans-serif;
    margin: 20px auto 10px;
    width: 90%
}

.overview_five h1, .overview_three h1 {
    font-size: 30px;
    color: #181818
}

.overview_three h1 {
    margin: 0
}

.line-height-30 {
    line-height: 30px !important
}

.btn-consulation {
    color: #fff;
    border: 1px solid #c1720b;
    background: #ffaf4b;
    background: -moz-linear-gradient(top, #ffaf4b 0, #ff920a 42%, #ff920a 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #ffaf4b), color-stop(42%, #ff920a), color-stop(90%, #ff920a));
    background: -webkit-linear-gradient(top, #ffaf4b 0, #ff920a 42%, #ff920a 90%);
    background: -o-linear-gradient(top, #ffaf4b 0, #ff920a 42%, #ff920a 90%);
    background: -ms-linear-gradient(top, #ffaf4b 0, #ff920a 42%, #ff920a 90%);
    background: linear-gradient(to bottom, #ffaf4b 0, #ff920a 42%, #ff920a 90%);
    height: 54px;
    line-height: 40px;
    padding: 6px 32px;
    text-shadow: 0 1px 0 #8f651c;
    font-size: 16px;
    font-family: Graphik-Medium, sans-serif;
    margin-top: 10px
}

.btn-consulation:focus, .btn-consulation:hover {
    border: 1px solid #c1720b;
    background-color: #f0a302
}

.ohidden {
    overflow: hidden !important
}

.overview_two {
    overflow: hidden;
    padding: 70px 0 90px
}

.overview_two .border-bottom {
    border-top: 2px solid #3a7af3;
    display: block;
    margin: 15px auto 0;
    width: 80px
}

.overview_three .bg-image {
    position: relative;
    z-index: 2;
    margin-bottom: 0
}

.font-bold-30 {
    color: #181818;
    font-size: 30px;
    margin: 0 auto;
    width: 60%
}

.overview_four {
    padding: 20px 0 70px
}

.overview_five {
    min-height: 489px;
    width: 100%;
    height: auto;
    color: #181818;
    padding: 70px 0
}

.overview_six {
    padding: 70px 0
}

.overview_client_t_clm {
    background: #fff;
    border-radius: 8px;
    margin: 0 10px;
    padding: 40px;
    width: 46%;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.overview_five .overview_client {
    margin: 0 auto;
    width: 90%;
    padding: 30px 0;
    display: flex
}

@media (max-width: 800px) {
    .overview_five, .overview_six, .overview_three, .overview_two {
        padding: 35px 0
    }

    .font-bold-30 {
        width: 80%
    }

    .overview_five .overview_client {
        padding: 20px 0
    }
}

@media (max-width: 767px) {
    .overview_five .overview_client {
        flex-direction: column;
        padding: 0
    }
}

.overview_client img {
    border: 2px solid #fff;
    border-radius: 60px
}

.over_name {
    color: #181818;
    font-size: 18px;
    padding-top: 15px;
    font-family: Graphik-Semibold, sans-serif
}

.over_company {
    color: #181818;
    font-size: 14px
}

.over_testimonial {
    color: #181818;
    font-size: 16px
}

.specialsectionwidth {
    display: inline-block;
    height: 77px;
    line-height: 74px
}

.resource-description {
    color: #556167;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0
}

.dashboardgreenicon, .dashboardplusicon {
    margin-right: 10px;
    display: inline-block
}

.padding-left-10 {
    padding-left: 10px
}

.dashboardmenulist {
    background: #41c490;
    border-bottom: 2px solid #35ac7d;
    color: #fff !important;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    border-radius: 4px;
    text-decoration: none;
    font-family: Graphik-Medium, sans-serif;
    margin-top: 15px
}

.blog_title, .common_price a, .goodboxhead, .mini-gb a, .research-static-page h2 {
    font-family: Graphik-Semibold, sans-serif
}

.dashboardmenulist:focus, .dashboardmenulist:hover {
    background: #35ac7d;
    text-decoration: none
}

.dashboardplusicon {
    background: url(../img/allslice.png) -400px -59px no-repeat;
    height: 13px;
    width: 13px
}

.dashboardgreen {
    background: #4385f4 !important;
    color: #fff;
    font-size: 15px;
    line-height: 54px;
    min-height: 54px;
    margin-top: 15px;
    overflow: hidden
}

.dashboardgreenicon {
    background: url(../img/allslice.png) -335px -50px no-repeat;
    border-right: 1px solid #fff;
    float: left;
    height: 30px;
    margin-top: 12px;
    padding-right: 10px;
    width: 40px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.maxwidth100 {
    max-width: 100%
}

.pending_approval {
    width: 144px;
    text-align: center
}

.company-edit-listing {
    text-align: right
}

/*input.form-control, select.form-control {
    width: 100%;
    max-width: 370px;
    display: inline-block
}*/

input.form-control.certifications_width {
    height: 20px;
    width: auto !important;
    margin: 0 10px 0 0
}

.profile_pic {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 115px;
    line-height: 110px;
    text-align: center
}

.profile_pic img {
    height: auto;
    max-height: 110px;
    max-width: 114px;
    width: auto
}

.file_input {
    padding: 30px 0
}



.glyphicons-circle_info {
    background: url(../img/allslice.png) -387px -59px no-repeat;
    display: inline-block;
    height: 13px;
    margin-right: 10px;
    width: 13px;
    cursor: pointer;
    font-size: 11px;
    left: 370px;
    margin-left: 5px;
    margin-top: 19px;
    top: 22px;
    position: absolute
}


label.error {
    float: none;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0 20px;
    text-align: left;
    width: auto !important;
    display: inline-block
}

.cke_chrome {
    display: inline-block !important;
    width: 90% !important
}

#c_profile_info input.form-control#company_pic {
    width: auto
}

#c_profile_info .account-tab-form-title {
    font-size: 18px
}

div.error-message, label.err, label.error {
    color: #d6010e !important
}

button[disabled], html input[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none
}

.btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #34d194;
    border: none
}

.progress-bar-status {
    color: #181818 !important;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 5px
}

.progress {
    background: #ececec !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none;
    height: 7px !important;
    margin-top: 10px;
    margin-bottom: 0
}

.progress-bar-error {
    background-color: #ff5d62
}

.profile-nav-tabs li, .profile-nav-tabs li.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    margin-right: -1px
}

.progress-bar-success {
    background: #63c861;
    height: 7px
}

.progress-bar {
    box-shadow: none !important
}

.account-tab-form-spe label {
    display: inline-block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    color: #181818;
    font-family: Graphik-Medium
}

.pagination-block {
    padding: 20px 0 5px
}


.pricing_content_end {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 30px;
    margin-top: 25px
}

#c_profile_info .account-tab-form-spe input.form-control {
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px 0 0 4px
}

#c_profile_info .percentage-addon {
    border-radius: 0 4px 4px 0
}

#c_profile_info .account-tab-form-title {
    color: #494848
}

#c_profile_info .border-top.height50 {
    line-height: 48px
}

.hidelocation {
    margin-top: 2px
}

.profile-tab-content {
    background: #f0f4fa
}

.profile-nav-tabs li {
    border-color: #fff;
    margin-top: 0 !important
}

.profile-nav-tabs li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    outline: 0
}

.profile-nav-tabs li a:focus, .profile-nav-tabs li a:hover {
    background: #fff
}

.profile-nav-tabs li.active {
    border-color: #e2e2e2 #f0f4fa #e2e2e2 #4385f4;
    z-index: 1
}

.profile-nav-tabs li.active a, .profile-nav-tabs li.active:hover a {
    background-color: #f0f4fa;
    color: #4385f4
}

.profile-tab-content {
    background-color: #f0f4fa;
    border: 1px solid #e2e2e2;
    float: left;
    height: auto;
    min-height: 100px;
    padding: 0 46px;
    width: 100%
}

.profile-tab-content .account-tab-form-title {
    font-size: 16px;
    margin: 13px 0;
    color: #181818;
    font-family: Graphik-Medium, sans-serif
}

.profile-tab-content label {
    font-weight: 400
}

.form-text-info {
    font-size: 12px;
    color: #7f7f7f
}

.profile-tab-content input[type=file] {
    background-color: transparent;
    border: none;
    padding: 0
}

.portfolio-info-main {
    line-height: 30px
}

.reference-client-details {
    margin: 20px 0
}

.portfolio-info-main .portfolio-title, .project-description-title, .reference-client-details th {
    color: #37474f;
    font-size: 14px;
    font-family: Graphik-Medium, sans-serif
}

label.nomargin-label {
    margin: 0;
    display: none
}

.close_img {
    position: absolute;
    right: 10px;
    top: 10px
}

.inline-block {
    display: inline-block
}

ul.dropdown-menu-right > li > a {
    color: #181818 !important
}

ul.dropdown-menu-right > li > a:hover {
    background: #fff;
    color: #6e6e6e !important
}

.goodboxes_banner {
    background: url(../img/gb-banner.png) 50% 50% no-repeat #151515;
    height: 324px;
    width: 100%
}

.m_0_auto {
    margin: 0 auto
}

.p_40_0 {
    padding: 40px 0
}

.goodboxhead {
    color: #181818;
    font-size: 20px
}

.goodboxdesc {
    margin: 8px 0
}

.goodbox-hover {
    display: none
}

.h_310 {
    height: 310px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.h_310:hover .goodbox-hover, .mini-gb {
    position: absolute;
    text-align: center;
    bottom: 0
}

.h_310:hover .goodbox-hover {
    background: url(../img/gbox-hover.png) transparent;
    border-radius: 4px;
    display: block;
    left: 0;
    right: 0;
    top: 0
}

a.btn_orange {
    background: linear-gradient(to bottom, #fca800 0, #fc8f00 100%) transparent;
    border: 1px solid #c17209;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    text-shadow: 0 1px 0 #8f651c;
    width: auto
}

.mini-gb {
    background: #f3f3f3;
    height: 67px;
    line-height: 67px;
    width: 100%
}

.mini-gb a {
    color: #181818;
    display: block;
    font-size: 18px
}

.h_310:hover .goodbox-hover a {
    margin-top: 37%
}

.h_310:hover .goodbox-hover a:hover {
    text-decoration: none
}

.h_310 table {
    height: 242px;
    margin: 0 auto
}

.gb_top_b {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px
}

.blue-sponsors {
    min-height: auto
}

#pricing_spo {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    width: 100%
}

#pricing_content .silver_plan {
    border-radius: 0 0 4px 4px
}

.price-overflow {
    padding: 50px 20px 35px
}

.price-overflow h2 {
    font-size: 38px;
    font-family: Graphik-Semibold, sans-serif
}

.pricing_category {
    padding: 34px 45px;
    border-bottom: 1px solid #ebecf0
}

.pricing_div {
    clear: both
}

.pricing_div > div.common_price:nth-of-type(even) {
    background: #f8faff
}

.pricing_div > div.common_price:nth-of-type(odd) .spo_spe_price {
    background: #fbfcff
}

.pricing_div > div.common_price:nth-of-type(even) .spo_spe_price {
    background: #f4f7ff
}

.pricing_content_contact {
    width: 100%;
    max-width: 826px;
    background: #eff5fc;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 20px;
    margin: 0 auto
}

.common_price {
    display: block;
    width: 100%;
    overflow: hidden;
    float: left
}

.free_plan {
    margin-bottom: 142px
}

.spo_spe_header {
    width: calc(100% - 532px);
    float: left;
    padding: 22px 28px
}

.spo_spe_price {
    width: 286px;
    float: left;
    padding: 32px 28px;
    height: 96px
}

.spo_spe_link {
    width: 246px;
    float: left;
    text-align: center;
    padding: 22px 28px
}

.spo_spe_price span {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: left
}

.spo_spe_price .spo_spe_sign {
    margin: 0 5px 0 10px
}

.spo_spe_link a.default-blue-btn {
    margin: 0
}

.font28 {
    font-size: 28px
}

.font87 {
    font-size: 87px
}

.spo_spe_price .font87 {
    font-size: 87px;
    font-family: Graphik-Regular, sans-serif
}

.bluec {
    color: #3a7af3
}

.lightredc {
    color: #ff5252
}

.lightbluec {
    color: #52b8ff
}

.lightyellowc {
    color: #ffc852
}

.spo_spe_feature {
    font-size: 14px;
    color: #555;
    line-height: 38px;
    min-height: 195px
}

.common_price a {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #fff;
    width: 80%;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    margin: 20px 0 30px
}

.blog-right .bc_title::before, .dropdown-menu-left li a::before, .postal_phone::before, .rednotify:before, .reviewer_content::before, .w-b-o:after, .w-b-t span:after {
    content: ""
}

.common_price a:focus, .common_price a:hover {
    text-decoration: none
}

a.spo_spe_signup {
    background: #ff5252
}

a.spo_spe_badge {
    background: #52b8ff
}

a.spo_spe_buynow {
    background: #ffc852
}

.grid {
    margin: 10px 0
}

.sponsor-logos {
    height: 120px;
    line-height: 120px
}

.sponsor-logos img {
    display: inline-block;
    max-width: 200px;
    padding: 20px 0
}

.research-static-page {
    padding: 25px 20px;
    font-size: 17px;
    font-family: Graphik-Regular, sans-serif;
    letter-spacing: .5px
}

.theme-bg {
    background: #f5f5f5
}

.theme-offbg {
    background: #f9f9f9
}

.theme-bg.pricing-layout {
    background: #f6f9fc
}

.research-static-page p {
    padding: 15px 0
}

.research-static-page h2 {
    font-size: 20px;
    color: #181818;
    margin-top: 10px;
    line-height: 26px
}

.research-static-page h3 {
    font-size: 20px;
    color: #181818;
    line-height: 26px;
    font-family: Graphik-Semibold, sans-serif
}

.company-info-title h1, .company-info-title h2, a.s_name_head, h3 .c_name_head {
    font-family: Graphik-Semibold, sans-serif;
    color: #181818
}

.section-five-container {
    display: flex;
    padding: 0
}

.section-five-left-container {
    border-right: 2px solid #f0f4fa;
    height: inherit;
    padding: 0 40px 0 0
}

.section-five-right-container {
    height: inherit;
    padding: 0 0 0 40px
}

.user_testimonial {
    background: #f0f4fa;
    border-left: 4px solid #f0f4fa;
    color: #333;
    padding: 20px 35px;
    margin-top: 20px
}

.user_testimonial a {
    font-family: Graphik-Medium, sans-serif
}

.slice-survey {
    background: url(../img/slice-survey.png) no-repeat transparent
}

.slice-survey.sintroone, .slice-survey.sintrothre, .slice-survey.sintrotwo {
    display: table-cell;
    height: 58px;
    line-height: 26px;
    padding-left: 75px;
    vertical-align: middle
}

.slice-survey.sintroone {
    background-position: -582px -16px
}

.slice-survey.sintrotwo {
    background-position: -582px -81px
}

.slice-survey.sintrothre {
    background-position: -582px -148px
}

.survey-company-logo {
    background: url(../img/slice-survey.png) -12px -16px no-repeat transparent;
    float: left;
    height: 81px;
    padding: 10px;
    width: 81px
}

.survey-company-detail {
    margin-left: 98px
}

.container-bg .survey-company-detail, .survey-company-detail .survey-resource-description {
    margin: 0
}

.lightred {
    color: #da4622
}

.survey-company-detail p {
    padding: 10px 0
}

.surv_big_instagram, .surv_big_periscope, .surv_big_quizup, .surv_big_tinder, .surv_big_uber, .surv_big_whatsapp {
    height: 120px;
    margin-right: 20px;
    width: 120px
}

.surv_periscope {
    background-position: -102px -16px
}

.surv_whatsapp {
    background-position: -190px -16px
}

.surv_quizup {
    background-position: -282px -17px
}

.surv_instagram {
    background-position: -380px -16px
}

.surv_uber {
    background-position: -480px -16px
}

.surv_big_tinder {
    background-position: -12px -140px
}

.surv_big_periscope {
    background-position: -279px -140px
}

.surv_big_whatsapp {
    background-position: -277px -275px
}

.surv_big_quizup {
    background-position: -142px -140px
}

.surv_big_instagram {
    background-position: -146px -275px
}

.surv_big_uber {
    background-position: -12px -278px
}

.rating-blank-star, .rating-full-star, .rating-half-star {
    background: url(../img/wd_star.png) -8px -91px no-repeat transparent;
    display: inline-block;
    margin: 0 auto;
    height: 22px;
    width: 26px
}

.rating-half-star {
    background-position: -40px -91px
}

.rating-blank-star {
    background-position: -72px -91px
}

.survey_compnay_table tbody td {
    padding: 8px !important;
    vertical-align: middle !important
}

.research-static-page h4 {
    font-size: 20px;
    padding-bottom: 20px
}

.aboutbrilliant {
    background: url(../img/aboutbtm.png) no-repeat transparent;
    display: inline-block;
    height: 55px;
    margin-bottom: 20px;
    width: auto
}

.abouttrust {
    background-position: -77px 0;
    width: 41px
}

.aboutapproch {
    width: 63px
}

.aboutsecure {
    background-position: -144px 0;
    width: 38px
}

.dflex {
    display: flex;
    text-align: center
}

.section-two-info-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0
}

.two-info-box-middle {
    margin: 0 20px
}

.view-page-main {
    margin: 20px 0;
    padding: 0
}

.container-layout {
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.time_ago, a.post_category {
    font-size: 13px;
    font-weight: 400
}

.b-blog-list .time_ago {
    font-size: 12px
}

.blog-left {
    width: calc(100% - 350px);
    min-height: 2300px;
    float: left;
    padding-bottom: 11px
}

.blog-left .pagination-block {
    padding-top: 5px
}

.blog-detail-page .blog-left {
    width: 100%;
    float: none
}

.blog-right {
    width: 330px;
    float: right
}

.blog-detail-page .scrollmove {
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin: 20px 0 10px
}

.blog-detail-page .blog-left .scrollmove h3 {
    background: url(https://cdn.goodfirms.co/images/scrollmovetitle.png) 0 2px no-repeat;
    padding: 0 0 10px 30px
}

.blog-detail-page .blog-left .scrollmove ul {
    padding: 0;
    margin: 0
}

.blog-detail-page .blog-left .scrollmove ul li::before {
    background: url(https://cdn.goodfirms.co/images/scrollmovelist.png) 2px 0 no-repeat;
    width: 18px;
    left: 0;
    top: 15px
}

.blog-detail-page .blog-left .scrollmove ul li {
    padding: 8px 0 2px 30px !important;
    line-height: 28px
}

.blog-detail-page .blog-left .scrollmove ul li a {
    color: #333;
    text-decoration: underline
}

.blog-detail-page .blog-left .scrollmove ul li a:hover {
    color: #3a7af3;
    text-decoration: underline
}

.blog-right-border {
    padding-top: 15px
}

.blog-category, .popular_blog {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    background: #fff
}

.otherposts.detial-blog-list, .research-entity {
    float: none;
    width: 31%;
    max-width: 375px;
    margin: 0 0 30px;
    display: inline-block
}

.research-entity {
    margin: 0 15px 30px;
    float: left;
    max-width: 443px
}

.otherposts.detial-blog-list p, .research-entity p {
    margin: 10px 0
}

.otherposts.detial-blog-list img, .research-entity img {
    width: 96%;
    margin: 0 auto
}

.research-entity img {
    max-height: 216px
}

.otherposts.detial-blog-list:nth-child(2) {
    margin: 0 20px 30px
}

.otherposts.pull-right {
    float: right
}

a.post_category {
    color: #3a7af3;
    float: left
}

.time_ago {
    float: right;
    color: #8f8a8a
}

.post_cat_time {
    padding: 15px 0;
    margin-top: 5px
}


.research-entity-title {
    font-size: 20px;
    height: 53px;
    display: block
}

.blog_title:focus, .blog_title:hover, .research-entity-title:focus, .research-entity-title:hover {
    color: #181818;
    text-decoration: none
}

a.read_more, a.read_more:focus, a.read_more:hover {
    color: #41c490
}

.otherposts .blog_title {
    font-size: 20px
}

.blog-page p {
    margin: 10px 0;
    overflow-wrap: break-word
}

a.read_more {
    font-size: 18px;
    font-family: Graphik-Medium, sans-serif
}

.blog-subscribe-desc, .blog-subscribe-title {
    font-weight: 400;
    color: #181818
}

.blog-subscribe {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}



.blog-subscribe-desc {
    font-size: 12px;
    margin: 10px 0
}

.Subscribebutton {
    background-color: #3a7af3;
    border: 1px solid #3a7af3;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-family: Graphik-Medium, sans-serif;
    height: 56px;
    text-transform: capitalize;
    width: 100%;
    margin: 10px 0 0;
    padding: 0
}

#blog_sub label.error {
    float: left;
    padding: 0
}

#subscribe_email {
    border-radius: 4px !important;
    color: #333;
    font-size: 14px;
    height: 45px
}

.blog-subscribe-btm {
    padding: 20px 0 0;
    color: #1b1b1b;
    font-size: 11px;
    font-weight: 400
}

.blog-right .bc_title {
    color: #181818;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Graphik-Medium, sans-serif;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2
}



.blog-right .cat_list {
    padding: 0;
    list-style: none;
    margin: 0
}

.blog-right .cat_list li {
    height: auto;
    line-height: 26px;
    min-height: auto;
    padding: 16px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #181818
}

.blog-right .cat_list li:last-child {
    border-bottom: 0
}

.blog-right .cat_list li a {
    color: #333;
    font-weight: 400
}

.blog-border-2 {
    border-top: 2px solid #e2e2e2
}

.research-global-list {
    padding: 40px 100px;
    font-size: 18px;
    letter-spacing: .5px;
    width: 100%;
    margin: 0 auto
}

.research-global-list {
    padding: 30px 20px;
    text-align: center
}

.blog-detail-page {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 700px
}

.blog-detail-page .blog-left ol li, .blog-detail-page .blog-left ul li, .inter_ans ol li, .inter_ans ul li {
    position: relative;
    padding: 10px 0 5px 10px;
    font-family: Graphik-Regular, sans-serif
}

.blog-detail-page .blog-left ul li::before, .inter_ans ul li::before {
    background: url(../img/allslice.png) -436px -106px no-repeat;
    height: 14px;
    width: 10px;
    position: absolute;
    left: -15px;
    top: 18px;
    content: ""
}

h1.blog_title {
    line-height: 1.63;
    font-size: 30px
}

.blog-detail-page a, .blog-detail-page p, .blog-detail-page span {
    font-family: Graphik-Regular, sans-serif !important
}

.blog-detail-page p {
    margin: 20px 0 10px
}

.blog-detail-page h1, .blog-detail-page h2 {
    color: #181818
}

.blog-detail-page h3, .blog-detail-page h4 {
    padding: 20px 0 10px;
    color: #181818
}

.blog-detail-page h2 {
    font-size: 22px;
    padding-top: 10px
}

.blog-detail-page h3 {
    font-size: 20px;
    padding-top: 10px
}

.blog-detail-page a.post_category {
    font-size: 13px !important
}

.blog-comment, .comment-section {
    font-size: 16px;
    font-weight: 400;
    font-family: Graphik-Regular, sans-serif
}

.comment-form, .top-blog-comment {
    margin: 40px 0 50px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.top-blog-comment {
    padding: 0 0 20px;
    margin: 20px 0;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0
}

.blog-comment .heading, .comment-section .heading {
    font-size: 18px;
    font-family: Graphik-Medium, sans-serif;
    padding-bottom: 5px;
    color: #181818
}

.blog-comment .heading {
    font-size: 18px
}

.blog-comment .note, .comment-section .note {
    font-size: 16px
}

.blog-comment label, .comment-section label {
    font-size: 14px;
    color: #181818
}

.blog-comment label.required::after, .comment-section label.required::after {
    content: "*";
    color: red;
    font-size: 18px;
    position: absolute;
    top: 0
}

.blog-comment label.error, .comment-section label.error {
    padding: 0
}

.blog-comment label.error::after, .comment-section label.error::after {
    display: none
}

.blog-comment textarea, .comment-section textarea {
    resize: none
}

.blog-comment input[type=email], .blog-comment input[type=text], .comment-section input[type=email], .comment-section input[type=text] {
    height: 48px;
    line-height: 48px
}

.comment_by_image {
    float: left
}

.comment_by_name {
    padding-left: 50px;
    padding-top: 0
}

.comment_by_name .name {
    font-size: 16px;
    font-family: Graphik-Medium, sans-serif;
    color: #181818
}

.comment_by_name .time_ago {
    font-size: 12px;
    float: none;
    color: #b3bdcf;
    height: 20px;
    line-height: 12px
}

.blog-comment .comment-desc, .comment-section .comment-desc {
    font-size: 14px;
    font-family: Graphik-Regular, sans-serif;
    background: #f0f2f5;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 5px
}

.blog-comment .comment-desc {
    background: #f5f5f5;
    overflow: hidden;
    line-height: normal
}

.blog-comment .comment-desc p {
    line-height: 1.42857143
}

.blog-detail-page .auther-detail {
    background: #fff
}

.blog-detail-page .blog-comment p, .blog-detail-page .blog-comment span, .comment-section p, .comment-section span {
    font-size: 14px !important;
    margin: 0
}

.blog-comment .reply_form, .comment-section .reply_form {
    display: none;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin: 0 0 0 50px;
    box-shadow: none;
    width: calc(100% - 50px);
    background: #fff
}

.blog-comment .reply_form {
    padding: 20px 0
}

.blog-comment .reply_form .cancel_reply, .comment-section .reply_form .cancel_reply {
    font-size: 16px !important
}

.padding-left-60 {
    padding-left: 60px
}

.blog-comment a.reply_comment {
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
    overflow: hidden
}

.blog-comment a.reply_comment {
    color: #333;
    height: 26px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none
}

.blog-comment a.reply_comment svg {
    float: left;
    padding-right: 5px
}

#333333 a.promoted-blog:hover {
    text-decoration: none
}

.otherposts a.read_more {
    font-size: 18px !important
}

.cat-post-list {
    margin-top: 0 !important
}

.pagination > li {
    display: inline
}

.auto-width {
    width: auto !important
}

.auto-height {
    height: auto !important
}

.myModalLogin label {
    font-size: 14px
}

.myModalLogin label.error {
    padding: 0;
    font-size: 14px
}

.home-write-a-review-star {
    background: url(../img/allslice.png) -213px -394px no-repeat;
    display: block;
    height: 29px;
    margin: 0 auto 5px;
    width: 183px
}

.starratingbutton {
    background: url(../img/allslice.png) -487px -566px no-repeat;
    height: 30px;
    width: 175px;
    margin-right: 20px
}

.starratingbutton a {
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    padding: 0 0 0 2px;
    margin: 0;
    width: 34px
}

.starratingbutton.orrate {
    background-position: -487px -599px
}

.starratingbutton.trrate {
    background-position: -487px -632px
}

.starratingbutton.thrrate {
    background-position: -487px -665px
}

.starratingbutton.frrate {
    background-position: -487px -698px
}

.starratingbutton.firrate {
    background-position: -487px -731px
}

.starratingbuttondesc {
    clear: both;
    float: none;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    line-height: normal
}

.reviewer_img.company-image a {
    height: 65px
}

.postreviewbtn .slider-loading {
    height: 24px;
    position: absolute;
    right: -30px;
    top: 12px;
    width: 24px
}

.postreviewbtn .slider-loading .loading {
    left: 0;
    top: 0
}

.sec-one-search-content {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    top: 58px;
    max-width: 370px
}

.algoliacompanysearch {
    width: 100%;
    max-width: 370px
}

.algoliacompanysearch .slider-loading {
    top: 4px;
    height: 24px;
    position: absolute;
    right: -30px;
    width: 24px
}

.contact_info label[for=description]::before, .contact_info label[for=email]::before, .contact_info label[for=name]::before, .contact_info label[for=phone]::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 15px
}

.contact_info label.error {
    padding: 0
}

.contact_info textarea {
    resize: none
}

.algoliacompanysearch .slider-loading .loading {
    left: 0;
    top: 0
}

.contact_info label {
    font-size: 14px;
    color: #727272
}

.contact_info label[for=name]::before {
    background: url(../img/allslice.png) -198px -164px no-repeat transparent;
    height: 15px
}

.contact_info label[for=email]::before {
    background: url(../img/allslice.png) -168px -164px no-repeat transparent;
    height: 13px
}

.contact_info label[for=phone]::before {
    background: url(../img/allslice.png) -106px -164px no-repeat transparent;
    height: 13px
}

.contact_info label[for=description]::before {
    background: url(../img/allslice.png) -136px -164px no-repeat transparent;
    height: 15px
}

.contact_info label.error::before {
    display: none
}

.contact_info .form-control {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0
}

.contact_info .form-control:focus {
    color: #3a7af3;
    border-bottom: 1px solid #3a7af3
}

.contact_info .form-control::-moz-placeholder {
    color: #ddd
}

.proposaldiv.sticky {
    position: fixed;
    top: 183px;
    width: 320px;
    z-index: 99
}

.reviewpadding1 {
    padding: 0 20px 0 0 !important
}

.reviewpadding2 {
    padding: 0 0 0 20px !important
}

.service-labels {
    border-right: 1px solid #a3a3a3;
    color: #737373;
    display: inline-block;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    margin: 3px 0;
    padding: 0 10px
}

.compny-service-review-label {
    width: 60px;
    float: left;
    font-size: 14px;
    color: #444
}

.compny-service-review-list {
    margin-left: 60px
}

.compny-service-review-list .service-labels:last-child {
    border: none
}

.v-middle {
    vertical-align: middle
}

.smallstar {
    line-height: 18px
}

.company_all_marks div {
    margin: 6px 0 0;
    line-height: 26px
}

.star-block-a {
    max-width: 100% !important;
    width: auto !important;
    display: inline-block;
    margin-top: 1px
}

.star-block-a .lightlinkc {
    line-height: 20px;
    float: left
}

.splebl {
    position: relative
}

.star-block {
    position: relative;
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-left: 2px;
    float: left
}

.smallstar .star-block {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0
}

.estar, .fstar {
    position: absolute;
    height: 19px;
    left: 0
}

.smallstar .estar, .smallstar .fstar {
    height: 16px
}

.estar {
    width: 20px;
    background: url(../img/allslice.png) -509px -488px no-repeat transparent;
    z-index: 2
}

.smallstar .estar {
    width: 16px;
    background-position: -549px -491px
}

.fstar {
    background: #ffba00;
    z-index: 1
}

.slider-content .star-block {
    float: left
}

.faq-answer ul, .mass-mail-ul {
    padding: 0;
    margin: 0
}

.faq-answer ul li, .mass-mail-ul li {
    background: url(../img/arrow-massmail.jpg) 0 6px no-repeat transparent;
    padding-left: 20px
}

.reviewer-image {
    margin-right: 10px;
    width: 77px;
    overflow: hidden;
    float: left
}

.reviewer-image a {
    line-height: 70px;
    overflow-wrap: break-word;
    display: block;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    overflow: hidden
}

.reviewer-image img {
    max-height: 75px;
    max-width: 75px
}

.reviewer-review-detail {
    margin-left: 87px
}

.padding-top-2 {
    padding-top: 2px
}

.reviewer-overall {
    padding: 3px 0;
    color: #757982
}

.reviewer-overall a.profile_link {
    color: #757982
}

.micro-blue-btn, .small-blue-btn {
    background-color: #4385f4;
    border-radius: 4px;
    font-family: Graphik-Regular, sans-serif;
    font-size: 12px;
    padding: 0 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff
}

.small-blue-btn {
    height: 32px;
    line-height: 32px
}

.micro-blue-btn {
    height: 24px;
    line-height: 24px
}

.stack-filter-btn {
    position: absolute;
    right: 20px;
    top: 9px
}

.sort_by_div {
    font-size: 15px;
    color: #181818;
    display: block;
    margin-bottom: 5px
}

.gray-external-link {
    background: url(../img/allslice.png) -36px -748px;
    height: 13px;
    width: 12px;
    position: relative;
    top: 1px;
    margin-left: 7px;
    display: inline-block
}

ul.website-btn {
    padding: 0;
    height: 43px;
    background: #4385f4;
    width: 223px;
    display: block;
    color: #fff;
    line-height: 43px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

ul.website-btn:hover {
    background: #3d7eea;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

ul.website-btn li {
    float: left;
    display: inline-block;
    position: relative
}

ul.website-btn li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: Graphik-Regular, sans-serif;
    display: block
}

ul.webist-btn-menu {
    width: 223px;
    position: absolute;
    right: 0;
    top: 45px;
    padding: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

ul.webist-btn-menu li {
    float: none;
    display: block;
    text-align: left
}

ul.webist-btn-menu li a {
    color: #737373;
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    text-align: left;
    font-family: Graphik-Regular, sans-serif
}

ul.webist-btn-menu li a:hover {
    color: #4385f4
}

.w-b-o {
    width: 183px
}

.w-b-o:after {
    background: url(../img/allslice.png) -17px -744px;
    height: 43px;
    width: 3px;
    position: absolute;
    top: 0;
    right: 0
}

.w-b-t span {
    width: 40px;
    height: 43px;
    display: block
}

.w-b-t span:after {
    background: url(../img/allslice.png) -36px -764px;
    display: block;
    height: 6px;
    left: 13px;
    position: absolute;
    top: 20px;
    width: 10px
}

.slider-loading.filter-slide {
    height: 54px
}

.slider-loading.filter-slide .loading {
    top: 30%
}

a.small-blue-btn:hover {
    color: #fff;
    text-decoration: none
}

.external-link-big {
    background: url(../img/allslice.png) -52px -747px;
    height: 13px;
    width: 12px;
    position: relative;
    top: 1px;
    margin-right: 7px;
    display: inline-block
}

.rrbtm {
    display: none
}

.company_phone .info_logo {
    background: url(../img/allslice.png) -540px -805px;
    height: 38px;
    width: 38px;
    float: left
}

.postal_phone::before {
    background: url(../img/new-slices.png) -94px -102px;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    position: relative;
    right: 0;
    top: 2px;
    width: 22px
}

.postal_phone {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px
}

.backend-left {
    bottom: 0;
    float: left;
    position: absolute;
    top: 0;
    width: 261px;
    background: #fff
}

.com_name_back {
    height: 64px;
    line-height: 64px;
    color: #181818;
    padding-left: 20px;
    white-space: nowrap;
    width: 245px;
    overflow: hidden
}

.dropdown-menu-left {
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee
}

.dropdown-menu-left li, .dropdown-menu-left li a {
    height: 40px;
    line-height: 40px;
    color: #181818
}

.dropdown-menu-left li a {
    padding-left: 20px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px
}

.dropdown-menu-left li a:hover {
    text-decoration: none;
    background: #4385f4;
    color: #fff
}

.dropdown-menu-left li.active a {
    background: #4385f4;
    color: #fff
}

.backend-right {
    margin-left: 261px
}

.dropdown-menu-left li a::before {
    background: url(../img/allslice.png) -121px -773px no-repeat;
    height: 20px;
    width: 28px;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 2px
}

li.dashboardli a::before, li.leadsli a::before {
    background-position: -91px -775px
}

li.requestli a::before, li.reviewsli a::before {
    background-position: -210px -771px;
    height: 21px
}

li.portfoioli a::before {
    background-position: -236px -774px
}

li.videosli a::before {
    background-position: -183px -772px;
    height: 21px
}

li.goodboxli a::before, li.manageli a::before {
    background-position: -152px -774px
}

li.sponsorli a::before {
    background-position: -264px -771px;
    height: 22px
}

li.logli a::before {
    background-position: -295px -775px
}

li.logoutli a::before {
    background-position: -323px -774px
}

li.commonli a::before {
    background-position: -352px -773px
}

li.reportsli a::before {
    background-position: -296px -775px
}

li.blogli a::before {
    background-position: -384px -771px;
    height: 21px
}

li.dashboardli.active a::before, li.dashboardli:hover a::before, li.leadsli.active a::before, li.leadsli:hover a::before {
    background-position: -91px -744px
}

li.requestli.active a::before, li.requestli:hover a::before, li.reviewsli.active a::before, li.reviewsli:hover a::before {
    background-position: -210px -741px;
    height: 21px
}

li.portfoioli.active a::before, li.portfoioli:hover a::before {
    background-position: -236px -744px
}

li.videosli.active a::before, li.videosli:hover a::before {
    background-position: -183px -741px;
    height: 21px
}

li.goodboxli.active a::before, li.goodboxli:hover a::before, li.manageli.active a::before, li.manageli:hover a::before {
    background-position: -152px -744px
}

li.sponsorli.active a::before, li.sponsorli:hover a::before {
    background-position: -264px -740px;
    height: 22px
}

li.logli.active a::before, li.logli:hover a::before {
    background-position: -295px -745px
}

li.logoutli.active a::before, li.logoutli:hover a::before {
    background-position: -323px -744px
}

li.commonli.active a::before, li.commonli:hover a::before {
    background-position: -352px -743px
}

li.reportsli.active a::before, li.reportsli:hover a::before {
    background-position: -296px -745px
}

li.blogli.active a::before, li.blogli:hover a::before {
    background-position: -384px -740px;
    height: 21px
}

li.acountli.active a::before, li.acountli:hover a::before {
    background-position: -121px -742px
}

.spefont39 {
    font-size: 39px;
    padding-top: 17px
}

.padding2015 {
    padding: 20px 15px
}

.padding4box {
    padding: 15px 13px 20px
}

.whiteboxfix {
    width: 238px;
    float: left
}

.shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.headlineheight {
    line-height: 34px
}

.dashboardwelcome {
    margin: 0 auto;
    line-height: 22px;
    padding: 16px 0;
    width: calc(100% - 350px);
    font-size: 14px
}

.status-error, .status-pending, .status-request, .status-success {
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block
}

.status-pending {
    background-color: #ffe477;
    color: #706434
}

.status-success {
    background-color: #b2d86a;
    color: #4e5f2f
}

.status-error, .status-request {
    color: #fff
}

.status-error {
    background-color: #f7341a
}

.status-request {
    background-color: #77d4ff
}

.rednotify {
    border: 1px solid #ff7b7b;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    box-shadow: 0 0 9px -6px #181818
}

.chatwithcompany .chatmsgspan, .chatwithcompany .leavemsgspan {
    box-shadow: 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 3px 0 rgba(63, 63, 68, .15)
}

.rednotify:before {
    position: absolute;
    border: solid #ff7b7b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -6px;
    top: 12px;
    background-color: #fff
}

.padding-top-3 {
    padding-top: 3px
}

#topreviewcomplist4 {
    border: none !important;
    padding-bottom: 0 !important
}

.backend-right .backend-page {
    min-height: 500px;
    padding-bottom: 100px !important
}

.auto-y-scroll {
    overflow-y: auto
}

.height350 {
    max-height: 350px;
    height: auto
}

.max-wdith-688 {
    max-width: 688px !important
}

.backend-page .form-group {
    margin: 0;
    min-height: 92px
}

.backend-page .pricing_div {
    padding: 25px 0
}

.backend-page .common_price {
    padding: 20px 40px;
    width: 270px
}

.backend-page .spo_spe_header {
    font-size: 22px
}

label.required-label::after {
    color: #fc4343;
    content: "*";
    font-size: 12px
}

.backend-right .section-breadcrumb {
    padding: 8px 20px 9px
}

.submit_chat_msg {
    background: url(../img/allslice.png) -711px -325px no-repeat;
    height: 33px;
    width: 33px;
    border: none;
    position: absolute;
    right: 25px;
    top: 7px;
    outline: 0
}

.chat-header-img.chatbg1 {
    background: #47c1bf
}

.chat-header-img.chatbg2 {
    background: #823eff
}

.chat-header-img.chatbg3 {
    background: #eec200
}

.chat-header-img.chatbg4 {
    background: #ed6347
}

.chat-header-img.chatbg5 {
    background: #4385f4
}

.chat-header-img.chatbg6 {
    background: #c37ce7
}

.chat-header-img.chatbg7 {
    background: #0ca521
}

.chat-header-img.chatbg8 {
    background: #17d7e8
}

.chat-header-img.chatbg9 {
    background: #4b0308
}

.chat-header-img.chatbg0 {
    background: #f50b06
}

.chat-header-name .cname {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

#myChatArea .offline, #myChatArea .online {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 6px;
    float: right;
    margin-top: 11px;
    margin-right: 5px
}

#myChatArea .offline {
    background: #cdcdcd
}

#myChatArea .online {
    background: #11e61b
}

#chat_loading {
    min-height: 204px;
    position: relative;
    padding: 0
}

#chat_loading .slider-loading {
    top: 45%;
    left: 43%
}

#myChatArea.myModalLogin .modal-dialog {
    width: 100%;
    max-width: 800px
}

#myChatArea .modal-content {
    border-radius: 0;
    color: #212b36;
    font-size: 14px
}

.member-list {
    width: 218px;
    float: left;
    overflow-y: auto
}

.chat-messages {
    margin-left: 218px
}

.chat-header {
    height: 52px;
    overflow: hidden;
    padding: 10px;
    line-height: 32px;
    border-bottom: 1px solid #ddd
}

.chat-header-img, .chat-header-name {
    height: 32px;
    line-height: 32px;
    font-weight: 600
}

.chat-header-img {
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 13px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 32px
}

.member-list ul {
    width: auto
}

.member-list ul li {
    padding: 10px 0 10px 10px;
    border-left: 2px solid #fff;
    border-bottom: 1px solid #f4f6f8;
    cursor: pointer
}

.member-list ul li.active, .member-list ul li:hover {
    border-left: 2px solid #4385f4;
    background: #f4f6f8
}

.is-typing {
    color: #a8abad;
    font-size: 14px;
    font-style: italic
}

.chat-header-right {
    float: right
}

.chat-area {
    background: #f4f6f8;
    overflow-y: auto
}

#message-input, .ellipsis75, .goodfirm_support, .grayBox, .message-list, .s-h {
    overflow: hidden
}

.message-item.pull-left {
    background: #fff !important
}

#message-input, .message-input {
    min-height: 47px;
    width: 100%;
    background-color: #fff;
    max-height: 102px;
    outline: 0;
    float: left
}

.message-input {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    height: 47px;
    padding: 11px 63px 9px 5px;
    resize: vertical;
    overflow-y: hidden
}

.grayBox {
    min-height: 47px;
    padding: 0;
    max-height: 102px;
    position: relative
}

.chat_from_textarea {
    position: relative;
    padding: 15px 20px;
    width: 100%;
    float: left
}

#banner, .chat_button {
    position: fixed;
    text-align: center
}

#message-input {
    padding: 11px 65px 9px 5px
}

.chat-area {
    max-height: 600px
}

.message-item {
    width: auto !important;
    min-width: 300px;
    max-width: 80%;
    background: #d6e5ff;
    padding: 2px 10px;
    margin-bottom: 5px
}

.message-item.otheruser {
    background: #fff
}

.desc_content {
    word-wrap: break-word;
    word-break: break-word
}

.h_img_div {
    padding: 35px 0 20px 20px !important
}

.chat-header-info {
    float: left;
    line-height: 14px
}

.chat_notify_count, .contUnreadmsgCount {
    background: #ff8a05;
    border-radius: 11px;
    padding: 0 7px 0 6px;
    height: 22px;
    line-height: 22px;
    min-width: 23px;
    float: right;
    text-align: center;
    font-family: Graphik-Medium, sans-serif;
    font-size: 13px;
    margin: 5px 5px 0 0;
    color: #fff
}

.chat_button {
    background: #4385f4;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 215px;
    width: 130px;
    cursor: pointer
}

.chat_button_icon {
    background: url(../img/allslice.png) -757px -328px no-repeat;
    height: 30px;
    width: 30px;
    float: left
}

.chat_notify_count {
    position: absolute;
    top: -14px;
    right: -13px
}

.chatwithcompany {
    position: absolute;
    right: 265px;
    top: 20px;
    background: #fff;
    color: #39c47a;
    display: block;
    height: 45px;
    line-height: 43px;
    padding: 0;
    width: 223px;
    font-size: 13px;
    font-family: Graphik-Semibold, sans-serif;
    text-align: center
}

.chatwithcompany .leavemsgspan {
    display: block;
    border: 1px solid #c7d1e0;
    color: #4385f4;
    border-radius: 4px
}

.chatwithcompany .chatmsgspan {
    display: block;
    border: 1px solid #c7d1e0;
    border-radius: 4px
}

.c_c_info .chatwithcompany {
    width: 170px;
    right: 215px;
    top: 0
}

.reviewer-review-detail .chatwithcompany {
    bottom: 23px;
    right: 20px;
    top: auto;
    width: 170px
}

.chat_blue_icon, .chat_green_icon {
    width: 15px;
    display: inline-block;
    height: 18px;
    position: relative;
    top: 3px
}

.chat_green_icon {
    background: url(../img/allslice.png) -772px -303px no-repeat
}

.chat_blue_icon {
    background: url(../img/allslice.png) -754px -303px no-repeat
}

.chatwithcompany .chatmsgspan:hover {
    border: 1px solid #39c47a
}

.chatwithcompany .leavemsgspan:hover {
    border: 1px solid #4385f4
}

#banner {
    background: 0 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    top: 0;
    right: 0;
    z-index: 10;
    left: 0
}

.goodfirm_chat, .goodfirm_support {
    position: fixed;
    right: 15px;
    bottom: 0
}

#banner #notifications_banner {
    display: none;
    background: #3270d9;
    color: #fff;
    font-family: Graphik-Medium, sans-serif;
    height: 46px;
    line-height: 46px;
    border-radius: 0 0 6px 6px;
    max-width: 600px
}

#banner .banner_content a.desktop_notifications_click {
    text-decoration: underline;
    color: #fff
}

#login_company_id .chatwithcompany {
    display: none
}

.goodfirm_chat {
    background: #585858;
    border-radius: 4px 4px 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 175px;
    cursor: pointer;
    font-size: 14px
}

.goodfirm_chat_icon {
    background: url(../img/allslice.png) -11px -279px no-repeat;
    height: 30px;
    width: 36px;
    float: left;
    border-radius: 4px 0 0
}

.s-h, .s-m {
    height: 28px
}

.goodfirm_support {
    background: #fff;
    width: 288px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1)
}

.s-h {
    background: #585858;
    color: #bababa;
    padding: 0 15px;
    line-height: 28px
}

.s-m {
    cursor: pointer;
    line-height: 14px
}

#supportform .form-group {
    margin-bottom: 0;
    min-height: 60px
}

#supportform label.error {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -4px
}

.lh18 {
    line-height: 18px
}

.mh120 {
    min-height: 120px !important
}

#supportform textarea {
    resize: none
}

#supportform {
    min-height: 371px
}

.last_update {
    float: right
}

.csmallimage .directory-page .company-rating-details {
    width: 170px;
    top: 30px;
    right: 30px
}

.lhnormal {
    line-height: normal
}

.commoncompanydetail .cvsmallimage .company-image {
    height: 45px;
    line-height: 45px;
    width: 45px;
    margin-right: 15px
}

.commoncompanydetail .cvsmallimage .company-image a, .cvsmallimage .company-image img {
    max-height: 45px;
    max-width: 45px;
    line-height: 45px
}

.commoncompanydetail .cvsmallimage .company-info {
    margin-left: 60px;
    float: none
}

.c_d_review_title, .c_d_review_title:hover {
    font-family: Graphik-Semibold;
    color: #181818
}

.border-right-bottom {
    border-right: 1px solid #e2e2e2
}

.col-md-2.d_pricing {
    width: 12.6667%
}

.col-md-2.d_loc {
    width: 20.6667%
}

.o_r_b {
    padding: 15px
}

.ellipsis75 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%
}

.read_mr {
    position: absolute;
    right: 15px;
    bottom: -4px
}

.s_filter::before {
    background: url(../img/new-slices.png) -456px -6px no-repeat;
    content: "";
    height: 17px;
    width: 23px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.s_filter.filter_active {
    background: #3a7af3;
    color: #fff
}

.filter_active::before {
    background-position: -488px -6px
}

.search-container .company-dynamic-width {
    min-height: 115px
}

.normalconsultdiv .slider-loading {
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -30px;
    top: 4px;
    width: 24px
}

.normalconsultdiv .slider-loading .loading {
    top: 0;
    left: 0
}

.signlinkedin, .signlinkedup {
    display: block
}

.padding30 {
    padding: 30px
}

.d_loc, .d_pricing {
    padding-bottom: 17px
}

.c_c_info {
    padding: 50px 15px
}

.default-blue-btn, ul.website-btn {
    margin: 0;
    border-radius: 4px;
    letter-spacing: .025em;
    text-decoration: none
}

.default-blue-btn {
    height: 42px;
    line-height: 42px;
    font-family: Graphik-Regular, sans-serif;
    font-size: 14px
}

.default-blue-btn, .small-blue-btn {
    display: block;
    padding: 0 15px;
    text-align: center;
    background: #3a7af3;
    border-radius: 4px;
    color: #fff;
    fill: #fff
}

.c_visit_website {
    font-size: 14px;
    text-transform: capitalize;
    font-family: Graphik-Semibold;
    color: #fff;
    border: 1px solid #3a7af3
}

.default-blue-btn:active, .default-blue-btn:focus, .default-blue-btn:hover, .small-blue-btn:active, .small-blue-btn:focus, .small-blue-btn:hover {
    background: #2d66d2;
    color: #fff;
    text-decoration: none
}

.Polaris-Button--primary.Polaris-Button--disabled {
    fill: #fff;
    background: linear-gradient(180deg, #bac0e6, #bac0e6);
    border-color: #a7aedf;
    box-shadow: none;
    color: #fff
}

.review_response {
    padding-left: 25px;
    margin-top: 25px
}

.company_response {
    position: relative;
    top: -3px;
    line-height: 20px
}

.company_response::before {
    background: url(../img/allslice.png) -35px -712px no-repeat;
    content: "";
    height: 19px;
    width: 23px;
    float: left;
    padding-left: 30px
}

.custom-twitter-share-button, .facebook-share-button, .linkedin-share-button {
    height: 31px;
    width: 31px;
    float: left;
    display: inline-block;
    content: ""
}

.facebook-share-button {
    background: url(../img/allslice.png) -680px -559px no-repeat
}

.linkedin-share-button {
    background: url(../img/allslice.png) -745px -559px no-repeat
}

.custom-twitter-share-button {
    background: url(../img/allslice.png) -712px -559px no-repeat
}

.lh20 {
    line-height: 20px
}

.facebook-share-button:hover {
    background-position: -680px -526px
}

.linkedin-share-button:hover {
    background-position: -745px -526px
}

.custom-twitter-share-button:hover {
    background-position: -712px -526px
}

.cat-selection {
    display: inline-block;
    position: relative;
    width: 288px;
    float: right
}

.cat-selection span.selected {
    height: 57px;
    line-height: 57px;
    padding: 0 0 0 30px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: block;
    color: #181818;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    font-family: Graphik-Medium
}

.cat-selection:hover span.selected {
    box-shadow: 0 1px 13px -6px #555
}

.cat-selection span.cat-arrow {
    height: 57px;
    width: 20px;
    display: inline-block;
    float: right
}

.cat-selection span.cat-arrow::after {
    background: url(../img/allslice.png) -317px -118px no-repeat;
    content: "";
    height: 7px;
    width: 11px;
    display: inline-block
}

.cat-selection ul {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 2px solid #d5ddeb;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    z-index: 1;
    right: 0
}

.cat-selection ul li {
    height: 51px;
    line-height: 51px;
    padding: 0 21px;
    color: #343434;
    font-size: 14px;
    text-align: left;
    cursor: pointer
}

.cat-selection ul li:hover {
    background: #f1f3f6
}

.cat-selection ul:before {
    content: "\A";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d5ddeb;
    position: absolute;
    top: -10px;
    right: 25px
}

.frontbannerdiv a {
    background: url(../img/right-blue-arrow.png) 0 3px no-repeat;
    height: 7px;
    padding-left: 15px
}

.lh35 {
    line-height: 35px !important
}

.share-icon {
    background: url(../img/software-icons.svg) -417px -8px no-repeat;
    height: 28px;
    width: 30px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 31px
}

.company_marks {
    position: relative;
    top: -3px;
    padding-left: 10px
}

.social-share-div {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    float: right;
    width: 130px;
    right: 0;
    top: -6px
}

.share-icon .social-share-div.active {
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: visible
}

.review_conclusion {
    width: calc(100% - 50px);
    float: left;
    font-family: Graphik-Semibold;
    font-size: 18px
}

a.promoted-home, a.promoted-list {
    padding: 12px;
    float: left;
    text-decoration: none;
    color: #737373;
    position: relative;
    display: block;
    cursor: pointer
}

a.promoted-home {
    background: #3a7af3;
    color: #fff;
    display: block;
    width: 100%
}

.zoho-join, a.promoted-home .promoted-img img {
    background: #fff
}

a.promoted-home .headc, a.promoted-home .promoted-sing {
    color: #fff
}

.zoho-join {
    color: #232323 !important;
    padding: 6px 15px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px
}

a.promoted-list:hover {
    text-decoration: none
}

a.promoted-list {
    padding: 15px;
    width: 100%
}

a.promoted-list .promoted-link {
    width: 170px;
    position: absolute;
    display: block;
    right: 30px;
    top: 40px
}

.promoted-img {
    width: 93px;
    margin-right: 10px;
    float: left
}

.promoted-img img {
    width: 93px;
    height: 93px;
    min-height: 93px;
    min-width: 93px
}

.promoted-detail {
    margin-left: 103px
}

.promoted-sing {
    color: #5b6b80;
    font-size: 12px;
    font-family: Graphik-Medium, sans-serif;
    position: absolute;
    right: 10px;
    bottom: 2px
}

.prometed-symbol, .promoted-sing:before {
    display: inline-block;
    position: relative
}

.promoted-sing:before {
    background: url(../img/allslice.png) -253px -133px no-repeat;
    content: "";
    height: 13px;
    width: 13px;
    top: 2px;
    right: 5px
}

.prometed-symbol {
    background: #41c490;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-family: Graphik-Medium, sans-serif;
    padding: 0 6px;
    top: -2px;
    margin-left: 10px;
    text-transform: uppercase
}

.promoted-list .c_name_head {
    color: #3a7af3;
    padding-top: 6px
}

.promoted-list p {
    line-height: 22px;
    padding-top: 5px
}

.blog-right .promoted-detail p {
    margin: 0;
    font-size: 13px;
    color: #333
}

.blog-page {
    padding: 0;
    font-size: 18px;
    font-family: Graphik-Regular, sans-serif;
    letter-spacing: .7px;
    line-height: 1.58
}

.blog-list {
    font-size: 18px;
    font-family: Graphik-Regular, sans-serif;
    letter-spacing: 0;
    line-height: 1.58
}

.blog-list p {
    margin: 0;
    overflow-wrap: break-word
}

.lbluebg {
    background: #4c4d4e
}

.blog-list-head {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.blogentity {
    background: #fff;
    padding: 20px;
    width: calc(50% - 10px);
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.otherposts {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 0 0 20px;
    display: flex
}

.blh-col {
    width: calc(50% - 10px)
}

.blh-col .blogentity {
    width: 100%
}

.blogentity .post_cat_time {
    padding: 20px 0;
    line-height: normal;
    margin: 0
}

.blogentity.bloind1 {
    margin-right: 10px
}

.blogentity.bloind2 {
    margin-bottom: 20px
}

.blogentity.bloindother {
    margin-left: 10px;
    display: flex
}

.blogentity.bloindother .top-blog-img img {
    width: 250px;
    height: 250px;
    object-fit: cover
}

.top-blog-desc {
    padding-top: 15px
}

.blh-col .top-blog-img {
    width: 250px;
    margin-right: 10px
}

.blog-list-desc {
    width: calc(100% - 397px);
    margin-left: 10px
}

.otherpost-img {
    width: 377px;
    margin-right: 10px
}

.otherposts .otherpost-img img {
    width: 377px;
    height: 209px;
    object-fit: cover
}

.otherposts .post_cat_time {
    padding: 0 0 20px;
    margin: 0;
    line-height: normal
}

.otherposts-desc {
    padding-top: 15px
}

.blh-col .blh-detail {
    width: calc(100% - 270px);
    margin-left: 10px
}

.blh-col .blogentity .post_cat_time {
    padding-top: 0
}

.grey-tag-btn {
    font-size: 12px;
    background: #f1f1f1;
    border-radius: 4px;
    color: #333;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    text-decoration: none
}

.grey-tag-btn:focus, .grey-tag-btn:hover {
    text-decoration: none;
    background: #dedede;
    color: #333
}

.blog_title {
    font-size: 22px;
    width: 100%
}

.green-btn-40 {
    background: #ceecdf;
    border-radius: 4px;
    color: #26ab72;
    font-family: Graphik-Medium, sans-serif;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    border: 0
}

.b-blog-list .green-btn-40 {
    font-size: 12px
}

.green-btn-40:focus, .green-btn-40:hover {
    text-decoration: none;
    color: #26ab72
}

.time_ago {
    height: 26px;
    line-height: 32px
}

.b-blog-list a.read_more::after, .blog-list a.read_more::after {
    background: url(../img/allslice.png) -228px -165px no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    top: 2px;
    left: 8px;
    position: relative
}

.research-entity-desc {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.research-entity-desc {
    font-family: Graphik-Regular, sans-serif
}

.research-entity-intro {
    height: 126px
}

.blog-w-f-u {
    border: 1px solid #e2e2e2
}

.bl-btn-56 {
    background-color: #3a7af3;
    border: 1px solid #3a7af3;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: Graphik-Medium, sans-serif;
    font-size: 18px;
    font-style: normal;
    height: 56px;
    text-transform: capitalize;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    line-height: 56px
}

.bl-btn-56:focus, .bl-btn-56:hover {
    text-decoration: none;
    background: #2d66d2;
    color: #fff
}

.w-f-u-logo {
    background: url(../img/allslice.png) -708px -48px no-repeat;
    height: 86px;
    width: 86px;
    display: block;
    margin: 10px auto
}

.b-blog-list {
    clear: both;
    padding-top: 20px;
    margin-bottom: 20px
}

.software-images .file {
    width: 169px;
    height: 95px;
    float: left;
    background: #f1f4fb;
    border: 1px solid #e6edf7;
    position: relative;
    margin-right: 10px
}

.software-images .file input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 2
}

.software-images .file .previewimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    font-size: 54px;
    font-family: Graphik-Semibold, sans-serif;
    text-align: center;
    line-height: 95px;
    color: #e2e2e2
}

.previewedimg img, .software-images .file .previewimg img {
    vertical-align: top;
    padding: 3px 0 0
}

.previewedimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    z-index: 5;
    text-align: center
}

.previewedimg .del_img {
    border: none;
    background: #fb201e;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    padding: 0;
    width: 22px;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 22px;
    line-height: 21px
}

.opacity4 {
    opacity: .4
}

#software .radio input {
    width: auto;
    margin: 0
}

#software .radio input, #software .radio label {
    height: 20px;
    line-height: 20px
}

#software .swp_block .input.checkbox {
    margin-top: 0;
    margin-bottom: 5px
}

#software .input.checkbox label {
    line-height: 20px
}

#software .swp_block .input.checkbox:nth-of-type(odd) {
    float: left;
    clear: both;
    width: 170px;
    display: inline-block
}

#software .swp_block .input.checkbox:nth-of-type(even) {
    float: left;
    width: 170px;
    display: inline-block
}

#key-details-form label.error {
    padding-left: 0
}

#key-details-form label.error[for=price] {
    padding-left: 20px
}

.software-description {
    clear: both;
    padding-top: 20px
}

.sw-in-detail {
    padding: 20px 0
}

.sw-right {
    width: 320px;
    float: right
}

.sw-left {
    width: calc(100% - 340px);
    float: left
}

.software-slider {
    padding: 0 0 20px
}

.software-slider .slick-dots {
    top: -47px;
    right: 15px;
    width: auto
}

.software-slider .slick-dots li {
    height: 11px;
    width: 11px;
    background: #d5e0f0
}

.software-slider .slick-dots li.slick-active, .software-slider .slick-dots li:hover {
    background: #4385f4
}

.software-slider .slick-dots .slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0
}

.skd-bg {
    padding: 0 0 20px;
    position: relative
}

.software-list-pricing::before, .software-list-trial::before {
    display: block;
    height: 19px;
    width: 100%;
    color: #757982;
    font-size: 12px;
    margin-bottom: 5px
}

.software-list-pricing::before {
    content: "Starting Price"
}

.software-list-trial::before {
    content: "Free Trial"
}

.software-list-pricing, .software-list-trial {
    position: relative;
    padding: 0 0 15px;
    line-height: 22px
}

.contrast-btn {
    background: rgba(3, 38, 175, .1);
    border-radius: 4px;
    font-family: Graphik-Semibold;
    color: #3a7af3;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none
}

.contrast-btn:hover {
    background: #3a7af3;
    color: #fff;
    text-decoration: none
}

.portfolio-cost-img::before {
    background: url(../img/allslice.png) -549px -865px no-repeat;
    content: "";
    height: 17px;
    width: 20px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px
}

.portfolio-time-img::before {
    background: url(../img/allslice.png) -594px -865px no-repeat;
    content: "";
    height: 17px;
    width: 20px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px
}

.key-details {
    padding: 15px 0 0
}

.skd-bg p {
    margin: 0
}

.software-pricing a {
    margin-top: 7px
}

.software-platforms span {
    display: inline-block;
    background: url(../img/software-icons.svg) -158px -9px no-repeat;
    margin-right: 20px
}

.software-platforms span.sw_iphone_platform {
    width: 20px;
    height: 23px
}

.software-platforms span.sw_android_platform {
    background-position: -192px -10px;
    width: 18px;
    height: 22px
}

.software-platforms span.sw_web-app_platform {
    background-position: -226px -12px;
    width: 27px;
    height: 20px
}

.software-platforms span.sw_ubuntu_platform {
    background-position: -200px -12px;
    width: 20px;
    height: 20px
}

.software-platforms span.sw_windows_platform {
    background-position: -127px -11px;
    width: 21px;
    height: 20px
}

.software-platforms span.sw_macintosh_platform {
    background-position: -266px -10px;
    width: 23px;
    height: 20px
}

.software-platforms span.sw_linux_platform {
    background-position: -328px -8px;
    width: 18px;
    height: 22px
}

.software-target-customer-btn span.stc-div {
    padding: 0 8px
}

.software-target-customer-btn span.stc-div:first-child {
    padding-left: 0
}

.software-target-customer-btn span.stc-div:nth-child(2)::before {
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #4385f4;
    border-radius: 6px;
    position: relative;
    content: "";
    left: -8px;
    top: -2px
}

.software-target-customer-btn span.stc-div:nth-child(3)::before {
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #4385f4;
    border-radius: 6px;
    position: relative;
    content: "";
    left: -8px;
    top: -2px
}

.software-social a {
    margin-right: 5px
}

.core-features {
    padding: 0;
    font-size: 16px
}

.c-f-full {
    position: relative
}

.c-f-half {
    padding: 0 20px 20px
}

.core-features h3 {
    font-size: 15px;
    color: #181818;
    text-transform: uppercase;
    font-family: Graphik-Semibold
}

.core-features .c-f-half h3 {
    margin-bottom: 10px
}

.core-features ul {
    padding: 0;
    margin: 0
}

.core-features ul li {
    padding: 5px 0 5px 32px;
    color: #181818;
    position: relative;
    font-size: 15px
}

.core-features ul li::before {
    background: url(../img/software-icons.svg) -389px -10px no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    content: ""
}

.core-features ul li.li-off::before {
    background: url(../img/software-icons.svg) -357px -11px no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    content: ""
}

.software-border-bottom {
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
    margin: 0 20px;
    line-height: normal
}

.listing-img {
    line-height: 46px;
    height: 50px;
    width: 50px;
    margin-right: 20px
}

.software-list-pricing, .software-list-trial {
    padding-bottom: 10px
}

.padding2030 {
    padding: 20px 30px 30px
}

.firms-l {
    overflow: hidden;
    margin-right: 220px;
    min-height: 256px
}

a.service-review-add svg {
    float: left;
    margin-right: 5px
}

a.list-service-chat.disabled, a.list-software-chat.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    text-decoration: none;
    background: #f9f9f9;
    border-radius: 30px
}

a.list-service-chat.disabled svg, a.list-software-chat.disabled svg {
    display: none
}

a.list-service-chat.disabled::before, a.list-software-chat.disabled::before {
    width: 18px;
    height: 18px;
    content: "";
    border: 3px solid #d8d8d8;
    border-top-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 3px;
    border-radius: 50%;
    border-top: 3px solid #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    background: 0 0;
    margin-right: 5px;
    float: left
}

.follow-organisation-list a, a.service-review-add {
    display: inline-block;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    position: relative;
    top: 2px;
    cursor: pointer
}

.follow-organisation-list {
    padding-left: 20px
}

.follow-organisation-list a {
    overflow: hidden;
    position: relative;
    height: 20px;
    line-height: 20px;
    top: 2px
}

.follow-organisation-list a svg {
    float: left;
    margin-left: 5px
}

.follow-organisation-list a.followButton::before {
    background: url(https://cdn.goodfirms.co/images/list-icon-follow.svg) 0 0 no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
    content: ""
}

.follow-organisation-list a.unfollowButton::before {
    background: url(https://cdn.goodfirms.co/images/unfollow.svg) 0 0 no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
    content: ""
}

.follow-organisation-list a.followingButton::before {
    background: url(https://cdn.goodfirms.co/images/following-icon-n.svg) 0 0 no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
    content: ""
}

.follow-organisation-list a.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    text-decoration: none
}

.follow-organisation-list a.followingButton {
    text-decoration: none;
    cursor: auto
}

.follow-organisation-list a.followButton.disabled::before, .follow-organisation-list a.unfollowButton.disabled::before {
    content: "";
    border: 3px solid #d8d8d8;
    border-top-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 3px;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    background: 0 0
}

.follow-organisation-list .follow-option {
    position: relative;
    float: right
}

.follow-organisation-list .follow-option ul {
    position: absolute;
    right: -10px;
    top: 24px;
    margin: 0;
    width: 145px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 1;
    padding: 15px;
    border: 1px solid #e2e2e2;
    display: none
}

.follow-organisation-list .follow-option:hover ul {
    display: block
}

.follow-organisation-list .follow-option ul li {
    text-align: left;
    height: 20px
}

.follow-organisation-list .follow-option ul li a {
    font-size: 14px;
    color: #757982
}

.follow-organisation-list .follow-option-btn {
    background: url(https://cdn.goodfirms.co/images/more-dots.svg) 100% 4px no-repeat;
    height: 24px;
    width: 10px;
    display: block;
    cursor: pointer;
    margin-left: 5px;
    text-align: center
}

.lh14 {
    line-height: 1.4
}

.filter-service-lists .company-info {
    min-height: 253px
}

.company-df {
    display: flex;
    flex-direction: column
}

.company-info-top {
    padding-bottom: 10px
}

.firm-review .company-info {
    min-height: 50px
}

.search-container .firms-l {
    min-height: 165px;
    margin-right: 180px
}

.firms-r {
    width: 198px;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    border-left: 1px solid #e2e2e2
}

.firms-r .visit-website-div {
    padding: 20px
}

.filter-service-lists .firms-r .visit-website-div {
    padding: 0 0 20px 20px
}

.firms-l .visit-website-div {
    display: none
}

.firms-r .firms-services {
    padding: 0 0 6px 20px
}

.free-tag {
    margin-top: 15px;
    text-align: right;
    line-height: normal;
    padding-top: 10px;
    font-size: 14px;
    font-family: Graphik-Medium;
    min-height: 35px
}

.free-tag a {
    color: #757982 !important
}

.free-tag-left {
    overflow: hidden
}

.free-tag-left a {
    float: left;
    line-height: 22px;
    height: 22px;
    position: relative;
    top: 0
}

.free-tag-right .follow-organisation-list {
    float: right
}

.firms-services div {
    position: relative;
    padding: 0 0 15px;
    line-height: 22px
}

.firms-services div::before {
    display: block;
    height: 19px;
    width: 100%;
    color: #757982;
    font-size: 12px;
    margin-bottom: 5px
}

.directory-content .directory-page {
    position: relative;
    overflow: hidden
}

.firms-services .firm-pricing::before {
    content: "Hourly Rate"
}

.firms-services .firm-employees::before {
    content: "Employees"
}

.firms-services .firm-founded::before {
    content: "Founded"
}

.firms-services .firm-location::before {
    content: "Locations"
}

.firm-review {
    clear: both;
    overflow: hidden;
    padding: 7px 0 0;
    margin-top: auto;
    height: auto;
    color: #757982
}

.research-list.firms-services div {
    float: left;
    margin-right: 30px
}

.pagination > li > a[rel=first], .pagination > li > a[rel=last], .pagination > li > a[rel=next], .pagination > li > a[rel=prev] {
    color: transparent;
    font-size: 0
}

.pagination > li > a[rel=next]::before {
    background: url(../img/new-slices.png) -76px -35px no-repeat;
    content: "";
    height: 11px;
    width: 8px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 2px
}

.pagination > li > a[rel=last]::before {
    background: url(../img/new-slices.png) -53px -33px no-repeat;
    content: "";
    height: 13px;
    width: 13px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 1px
}

.pagination > li > a[rel=first]::before {
    background: url(../img/new-slices.png) -29px -33px no-repeat;
    content: "";
    height: 13px;
    width: 13px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0
}

.pagination > li > a[rel=prev]::before {
    background: url(../img/new-slices.png) -7px -35px no-repeat;
    content: "";
    height: 11px;
    width: 8px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -1px
}

.p-t-13 {
    padding-top: 13px
}

.register-blog {
    padding: 15px;
    width: 50%;
    float: left
}

.signup-page-main h2 {
    font-family: Graphik-Semibold, sans-serif
}

.c-register-blog, .s-register-blog {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 10px 0 rgba(49, 106, 255, .07)
}

.register-blog img {
    max-height: 374px
}

.c_d_review_img img {
    border-radius: 50%
}

.section-four {
    padding: 70px 0 0;
    text-align: center
}

.section-five {
    overflow: hidden;
    text-align: center
}

.section-five .verified-text {
    font-size: 17px;
    line-height: 26px
}

.section-five .verified-section {
    max-width: 434px;
    width: 33.33%;
    display: inline-block;
    padding: 30px 10px;
    margin: 35px 0
}

.verified-section.vs-review {
    background: url(https://cdn.goodfirms.co/images/h-vs-review.svg) center 20px no-repeat
}

.verified-section.vs-listed {
    background: url(https://cdn.goodfirms.co/images/h-vs-listed.svg) center 20px no-repeat
}

.verified-section.vs-research {
    background: url(https://cdn.goodfirms.co/images/h-vs-research.svg) center 20px no-repeat
}

.verified-section.vs-qna {
    background: url(https://cdn.goodfirms.co/images/h-vs-questions-new.svg) center 20px no-repeat
}

.verified-section.vs-resources {
    background: url(https://cdn.goodfirms.co/images/h-vs-resources.svg) center 20px no-repeat
}

.section-five .verified-section h4 {
    font-family: Graphik-Semibold;
    color: #333;
    text-align: center;
    font-size: 20px
}

.section-five .verified-section h4 {
    padding-top: 60px
}

.section-five .verified-section .verified-count, .verified-count {
    font-family: Graphik-Semibold;
    font-size: 38px;
    color: #3a7af3;
    text-align: center;
    padding: 10px 0 5px
}

.section-six {
    padding: 35px 0 80px;
    text-align: center
}

.section-six .media-coverage {
    margin: 15px 25px;
    height: 73px;
    line-height: 73px
}

.section-six .media-coverage img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3
}

.section-six p {
    line-height: 32px;
    margin: 0 auto;
    font-family: Graphik-Regular, sans-serif;
    color: #181818;
    font-size: 20px
}

.ss6pading {
    padding: 35px 0 0
}

.section-seven-top {
    background: 0 0;
    width: 88%;
    border-radius: 0 0 0 100%;
    position: absolute;
    right: 0;
    height: 191px;
    top: -34px;
    overflow: hidden
}

.section-seven-l1 {
    background: #e3e8f5;
    height: 300px;
    width: 70%;
    top: -35px;
    position: absolute;
    left: -13px;
    border-radius: 0 0 0 100%
}

.section-seven-l2 {
    background-color: #eaeef9;
    background-image: linear-gradient(90deg, #eaeef9, #eef1f9);
    height: 200px;
    width: 85%;
    position: absolute;
    right: 0;
    border-radius: 100% 0 0 0;
    top: -10px
}

.section-seven-bottom {
    background-color: #f1f5ff;
    background-image: linear-gradient(90deg, #f1f5ff, #f6f8ff);
    width: 100%;
    border-radius: 0 0 100% 0;
    position: absolute;
    right: -6%;
    height: 300px;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    bottom: -7%
}

.section-seven-l3 {
    background: #fafbff;
    position: absolute;
    right: -4%;
    height: 110px;
    width: 60%;
    bottom: 0;
    z-index: 1;
    border-radius: 0 100% 0 0
}

.section-seven-l4 {
    background: #e3e8f5;
    width: 20%;
    right: 0;
    bottom: 0;
    height: 195px;
    position: absolute
}

.profileTags {
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #757982 !important;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 1.17;
    margin-bottom: 15px;
    text-decoration: none !important
}

.profileTags:hover {
    background-color: #dedede
}

.section-nine {
    background: #f6f9fc;
    text-align: center;
    padding: 90px 0
}

.section-nine .container {
    display: flex;
    justify-content: center;
    text-align: left
}

.section-nine .container .newupdate {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 20px;
    max-width: 444px
}

.section-nine .container .newupdate.bs-one {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    max-width: 410px
}

.section-nine .container .newupdate.bs-two {
    margin: 0 45px
}

.sn-title {
    font-family: Graphik-Medium;
    font-size: 18px;
    color: #3a7af3
}

.sn-tag {
    font-family: Graphik-Semibold;
    font-size: 38px;
    color: #333;
    line-height: 50px;
    max-width: 75%;
    padding: 8px 0 18px
}

.sn-desc {
    font-size: 20px;
    color: #757982;
    line-height: 30px;
    max-width: 75%;
    padding-bottom: 10px
}

.section-nine a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
    color: #333;
    font-family: Graphik-Semibold, sans-serif
}

.section-nine a:hover {
    color: #3a7af3
}

.top-blogs a {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    display: block
}

.top-blogs a:last-child {
    border-bottom: none
}

.section-nine a.c_read_more::after {
    background: url(../img/new-slices.png) -37px -9px no-repeat;
    display: inline-block;
    height: 12px;
    width: 16px;
    content: "";
    position: relative;
    top: 1px;
    left: 10px
}

.section-nine .container .newupdate.bs-one a.c_read_more {
    font-family: Graphik-Medium
}

.section-nine a.c_read_more {
    color: #3a7af3 !important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    font-family: Graphik-Regular
}

.section-nine a.c_read_more:focus, .section-nine a.c_read_more:hover {
    color: #2d63c8 !important
}

.section-nine img {
    max-height: 221px;
    border: 1px solid #e2e2e2
}

.section-nine .bs-title {
    padding: 0 0 10px
}

.section-nine .bs-title a {
    font-size: 20px;
    line-height: 28px
}

.bsnine-date {
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 28px;
    padding: 2.35rem 0 1rem
}

@media (max-width: 1024px) {
    .section-nine .container {
        flex-flow: wrap
    }

    .section-nine .container .newupdate.bs-one {
        width: 100%;
        max-width: 100%;
        padding: 0 0 20px 15px
    }

    .section-nine .container .newupdate.bs-two {
        margin: 0 30px 0 0
    }

    .section-nine .container .newupdate {
        max-width: 475px;
        width: calc(50% - 15px)
    }

    .section-nine img {
        max-height: 229px
    }

    .section-nine .container .newupdate.bs-one a.c_read_more, .section-nine .top-blogs {
        display: none
    }
}

@media (max-width: 800px) {
    .section-nine {
        padding: 50px 0
    }

    .section-nine .container .newupdate.bs-two {
        margin-right: 20px
    }

    .section-nine .container .newupdate {
        max-width: 475px;
        width: calc(50% - 10px)
    }

    .sn-tag {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .section-nine {
        padding: 40px 0
    }

    .section-nine .container {
        flex-flow: nowrap;
        flex-direction: column;
        align-items: center
    }

    .sn-desc, .sn-tag {
        max-width: 100%
    }

    .section-nine .container .newupdate.bs-one {
        text-align: center;
        padding: 0
    }

    .sn-tag {
        font-size: 26px;
        line-height: 42px;
        padding-bottom: 5px
    }

    .sn-desc {
        font-size: 16px
    }

    .section-nine .container .newupdate {
        width: 100%;
        margin: 10px 0 !important
    }
}

@media (max-width: 480px) {
    .section-nine .container .newupdate.bs-one {
        text-align: left;
        padding: 0 15px
    }

    .section-nine .container .newupdate.bs-one a.c_read_more, .section-nine .top-blogs {
        display: block
    }
}

.section-three .overview_four .media-coverage {
    height: auto;
    line-height: auto
}

.theme-btn {
    background: #3a7af3;
    padding: 3px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    font-family: Graphik-Medium, sans-serif;
    border: 1px solid #3a7af3
}

.theme-btn:focus, .theme-btn:hover {
    background: #2d66d2;
    color: #fff;
    text-decoration: none
}

.m-lr-10 {
    margin: 0 10px
}

.sponsor-link {
    padding: 40px 0 0
}

.explore-page-title {
    padding: 40px 0
}

.explore-page-left, .feed-page-left, .search-page-left {
    background: #fff;
    width: 280px;
    float: left;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.faq-page-left {
    width: 268px;
    float: left
}

.explore-page-left ul, .feed-page-left ul, .search-page-left ul {
    padding: 20px 15px;
    margin-bottom: 0
}

.explore-page-left ul li, .feed-page-left ul li, .search-page-left ul li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px
}

.explore-page-left ul li:last-child, .feed-page-left ul li:last-child, .search-page-left ul li:last-child {
    margin-bottom: 0
}

.explore-page-left ul li a, .feed-page-left ul li a, .search-page-left ul li a {
    display: block;
    color: #181818;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer
}

.explore-page-left ul li a:focus, .explore-page-left ul li a:hover, .explore-page-left ul li.active a, .feed-page-left ul li a:focus, .feed-page-left ul li a:hover, .feed-page-left ul li.active a, .search-page-left ul li a:focus, .search-page-left ul li a:hover, .search-page-left ul li.active a {
    color: #3a7af3;
    text-decoration: none
}

.explore-page-left ul li.active a::after, .feed-page-left ul li.active a::after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #3a7af3;
    content: "";
    line-height: 8px;
    display: inline-block;
    float: right;
    margin-top: 12px
}

.explore-page-center {
    margin: 0 295px 0 300px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.software-explore-page {
    margin: 0 290px 0 0
}

.feed-page-center {
    margin: 0 355px 0 275px
}

.feed-page-right {
    width: 350px;
    float: right;
    padding: 0 0 25px 20px;
    position: absolute;
    right: 0;
    top: 20px
}

.explore-page-right {
    width: 275px;
    float: right;
    background: #fff;
    padding: 20px 0 25px 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.explore-page-right ul {
    padding: 10px 0 0
}

.explore-page-right ul li a {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 40px
}

.feed-page-right .home-write-a-review-star {
    background-position: -486px -897px;
    width: 152px
}

.feed-row {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px
}

.feed-static.fixed {
    position: fixed;
    top: 84px;
    -webkit-transform: translate3d(0, 0, 0)
}

.feed-page-right .feed-static {
    width: 330px
}

.feed-page-right.btomfixed {
    position: absolute;
    bottom: 0;
    top: auto
}

.feed-page-right.btomfixed .fixed {
    position: relative
}

.feed-page-right a.green-btn-45 {
    width: 240px;
    text-transform: capitalize
}

.m-r-15 {
    margin-right: 15px
}

.m-r-7 {
    margin-right: 7px
}

.result-section {
    overflow: hidden;
    border-top: 1px solid #e2e2e2
}

.result-section .result-section-title {
    float: left;
    width: 130px;
    padding-left: 15px
}

.result-section .result-section-output {
    border-left: 1px solid #e2e2e2;
    padding: 0;
    margin-left: 130px
}

.software-explore-page .result-section .result-section-output {
    margin-left: 0;
    border-left: 0
}

.result-section .result-section-output ul {
    padding: 0;
    margin: 0
}

.result-section .result-section-output li a {
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #4f4f4f;
    border-bottom: 1px solid #e2e2e2;
    display: block
}

.result-section .result-section-output li a:hover {
    background: #f5f5f5
}

.result-section .result-section-output li:last-child a {
    border-bottom: none
}

.result-section .result-section-output li.show:last-child a {
    border-bottom: none
}

.explore-page-container {
    border-bottom: 1px solid #eee
}

.explore-page-left a.vcategory-menu-title {
    cursor: pointer
}

.explore-page-container input.hunt {
    height: 46px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    outline: 0
}

.hunt-div {
    padding-bottom: 10px
}

span.search-in {
    display: block;
    text-align: center;
    padding-bottom: 10px
}

.explore-page-container .tab-content-list-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    padding-top: 8px
}

.explore-left-menu {
    display: none
}

.result-not-found {
    text-align: center
}

.result-not-found img {
    width: 130px;
    height: 130px;
    opacity: .5
}

.explore-page-container.no-border {
    border-bottom: 0
}

.search-list {
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.search-result-label {
    display: block;
    background: #f1f4f9;
    text-transform: uppercase;
    color: #181818;
    border-bottom: 1px solid #e2e2e2;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-family: Graphik-Medium, sans-serif
}

.result-entity {
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0
}

.result-entity a {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-decoration: none;
    color: #181818;
    font-size: 15px;
    font-family: Graphik-Regular, sans-serif
}

.result-entity a:focus, .result-entity a:hover {
    color: #181818
}

.result-entity a img {
    max-height: 28px;
    max-width: 28px;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-right: 5px
}

.result-entity .enity-tilte em {
    font-style: normal;
    font-weight: 700
}

.result-entity.active, .result-entity:hover {
    background: #e9f1fe
}

.faq-page-left, .feed-page-left, .search-page-left {
    width: 250px
}

.search-page-left .search-count {
    color: #b8d3fe;
    float: right;
    font-size: 16px;
    font-family: Graphik-Medium, sans-serif;
    line-height: 37px
}

.search-page-left li.active .search-count {
    color: #3a7af3
}

.faq-page-left ul li a, .feed-page-left ul li a, .search-page-left ul li a {
    font-family: Graphik-Medium, sans-serif;
    font-size: 16px
}

.faq-page-right, .search-page-right {
    margin-left: 275px
}

.search-page-right .search-label {
    font-size: 18px;
    font-family: Graphik-Regular, sans-serif;
    padding-bottom: 15px
}

.search-page-right a {
    font-family: Graphik-Medium, sans-serif
}

.search-page-right a em {
    font-family: Graphik-Semibold, sans-serif;
    font-style: normal;
    background: #e4eefe
}

.search-section {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.search-section h2 {
    padding: 15px 20px;
    font-size: 20px
}

.search-section .csmallimage .company-image div {
    line-height: 44px
}

.faq-left-menu, .feed-left-menu, .search-left-menu {
    display: none
}

.faq-section {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.faq-section h3 {
    line-height: 30px;
    padding: 16px 40px 16px 25px;
    cursor: pointer;
    font-family: Graphik-Semibold, sans-serif;
    font-size: 18px;
    position: relative;
    color: #181818
}

.faq-section .faq-answer {
    border-top: 1px solid #e2e2e2;
    padding: 16px 25px;
    line-height: 30px
}

.faq-section h3 span, .feature-section h3 span {
    background: url(../img/allslice.png) -715px -641px no-repeat;
    height: 13px;
    width: 12px;
    float: right;
    margin-top: 9px;
    margin-right: 1px;
    position: absolute;
    right: 20px;
    top: 17px
}

.faq-section h3 span.opensign, .feature-section h3 span.opensign {
    background: url(../img/allslice.png) -715px -665px no-repeat;
    height: 13px;
    width: 12px
}

.feature-section h3 {
    cursor: pointer
}

.feature-section h3 span {
    margin-top: 6px
}

.faq-answer ul li {
    background-position: 0 10px
}

.feature-section {
    overflow: hidden
}

.feature-detail {
    overflow: hidden
}

.feedbg0 {
    background-image: linear-gradient(-180deg, #7c73f8 66%, #b224ef 143%)
}

.feedbg1 {
    background-image: linear-gradient(0deg, #b12a5b 0, #ff8177 47%)
}

.feedbg2 {
    background-image: linear-gradient(-180deg, #f5576c 50%, #f093fb 100%)
}

.feedbg3 {
    background-image: linear-gradient(-179deg, #764ba2 50%, #667eea 100%)
}

.feedbg4 {
    background-image: linear-gradient(0deg, #16d9e3 0, #46aef7 50%)
}

.feedbg5 {
    background-image: linear-gradient(0deg, #b1aff0 0, #7b72f8 50%)
}

.feedbg6 {
    background-image: linear-gradient(0deg, #666 0, #303030 50%)
}

.feedbg7 {
    background-image: linear-gradient(-180deg, #fe9a8b 50%, #f78ca0 100%)
}

.feedbg8 {
    background-image: linear-gradient(0deg, #00c6fb 0, #005bea 50%)
}

.feed-star .star-block {
    width: 32px;
    height: 32px;
    margin: 0 3px
}

.feed-star .star-block .estar, .feed-star .star-block .fstar {
    height: 32px;
    width: 32px
}

.feed-star .star-block .fstar {
    background: #ffd007
}

.feed-rating-section .feed-star .star-block, .feed-rating-section .feed-star .star-block .estar, .feed-rating-section .feed-star .star-block .fstar {
    width: 28px;
    height: 28px
}

.feed-rating-section .feed-star .star-block .fstar {
    background: #f0b629
}

.feedbg0 .star-block .estar {
    background-position: -10px -884px
}

.feedbg1 .star-block .estar {
    background-position: -55px -884px
}

.feedbg2 .star-block .estar {
    background-position: -101px -884px
}

.feedbg3 .star-block .estar {
    background-position: -146px -884px
}

.feedbg4 .star-block .estar {
    background-position: -192px -884px
}

.feedbg5 .star-block .estar {
    background-position: -237px -884px
}

.feedbg6 .star-block .estar {
    background-position: -283px -884px
}

.feedbg7 .star-block .estar {
    background-position: -374px -884px
}

.feedbg8 .star-block .estar {
    background-position: -419px -884px
}

.feed-rating-section .star-block .estar {
    background-position: -328px -927px
}

.feed-loading-wrapper, .feed-row {
    padding: 20px 20px 0;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.feed-loading-wrapper, .feed-row.add-feed {
    padding-bottom: 20px
}

.feed-by-user {
    overflow: hidden;
    padding-bottom: 20px
}

.feed-company-section {
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    margin: 0 -20px;
    padding: 10px 25px 0
}

.feed-company-section.border-none {
    border: none
}

.feed-company-image, .feed-user-image {
    float: left;
    height: 55px;
    width: 55px;
    line-height: 51px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.feed-company-image img, .feed-user-image img {
    max-height: 54px;
    max-width: 54px;
    border-radius: 3px
}

.feed-user-image .user-role {
    font-size: 14px
}

.feed-company-about, .feed-user-about {
    position: relative
}

.feed-company-about, .feed-user-about {
    margin-left: 74px
}

.feed-company-about h3, .feed-user-about h3 {
    color: #181818;
    font-size: 18px;
    margin-top: 8px
}

.feed-company-about .comapny-slogan {
    color: #333
}

.feed-created {
    color: #333;
    font-size: 14px;
    opacity: .6;
    position: absolute;
    top: -3px;
    right: 0
}

.feed-review {
    text-align: center;
    position: relative
}

.feed-name {
    height: 26px;
    display: inline-block;
    background: #262728;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2
}

.feed-relative {
    position: relative
}

.feed-star {
    margin: 0 auto;
    display: inline-block;
    padding: 50px 0 20px
}

.feed-rating-section {
    line-height: 1;
    position: relative;
    padding-bottom: 15px
}

.feed-rating-section .feed-rating-label {
    line-height: 1;
    color: #181818;
    font-size: 20px;
    padding-right: 15px;
    vertical-align: super
}

.feed-rating-section .feed-star {
    padding: 0
}

.feed-title {
    font-family: Graphik-Medium, sans-serif;
    font-size: 22px;
    color: #fff;
    width: 90%;
    margin: 0 auto 30px;
    line-height: 32px
}

.feed-video-title {
    font-family: Graphik-Medium, sans-serif;
    font-size: 18px;
    color: #181818;
    padding: 10px 5px
}

.feed-company-name {
    font-family: Graphik-Medium, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    padding: 5px 0
}

.feed-company-tagline {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
    line-height: 20px
}

a.feed-link:hover {
    text-decoration: none
}

.feed-compnay-logo {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    display: table
}

.feed-compnay-logo .slibox {
    vertical-align: middle;
    display: table-cell;
    width: 44px;
    height: 44px
}

.feed-compnay-logo img {
    max-width: 44px;
    max-height: 44px
}

.feed-summary {
    padding: 15px 0 0
}

.feed-summary p {
    margin: 0
}

.goodfirms-preview-card {
    position: relative;
    padding: 10px 20px;
    margin: 15px -20px -20px;
    border-top: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    overflow: hidden
}

.goodfirms-preview-card:hover {
    background: #f4f6f9
}

.goodfirms-preview-card.image-view {
    padding: 0
}

.goodfirms-preview-card a, .goodfirms-preview-card a:hover {
    text-decoration: none
}

.goodfirms-preview-card .thumb-view {
    float: left;
    width: 158px;
    height: 158px;
    border-right: 1px solid #e2e2e2;
    background-color: #fff;
    margin-right: 20px;
    flex-shrink: 0;
    box-sizing: content-box
}

.goodfirms-preview-card .thumb-view .link-thumbnail {
    display: flex;
    position: relative;
    width: auto;
    height: 100%
}

.goodfirms-preview-card .thumb-view img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    outline: 0
}

.goodfirms-preview-card.image-view .text-view {
    max-width: calc(100% - 179px);
    min-width: 0;
    display: flex;
    margin: 15px 20px 0 0;
    align-items: flex-start;
    justify-content: space-between
}

.goodfirms-preview-card .text-view {
    max-width: 100%
}

.goodfirms-preview-card .flex-grow-1 {
    flex-grow: 1
}

.goodfirms-preview-card .link-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 8px;
    line-height: 1.5rem;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
    text-decoration: none
}

.goodfirms-preview-card .link-description {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 8px
}

.goodfirms-preview-card .link-meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 1.33333;
    font-weight: 400;
    color: #3a7af3
}

.feed-article-title {
    color: #181818;
    font-family: Graphik-Medium, sans-serif;
    font-size: 22px;
    padding-top: 20px
}

.feed-banner-section img {
    max-height: 378px;
    max-width: 728px;
    width: 100%
}

.feed-banner-section {
    background: #f8f8f8
}

.feed-category {
    margin-top: 10px
}

.feed-container .section-breadcrumb, .feed-container .view-page-main {
    background: #f5f5f5 !important
}

.w-f-u-logo {
    height: 35px;
    width: 35px;
    background-position: -709px -712px;
    display: inline-block;
    margin: 0
}

.w-f-u-title {
    position: relative;
    top: -10px;
    margin-left: 10px
}

.feed-background {
    background: #fff;
    position: absolute
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.animated-feed {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #e2e2e2 8%, #ddd 18%, #e2e2e2 33%);
    background-size: 800px 104px;
    height: 305px;
    position: relative
}

.feed-banner-loading {
    height: 200px;
    width: 100%;
    top: 109px
}

.feed-background.header-bottom, .feed-background.header-top, .feed-background.subheader-bottom {
    top: 0;
    left: 54px;
    right: 0;
    height: 14px
}

.feed-background.header-left, .feed-background.header-right, .feed-background.subheader-left, .feed-background.subheader-right {
    top: 14px;
    left: 54px;
    height: 10px;
    width: 22px
}

.feed-background.header-bottom {
    top: 24px;
    height: 6px
}

.feed-background.subheader-left, .feed-background.subheader-right {
    top: 30px;
    height: 8px
}

.feed-background.header-right, .feed-background.subheader-right {
    width: auto;
    left: 300px;
    right: 0
}

.feed-background.subheader-right {
    left: 230px
}

.feed-background.subheader-bottom {
    top: 38px;
    height: 16px
}

.feed-background.content-first-end, .feed-background.content-second-end, .feed-background.content-second-line, .feed-background.content-third-end, .feed-background.content-third-line, .feed-background.content-top {
    top: 54px;
    left: 0;
    right: 0;
    height: 6px
}

.feed-background.content-top {
    height: 20px
}

.feed-background.content-first-end, .feed-background.content-second-end, .feed-background.content-third-end {
    width: auto;
    left: 80%;
    right: 0;
    top: 74px;
    height: 8px
}

.feed-background.content-second-line {
    top: 82px
}

.feed-background.content-second-end {
    left: 420px;
    top: 84px
}

.feed-background.content-third-line {
    top: 96px
}

.feed-background.content-third-end {
    left: 58%;
    top: 102px
}

.no-feed {
    position: relative;
    margin-bottom: 25px
}

.feed-section .result-not-found.no-feed img {
    width: 207px;
    height: 22px;
    opacity: 1;
    border-right: 20px solid #f5f5f5;
    border-left: 20px solid #f5f5f5;
    position: relative;
    z-index: 10
}

.no-feed .hr-line {
    width: 100%;
    display: block;
    position: absolute;
    top: 15px;
    z-index: 0;
    border-top: 1px solid #eaeaea
}

.feed-section {
    min-height: 570px
}

.feed-section .result-not-found img {
    width: 89px;
    height: 89px
}

.not-found-feed {
    padding: 30px 0 0
}

.not-found-feed img {
    margin-bottom: 30px
}

.feed-static .slider-loading.sponsor-slide {
    height: 105px
}

.feed-social {
    height: 46px;
    line-height: 66px;
    border-top: 1px solid #e2e2e2;
    margin: 20px -20px 0;
    padding: 0 20px
}

.video-review-feed .feed-social {
    margin: 10px -20px 0
}

.feed-comment-box, .feed-like-box, .feed-share-box {
    width: 33.33%;
    float: left;
    position: relative
}

.feed-like-box {
    height: 56px;
    overflow: hidden;
    padding-top: 18px;
    line-height: 46px;
    text-align: left
}

.feed-comment-box {
    height: 56px;
    overflow: hidden;
    padding-top: 19px;
    line-height: 46px;
    font-size: 16px;
    text-align: center
}

.text-iblock {
    display: inline-block
}

.feed-like-button {
    background: url(../img/allslice.png) -337px -260px no-repeat;
    width: 29px;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 0 12px 0 20px;
    cursor: pointer
}

.feed-comment-button {
    background: url(../img/allslice.png) -386px -263px no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    float: left;
    margin: 0 12px 0 20px;
    cursor: pointer;
    position: relative;
    top: 1px
}

.feed-like-button.liked {
    background-position: -337px -292px
}

.feed-social .count-label {
    float: left;
    height: 25px;
    line-height: 28px;
    font-size: 16px
}

.feed-share-box {
    text-align: right;
    height: 55px;
    padding-top: 18px
}

.feed-share-button.share-icon {
    background: 0 0;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    padding-right: 25px
}

.feed-share-button.share-icon::before {
    background: url(../img/allslice.png) -431px -258px no-repeat;
    width: 24px;
    height: 23px;
    content: "";
    display: inline-block;
    position: relative;
    top: -11px
}

.feed-share-box .count-label {
    float: right;
    line-height: 35px;
    margin-left: 15px
}

.feed-share-box .social-share-div {
    right: 40px;
    top: -39px;
    width: 93px;
    height: 42px
}

.feed-share-box .social-share-div::after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #0882c8;
    position: relative;
    top: -17px;
    content: ""
}

.feed-post-btn {
    padding: 0 30px
}

.commentbox textarea {
    height: 42px;
    min-height: 42px;
    line-height: 23px;
    max-height: 215px;
    padding: 8px 10px;
    resize: none;
    overflow: auto
}

.post-error {
    padding: 0 !important;
    float: left !important
}

.spin[disabled] {
    position: relative;
    color: transparent
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0
    }
}

.spin[disabled]:after {
    content: '';
    position: absolute;
    right: 36%;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease
}

.spin[disabled]:before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    right: 36%;
    top: 50%;
    position: absolute;
    border: 2px solid #fff;
    border-right: 2px solid transparent;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease
}

.post-feed .moreText {
    display: none
}

.post-feed a.fulldoc {
    cursor: pointer
}

.post-feed .feed-by-user {
    padding-bottom: 0
}

.comment-box {
    overflow: hidden;
    clear: both;
    padding: 20px 20px 0;
    border-top: 1px solid #e2e2e2;
    margin: 20px -20px 0
}

.comment-box .user-image {
    height: 42px;
    width: 42px;
    line-height: 39px;
    overflow: hidden;
    border: none;
    border-radius: 7px;
    text-align: center;
    float: left;
    margin-right: 20px
}

.comment-box .user-image img {
    max-height: 43px;
    max-width: 43px;
    height: auto;
    width: auto
}

.feed-comment-right, .user-comment-right {
    margin-left: 62px;
    position: relative
}

.user-comment-right {
    background: #eaedf3;
    border-radius: 10px;
    padding: 10px 15px
}

.comment-by-name {
    line-height: 20px
}

.comment-row {
    margin-bottom: 15px
}

.user-comment-right .feed-summary {
    padding-top: 0;
    color: #181818;
    font-size: 13px
}

.comment-created {
    color: #a5a5a5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 20px
}

.feed-comment-right .textareabox {
    margin-bottom: 0
}

.feed-comment-right .textareabox textarea {
    width: 100%;
    resize: none;
    height: 42px;
    min-height: 42px;
    line-height: 23px;
    max-height: 215px;
    padding: 8px 10px;
    overflow: auto
}

a.logintextarea {
    height: 42px;
    min-height: 42px;
    line-height: 23px;
    max-height: 215px;
    padding: 8px 10px;
    resize: none;
    overflow: auto;
    color: #999;
    text-decoration: none
}

.prevcmt {
    position: relative;
    top: -10px
}

.lesscmt {
    position: relative;
    top: -8px
}

.comment-option {
    float: right;
    position: relative;
    top: 10px
}

.comment-option ul {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    top: 10px;
    text-align: left;
    margin: 0;
    width: 70px;
    box-shadow: 0 2px 1px 0 rgba(207, 207, 207, .5);
    border-radius: 4px;
    padding: 0 10px
}

.comment-option .cmt-opt {
    background: url(../img/allslice.png) -400px -88px no-repeat;
    width: 11px;
    height: 7px;
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer
}

.comment-option.active ul {
    display: block
}

.comment-option ul li a {
    color: #181818;
    text-decoration: none
}

.comment-by {
    padding-bottom: 20px
}

.feed-video-section iframe {
    height: 370px;
    width: 100%;
    float: left
}

.feed-video-section video {
    height: 370px;
    width: 100%;
    background: #181818;
    float: left
}

.software-slider iframe, .software-slider img {
    height: 399px;
    width: 100%;
    float: left
}

.software-slider .slider-content {
    height: 399px;
    width: 100%
}

.software-core-features {
    width: 100%
}

.badge_sel_img {
    width: 31%;
    height: 265px;
    padding: 10px;
    margin: 1.15%;
    line-height: 245px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.badge_sel_img img {
    max-height: 245px;
    max-width: 245px;
    width: 100%
}

.badge_sel_img.whitebutton img {
    max-width: 231px
}

.badge_sel_img.bluebutton img {
    max-width: 222px
}

.badge-left {
    margin-right: 395px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.p010 {
    padding: 15px 10px 20px
}

.badge-right {
    width: 375px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    overflow: hidden
}

.badge-right .br-container {
    text-align: center
}

.badge-right .preview {
    line-height: 320px;
    height: 295px
}

.slider-container {
    background: #fbfbfb;
    padding: 10px 20px 20px;
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #e2e2e2
}

.slider.slider-horizontal {
    width: 100%
}

.slider-label {
    color: #181818;
    margin-bottom: 7px
}

.media-badge {
    position: relative;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px
}

.media-badge .badges {
    padding-top: 15px;
    overflow: hidden
}

.whitesticker {
    background: #4385f4
}

.whitesticker .small-green-btn {
    border: 1px solid #fff
}

.whitesticker .small-green-btn:focus, .whitesticker .small-green-btn:hover {
    background: #fff;
    color: #3a7af3
}

.whitebutton img {
    border: 1px solid #e2e2e2;
    border-radius: 3px
}

.badge-copy {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    padding: 20px 20px 5px;
    text-align: left;
    overflow: hidden
}

.badge-copy .js-copytextarea {
    height: 171px;
    line-height: 20px
}

.media-bg {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.media-sep {
    display: inline-block;
    margin: 0 10px 20px
}

.media-sep.wi-8 {
    width: 90px
}

.media-sep.wi-9 {
    width: 155px
}

.media-sep.wi-11 {
    width: 180px
}

.media-sep img {
    width: 100%
}

.media-bg-10 {
    border-radius: 3px
}

.badges-or {
    height: 34px;
    line-height: 36px;
    margin-top: 30px;
    float: left
}

.rauther {
    overflow: hidden;
    padding-bottom: 10px
}

.theme-bg2 {
    background: #f6f9fc
}

.rauther-img {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    width: 130px
}

.rauther .r-a-c {
    padding-top: 10px;
    line-height: 20px
}

.osection {
    padding: 50px 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px
}

.esection {
    padding: 50px 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px
}

.subhead-h2 {
    font-size: 30px;
    color: #181818;
    font-family: Graphik-Semibold, sans-serif;
    line-height: 38px
}

.subhead-h3 {
    margin: 0 auto;
    font-size: 28px;
    color: #181818;
    padding: 20px 0 30px;
    line-height: 34px
}

.spacing-one {
    padding: 20px 0
}

.spacing-two {
    padding: 20px 0 15px;
    font-size: 22px;
    color: #181818
}

.psone-left, .psone-right {
    width: 50%;
    float: left;
    padding: 25px 0
}

.psone-left {
    line-height: 36px;
    font-size: 22px
}

.psone-left h1 {
    color: #181818;
    font-size: 42px;
    padding-bottom: 25px;
    font-family: Graphik-Semibold, sans-serif
}

.partner-point {
    padding: 10px 0 25px;
    line-height: 32px
}

.programtext {
    color: #4385f4;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block
}

.esectioncenter-blog {
    padding-bottom: 30px;
    display: flex
}

.esectioncenter-points li {
    margin-bottom: 25px
}

.gf-affiliate .esectioncenter-points li {
    margin-bottom: 10px
}

.esectioncenter-points li:last-child {
    margin-bottom: 0
}

.esectioncenter-sponsor {
    max-width: 420px;
    width: 30%;
    display: inline-block;
    padding: 25px;
    margin: 15px;
    border-radius: 4px;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.esectioncenter-sponsor b {
    font-size: 22px;
    display: block;
    padding-bottom: 15px;
    font-family: Graphik-Semibold, sans-serif;
    color: #181818
}

.pstwo-left {
    width: 45%;
    float: left;
    padding: 25px
}

.pstwo-right {
    width: 55%;
    float: left
}

.esectioncenter {
    clear: both;
    border-top: 1px solid #e2e2e2;
    padding: 25px 0 0
}

.psthr-left {
    width: 45%;
    float: left;
    padding: 25px;
    margin-bottom: 20px
}

.psthr-right {
    width: 55%;
    float: left;
    margin-bottom: 20px
}

.psfr-left {
    float: left;
    width: 45%;
    padding: 25px
}

.psfr-right {
    float: left;
    width: 55%
}

.affiliate-sections {
    text-align: center
}

.affiliate::before {
    background: url(../img/allslice.png) -705px -382px no-repeat;
    content: "";
    display: inline-block;
    position: relative;
    top: 0
}

.affiliate.affiliate-pr::before {
    background-position: -89px -940px;
    width: 59px;
    height: 49px
}

.affiliate.affiliate-quora::before {
    background-position: -10px -939px;
    height: 49px;
    width: 44px
}

.affiliate.affiliate-pa::before {
    background-position: -252px -936px;
    height: 57px;
    width: 57px
}

.affiliate.affiliate-medium::before {
    background-position: -170px -938px;
    height: 52px;
    width: 58px
}

.affiliate {
    width: 46%;
    max-width: 644px;
    position: relative;
    background: #fff;
    display: inline-block;
    margin: 15px;
    text-align: left;
    padding: 25px 30px;
    border-radius: 8px;
    border: 1px solid #e2e2e2
}

.credit-progam b {
    font-family: Graphik-Semibold, sans-serif;
    font-size: 22px;
    color: #181818
}

.credit-progam-container {
    padding: 5px 0 10px
}

.gurus-img {
    width: 115px;
    margin-right: 20px;
    float: left
}

.ppu-gurus {
    width: calc(100% - 135px);
    float: left
}

.gf-research .research-static-page {
    padding: 40px 100px;
    margin-top: 0
}

.gf-research .research-left {
    width: calc(100% - 380px);
    min-height: 2300px;
    float: left
}

.gf-research .research-right {
    width: 330px;
    float: right
}

.gf-research .research-static-page h2, .gf-research .research-static-page h3 {
    padding-bottom: 20px
}

.gf-research .research-right ul {
    list-style: none !important;
    padding: 0
}

.gf-research .research-right ul.cat_list li {
    height: auto;
    line-height: 26px;
    min-height: auto;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px
}

.gf-research .research-right ul li a {
    color: #333;
    font-weight: 400
}

.gf-research .research-static-page ul {
    list-style: disc;
    margin-bottom: 0
}

.gf-research .research-static-page ul li {
    padding: 0 0 10px
}

.gf-research .research-static-page table {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 20px
}

.gf-research .research-static-page img {
    display: inline-block;
    height: auto !important;
    max-width: 100%;
    border: 1px solid #e2e2e2
}

.port-thumb-img {
    height: auto;
    overflow: hidden;
    border-radius: 0
}

.port-thumb-img img {
    height: auto;
    width: 100%
}

.reviewer-left .nav.nav-tabs {
    padding-left: 20px;
    margin-left: -5px;
    margin-right: -35px;
    border-bottom: 1px solid #eee;
    clear: both
}

.reviewer-left .nav.nav-tabs > li > a {
    margin-right: 8px;
    padding: 15px 30px;
    color: #272727;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

.reviewer-left .nav.nav-tabs > li.active > a, .reviewer-left .nav.nav-tabs > li.active > a:focus, .reviewer-left .nav.nav-tabs > li.active > a:hover {
    color: #272727;
    background-color: #fff;
    border-bottom-color: transparent
}

.reviewer-left .tab-content {
    padding: 25px 0 0
}

.reviewer-left .review-choice-wrapper.not-supported .nav.nav-tabs {
    display: none
}

.reviewer-left .review-choice-wrapper.not-supported .tab-content {
    padding: 0
}

.reviewer-left .review-choice-wrapper.not-supported .tab-content #written_review_pane {
    display: block
}

.reviewer-left .review-choice-wrapper.not-supported .tab-content #video_review_pane {
    display: none
}

.gf-video-review-recorder-container {
    width: 92.53%;
    max-width: 640px;
    margin: 0 auto;
    font-family: Rubik, sans-serif;
    text-align: left
}

.video-review-recorder {
    width: 100%;
    position: relative;
    background-color: #272a30;
    -webkit-user-select: none;
    -khtml-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0
}

.video-review-recorder .video-preview {
    transition: transform .2s
}

.video-review-recorder ::-moz-focus-inner {
    padding: 0 !important;
    border-style: none !important
}

.video-review-recorder .flex-1 {
    display: flex;
    align-items: center;
    flex: 1
}

.video-review-recorder .flex-left {
    justify-content: flex-start
}

.video-review-recorder .flex-right {
    justify-content: flex-end
}

.video-review-recorder .left-side {
    padding-left: 15px
}

.video-review-recorder .right-side {
    padding-right: 15px;
    line-height: 1
}

.video-review-recorder.processing .left-side, .video-review-recorder.processing .right-side {
    display: none
}

.video-review-recorder .video-container, .video-review-recorder .video-player-container {
    height: 100%;
    position: relative
}

.video-review-recorder.preview .video-container {
    display: none
}

.video-review-recorder .video-container video, .video-review-recorder .video-player-container video {
    width: 100%;
    display: block
}

.video-review-recorder .video-player-container video.video-player {
    max-width: 100%
}

.video-review-recorder:-webkit-full-screen video {
    width: 100vw;
    height: 100vh;
    object-fit: contain
}

.video-review-recorder:-moz-full-screen video {
    width: 100vw;
    height: 100vh;
    object-fit: contain
}

.video-review-recorder:fullscreen video {
    width: 100vw;
    height: 100vh;
    object-fit: contain
}

.video-review-recorder .bottom-menu {
    position: absolute;
    opacity: 1;
    display: flex;
    transition: opacity .2s
}

.video-review-recorder .bottom-menu {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    justify-content: space-between;
    font-size: 0;
    background: rgba(0, 0, 0, .5)
}

.video-review-recorder.processing .bottom-menu {
    background: 0 0
}

.alert.initialize .info-message {
    position: relative;
    width: 100%;
    padding-bottom: 20px
}

.alert.initialize .video-recorder-btn, .video-review-recorder .bottom-menu .video-recorder-btn {
    position: relative;
    padding: 5px 10px 5px 20px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    font-family: Rubik-Medium, sans-serif;
    line-height: normal;
    cursor: pointer
}

.alert.initialize .video-recorder-btn {
    padding: 5px 10px
}

.video-review-recorder .bottom-menu .video-recorder-btn:before {
    content: " ";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 9px;
    height: 9px;
    background-color: #ff1616
}

.video-review-recorder .bottom-menu .btn-record:before {
    border-radius: 50%
}

.alert.initialize .video-recorder-btn:active, .alert.initialize .video-recorder-btn:focus, .alert.initialize .video-recorder-btn:hover, .video-review-recorder .bottom-menu .video-recorder-btn:active, .video-review-recorder .bottom-menu .video-recorder-btn:focus, .video-review-recorder .bottom-menu .video-recorder-btn:hover, .video-review-recorder .video-player-container .btn-retake:active, .video-review-recorder .video-player-container .btn-retake:focus, .video-review-recorder .video-player-container .btn-retake:hover {
    outline: 0
}

.video-review-recorder .proccessing-wrapper {
    justify-content: center;
    position: relative;
    display: none
}

.video-review-recorder.processing .proccessing-wrapper {
    display: flex
}

.video-review-recorder .processing-info {
    display: inline-block;
    transition: all .2s;
    height: 46px;
    max-width: 300px;
    border-radius: 22.5px;
    position: relative;
    overflow: hidden
}

@keyframes PROCESSING-ANIMATION {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(46px)
    }
}

.video-review-recorder .processing-info .processing-info-inner {
    position: absolute;
    left: -46px;
    right: 0;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(-65deg, #2e3136, #2e3136 10px, #34373c 10px, #34373c 20px);
    animation-name: PROCESSING-ANIMATION;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.video-review-recorder .processing-info .processing-text {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    line-height: 46px;
    position: relative;
    height: 46px
}

.video-review-recorder .processing-info .processing-text .the-text {
    opacity: .6;
    padding-left: 22px;
    padding-right: 11px;
    float: left;
    position: relative
}

.video-review-recorder .processing-info .btn-cancel-proccessing {
    margin-right: 10px;
    margin-top: 9px;
    opacity: .7;
    transition: opacity 150ms ease-in-out;
    position: relative;
    float: left;
    cursor: pointer
}

.video-review-recorder .processing-info .btn-cancel-proccessing:hover {
    opacity: 1
}

.video-review-recorder .bottom-menu .time-elapsed {
    color: #fff;
    font-family: Rubik-Medium, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

.video-review-recorder .video-player-container {
    display: none;
    background-color: #272a30;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.video-review-recorder.preview .video-player-container {
    display: block
}

.video-review-recorder .video-player-container .video-player-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 5s
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: stretch
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper {
    display: flex;
    height: 100%;
    flex: 1;
    align-items: center;
    justify-content: center
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls {
    max-width: 100%;
    min-height: 20px;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    transition: all .2s
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .btn-play {
    width: 16px;
    margin-right: 5px;
    background: 0 0;
    background-image: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 0
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .btn-play .arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    transition: border-top .2s, border-bottom .2s, border-left .2s, border-right .2s, opacity 150ms ease-in-out
}

.video-review-recorder .video-player-container .video-player-wrapper.play-mode .video-player-controls .controls-wrapper .player-controls .btn-play .arrow {
    width: 16px;
    height: 20px;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    border-top: solid 0 transparent;
    border-bottom: solid 0 transparent;
    box-sizing: border-box
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .control-seek-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    flex: 1;
    position: relative;
    cursor: pointer
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .control-seek-bar .control-seek-bar-back {
    width: 100%;
    height: 18px
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .control-seek-bar .control-seek-bar-back-inner {
    height: 3px;
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, .25);
    border-radius: 26px
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .control-seek-bar .control-seek-bar-stripe {
    height: 3px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    border-radius: 26px;
    width: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    background-color: #4385f4
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .control-seek-bar .control-seek-bar-dot {
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    transform: translate(-50%, 0);
    position: absolute;
    width: 6px;
    height: 6px;
    cursor: pointer;
    transition: box-shadow .2s;
    box-shadow: none
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .controls-wrapper .player-controls .control-seek-bar .control-seek-bar-dot:active, .video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .wrap .video-controls .control-seek-bar .control-seek-bar-dot:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, .5)
}

.video-review-recorder .video-player-container .video-player-wrapper .video-player-controls .video-remaining-time {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 2px 12px 2px 2px;
    font-family: Rubik-Medium, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

.video-review-recorder .video-player-container .btn-retake {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    color: #fff;
    padding: 5px 10px 5px 20px;
    background-color: rgba(0, 0, 0, .33);
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: normal;
    font-size: 12px;
    font-family: Rubik-Medium, sans-serif;
    cursor: pointer;
    transition: all .2s
}

.video-review-recorder .video-player-container .btn-retake:before {
    content: " ";
    position: absolute;
    display: inline-block;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: url(../img/allslice.png) -417px -402px no-repeat
}

.video-review-recorder .alert {
    visibility: hidden;
    background-color: #272a30;
    flex-direction: column;
    margin: 0;
    z-index: -10;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.video-review-recorder .alert .alert_icon {
    margin-bottom: 4px;
    width: 29px;
    height: 24px;
    display: inline-block;
    opacity: .7
}

.video-review-recorder .alert .h {
    font-size: 18px;
    margin-bottom: 5px
}

.video-review-recorder .alert .desc {
    font-size: 14px;
    padding-left: 23%;
    padding-right: 23%;
    color: #999
}

.video-review-recorder .alert .desc.only {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%
}

.video-review-recorder .alert .desc a {
    text-decoration: none;
    color: #ccc
}

.video-review-recorder .alert .desc a:hover {
    text-decoration: underline;
    color: #fff
}

.video-review-recorder .proccessing-error .btn-download {
    margin-top: 30px;
    font-size: 12px;
    font-family: Rubik-Medium, sans-serif;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: normal;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color .2s, background-color .2s
}

.video-review-recorder .proccessing-error .btn-download span {
    margin-left: 10px
}

.video-review-recorder .proccessing-error .btn-download:hover {
    text-decoration: none;
    color: #3a7af3;
    border: 1px solid #3a7af3
}

.video-review-recorder .proccessing-error .btn-download:hover svg path {
    fill: #3a7af3
}

.video-review-recorder.alert-error .alert.error, .video-review-recorder.browser-not-supported .browser-not-supported, .video-review-recorder.initialize .alert.initialize, .video-review-recorder.proccessing-error .alert.proccessing-error {
    visibility: visible;
    z-index: 5;
    opacity: 1
}

.signsmllinkedin.disabled, .signsmllinkedin[disabled] {
    opacity: .4;
    cursor: default !important;
    pointer-events: none
}

.commoncompanydetail video.video-player, .commonreviewdetail video.video-player, .reviewer-review-detail video.video-player {
    width: 100%;
    height: auto;
    max-width: 640px;
    max-height: 360px;
    background: #181818;
    outline: 0
}

#publishalertModal .bootstrap-tagsinput {
    width: 100%;
    line-height: 25px
}

#publishalertModal .bootstrap-tagsinput .label.label-info {
    background-color: #4385f4;
    font-size: 100%;
    font-weight: 400
}

#publishalertModal .bootstrap-tagsinput .tag [data-role=remove]:hover {
    box-shadow: none
}

#review-main .contentc iframe, .backend-right .contentc iframe, .reviewer-review-detail .contentc iframe {
    width: 100%;
    height: 360px;
    max-width: 640px;
    max-height: 360px;
    outline: 0
}

.autosuggest-loader, .search_spin, .t_search_spin {
    padding: 0 !important;
    position: relative;
    color: transparent;
    height: 17px;
    width: 10px;
    display: inline-block;
    top: 2px;
    right: 2px;
    float: right
}

.global-search-input .search-cross-dark, .global-search-input .search_spin {
    right: 10px;
    top: 10px
}

.t_search_spin {
    position: absolute;
    top: 14px
}

.autosuggest-loader {
    position: absolute;
    top: -68px
}

.autosuggest-loader::before, .search_spin::before, .t_search_spin::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    right: 0;
    top: 50%;
    position: absolute;
    border: 2px solid #c5c5c5;
    border-right: 2px solid transparent;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease
}

.search_spin::before {
    border: 2px solid #757982;
    border-right: 2px solid transparent
}

.autosuggest-loader::after, .search_spin::after, .t_search_spin::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 1px darken(#6a27d0, 10%);
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease
}

.badge-hover {
    display: none
}

.giftcard {
    background: #f8fff7;
    border: 1px solid #83a37c;
    color: #7da976;
    font-size: 20px;
    padding: 12px 20px 12px 50px;
    border-radius: 3px;
    margin: 10px;
    position: relative
}

.giftcard::before {
    background: url(../img/amazon-gift.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    width: 27px;
    height: 27px;
    left: 12px
}

.service-filter {
    width: 275px;
    float: left
}

.filter-service-lists {
    margin-left: 295px;
    position: relative
}

#location-filter {
    margin: 0 15px 10px;
    font-size: 14px;
    width: 228px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 10px;
    line-height: 14px;
    outline: 0
}

.service-firms {
    overflow: hidden;
    text-align: right;
    padding-top: 20px;
    line-height: normal
}

.service-firms .total-firms {
    float: left;
    font-size: 16px;
    color: #333
}

.service-lists .nav-tabs li a {
    color: #181818;
    border: none;
    background: #f9f9f9;
    margin-right: 10px;
    padding: 15px;
    line-height: 21px
}

.service-lists .nav-tabs li a svg {
    float: left;
    margin-right: 10px
}

.service-lists .nav-tabs li a:hover, .service-lists .nav-tabs li.active a {
    color: #3a7af3;
    border: none;
    background: #fff
}

.service-lists .nav-tabs li a:hover svg g, .service-lists .nav-tabs li.active a svg g {
    fill: #3a7af3
}

.software-filter {
    width: 275px;
    float: left
}

.service-filter-section, .software-filter-section {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff
}

.service-filter-section.sticky, .software-filter-section.sticky {
    position: fixed;
    top: 80px;
    width: 275px
}

.filter-softwares {
    margin-left: 295px;
    position: relative
}

.heading22 {
    font-size: 22px;
    color: #181818
}

.service-filter-header, .software-filter-header {
    height: 48px;
    line-height: 48px;
    padding: 0 15px
}

.service-filter-header span, .software-filter-header span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Graphik-Medium
}

.service-filter-header span svg {
    position: relative;
    top: 4px;
    margin-right: 10px
}

.filter-header-mobile {
    display: none
}

.filter-section-title {
    font-size: 16px;
    color: #181818;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    cursor: pointer;
    position: relative
}

.filter-section-title::after {
    border: 2px solid #757982;
    height: 9px;
    width: 9px;
    border-left: 0;
    border-bottom: 0;
    content: "";
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 19px
}

.service-features-filter, .software-features-filter {
    position: relative;
    display: block;
    overflow-y: auto
}

.service-features-filter .filter-section, .software-features-filter .filter-section {
    border-bottom: 1px solid #e2e2e2
}

.service-features-filter .filter-section:last-child, .software-features-filter .filter-section:last-child {
    border-bottom: none
}

.service-features-filter .filter-section ul, .software-features-filter .filter-section ul {
    display: none
}

.f-country-s #location-filter {
    display: none
}

.f-country-s.open #location-filter {
    display: block
}

.service-features-filter .filter-section.open ul, .software-features-filter .filter-section.open ul {
    display: block
}

.service-features-filter .filter-section ul li label, .software-features-filter .filter-section ul li label {
    word-break: break-all;
    overflow: hidden
}

.service-features-filter .filter-section.open .filter-section-title::after, .software-features-filter .filter-section.open .filter-section-title::after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px
}

.service-features-filter .filter-section ul li label::before, .software-features-filter .filter-section ul li label::before {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    width: 19px;
    height: 19px;
    left: 15px
}

.service-features-filter .filter-section ul li label.checked::before, .software-features-filter .filter-section ul li label.checked::before {
    background: url(../img/new-slices.png) -306px -32px no-repeat;
    border: none
}

.service-features-filter .filter-section ul li label, .software-features-filter .filter-section ul li label {
    color: #181818;
    font-size: 14px;
    position: relative;
    padding-left: 42px;
    height: 32px;
    line-height: 32px;
    cursor: pointer
}

.service-features-filter .filter-section ul li label input, .software-features-filter .filter-section ul li label input {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    cursor: pointer
}

.service-features-filter .filter-section ul, .software-features-filter .filter-section ul {
    padding: 0;
    margin: 0
}

.service-features-filter .filter-section ul li, .software-features-filter .filter-section ul li {
    position: relative
}

.service-filter-section .apply_filter, .software-filter-section .apply_filter {
    width: 127px
}

.service-filter-section.sticky.btomfixed, .software-filter-section.sticky.btomfixed {
    bottom: 20px;
    top: auto;
    position: absolute
}

.filter-service-lists h2, .filter-softwares h2 {
    padding: 15px 0 20px;
    float: left;
    width: calc(100% - 230px)
}

.service-list-sort, .software-list-sort {
    position: absolute;
    top: 11px;
    right: 0;
    width: 204px
}

.service-list-sort label, .software-list-sort label {
    float: left;
    height: 34px;
    line-height: 34px
}

.company-services {
    padding: 0 20px;
    color: #757982
}

.filter-softwares .firms-l {
    min-height: 182px;
    margin-right: 220px
}

.company-services .company-services {
    color: #333;
    font-family: Graphik-Medium
}

.more-info-page .heading22 {
    padding-top: 25px
}

.more-info-page .tips-info {
    padding: 20px 0
}

.software_blogs {
    overflow: hidden
}

.software_blogs .blog-list-desc {
    width: 100%;
    margin: 0
}

.software_blogs .otherposts.detial-blog-list {
    width: calc(50% - 10px);
    max-width: 50%;
    float: left !important;
    margin: 0 0 30px
}

.software_blogs .otherposts.detial-blog-list:nth-child(2) {
    margin: 0 0 30px;
    width: calc(50% - 10px);
    float: right !important
}

.related-categories-list {
    background: #fff;
    padding: 30px;
    overflow: hidden
}

.related-categories-list a {
    color: #3a7af3;
    font-weight: 400
}

.related-categories-list a::before {
    content: "";
    background: #3a7af3;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px
}

.more-info-page .related-categories-list .heading22 {
    padding: 0 0 15px
}

.related-categories-list .col-md-6 {
    line-height: 40px
}

.sub-head-sort {
    overflow: hidden
}

.s-f-r-b {
    display: none
}

.ellipsistagline {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 67%;
    overflow: hidden
}

.service-filter-section .back-filter, .software-filter-section .back-filter {
    display: none
}

.filter-mobile {
    display: none
}

.software-list-review {
    padding-top: 15px;
    overflow: hidden;
    color: #757982
}

.cmc-b {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.labelc {
    color: #757982
}

.key-details .labelc {
    font-size: 12px
}

a.askquestioncall::before {
    background: url(../img/askquestion.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    width: 19px;
    height: 19px;
    left: 0
}

.free-tag a.askquestioncall::before {
    background: url(https://cdn.goodfirms.co/images/list_icon_ask_question.svg) 0 0 no-repeat
}

a.askquestioncall {
    color: #333;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    padding-left: 23px
}

.askQuestionProfileImg {
    float: left;
    height: 37px;
    line-height: 35px;
    width: 37px
}

.askQuestionProfileInfo {
    margin-left: 52px
}

.askQuestionText {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    word-wrap: break-word;
    color: #333
}

.askQuestionSubText {
    font-weight: 400;
    font-size: 12px;
    color: #757982;
    line-height: 1.8
}

.askQuestionProfile {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin: 12px 0 15px;
    overflow: hidden
}

.askQuestionProfileImg img {
    max-width: 37px;
    height: auto;
    border-radius: 18px
}

.askQuestionProfileInfo {
    margin-left: 49px
}

.askQuestionProfileInfo .profileName {
    margin-top: 4px;
    font-family: Graphik-Semibold;
    font-size: 18px
}

.askQuestionProfileInfo .name {
    margin-right: 10px;
    line-height: 1.5
}

.askQuestionProfileInfo .asked {
    color: #757982;
    font-family: Graphik-Regular
}

.askQuestionBox {
    border-radius: 5px;
    border: 1px solid #e2e6ec;
    height: 275px;
    position: relative
}

.askQuestionBox .questionInput {
    margin: 15px 15px 25px;
    height: 190px;
    position: relative
}

.charatercount {
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    color: #757982;
    right: 0
}

.charatercount.minus {
    background: #f73e5d;
    color: #fff;
    padding: 0 5px;
    border-radius: 10px
}

.askQuestionBox .searchInput {
    border: none;
    resize: none;
    width: 100%;
    font-size: 22px;
    max-height: 190px;
    overflow-y: auto;
    line-height: normal;
    height: 25px;
    outline: 0;
    padding: 0;
    margin: 0
}

.askQuestionBox .searchInput::placeholder {
    color: #9399a0;
    font-size: 1.125rem;
    opacity: .7;
    line-height: 25px
}

.askQuestionLinkImg {
    float: left;
    text-align: right;
    padding-top: 4px;
    width: 35px;
    margin-right: 10px;
    line-height: normal
}

.askQuestionLinkInfo {
    margin: 5px 0 0 45px
}

.askQuestionurl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: normal;
    margin-bottom: 10px
}

.askQuestionBox .linkInput::placeholder {
    color: #9399a0;
    opacity: .7;
    font-size: 13px
}

.askQuestionBox .linkInput {
    border: none;
    width: 98%;
    height: 22px;
    line-height: normal;
    font-size: 13px;
    outline: 0
}

.askQuestionButton {
    text-align: center;
    padding: 20px 20px 0;
    overflow: hidden
}

.add_qtn, .can_ask_qtn, .cancel_qtn, .sub_ask_qtn {
    font-size: 13px;
    color: #333;
    outline: 0;
    height: 37px;
    padding: 0 5px;
    border-radius: 4px
}

.askQuestionButton .cancel_qtn, .can_ask_qtn {
    border: 1px solid #333;
    width: 124px;
    font-weight: 400;
    background-color: #fff;
    margin-right: 25px;
    cursor: pointer
}

.askQuestionButton .add_qtn, .askQuestionButton .add_qtn[disabled], .sub_ask_qtn, .sub_ask_qtn[disabled] {
    width: 150px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    font-family: Graphik-Medium;
    opacity: 1;
    color: #333
}

.askQuestionButton .add_qtn, .sub_ask_qtn {
    border: 1px solid #3a7af3;
    background-color: #3a7af3;
    cursor: pointer;
    color: #fff
}

.askQuestionButton .add_qtn:hover, .sub_ask_qtn:hover {
    background: #2d66d2
}

.question-suggest-list {
    height: 180px;
    width: 100%;
    background-color: #fff;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .05);
    border-radius: 4px
}

.sub_ask_qtn.summited[disabled] {
    font-size: 0;
    color: transparent;
    background: #3a7af3;
    position: relative;
    vertical-align: bottom
}

.sub_ask_qtn.summited[disabled]::before {
    content: "";
    border: 4px solid #8fb6ff;
    border-radius: 50%;
    border-top: 4px solid #3a7af3;
    width: 22px;
    height: 22px;
    animation: spin 2s linear infinite;
    display: block;
    position: absolute;
    top: 7px;
    left: 64px
}

.ask-list {
    padding: 0;
    margin: 0
}

.ask-list li a {
    display: block;
    padding: 5px 20px 5px 10px;
    text-decoration: none
}

.ask-list li a .questionRow {
    color: #181818;
    display: block;
    font-size: 15px;
    padding: 10px 0 5px
}

.ask-list li a .questionRow:hover, .ask-list li a:hover .questionRow, .ask-list li.active a .questionRow {
    color: #3a7af3;
    text-decoration: underline
}

.ask-list li:not(:last-child) {
    border-bottom: solid 1px #e2e2e2
}

.ask-list li.active, .ask-list li:hover {
    background: #fafafa
}

.ask-list li a .answerRow, .ask-list li.active a .answerRow {
    color: #757982;
    font-size: 12px;
    display: block;
    padding-bottom: 4px
}

.ask-list li a .answerRow:hover, .ask-list li a:hover .answerRow {
    text-decoration: none
}

.ask-list li a .questionRow em {
    font-style: normal;
    font-family: Graphik-Semibold
}

.ss-wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.topiclist {
    max-height: 220px;
    overflow: hidden;
    position: relative
}

.ss-content {
    padding: 0 20px 0 3px;
    position: relative;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 220px;
    margin-right: -30px
}

.suggest-topic-list .ss-content {
    padding-left: 0
}

.question-suggest-list .ss-content {
    max-height: 180px
}

.ss-scroll {
    position: absolute;
    background: #c4c4c4;
    width: 6px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity .25s linear;
    right: 0 !important
}

.askQuestionurl .error-message {
    font-size: 12px;
    color: #f73e5d;
    font-family: Graphik-Semibold;
    margin-top: 0;
    display: block;
    height: 15px
}

.askTopicBox {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    position: relative
}

.askTopicBox .searchTopicInput {
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 25px 0 15px;
    width: 100%
}

.askTopicBox .searchTopicInput:focus {
    border-color: #66afe9;
    outline: 0
}

.askTopicBox .searchTopicInput::placeholder {
    color: #757982;
    font-size: 14px
}

.content_inner .defaulttopiclist {
    height: 220px;
    overflow: hidden;
    position: relative
}

.suggest-topic-list {
    display: block;
    position: absolute;
    overflow: auto;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .05);
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 3;
    padding: 0;
    width: 100%;
    background-color: #fff;
    color: #757982
}

.askTopicBox .createTopic {
    padding: 10px
}

.createTopic .topicText {
    max-width: calc(100% - 171px);
    float: left;
    word-break: break-word
}

.createTopic div {
    display: inline-block;
    margin-right: 10px;
    color: #333
}

.createTopic .add_topic {
    border: 0;
    width: 150px;
    height: 36px;
    line-height: 36px
}

.topicRow {
    height: 56px;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    padding: 8px 10px;
    cursor: pointer
}

.topicRow.active, .topicRow:hover {
    background: #fafafa
}

.topicRow .topicIcon {
    float: left;
    margin-right: 10px
}

.topicRow .topicIcon img {
    border-radius: 5px;
    height: 40px;
    width: 40px
}

.topicRow .topicTitle {
    float: left;
    line-height: 40px;
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.def-topic-list input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/checkbox.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 13px 0 0;
    outline: 0 !important;
    cursor: pointer
}

.def-topic-list input:checked {
    background: url(../img/checked.svg) 0 0 no-repeat
}

.def-topic-list {
    margin: 0;
    padding: 0
}

.def-topic-list label {
    line-height: normal;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    white-space: nowrap
}

.def-topic-list li {
    height: 30px;
    padding: 3px 0 0;
    margin-bottom: 8px
}

.topic_length {
    padding: 15px;
    display: block;
    line-height: normal
}

#deletetopic .modal-dialog {
    width: 100%;
    max-width: 400px;
    padding: 20px
}

#deletetopic .modal-content {
    padding: 30px
}

#deletetopic .cancel-confirm {
    font-size: 24px;
    font-weight: 700;
    color: #181818
}

.cancel-confirm-footer {
    margin-top: 20px
}

.cancel-confirm-footer button {
    font-size: 13px;
    color: #333;
    outline: 0;
    height: 37px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    margin-right: 20px;
    width: 86px
}

#deletetopic {
    background: rgba(255, 255, 255, .7) !important
}

#askquestion .modal-dialog, #asktopic .modal-dialog {
    width: 623px;
    padding: 20px
}

#deletetopic .modal-content {
    font-size: 16px;
    color: #757982
}

.t_search_close::after, .t_search_close::before {
    position: absolute;
    right: 7px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #7f858c
}

.t_search_close::after {
    transform: rotate(-45deg)
}

.t_search_close::before {
    transform: rotate(45deg)
}

.t_search_close {
    position: absolute;
    top: 15px;
    right: 6px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    display: inline-block
}

.blog-breadcrumb {
    height: 42px;
    line-height: 42px;
    padding: 0;
    float: left;
    overflow: hidden;
    width: 100%
}

.next-theme label {
    color: #757982;
    font-size: 12px
}

.next-theme label.error {
    padding: 0;
    font-size: 14px
}

.signin-normal {
    float: left;
    width: 60%;
    padding-right: 60px;
    border-right: 1px solid #e2e2e2
}

.singin-social {
    float: right;
    width: 40%;
    padding-left: 30px
}

.forgotpos {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 14px
}

.info-text a {
    height: 42px;
    border-radius: 4px;
    border: solid 1px #3a7af3;
    display: block;
    line-height: 42px;
    width: 100%;
    text-decoration: none;
    margin-top: 10px
}

.info-text a:focus, .info-text a:hover {
    background: #3a7af3;
    color: #fff
}

.next-theme.signin-page {
    width: 100%;
    max-width: 946px;
    margin: 40px auto;
    padding: 25px 35px
}

.mobshow {
    display: none
}

.imageslayout {
    overflow: hidden;
    display: flex;
    margin: 30px 0 40px;
    flex-direction: row;
    justify-content: center
}

.imageContainer {
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 3px;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #f5f5f5;
    justify-content: center
}

.orcontainer {
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 10px;
    padding: 0;
    height: 50px;
    justify-content: center;
    color: #757982;
    font-size: 16px
}

.imageContainer:hover {
    background: #e2e2e2
}

.imageContainer a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.reviewer-register {
    width: 100%;
    max-width: 509px;
    padding: 30px;
    margin: 40px auto
}

.reviewer-register h1 {
    color: #333;
    font-size: 20px
}

.reviewer_logo {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 20px auto
}

.reviewer_logo .logoimg input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 6;
    font-size: 0;
    padding: 0
}

.reviewer_logo .logoimg svg {
    float: left
}

.reviewer_logo .logoimg img {
    border-radius: 50px
}

.signupForm {
    padding: 20px 30px 10px
}

.signupForm .form-group {
    margin-bottom: 15px
}

.signupForm .forgotpos {
    top: 1px
}

.modalfooter {
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.service-firms-mob {
    display: none
}

.service-lists .mobileh2, .software-lists .mobileh2 {
    display: none
}

.company-features-mobile, .company-info-mobile {
    display: none
}

.sheetContainer {
    position: fixed;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 21;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none
}

.backgroundSheetContainer {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1)
}

.bottomSheetList.clsh {
    transform: translateY(100%)
}

.bottomSheetList {
    transform: translateY(0);
    position: absolute !important;
    z-index: 2;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 8px 0 !important;
    border-radius: 6px 6px 0 0 !important;
    bottom: 0;
    width: 100%;
    transition-timing-function: ease-in;
    transition: .5s
}

.bottomSheetListUL {
    padding: 0;
    width: 100%;
    margin: 0
}

.sheetHeader {
    font-weight: 500;
    font-size: 15px;
    padding: 10px 4px 12px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2
}

.bottomSheetList li a {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-transform: none;
    line-height: 50px;
    padding: 0 16px;
    outline: 0;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    height: auto
}

.sheetClose {
    float: right;
    margin: 1px 10px 0 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    box-sizing: content-box
}

.bottomSheetList li a.active span::after {
    background: url(https://cdn.goodfirms.co/react-app-icons/action-selection.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 8px
}

.buyers-guide-head {
    color: #181818;
    padding-bottom: 20px;
    line-height: 26px
}

.buyers-guide-head {
    font-size: 22px;
    color: #3a7af3;
    font-family: Graphik-Medium, sans-serif
}

.question-list {
    padding: 0 15px 0 0;
    overflow: auto
}

.question-list li {
    padding-bottom: 20px;
    line-height: 1.63
}

.question-list li a {
    font-size: 16px;
    color: #333;
    font-family: Graphik-Medium, sans-serif;
    line-height: 1.63;
    text-decoration: none
}

.question-list li a.active, .question-list li a:hover {
    color: #3a7af3
}

.buyers-guide {
    overflow: hidden;
    padding: 50px 35px;
    position: relative
}

.buyers-guide-question {
    float: left;
    margin: 0 50px 0 0;
    width: 370px;
    padding: 25px 15px 10px 25px;
    border-radius: 5px;
    border: solid 1px #3a7af3;
    background-color: #f4f8ff
}

.buyers-guide-answer-part {
    width: calc(100% - 420px);
    float: right
}

.guide-question {
    color: #181818;
    font-family: Graphik-Semibold;
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 24px
}

.guide-answer {
    line-height: 24px;
    font-size: 16px
}

.guide-answer p {
    padding: 0 0 18px !important;
    margin: 0 !important
}

.guide-answer h4, .guide-answer h4 b, .guide-answer h4 strong {
    font-family: Graphik-Semibold;
    font-size: 16px;
    font-weight: 400
}

.guide-answer h3, .guide-answer h3 b, .guide-answer h3 strong {
    font-family: Graphik-Medium;
    font-size: 18px;
    font-weight: 400
}

.guide-answer h3 {
    padding: 10px 0 12px;
    line-height: 26px;
    margin: 0 !important
}

.guide-answer h4 {
    padding: 0 0 5px;
    line-height: 26px;
    margin: 0 !important
}

.guide-answer ul {
    line-height: 28px;
    padding-bottom: 15px;
    padding-left: 22px;
    margin: 0 !important;
    list-style: disc
}

.buyers-guide-answer {
    border-bottom: 2px #e2e2e2 dotted;
    padding-bottom: 5px;
    margin-bottom: 25px
}

.buyers-guide-answer:last-child {
    border-bottom: none
}

.buyers-guide-question.sticky {
    position: fixed;
    top: 140px
}

.buyers-guide-question.sticky.btomfixed {
    bottom: 20px;
    top: auto;
    position: absolute
}

.ansewr-pdf {
    height: 45px;
    border-radius: 4px;
    border: solid 1px #d1ddf2;
    background-color: #f8faff;
    padding: 8px 12px;
    font-size: 16px
}

.ansewr-pdf svg {
    vertical-align: middle;
    margin-right: 12px
}

.ansewr-pdf a {
    float: right
}

.filter-section.mobile-sort {
    display: none
}

.star-container {
    width: 88px;
    height: 16px;
    position: relative;
    float: left;
    margin-right: 2px
}

.profile-star {
    background: url(https://cdn.goodfirms.co/images/smallstar.png) 0 0 repeat-x;
    width: 88px;
    position: absolute;
    z-index: 2;
    height: 16px
}

.star-container .fstar {
    height: 16px
}

.service-entity, .software-entity {
    width: 100%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #fff;
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 20px 8px
}

@media (min-width: 481px) {
    .free-tag {
        min-height: 38px;
        padding-top: 5px
    }

    .free-tag-left {
        height: 32px
    }

    .free-tag-left a {
        height: 32px;
        top: 0;
        padding: 5px 8px
    }

    .free-tag-right {
        height: 32px
    }

    .follow-organisation-list a {
        height: 32px;
        line-height: 22px;
        top: 0;
        padding: 5px 8px
    }

    .follow-organisation-list a, .free-tag a.service-review-add {
        line-height: 22px;
        top: 0;
        padding: 6px 12px;
        text-decoration: none
    }

    .free-tag a:hover {
        background: #f9f9f9;
        border-radius: 30px
    }

    .service-entity, .software-entity {
        padding-bottom: 5px
    }

    .follow-organisation-list {
        padding-left: 10px
    }

    .follow-organisation-list .follow-option-btn {
        background-position: 50% 3px;
        margin-left: 0;
        margin-top: 6px
    }

    .follow-organisation-list .follow-option ul {
        padding: 6px 5px
    }

    .follow-organisation-list .follow-option ul li {
        height: 32px
    }

    .follow-organisation-list .follow-option ul li a {
        display: block;
        border-radius: 8px
    }

    .free-tag a.followingButton {
        padding-right: 5px
    }

    .free-tag a.followingButton:focus, .free-tag a.followingButton:hover {
        background: 0 0
    }

    .free-tag a.service-review-add.listing-courses-review {
        height: 32px
    }

    .course-listing-container .free-tag {
        height: 38px
    }
}

.software-listing .pagination-block {
    padding: 5px 0 15px
}

.listing-img, .service-entity .company-image {
    float: left;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    line-height: 45px
}

.listing-img img {
    max-height: 48px;
    max-width: 48px
}

.service-entity h3, .software-entity h3 {
    max-width: 95% !important;
    margin-right: 10px;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    line-height: 19px;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: Graphik-Semibold;
    color: #181818;
    float: left
}

.profile-tagline {
    line-height: 18px;
    vertical-align: top
}

.profile-star-link {
    overflow: hidden;
    line-height: 20px;
    font-size: 15px
}

.profile-star-link a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top
}

.review-container .star-container {
    margin-right: 7px
}

.review_sep {
    background: #3a7af3;
    height: 4px;
    width: 4px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    margin: 0 6px
}

.service-entity .firms-l, .software-entity .firms-l {
    line-height: 28px
}

.profile-short-info {
    clear: both;
    padding-top: 12px;
    line-height: 1.7
}

.service-entity .profile-image, .software-entity .profile-image {
    height: 45px;
    width: 45px;
    color: #fff;
    text-align: center;
    border-radius: 22px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    line-height: 45px
}

.service-entity .profile-image img, .software-entity .profile-image img {
    max-height: 45px;
    max-width: 45px;
    vertical-align: top
}

.review-conclusion {
    font-family: Graphik-Semibold;
    color: #181818 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
    overflow: hidden;
    float: left
}

.firm-review {
    line-height: 24px
}

.reviewer-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    font-size: 15px
}

.linkbtn {
    font-size: 14px;
    text-transform: capitalize;
    font-family: Graphik-Semibold;
    color: #fff;
    border: 1px solid #3a7af3;
    padding: 0 15px;
    text-align: center;
    background: #3a7af3;
    border-radius: 4px;
    fill: #fff;
    height: 42px;
    line-height: 42px;
    margin: 0;
    letter-spacing: .025em;
    text-decoration: none;
    display: block
}

.linkbtn:focus, .linkbtn:hover {
    background: #2d66d2;
    color: #fff;
    text-decoration: none
}

.service-entity .linkbtn, .software-entity .linkbtn {
    margin: 0 0 20px 20px
}

.firms-r {
    width: 201px;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 58px;
    border-left: 1px solid #e2e2e2
}

.profile-flex {
    display: flex;
    flex-direction: column;
    clear: both;
    min-height: 206px
}

.software-entity .profile-flex {
    min-height: 132px
}

.profile-position {
    float: left;
    line-height: 18px;
    font-size: 18px;
    font-family: Graphik-Semibold;
    color: #181818;
    margin-right: 5px
}

.profile-position::after {
    content: "."
}

.listing-name-tag {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    margin-left: 70px
}




a.sendMessage {
    color: #333;
    cursor: pointer;
    position: relative;
    margin-right: 20px
}
.demo_login_icon
{
    padding: 0 !important;
    margin: 10px 0 !important;
}