.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../node_modules/owl.carousel/dist/assets/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

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 {
        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/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/bootstrap/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;
    box-sizing: border-box
}

:after, :before {
    -webkit-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.42857;
    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
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

.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, .icons-expander .item .head, 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, .icons-expander .item .head .small, .icons-expander .item .head 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, .icons-expander .item .head, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, .icons-expander .item .head .small, .icons-expander .item .head 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, .icons-expander .item .head, 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
}

.initialism, .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
}

.bg-primary {
    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;
    list-style: none;
    margin-left: -5px
}

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

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

dd, dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

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

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

abbr[data-original-title], abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

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.42857;
    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.42857
}

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.42857;
    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, .modal-lg, .modal-md, .modal-sm {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after, .container:before, .modal-lg:after, .modal-lg:before, .modal-md:after, .modal-md:before, .modal-sm:after, .modal-sm:before {
    display: table;
    content: " "
}

.container:after, .modal-lg:after, .modal-md:after, .modal-sm:after {
    clear: both
}

@media (min-width:768px) {
    .container, .modal-lg, .modal-md, .modal-sm {
        width: 750px
    }
}

@media (min-width:992px) {
    .container, .modal-lg, .modal-md, .modal-sm {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container, .modal-lg, .modal-md, .modal-sm {
        width: 1170px
    }
}

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

.container-fluid:after, .container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

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

.row:after, .row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.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, .images-post .col-left .custom-col:first-child, .images-post .col-left .custom-col:nth-child(4), .images-post .col-right .custom-col:nth-child(3) {
    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, .images-post .col-left .custom-col:first-child, .images-post .col-left .custom-col:nth-child(4), .images-post .col-right .custom-col:nth-child(3) {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12, .images-post .col-left .custom-col:first-child, .images-post .col-left .custom-col:nth-child(4), .images-post .col-right .custom-col:nth-child(3) {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@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-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .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 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, 0)
}

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
}

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.42857;
    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>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%;
    margin-bottom: 5px;
    font-weight: 700
}

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

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

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
}

input[type=file] {
    display: block
}

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

select[multiple], select[size] {
    height: auto
}

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.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-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: #eee;
    opacity: 1
}

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

textarea.form-control {
    height: auto
}

@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-group-sm>.input-group-btn>input.btn[type=date], .input-group-sm>.input-group-btn>input.btn[type=datetime-local], .input-group-sm>.input-group-btn>input.btn[type=month], .input-group-sm>.input-group-btn>input.btn[type=time], .input-group-sm>input.form-control[type=date], .input-group-sm>input.form-control[type=datetime-local], .input-group-sm>input.form-control[type=month], .input-group-sm>input.form-control[type=time], .input-group-sm>input.input-group-addon[type=date], .input-group-sm>input.input-group-addon[type=datetime-local], .input-group-sm>input.input-group-addon[type=month], .input-group-sm>input.input-group-addon[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-group-lg>.input-group-btn>input.btn[type=date], .input-group-lg>.input-group-btn>input.btn[type=datetime-local], .input-group-lg>.input-group-btn>input.btn[type=month], .input-group-lg>.input-group-btn>input.btn[type=time], .input-group-lg>input.form-control[type=date], .input-group-lg>input.form-control[type=datetime-local], .input-group-lg>input.form-control[type=month], .input-group-lg>input.form-control[type=time], .input-group-lg>input.input-group-addon[type=date], .input-group-lg>input.input-group-addon[type=datetime-local], .input-group-lg>input.input-group-addon[type=month], .input-group-lg>input.input-group-addon[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.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.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.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

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

.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, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

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

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

.input-group-sm>.input-group-btn>select.btn[multiple], .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select.form-control[multiple], .input-group-sm>select.input-group-addon[multiple], .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, 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-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

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

.input-group-lg>.input-group-btn>select.btn[multiple], .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select.form-control[multiple], .input-group-lg>select.input-group-addon[multiple], .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, 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.33333;
    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.33333
}

.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-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.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-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.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
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@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;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    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>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.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>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    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>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.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>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    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>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.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>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    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>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.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>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    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>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.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>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    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>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.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.33333;
    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;
    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-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.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;
    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.42857;
    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.42857;
    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 {
        left: 0;
        right: auto
    }
}

.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:after, .btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.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-lg.btn-group>.btn+.dropdown-toggle, .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-group-lg>.btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret, .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:after, .btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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 .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, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
    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:after, .nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.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.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 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-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, .nav-tabs.nav-justified {
    width: 100%
}

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

.nav-justified>li>a, .nav-tabs.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, .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

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

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

.nav-tabs-justified>li>a, .nav-tabs.nav-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, .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-justified>li>a, .nav-tabs.nav-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, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-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 {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after, .navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

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

.navbar-header:after, .navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

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

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    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);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after, .navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.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-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.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
    }
}

@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
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header, .modal-lg>.navbar-collapse, .modal-lg>.navbar-header, .modal-md>.navbar-collapse, .modal-md>.navbar-header, .modal-sm>.navbar-collapse, .modal-sm>.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, .modal-lg>.navbar-collapse, .modal-lg>.navbar-header, .modal-md>.navbar-collapse, .modal-md>.navbar-header, .modal-sm>.navbar-collapse, .modal-sm>.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-brand {
    float: left;
    height: 50px;
    padding: 15px 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, .navbar>.modal-lg .navbar-brand, .navbar>.modal-md .navbar-brand, .navbar>.modal-sm .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    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 {
    margin: 7.5px -15px
}

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

@media (max-width:767px) {
    .navbar-nav .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 .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

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

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

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

    .navbar-nav>li {
        float: left
    }

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

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    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);
    margin-top: 8px;
    margin-bottom: 8px
}

@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>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>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
}

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

.btn-group-xs>.navbar-btn.btn, .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: rgba(0, 0, 0, 0)
}

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

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

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0)
}

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

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0)
}

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

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

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: rgba(0, 0, 0, 0)
    }

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

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: rgba(0, 0, 0, 0)
    }
}

.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-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: #090909
}

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

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

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

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

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

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

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: rgba(0, 0, 0, 0)
}

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

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0)
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: rgba(0, 0, 0, 0)
    }
}

.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-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: "/ "
}

.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.42857;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.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>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>.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.33333
}

.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:after, .pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.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
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.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
}

.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
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.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, .modal-lg .jumbotron, .modal-md .jumbotron, .modal-sm .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container, .jumbotron .modal-lg, .jumbotron .modal-md, .jumbotron .modal-sm {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron, .modal-lg .jumbotron, .modal-md .jumbotron, .modal-sm .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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.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
    }
}

@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;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    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);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-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: 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: 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: 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: 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
}

.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
}

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-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-body:after, .panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.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 {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.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-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after, .modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.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-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    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;
    font-size: 12px;
    opacity: 0
}

.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.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
}

.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
}

.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-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    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;
    font-size: 14px;
    background-color: #fff;
    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)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.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
}

.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
}

.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;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-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 {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 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: rgba(0, 0, 0, 0);
    opacity: .5
}

.carousel-control.left {
    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-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: rgba(0, 0, 0, 0);
    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
    }
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix: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
}

.show {
    display: block !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-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    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
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.card-block {
    padding: 15px
}

.card-block:after, .card-block:before {
    display: table;
    content: " "
}

.card-block:after {
    clear: both
}

.card-title {
    margin-top: 0;
    margin-bottom: 10px
}

.card-subtitle {
    margin-top: -10px;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 15px
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card-header {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd
}

.card-header:after, .card-header:before {
    display: table;
    content: " "
}

.card-header:after {
    clear: both
}

.card-header:first-child {
    border-radius: 4px 4px 0 0
}

.card-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd
}

.card-footer:after, .card-footer:before {
    display: table;
    content: " "
}

.card-footer:after {
    clear: both
}

.card-footer:last-child {
    border-radius: 0 0 4px 4px
}

.card-header-tabs {
    margin-right: -5px;
    margin-bottom: -10px;
    margin-left: -5px;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -5px;
    margin-left: -5px
}

.card-primary {
    background-color: #337ab7;
    border-color: #337ab7
}

.card-primary .card-footer, .card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer, .card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer, .card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer, .card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer, .card-danger .card-header {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #337ab7
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse .card-footer, .card-inverse .card-header {
    border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
    color: rgba(255, 255, 255, .65)
}

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

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25em
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px
}

.card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/fonts/icomoonbd3a.ttf?t0rynu) format("truetype"), url(../fonts/icomoon/fonts/icomoonbd3a.woff?t0rynu) format("woff"), url(../fonts/icomoon/fonts/icomoonbd3a.svg?t0rynu#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-right-arrow:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-sign-right:before {
    content: "";
    color: #F05228
}

.icon-ram-2:before {
    content: ""
}

.icon-wifi:before {
    content: ""
}

.icon-ai:before {
    content: ""
}

.icon-cable:before {
    content: ""
}

.icon-camera-flash:before {
    content: ""
}

.icon-server-rack:before {
    content: "";
    color: #fff
}

.icon-support:before {
    content: "";
    color: #fff
}

.icon-traffic:before {
    content: ""
}

.icon-world:before {
    content: "";
    color: #fff
}

.icon-world-2:before {
    content: ""
}

.icon-windows:before {
    content: ""
}

.icon-arrow-right-thin:before {
    content: ""
}

.icon-hosting:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.icon-earth:before {
    content: ""
}

.icon-cross:before {
    content: "A"
}

.icon-check:before {
    content: "d"
}

.icon-pulse:before {
    content: ""
}

.icon-light:before {
    content: ""
}

.icon-shield:before {
    content: ""
}

.icon-anchor:before {
    content: ""
}

.icon-addcloud:before {
    content: ""
}

.icon-cloud:before {
    content: ""
}

.icon-cloud-harddisk:before {
    content: ""
}

.icon-organization-hierarchy:before {
    content: ""
}

.icon-basketball:before {
    content: ""
}

.icon-business:before {
    content: ""
}

.icon-hand-diamond:before {
    content: ""
}

.icon-exposure-level:before {
    content: ""
}

.icon-server:before {
    content: ""
}

.icon-hand-money-bag:before {
    content: ""
}

.icon-user-star:before {
    content: ""
}

.icon-reward-paper:before {
    content: ""
}

.icon-avatar-head:before {
    content: ""
}

.icon-folder-cloud:before {
    content: ""
}

.icon-hand-cloud:before {
    content: ""
}

.icon-key-circle:before {
    content: ""
}

.icon-radar:before {
    content: ""
}

.icon-check-shield:before {
    content: ""
}

.icon-chat-bubbles:before {
    content: ""
}

.icon-network-upload:before {
    content: ""
}

.icon-shipping-truck-delivery-time:before {
    content: ""
}

.icon-medal:before {
    content: ""
}

.icon-diskette:before {
    content: ""
}

.icon-check2:before {
    content: ""
}

.icon-secure-server:before {
    content: ""
}

.icon-user-settings:before {
    content: ""
}

.icon-templates:before {
    content: ""
}

.icon-hand-window:before {
    content: ""
}

.icon-data-protection:before {
    content: ""
}

.icon-speed:before {
    content: ""
}

.icon-server-reload:before {
    content: ""
}

.icon-cloud-star:before {
    content: ""
}

.icon-harddisk:before {
    content: ""
}

.icon-computer-chip:before {
    content: ""
}

.icon-data-transfer:before {
    content: ""
}

.icon-ram:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-mark-server:before {
    content: ""
}

.icon-profile-more:before {
    content: ""
}

.icon-server-statistics:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-cpu-flash:before {
    content: ""
}

.icon-favorite-network:before {
    content: ""
}

.icon-office:before {
    content: ""
}

.icon-serer-connections:before {
    content: ""
}

.icon-ssd:before {
    content: ""
}

.icon-database-hand:before {
    content: ""
}

.icon-dispatcher:before {
    content: ""
}

.icon-drag-and-drop:before {
    content: ""
}

.icon-trolley:before {
    content: ""
}

.icon-archive:before {
    content: ""
}

.icon-cloud-network:before {
    content: ""
}

.icon-cloud-server:before {
    content: ""
}

.icon-lock-group:before {
    content: ""
}

.icon-money-bag:before {
    content: ""
}

.icon-network-cable:before {
    content: ""
}

.icon-server-done:before {
    content: ""
}

.icon-server-key:before {
    content: ""
}

.icon-server-sync:before {
    content: ""
}

.icon-server-heart:before {
    content: ""
}

.icon-share-database:before {
    content: ""
}

.icon-bug-fix:before {
    content: ""
}

.icon-computer-connection:before {
    content: ""
}

.icon-group-online:before {
    content: ""
}

.icon-handshake:before {
    content: ""
}

.icon-server-firewall:before {
    content: ""
}

.icon-traffic-conversion:before {
    content: ""
}

.icon-user-store:before {
    content: ""
}

.icon-user-target:before {
    content: ""
}

.icon-booklet-male:before {
    content: ""
}

.icon-box-handle:before {
    content: ""
}

.icon-chat-smile:before {
    content: ""
}

.icon-cloud-timeout:before {
    content: ""
}

.icon-data-upload:before {
    content: ""
}

.icon-pin-app:before {
    content: ""
}

.icon-planet-orbit:before {
    content: ""
}

.icon-programming-bug:before {
    content: ""
}

.icon-server-settings:before {
    content: ""
}

.icon-server-shield:before {
    content: ""
}

.icon-user-timeout:before {
    content: ""
}

.icon-warning-computer:before {
    content: ""
}

.icon-window-programming:before {
    content: ""
}

.icon-window-wave:before {
    content: ""
}

.icon-wrench-screwdriver:before {
    content: ""
}

.icon-sports:before {
    content: ""
}

.icon-worker:before {
    content: ""
}

.icon-bee:before {
    content: ""
}

.icon-instagram-light:before {
    content: ""
}

.icon-facebook-light:before {
    content: ""
}

.icon-pinterest-light:before {
    content: ""
}

.icon-shape:before {
    content: ""
}

.icon-twitter-light:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-caret-right:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-long-arrow-left:before {
    content: ""
}

.icon-long-arrow-right:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-arrow-right:before {
    content: "m"
}

#footer .capabilities-list, #footer .footer-bottom ul, #header .login-list, #header .main-menu .dropdown-menu ul, .contact-socials, .favorite-benefits-cloud .favorite-list, .features-list, .featuring-cloud .info-list, .get-started-section .list, .list-advantage, .list-btn-link, .list-info, .list-links, .list-numbers, .list-payments, .list-services, .list-users, .logos-list, .menu .dropdown-aside-list, .plans-page .intro-block .info-list, .qualifications-list, .support-cloud ul, .support-info ul {
    margin: 0;
    padding: 0
}

#footer .capabilities-list, #footer .footer-bottom ul, #header .login-list, #header .main-menu .dropdown-menu ul, .contact-socials, .favorite-benefits-cloud .favorite-list, .features-list, .featuring-cloud .info-list, .get-started-section .list, .list-advantage, .list-btn-link, .list-info, .list-links, .list-numbers, .list-payments, .list-services, .list-users, .logos-list, .menu .dropdown-aside-list, .plans-page .intro-block .info-list, .qualifications-list, .support-cloud ul, .support-info ul {
    list-style: none
}

#footer .footer-bottom ul:after, #footer .footer-bottom ul:before, #header:after, #header:before, .hexagon-links-block:after, .hexagon-links-block:before, .support-cloud .list-holder:after, .support-cloud .list-holder:before {
    content: " ";
    display: block;
    clear: both
}

.section-head .description, .why-choose-section .columns, .why-choose-section .section-head .title {
    margin-left: auto;
    margin-right: auto
}

.list-advantage li:before, .list-checkbox>li:before, .list-info li:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.h1-big, .text-size-0 {
    font-size: 48px;
    line-height: 1.18182;
    letter-spacing: -.01786em
}

.h1-big .big, .text-size-0 .big {
    font-size: 1.09091
}

@media screen and (max-width:991px) {
    .h1-big, .text-size-0 {
        font-size: 36px
    }
}

@media screen and (max-width:767px) {
    .h1-big, .text-size-0 {
        font-size: 30px
    }
}

.h1, .text-size-1, h1 {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -.063em;
    margin-bottom: 20px
}

.sm.h1, .text-size-1.sm, h1.sm {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -.01em
}

@media screen and (max-width:1199px) {
    .sm.h1, .text-size-1.sm, h1.sm {
        font-size: 30px
    }
}

@media screen and (max-width:991px) {
    .sm.h1, .text-size-1.sm, h1.sm {
        font-size: 26px
    }
}

@media screen and (max-width:1199px) {
    .h1, .text-size-1, h1 {
        font-size: 32px
    }
}

@media screen and (max-width:767px) {
    .h1, .text-size-1, h1 {
        font-size: 28px
    }
}

.h2, .text-size-2, h2 {
    line-height: 1.25;
    letter-spacing: -.01em;
    font-size: 32px;
    margin-bottom: 25px
}

@media screen and (max-width:1199px) {
    .h2, .text-size-2, h2 {
        font-size: 28px
    }
}

@media screen and (max-width:767px) {
    .h2, .text-size-2, h2 {
        font-size: 24px
    }
}

.h3, .text-size-3, h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: 20px
}

@media screen and (max-width:1199px) {
    .h3, .text-size-3, h3 {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .h3, .text-size-3, h3 {
        font-size: 18px
    }
}

#footer .capabilities-list li, .accordion-holder .panel-default .panel-title, .h4, .heading-box dt, .home-a-dedicated-performance .heading-box-align dt, .icons-expander .item .head, .text-size-4, h4 {
    font-size: 18px;
    line-height: 1.4
}

.extreme-power-section p, .h5, .list-checkbox>li, .page-template-template-fully-managed-hosting .full-specs-section .table thead tr td, .text-content .description, .text-size-5, h5 {
    font-size: 16px;
    line-height: 1.125
}

@media screen and (max-width:1199px) {
    .extreme-power-section p, .h5, .list-checkbox>li, .page-template-template-fully-managed-hosting .full-specs-section .table thead tr td, .text-content .description, .text-size-5, h5 {
        font-size: 15px
    }
}

@media screen and (max-width:991px) {
    .extreme-power-section p, .h5, .list-checkbox>li, .page-template-template-fully-managed-hosting .full-specs-section .table thead tr td, .text-content .description, .text-size-5, h5 {
        font-size: 14px
    }
}

.customer-review .author, .customer-review .link, .customer-review .position, .dedicated-server-inner-menu .bottom-nav ul>li, .dedicated-servers-hero-a .review, .h6, .heading-box dd, .list-advantage.list-advantage-sol li, .modal-sidebar .top .title, .text-size-6, h6 {
    font-size: 14px;
    line-height: 1
}

@media screen and (max-width:1199px) {
    .customer-review .author, .customer-review .link, .customer-review .position, .dedicated-server-inner-menu .bottom-nav ul>li, .dedicated-servers-hero-a .review, .h6, .heading-box dd, .list-advantage.list-advantage-sol li, .modal-sidebar .top .title, .text-size-6, h6 {
        font-size: 13px
    }
}

@media screen and (max-width:991px) {
    .customer-review .author, .customer-review .link, .customer-review .position, .dedicated-server-inner-menu .bottom-nav ul>li, .dedicated-servers-hero-a .review, .h6, .heading-box dd, .list-advantage.list-advantage-sol li, .modal-sidebar .top .title, .text-size-6, h6 {
        font-size: 12px
    }
}

.customer-review .sm.author, .customer-review .sm.link, .customer-review .sm.position, .dedicated-server-inner-menu .bottom-nav ul>li.sm, .dedicated-servers-hero-a .sm.review, .heading-box dd.sm, .list-advantage.list-advantage-sol li.sm, .modal-sidebar .top .sm.title, .sm.h6, .text-size-6.sm, h6.sm {
    font-size: 12px;
    line-height: 13px
}

.comparison-hosting-block ul li:first-child .cell, .customer-review .author, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .heading-box dt, .icons-expander .item .head, .list-checkbox>li, h1, h2, h3, h4, h5, h6 {
    color: #0c143a;
    font-weight: 600
}

.h1-big {
    font-weight: 400
}

h1 {
    margin: 0 0 36px
}

h4 {
    margin: 0 0 15px
}

h6 {
    margin: 0 0 15px
}

.text-bold {
    font-weight: 700
}

.text-semibold {
    font-weight: 600
}

.stories-wrap .block-story-main .text, .text-medium, b, strong {
    font-weight: 500
}

.text-normal {
    font-weight: 400
}

.text-light {
    font-weight: 300
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-xs-justify {
    text-align: justify
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

.text-row-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.section-head {
    margin-bottom: 73px
}

@media screen and (max-width:1199px) {
    .section-head {
        margin-bottom: 63px
    }
}

@media screen and (max-width:991px) {
    .section-head {
        margin-bottom: 53px
    }
}

@media screen and (max-width:767px) {
    .section-head {
        margin-bottom: 53px
    }
}

.section-head .subtitle {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    display: block
}

.section-head .title {
    margin-bottom: .63636em
}

.section-head .description {
    max-width: 750px
}

.section-head .description p:last-child {
    margin-bottom: 0
}

.section-head-small-offset {
    margin-bottom: 30px
}

.section-head-sm {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.text-content .subtitle {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    display: block
}

.text-content .title {
    margin: .92857em 0 1.07143em
}

.text-content .description {
    line-height: 1.5;
    margin: 1em auto
}

.section-separator {
    display: block;
    margin: 4em auto;
    border: none;
    border-top: 1px solid #e3e8ee;
    max-width: 1200px
}

.why-us-innovation-section, .why-us-support-section {
    margin: 120px 0
}

@media screen and (max-width:1199px) {
    .why-us-innovation-section, .why-us-support-section {
        margin: 90px 0
    }
}

@media screen and (max-width:991px) {
    .why-us-innovation-section, .why-us-support-section {
        margin: 80px 0
    }
}

@media screen and (max-width:767px) {
    .why-us-innovation-section, .why-us-support-section {
        margin: 50px 0
    }
}

.color-success {
    color: #F05228 !important
}

.bg-success {
    background-color: #F05228 !important
}

.color-primary {
    color: #5e40e4 !important
}

.color-midnight {
    color: #0c143a
}

.stories-wrap .block-story-main .text, .text-medium, b, strong {
    color: #3d4361
}

.bg-primary {
    background-color: #5e40e4 !important
}

.bg-light {
    background-color: #f2f4f7 !important
}

.bg-white {
    background-color: #fff !important
}

.text-dark {
    color: #000 !important
}

.link {
    font-weight: 500;
    text-decoration: none
}

.link:hover {
    text-decoration: none
}

.link .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0 0 0 5px
}

.link-success {
    color: #F05228
}

.link-success:hover {
    color: #007046
}

.center {
    text-align: center
}

.text-inherit {
    color: inherit
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.overflow-hidden {
    overflow: hidden
}

.link-icon-thin {
    font-weight: 500
}

.link-icon-thin i {
    position: relative;
    top: 2px;
    padding-left: 4px
}

.link-icon-thin.backward-emphasis {
    text-decoration: underline
}

.link-icon-thin.backward-emphasis:hover {
    text-decoration: none
}

.link-more {
    letter-spacing: -.29px;
    position: relative;
    padding-right: 26px
}

.link-more i {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 1.2em
}

.title-border {
    -webkit-box-shadow: inset 0 -2px #fff, inset 0 -.175em #F05228;
    box-shadow: inset 0 -2px #fff, inset 0 -.175em #F05228
}

.clear {
    clear: both
}

.item-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px
}

.item-secondary i {
    color: #F05228;
    margin-right: 11px;
    font-size: .9em
}

.item-secondary .text {
    line-height: 1.5
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-xs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .d-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.label-new {
    position: absolute;
    top: -2px;
    right: 9px;
    background: #f7bcb654;
    padding: 5px 10px 7px 10px;
    color: #F05228;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center
}

.state-icon {
    width: 24px;
    height: 24px;
    color: #fff
}

.state-icon.available {
    background: #F05228;
    border-radius: 50%
}

.state-icon.available:before {
    position: relative;
    top: 4px
}

.state-icon.question {
    background: #000;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 500
}

.state-icon.question span {
    position: relative;
    top: -1px
}

.state-icon.not-available {
    background: #c9cbd3;
    border-radius: 50%
}

.icon-close:before {
    content: '×';
    font-size: 15px;
    font-weight: 900;
    top: -1px;
    position: relative
}

.button-views {
    width: 22px;
    height: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    position: relative;
    border: none;
    background: 0 0
}

.button-views:focus {
    outline: 0
}

.button-views:after, .button-views:before {
    content: '';
    position: absolute;
    background: #0c143a
}

.button-views:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px
}

.button-views:after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%
}

.button-views.cross {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px
}

.img-shadow {
    -webkit-box-shadow: 10px 22px 30px 0 rgba(31, 37, 50, .05);
    box-shadow: 10px 22px 30px 0 rgba(31, 37, 50, .05)
}

.minw-auto {
    min-width: auto !important
}

.d-inline-block {
    display: inline-block !important
}

@media screen and (min-width:992px) {
    .mr-md-30 {
        margin-right: 30px
    }
}

@media screen and (min-width:1200px) {
    .mr-lg-30 {
        margin-right: 30px
    }
}

@media screen and (min-width:1200px) {
    .mb-md-30 {
        margin-bottom: 30px
    }
}

.position-relative {
    position: relative !important
}

@media screen and (min-width:992px) {
    .negative-separator {
        margin-bottom: -145px
    }
}

.row-lg-40 {
    margin-left: -20px;
    margin-right: -20px
}

.row-lg-40>* {
    padding-left: 20px;
    padding-right: 20px
}

.list-success {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-success .text {
    padding-left: 30px
}

@media screen and (min-width:768px) {
    .list-success .text {
        padding-left: 38px
    }
}

.list-success li {
    position: relative;
    margin-bottom: 14px
}

.list-success .list-success-square {
    position: absolute;
    left: 0;
    top: 0
}

.list-success-square {
    height: 22px;
    width: 22px;
    background-color: #21c48b;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: .8em
}

.list-default {
    color: #535b81
}

.list-default li {
    list-style-type: none;
    padding-left: 8px;
    position: relative;
    line-height: 1.45
}

.list-default li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: inline-block;
    background: #535b81;
    position: absolute;
    left: 0;
    top: 8px
}

.separator {
    border-bottom: 1px solid #e4e8ee
}

.position-static {
    position: static !important
}

.section-table .bottom-row .btn, .stars-block .btn {
    margin: 0 10px 32px
}

.section-table .bottom-row .title, .stars-block .title {
    font-size: 24px;
    margin-top: 29px;
    margin-bottom: 16px
}

.section-table .bottom-row .subtitle, .stars-block .subtitle {
    color: #0c143a;
    margin-bottom: 33px
}

.section-table .bottom-row .trustpilot, .stars-block .trustpilot {
    width: 75px;
    height: 100%
}

.section-table .bottom-row .stars-centered, .stars-block .stars-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-table .bottom-row .trust-stars, .stars-block .trust-stars {
    margin-bottom: 5px
}

.section-table .bottom-row .trustpilot-text, .stars-block .trustpilot-text {
    margin-right: 10px
}

.border-bottom {
    border-bottom: 1px solid #ebeef2
}

.min-w {
    min-width: 250px !important
}

@media screen and (min-width:768px) {
    .cloud-a-performance-section.dedicated-performance-section .image-box-dots:before, .home-a-dedicated-performance .image-box-dots:before, .square-decor {
        content: '';
        position: absolute;
        top: 46%;
        right: -45px;
        width: 86px;
        height: 86px;
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
        background: #5e40e4;
        z-index: 2
    }
}

.read-more {
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.read-more.img-rotate img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.read-more img {
    width: 10px;
    margin-left: 10px
}

.text-underline {
    text-decoration: underline
}

.d-none {
    display: none
}

.bordered-bottom {
    border-bottom: 1px solid #e7eaef
}

.heading-row {
    margin-bottom: 32px
}

@media screen and (min-width:992px) {
    .heading-row {
        margin-bottom: 62px
    }
}

.tooltip {
    position: relative
}

.tooltip:hover:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 1em 1em 0 1em;
    bottom: .4em;
    content: "";
    display: block;
    left: 0;
    top: -1em;
    position: absolute;
    z-index: 99;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.tooltip:hover:after {
    background: #fff;
    border-radius: 10px;
    bottom: 1.35em;
    color: #0c143a;
    content: attr(content);
    display: block;
    padding: 1em 1em;
    z-index: 98;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    line-height: 1.5;
    width: 200px;
    position: absolute;
    bottom: 3em;
    right: -1em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (min-width:992px) {
    .tooltip:hover:after {
        left: 50%;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        right: auto
    }
}

.text-white {
    color: #fff
}

a.text-white {
    color: #fff
}

a.text-white:hover {
    color: #e6e6e6
}

.no-gutters {
    margin: 0
}

.no-gutters>[class*=col-] {
    padding: 0
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bg-cover {
    background: no-repeat center center/cover
}

.cloud-holder {
    position: relative;
    padding: 25px
}

@media screen and (min-width:768px) {
    .cloud-holder {
        padding: 10px 0;
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .cloud-holder {
        padding: 2em 0 0
    }
}

.cloud {
    background-image: linear-gradient(296deg, #8839e5, #5e28c7);
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.cloud.cloud-grey {
    background: linear-gradient(61deg, #f3f6f9, #fafbfd)
}

@media screen and (min-width:768px) {
    .cloud {
        right: -15%;
        left: -15%;
        border-radius: 70px;
        -webkit-transform: perspective(1000px) rotateY(10deg) rotateX(-10deg);
        transform: perspective(1000px) rotateY(10deg) rotateX(-10deg)
    }
}

@media screen and (min-width:992px) {
    .cloud {
        left: -3%;
        top: -3%;
        right: -15%;
        bottom: 10%;
        border-radius: 98px;
        -webkit-transform: perspective(247px) rotateY(3deg) rotateX(-2deg);
        transform: perspective(247px) rotateY(3deg) rotateX(-2deg)
    }
}

.cloud-secondary {
    display: none
}

.cloud-secondary.cloud-grey {
    background: #fafbfd;
    opacity: .7
}

@media screen and (min-width:768px) {
    .cloud-secondary {
        display: block;
        background: #f7f5ff;
        position: absolute;
        right: -8%;
        left: -12%;
        top: 0;
        bottom: 0;
        z-index: 0;
        border-radius: 70px;
        -webkit-transform: perspective(1000px) rotateY(-7deg) rotateX(0);
        transform: perspective(1000px) rotateY(-7deg) rotateX(0)
    }
}

@media screen and (min-width:992px) {
    .cloud-secondary {
        bottom: 21%;
        right: 6%;
        -webkit-transform: perspective(1057px) rotateY(-14deg) rotateX(4deg);
        transform: perspective(1057px) rotateY(-14deg) rotateX(4deg)
    }
}

@media screen and (min-width:992px) {
    .cloud-hero-a.dedicated-servers-hero-a {
        margin-bottom: 80px
    }
}

.cloud-hero-a.dedicated-servers-hero-a .tools {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cloud-hero-a.dedicated-servers-hero-a .tools .btn {
    margin-right: 31px
}

@media screen and (min-width:1200px) {
    .cloud-hero-a.dedicated-servers-hero-a .tools .btn {
        padding: 18px 53px
    }
}

.cloud-hero-a.dedicated-servers-hero-a .tools .text {
    color: #0c143a;
    font-weight: 500
}

@media screen and (min-width:992px) {
    .cloud-hero-a.dedicated-servers-hero-a .image-box {
        bottom: 87px
    }
}

.cloud-hero-a .card-holder {
    margin-bottom: 39px
}

@media screen and (min-width:480px) {
    .cloud-hero-a .card-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cloud-hero-a .icon-sign-right {
    display: none
}

@media screen and (min-width:480px) {
    .cloud-hero-a .icon-sign-right {
        display: block
    }

    .cloud-hero-a .icon-sign-right:before {
        font-size: 58px
    }
}

@media screen and (min-width:480px) and (min-width:480px) {
    .cloud-hero-a .icon-sign-right {
        margin: 0 -62px 0 -5px
    }
}

@media screen and (min-width:480px) and (min-width:992px) {
    .cloud-hero-a .icon-sign-right {
        margin: 0 -79px 0 -38px
    }
}

@media screen and (min-width:480px) and (min-width:1200px) {
    .cloud-hero-a .icon-sign-right {
        margin: 0 -62px 0 -5px
    }
}

@media screen and (min-width:992px) {
    .cloud-hero-a .holder {
        margin-bottom: 38px !important
    }
}

@media screen and (min-width:992px) {
    .cloud-a-inner-menu {
        margin-bottom: 100px
    }
}

@media screen and (min-width:992px) {
    .cloud-a-performance-section.dedicated-performance-section .section-title {
        margin-bottom: 157px
    }
}

.cloud-a-performance-section.dedicated-performance-section .section-title mark:after {
    top: 77%
}

@media screen and (min-width:1200px) {
    .cloud-a-features-section.features-section {
        padding: 69px 0 10px
    }
}

@media screen and (min-width:992px) {
    .cloud-a-features-section.features-section .item {
        margin-bottom: 45px
    }
}

.powewrful-servers {
    padding: 0 0 50px
}

@media screen and (min-width:992px) {
    .powewrful-servers {
        padding: 0 0 80px
    }
}

.powewrful-servers .btn {
    min-width: 177px
}

.powewrful-servers .section-table .bottom-row, .powewrful-servers .stars-block, .section-table .powewrful-servers .bottom-row {
    max-width: 585px;
    margin: 0 auto
}

@media screen and (min-width:992px) {
    .powewrful-servers .title {
        font-size: 32px;
        margin-bottom: 31px
    }
}

.powewrful-servers .subtitle {
    margin-bottom: 27px
}

.powewrful-servers .btn-outline-primary {
    border-color: #5e40e4
}

.section-text-stars {
    padding: 42px 0 12px;
    color: #535b81
}

.section-text-stars .holder-row {
    margin-left: -45px;
    margin-right: -45px
}

.section-text-stars .holder-row>* {
    padding-left: 45px;
    padding-right: 45px
}

.section-text-stars .quote-text {
    margin-bottom: 15px
}

.section-text-stars .signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #0c143a
}

.section-text-stars .image {
    width: 78px
}

.section-text-stars .text {
    line-height: 1;
    margin-right: 13px
}

.section-text-stars .quote-col {
    margin-bottom: 30px
}

.section-priced {
    padding: 40px 0
}

@media screen and (min-width:992px) {
    .section-priced {
        padding: 80px 0 172px
    }
}

.section-priced .top-row {
    max-width: 680px;
    margin: 0 auto 26px
}

.section-priced .custom-radio-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-priced .custom-radio-checkbox .checkcontainer {
    margin: 0 15px 15px
}

.section-priced .custom-row {
    margin-bottom: 40px
}

@media screen and (min-width:992px) {
    .section-priced .custom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 77px
    }
}

.section-priced .check-list-holder {
    position: relative;
    z-index: 1
}

@media screen and (min-width:1200px) {
    .section-priced .check-list-holder {
        margin-left: 33px
    }
}

.section-priced .check-list-holder .title {
    margin: 0 0 16px
}

.section-priced .check-list-holder .check-list>li {
    margin-bottom: 10px
}

.section-priced .text-stars {
    display: inline-block
}

.section-priced .text-stars .bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section-priced .section-table .bottom-row .btn, .section-priced .stars-block .btn, .section-table .section-priced .bottom-row .btn {
    min-width: 177px
}

.section-priced .section-table .bottom-row .subtitle, .section-priced .stars-block .subtitle, .section-table .section-priced .bottom-row .subtitle {
    color: #535b81;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 37px
}

.section-priced .section-table .bottom-row .trustpilot-text, .section-priced .stars-block .trustpilot-text, .section-table .section-priced .bottom-row .trustpilot-text {
    font-size: 12px;
    font-weight: 500
}

.section-priced .btn-outline-primary {
    border-color: #5e40e4
}

.section-priced .section-table .bottom-row, .section-priced .stars-block, .section-table .section-priced .bottom-row {
    position: relative;
    z-index: 1
}

.section-priced .section-table .bottom-row .trust-stars, .section-priced .stars-block .trust-stars, .section-table .section-priced .bottom-row .trust-stars {
    margin-bottom: 13px
}

.section-priced .decor {
    position: relative
}

.section-priced .decor:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 954px;
    height: 226px;
    display: block;
    margin: 0 auto;
    bottom: -121px
}

@media screen and (min-width:992px) {
    .cloud-a-image-text.section-image-text {
        padding: 54px 0 89px
    }
}

@media screen and (max-width:991px) {
    #header {
        margin-bottom: 50px
    }
}

@media screen and (max-width:1199px) {
    #header {
        background: #fff;
        z-index: 20
    }
}

@media screen and (min-width:992px) {
    #header {
        padding: 27px 30px
    }
}

@media screen and (min-width:1200px) {
    #header {
        padding: 27px 60px
    }
}

@media screen and (min-width:992px) {
    body:not(.single) #header {
        margin-bottom: 92px
    }
}

@media screen and (max-width:991px) {
    #header .inner-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 10px 20px 20px
    }
}

@media screen and (max-width:991px) {
    .layout.active #header .inner-holder {
        position: fixed;
        background: #fff;
        z-index: 110;
        width: 100%
    }
}

#header .logo {
    float: left;
    width: 125px;
    margin-right: 50px;
    position: relative;
    z-index: 100
}

@media screen and (max-width:991px) {
    #header .logo {
        margin-right: 30px
    }
}

.header-white #header .logo path {
    fill: #fff
}

#header .navbar {
    background: 0 0;
    margin: 0;
    border-radius: 0;
    border: none
}

#header .login-list {
    float: right
}

@media screen and (min-width:1200px) {
    #header .login-list {
        margin-top: 0
    }
}

@media screen and (max-width:1199px) {
    #header .login-list {
        clear: both
    }
}

@media screen and (max-width:991px) {
    #header .login-list {
        margin-top: 0
    }
}

@media screen and (max-width:991px) {
    #header .login-list {
        float: none;
        padding-top: 30px;
        position: relative;
        left: 0
    }
}

#header .login-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px
}

@media screen and (max-width:991px) {
    #header .login-list li {
        display: block;
        margin: 0 0 7px;
        text-align: center
    }
}

#header .login-list li:first-child {
    margin-left: 0
}

.header-white #header .login-list li {
    color: #fff
}

#header .login-list a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #535b81
}

@media screen and (min-width:992px) {
    #header .login-list a {
        font-size: 16px;
        font-weight: 600
    }
}

#header .login-list a:hover {
    text-decoration: none;
    opacity: .7
}

.header-white #header .login-list a {
    color: #fff
}

@media screen and (max-width:767px) {
    .header-white #header .login-list a {
        color: #535b81
    }
}

.page-template-template-about #header .login-list .login-link {
    color: #232e44 !important
}

#header .login-list .sign-up {
    background: #F05228;
    border-radius: 3px;
    color: #fff;
    padding: 8px 14px
}

@media screen and (max-width:991px) {
    #header .login-list .sign-up {
        display: inline-block
    }
}

@media screen and (min-width:992px) {
    #header .login-list .sign-up {
        font-size: 16px;
        font-weight: 600;
        padding: 9px 20px
    }
}

#header .login-list .sign-up:focus {
    outline: 0;
    text-decoration: none
}

.header-white #header .login-list .sign-up {
    color: #F05228 !important;
    background: #fff
}

@media screen and (max-width:767px) {
    .header-white #header .login-list .sign-up {
        color: #fff;
        background: #F05228
    }
}

.header-inner #header {
    margin-bottom: 0
}

.header-position-static #header {
    position: static !important
}

@media screen and (min-width:992px) {
    .header-white #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link {
        color: #fff
    }
}

#footer {
    position: relative;
    background: #f3f6f9;
    border-top: solid 1px #e3e8ee;
    z-index: 2;
    margin-top: 4em
}

@media screen and (min-width:992px) {
    #footer {
        margin-top: 8em
    }
}

#footer .footer-top {
    padding: 32px 0;
    border-bottom: solid 1px #e3e8ee
}

@media screen and (max-width:767px) {
    #footer .footer-top {
        padding: 27px 0
    }
}

#footer .footer-top .container, #footer .footer-top .modal-lg, #footer .footer-top .modal-md, #footer .footer-top .modal-sm {
    max-width: 1196px
}

#footer .capabilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media screen and (max-width:991px) {
    #footer .capabilities-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#footer .capabilities-list li {
    margin: 8px 10px;
    font-weight: 600;
    letter-spacing: -.01667em;
    color: #232e44
}

@media screen and (min-width:1200px) {
    #footer .capabilities-list li {
        font-size: 18px
    }
}

#footer .capabilities-list li span {
    display: block;
    overflow: hidden
}

#footer .capabilities-list li>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .capabilities-list .icon {
    float: left;
    margin-right: 13px;
    color: #F05228;
    font-size: 24px
}

#footer .footer-bottom {
    padding: 55px 0;
    font-size: 12px
}

@media screen and (max-width:767px) {
    #footer .footer-bottom {
        padding: 30px 0
    }
}

#footer .footer-bottom .socials {
    float: none;
    margin: 0 -17px 8px -17px
}

#footer .footer-bottom .socials a {
    background: 0 0
}

#footer .footer-bottom .socials li {
    margin: 0 3px
}

#footer .slogan {
    font-size: 14px
}

#footer .copyright {
    margin: 15px 0 35px;
    line-height: 24px
}

@media screen and (max-width:767px) {
    #footer .copyright {
        width: 100%
    }
}

#footer .copyright p {
    line-height: 1.3
}

#footer .foot-menu {
    margin: 0 -10px;
    font-size: 0
}

@media screen and (min-width:1200px) {
    #footer .foot-menu {
        margin: 0 45px
    }
}

#footer .foot-menu li {
    margin-bottom: 2px
}

#footer .foot-menu li .label {
    font-size: 9px;
    padding: 2px 5px 0;
    margin-left: 7px
}

#footer .foot-menu a {
    position: relative;
    color: inherit
}

#footer .foot-menu a:hover {
    text-decoration: none;
    color: #F05228
}

#footer .foot-menu a, #footer .foot-menu strong {
    color: #6a7898
}

#footer .foot-menu .disabled:after {
    display: none
}

#footer .foot-menu .disabled[data-tooltip]:after {
    content: attr(data-tooltip);
    width: 185px;
    background: #0dbe82;
    color: #fff;
    z-index: 10;
    font-size: 11px;
    display: inline-table;
    position: absolute;
    top: -73px;
    border-radius: 3px;
    left: -10px;
    padding: 14px;
    line-height: 12px;
    opacity: 0;
    visibility: hidden
}

#footer .foot-menu .disabled:hover:after {
    opacity: 1;
    visibility: visible
}

#footer .foot-menu .col {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 20%;
    font-size: 12px;
    line-height: 2
}

@media screen and (max-width:767px) {
    #footer .foot-menu .col {
        width: 33.33%;
        margin-bottom: 15px
    }
}

@media screen and (max-width:479px) {
    #footer .foot-menu .col {
        width: 50%;
        margin-bottom: 20px
    }
}

#footer .foot-menu .head {
    display: block;
    margin: 0 0 7px;
    font-weight: 500;
    text-transform: uppercase
}

#footer .footer-description {
    font-size: 14px
}

@media screen and (min-width:992px) {
    #footer .footer-description {
        margin: 0 0 25px 14px
    }
}

#footer .foot-logo {
    margin-bottom: 15px;
    width: 190px;
    display: inline-block
}

#footer .footer-bottom-container {
    max-width: 1390px
}

.plans-footer .foot-logo {
    display: inline-block;
    margin: 0 0 17px
}

.plans-footer .copyright {
    margin-bottom: 20px
}

.plans-footer .copyright a {
    color: #535b81
}

html {
    height: 100%
}

body {
    height: 100%;
    position: relative;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #535b81;
    background-color: #fff;
    min-width: 320px;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layout {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.layout.active {
    height: 100%
}

img {
    max-width: 100%
}

a {
    color: #F05228;
    -webkit-transition: color .15s;
    transition: color .15s
}

a:hover {
    color: #F05228
}

.container, .modal-lg, .modal-md, .modal-sm {
    position: relative;
    z-index: 2
}

@media (max-width:1200px) {
    .container, .modal-lg, .modal-md, .modal-sm {
        width: auto
    }
}

.label {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 10px 10px 0
}

.label-primary {
    background: #F05228
}

.label-success {
    color: #F05228;
    background: #f7bcb654
}

.image-shadow {
    position: relative
}

.image-shadow img {
    position: relative;
    z-index: 2
}

.image-shadow img.shadow {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    position: absolute;
    bottom: -4%;
    left: 3%;
    width: 94%;
    height: auto;
    z-index: 1
}

.link-underline {
    text-decoration: underline
}

.link-underline:hover {
    text-decoration: none
}

.icon-box {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
    font-size: 15px
}

.container, .modal-lg, .modal-md, .modal-sm {
    width: auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:991px) {
    .container, .modal-lg, .modal-md, .modal-sm {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .container, .modal-lg, .modal-md, .modal-sm {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-small {
    max-width: 810px
}

@media screen and (max-width:991px) {
    .container-small {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .container-small {
        padding-left: 20px;
        padding-right: 20px
    }
}

.all-managed-section .info .holder, .container-medium {
    max-width: 1015px
}

@media screen and (max-width:991px) {
    .all-managed-section .info .holder, .container-medium {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .all-managed-section .info .holder, .container-medium {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-fluid {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:991px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-clear-offset {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:1025px) {
    a[href^=skype], a[href^=sms], a[href^=tel] {
        cursor: default;
        pointer-events: none
    }
}

@media screen and (max-width:479px) {
    .col-xm-12 {
        width: 100%
    }
}

.col {
    padding-left: 15px;
    padding-right: 15px
}

.btn {
    color: #F05228;
    font-size: 14px;
    line-height: 1.2;
    padding: 14px 20px 16px;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn-primary {
    color: #fff;
    background: #F05228;
    border: none;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 171, 107, .3);
    box-shadow: 0 7px 14px 0 rgba(0, 171, 107, .3)
}

.btn-primary:hover {
    opacity: .7;
    background: #F05228
}

.btn-primary:active, .btn-primary:focus {
    background: #F05228;
    border: none;
    outline: 0
}

.btn-default {
    color: #F05228;
    background-color: #fff;
    border-color: #e3e8ee;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05)
}

.btn-default.focus, .btn-default:focus {
    color: #F05228;
    background-color: #e6e6e6;
    border-color: #94a7be
}

.btn-default:hover {
    color: #F05228;
    background-color: #e6e6e6;
    border-color: #bdc9d7
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
    color: #F05228;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #bdc9d7
}

.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>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
    color: #F05228;
    background-color: #d4d4d4;
    border-color: #94a7be
}

.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: #e3e8ee
}

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

.btn-danger {
    background-color: #ff0037;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1)
}

.btn-danger:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info {
    background-color: #5e40e4;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1)
}

.btn-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(94, 64, 228, .7)
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 23px 16px;
    min-width: 100%
}

@media screen and (min-width:480px) {
    .btn-group-lg>.btn, .btn-lg {
        min-width: 250px
    }
}

@media screen and (max-width:767px) {
    .btn-group-lg>.btn, .btn-lg {
        padding: 13px;
        font-size: 14px
    }
}

.btn-md {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    padding: 14px 36px 16px
}

.btn-group-sm>.btn, .btn-sm {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px !important
}

.ico-button {
    display: block;
    background-color: #fff;
    padding: 13px 10px 11px 48px;
    position: relative;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #0c143a
}

.ico-button:hover {
    text-decoration: none
}

.ico-button i {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    background-color: #f7bcb654;
    border-radius: 50%
}

.ico-button i:before {
    position: absolute;
    color: #F05228;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 14px
}

.play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.play-button i {
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    border: solid 1px #e3e8ee;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px
}

.play-button i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px
}

.play-button:hover {
    color: #442abc;
    text-decoration: none
}

.btn-outline-primary {
    color: #5e40e4;
    background-color: #fff;
    border-color: #e3e8ee;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    border: 1px solid #5e40e4
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #5e40e4;
    background-color: #e6e6e6;
    border-color: #94a7be
}

.btn-outline-primary:hover {
    color: #5e40e4;
    background-color: #e6e6e6;
    border-color: #bdc9d7
}

.btn-outline-primary.active, .btn-outline-primary:active, .open>.btn-outline-primary.dropdown-toggle {
    color: #5e40e4;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #bdc9d7
}

.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open>.btn-outline-primary.dropdown-toggle.focus, .open>.btn-outline-primary.dropdown-toggle:focus, .open>.btn-outline-primary.dropdown-toggle:hover {
    color: #5e40e4;
    background-color: #d4d4d4;
    border-color: #94a7be
}

.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover, .btn-outline-primary[disabled].focus, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled]:hover, fieldset[disabled] .btn-outline-primary.focus, fieldset[disabled] .btn-outline-primary:focus, fieldset[disabled] .btn-outline-primary:hover {
    background-color: #fff;
    border-color: #e3e8ee
}

.btn-outline-primary .badge {
    color: #fff;
    background-color: #5e40e4
}

.btn-outline-primary:hover {
    border: 1px solid #5e40e4;
    background: #fafafa
}

@media screen and (max-width:991px) {
    #header .navbar-nav>li {
        float: none
    }
}

#header .main-menu-holder {
    position: relative;
    z-index: 99
}

@media screen and (min-width:992px) {
    #header .main-menu-holder {
        padding-top: 10px
    }
}

@media screen and (max-width:991px) {
    #header .main-menu-holder {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 15px;
        background: #fff;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: left .25s;
        transition: left .25s;
        overflow: auto
    }
}

@media screen and (max-width:991px) {
    #header .main-menu-holder.sub-menu-show {
        overflow-y: auto
    }
}

#header .drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    #header .drop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (max-width:991px) {
    #header .drop {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }
}

#header #mega-menu-wrap-main {
    background: 0 0
}

#header #mega-menu-wrap-main .mega-menu-toggle {
    display: none
}

@media screen and (max-width:991px) {
    #header #mega-menu-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        background: #fff !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        width: 100%;
        padding-top: 120px !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header #mega-menu-main {
        margin-right: -13px;
        margin-left: -13px
    }
}

#header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu {
    width: auto
}

@media screen and (min-width:992px) {
    #header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 40px
    }
}

@media screen and (min-width:768px) {
    #header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        width: 220px
    }
}

@media screen and (min-width:1200px) {
    #header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        width: 270px
    }
}

#header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_company_widget {
    width: 100%;
    height: 100%
}

@media screen and (min-width:992px) {
    #header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_company_widget {
        width: 36.5em
    }
}

@media (max-width:1399px) {
    #header #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_company_widget {
        padding: 0
    }
}

#header #mega-menu-main li.mega-menu-megamenu.mega-menu-item {
    position: relative
}

#header #mega-menu-main>li.mega-menu-item {
    padding-bottom: 20px
}

@media screen and (max-width:991px) {
    #header #mega-menu-main>li.mega-menu-item {
        padding-bottom: 0
    }

    #header #mega-menu-main>li.mega-menu-item:not(:first-child) {
        border-top: 1px solid #e3e8ee
    }
}

#header #mega-menu-main>li.mega-menu-item>a.mega-menu-link {
    padding: 0 13px !important;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media screen and (max-width:991px) {
    #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link {
        color: #6a7898;
        position: relative;
        display: block;
        padding: 18px 15px !important;
        font-size: 19px;
        text-align: center;
        height: auto
    }
}

@media screen and (min-width:992px) {
    #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link {
        font-weight: 600 !important;
        font-size: 16px;
        color: #232e44
    }
}

@media screen and (max-width:991px) {
    #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
        position: absolute !important;
        right: 10px;
        top: 50%;
        margin-top: -13px;
        width: 10px !important;
        height: 10px !important;
        border-width: 0 2px 2px 0;
        border-color: #6a7898;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@media screen and (min-width:992px) {
    #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
        font-size: .7em
    }
}

#header #mega-menu-main>li.mega-menu-item>a.mega-menu-link>span.mega-indicator:after {
    height: 10px;
    width: 10px;
    margin: 0 0 0 4px
}

@media screen and (min-width:992px) {
    #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link>span.mega-indicator:after {
        top: 2px
    }
}

.header-white #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
    border-color: #fff
}

@media screen and (max-width:991px) {
    .header-white #header #mega-menu-main>li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
        border-color: #6a7898
    }
}

@media screen and (max-width:991px) {
    #header #mega-menu-main li.mega-menu-item-has-children>ul.mega-sub-menu {
        left: auto;
        right: 0
    }
}

#header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 18px -5px #f4f4f5;
    box-shadow: 0 5px 18px -5px #f4f4f5;
    vertical-align: top
}

@media screen and (max-width:991px) {
    #header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

#header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 12px 8px;
    border-color: transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -5px;
    right: 45px;
    left: auto
}

@media screen and (min-width:1200px) {
    #header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu:before {
        left: 45px;
        right: auto
    }
}

@media screen and (max-width:767px) {
    #header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu:before {
        display: none
    }
}

#header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -4px;
    right: 45px;
    left: auto
}

@media screen and (min-width:1200px) {
    #header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu:after {
        left: 45px;
        right: auto
    }
}

@media screen and (max-width:991px) {
    #header #mega-menu-main .mega-menu-item-has-children>ul.mega-sub-menu:after {
        display: none
    }
}

@media screen and (max-width:1199px) {
    #header #mega-menu-main .mega-menu-item-has-children.dropdown-products>ul.mega-sub-menu:after {
        border-color: #f3f6f9 transparent
    }
}

@media screen and (max-width:991px) {
    #header #mega-menu-main .dropdown-row>.mega-sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#header #mega-menu-main .mega-menu-column {
    border: none !important
}

#header #mega-menu-main li.mega-solutions-list>.mega-sub-menu>li.sub-menu-back {
    position: relative;
    display: none
}

@media screen and (max-width:991px) {
    #header #mega-menu-main li.mega-solutions-list>.mega-sub-menu>li.sub-menu-back {
        display: block;
        text-align: center
    }
}

#header #mega-menu-main li.mega-solutions-list>.mega-sub-menu>li.sub-menu-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 10px;
    height: 10px;
    border: 2px solid #777;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#header #mega-menu-main li.mega-solutions-list>.mega-sub-menu>li.sub-menu-back a {
    font-size: 18px;
    color: #000
}

#header #mega-menu-main li.mega-solutions-list>.mega-sub-menu>li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    color: #6a7898;
    overflow: hidden;
    font-size: 12px
}

#header #mega-menu-main li.mega-solutions-list>.mega-sub-menu>li a:hover {
    background: 0 0
}

.active #header .main-menu-holder {
    left: 0
}

@media screen and (max-width:1199px) {
    #header .main-menu {
        float: right
    }
}

@media screen and (max-width:991px) {
    #header .main-menu {
        float: none;
        margin: 0;
        padding-top: 90px
    }
}

#header .main-menu>li {
    margin-left: 25px
}

@media screen and (max-width:991px) {
    #header .main-menu>li {
        position: static;
        margin-left: 0;
        border-top: 1px solid #e3e8ee
    }
}

#header .main-menu>li:first-child {
    margin-left: 0
}

@media screen and (max-width:991px) {
    #header .main-menu>li:first-child {
        border-top: none
    }
}

#header .main-menu>li>a {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    padding: 0 0 20px;
    font-weight: 500;
    color: #535b81
}

@media screen and (max-width:991px) {
    #header .main-menu>li>a {
        position: relative;
        display: block;
        padding: 18px 15px;
        font-size: 19px;
        text-align: center
    }
}

#header .main-menu>li>a:hover {
    opacity: .7
}

.header-white #header .main-menu>li>a {
    color: #fff
}

@media screen and (max-width:991px) {
    .header-white #header .main-menu>li>a {
        color: #6a7898
    }
}

#header .main-menu .support-link {
    display: none
}

#header .main-menu>.open>a {
    background-color: transparent
}

#header .main-menu .dropdown>a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 6px
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown>a:after {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -7px;
        width: 10px;
        height: 10px;
        border-width: 0 2px 2px 0;
        border-color: #6a7898;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.header-white #header .main-menu .dropdown>a:after {
    border-color: #fff
}

@media screen and (max-width:991px) {
    .header-white #header .main-menu .dropdown>a:after {
        border-color: #6a7898
    }
}

#header .main-menu .dropdown.open>.sub-menu {
    display: block
}

#header .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    z-index: 1000;
    display: none;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 18px -5px #f4f4f5;
    box-shadow: 0 5px 18px -5px #f4f4f5;
    vertical-align: top;
    padding: 36px 34px
}

@media screen and (max-width:991px) {
    #header .main-menu .sub-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

#header .main-menu .sub-menu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: #e3e8ee transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -5px;
    left: 45px
}

@media screen and (max-width:1199px) {
    #header .main-menu .sub-menu:before {
        left: 145px
    }
}

@media screen and (max-width:767px) {
    #header .main-menu .sub-menu:before {
        display: none
    }
}

#header .main-menu .sub-menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -4px;
    left: 45px
}

@media screen and (max-width:1199px) {
    #header .main-menu .sub-menu:after {
        left: 145px
    }
}

@media screen and (max-width:991px) {
    #header .main-menu .sub-menu:after {
        display: none
    }
}

#header .main-menu .sub-menu li {
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f6f9
}

#header .main-menu .sub-menu li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

#header .main-menu .sub-menu li:hover .title, #header .main-menu .sub-menu li:hover a {
    opacity: .7;
    text-decoration: none
}

#header .main-menu .sub-menu li.sub-menu-back {
    position: relative;
    display: none
}

@media screen and (max-width:991px) {
    #header .main-menu .sub-menu li.sub-menu-back {
        display: block;
        text-align: center
    }
}

#header .main-menu .sub-menu li.sub-menu-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 10px;
    height: 10px;
    border: 2px solid #777;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#header .main-menu .sub-menu li.sub-menu-back a {
    font-size: 18px;
    color: #000
}

#header .main-menu .sub-menu li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    color: #6a7898;
    overflow: hidden;
    font-size: 12px
}

#header .main-menu .sub-menu li a:hover {
    background: 0 0
}

#header .main-menu .dropdown-menu {
    padding: 20px 0 0;
    left: -22px;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:1199px) {
    #header .main-menu .dropdown-menu {
        left: -120px
    }
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu {
        position: absolute;
        display: block;
        min-width: 0;
        top: 0;
        left: 100%;
        padding-top: 90px;
        -webkit-transition: left .25s;
        transition: left .25s;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}

#header .main-menu .dropdown-menu .dropdown-menu-holder {
    position: relative;
    background: #fff;
    border: 1px solid #e3e8ee;
    -webkit-box-shadow: 0 5px 18px -5px #f4f4f5;
    box-shadow: 0 5px 18px -5px #f4f4f5;
    font-size: 0
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu .dropdown-menu-holder {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

#header .main-menu .dropdown-menu .dropdown-menu-holder:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: #e3e8ee transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -5px;
    left: 45px
}

@media screen and (max-width:1199px) {
    #header .main-menu .dropdown-menu .dropdown-menu-holder:before {
        left: 145px
    }
}

@media screen and (max-width:767px) {
    #header .main-menu .dropdown-menu .dropdown-menu-holder:before {
        display: none
    }
}

#header .main-menu .dropdown-menu .dropdown-menu-holder:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -4px;
    left: 45px
}

@media screen and (max-width:1199px) {
    #header .main-menu .dropdown-menu .dropdown-menu-holder:after {
        left: 145px
    }
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu .dropdown-menu-holder:after {
        display: none
    }
}

#header .main-menu .dropdown-menu .dropdown-list {
    display: inline-block;
    vertical-align: top;
    padding: 31px 34px;
    font-size: 14px;
    width: 100%
}

#header .main-menu .dropdown-menu .dropdown-list li {
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f6f9
}

#header .main-menu .dropdown-menu .dropdown-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

#header .main-menu .dropdown-menu .dropdown-list li:hover .title, #header .main-menu .dropdown-menu .dropdown-list li:hover a {
    opacity: .7;
    text-decoration: none
}

#header .main-menu .dropdown-menu .dropdown-list li.sub-menu-back {
    position: relative;
    display: none
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu .dropdown-list li.sub-menu-back {
        display: block;
        text-align: center
    }
}

#header .main-menu .dropdown-menu .dropdown-list li.sub-menu-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 10px;
    height: 10px;
    border: 2px solid #777;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#header .main-menu .dropdown-menu .dropdown-list li.sub-menu-back a {
    font-size: 18px;
    color: #000
}

#header .main-menu .dropdown-menu .dropdown-list li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    color: #6a7898;
    overflow: hidden;
    font-size: 12px
}

#header .main-menu .dropdown-menu .dropdown-list li .icon {
    float: left;
    margin: 10px 19px 0 0;
    color: #F05228;
    font-size: 22px
}

#header .main-menu .dropdown-menu .dropdown-list .title {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    font-weight: 500;
    color: #000
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu .dropdown-list .title {
        font-size: 15px
    }
}

#header .main-menu .dropdown-menu .dropdown-aside {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    background: #f3f6f9;
    padding: 31px;
    font-size: 12px
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu .dropdown-aside {
        width: 50%;
        padding: 15px
    }
}

@media screen and (max-width:991px) {
    #header .main-menu .dropdown-menu .dropdown-aside {
        width: 100%
    }
}

#header .main-menu .dropdown-menu .dropdown-aside .list-title {
    display: block;
    margin: 0 0 19px;
    font-weight: 500;
    text-transform: uppercase
}

#header .main-menu .dropdown-menu .dropdown-aside .dropdown-aside-list {
    margin: 0 0 21px
}

#header .main-menu .dropdown-menu .dropdown-aside .dropdown-aside-list li {
    border-radius: 25px;
    background: #fff;
    margin: 0 0 9px
}

#header .main-menu .dropdown-menu .dropdown-aside .more {
    font-size: 14px;
    text-decoration: underline
}

#header .main-menu .dropdown-menu .dropdown-aside .more:hover {
    text-decoration: none
}

.opener {
    display: none;
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 100
}

@media screen and (max-width:991px) {
    .opener {
        display: block
    }
}

.opener span, .opener:after, .opener:before {
    background: #F05228;
    position: absolute;
    top: 22px;
    left: 18%;
    right: 18%;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.header-white .opener span, .header-white .opener:after, .header-white .opener:before {
    background: #fff
}

.opener:after, .opener:before {
    content: '';
    top: 14px
}

.opener:after {
    top: 30px
}

.active .opener span {
    opacity: 0
}

.active .opener:after, .active .opener:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
    left: 18%;
    right: 18%;
    background: #F05228
}

.active .opener:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-btn span, .close-btn:after, .close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
    left: 18%;
    right: 18%
}

.close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:991px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 30px 15px
    }
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 40px 16px 38px 16px
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border-radius: 10px
}

#mega-menu-wrap-main #mega-menu-main ul.mega-sub-menu {
    border-radius: 10px
}

@media screen and (max-width:991px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 30px 15px;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu {
        padding-left: 40px
    }
}

@media (min-width:1700px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu {
        padding-left: 30px
    }
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr)
}

@media screen and (min-width:480px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:768px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1600px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width:1599px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12.widget-text-column {
        width: 100%
    }
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.company-dropdown>ul.mega-sub-menu {
    grid-template-columns: 1fr
}

@media (min-width:1400px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.company-dropdown>ul.mega-sub-menu {
        grid-template-columns: none;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.company-dropdown>ul.mega-sub-menu>.mega-sub-menu {
    height: 100%
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.company-dropdown>ul.mega-sub-menu .mega-menu-column:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-dropdown-products>ul.mega-sub-menu {
        padding-left: 18px
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 0 0 0 40px
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column {
    margin-bottom: 30px
}

@media (min-width:1400px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column {
        margin-bottom: 0
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.simple-menu>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 13px;
    width: 100%
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.simple-menu>ul.mega-sub-menu>li.mega-menu-item {
        width: 13em
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.simple-menu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 7px 14px 7px 14px
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text {
    background: #F05228;
    color: #fff;
    padding: 33px 50px 33px 40px;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background-image: url(../../images/bg-pattern.png);
    background-position: center right;
    background-repeat: no-repeat
}

@media screen and (min-width:1600px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text {
        margin-left: 45px;
        width: 360px
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text h4.mega-block-title {
    color: #fff
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    letter-spacing: -.01875em;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 600
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    border-radius: 10px;
    font-weight: 600
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: 600
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.widget-text-column {
    grid-column: 1
}

@media screen and (min-width:480px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.widget-text-column {
        grid-column: 1/3
    }
}

@media screen and (min-width:768px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.widget-text-column {
        grid-column: 1/4
    }
}

@media screen and (min-width:1600px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.widget-text-column {
        grid-column: none;
        width: 100%
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.widget-text-column .mega-sub-menu {
    width: 100%
}

#mega-menu-wrap-main #mega-menu-main a.mega-menu-link .mega-description-group {
    width: 100% !important
}

#mega-menu-wrap-main #mega-menu-main a.mega-menu-link .mega-description-group .mega-menu-title {
    font-weight: 500
}

#mega-menu-wrap-main #mega-menu-main a.mega-menu-link .mega-description-group .mega-menu-title .menu-image-title {
    padding-left: 0
}

#mega-menu-wrap-main #mega-menu-main a.mega-menu-link .mega-description-group .mega-menu-description {
    color: #555b75;
    font-size: 13px;
    line-height: 1.2;
    font-style: normal
}

#mega-menu-wrap-main #mega-menu-main .menu-image {
    float: left;
    margin: 8px 8px 0 0;
    color: #5e40e4;
    width: 32px;
    height: auto
}

.mega-menu .widget_title_widget {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    pointer-events: none
}

.mega-menu .widget_title_widget .title {
    color: #9ea1b0;
    font-size: 12px;
    letter-spacing: .08em;
    pointer-events: none;
    margin-top: 0;
    margin-bottom: 8px
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    height: 100%
}

@media (min-width:992px) and (max-width:1699px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        margin-left: -28px
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-company>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link span {
    padding-left: 0
}

@media screen and (min-width:1600px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-dropdown-products>ul.mega-sub-menu li.mega-menu-column {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-dropdown-products>ul.mega-sub-menu li.mega-widget-text-column {
        margin-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1699px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-dropdown-products>ul.mega-sub-menu li.mega-widget-text-column {
        padding-left: 22px
    }
}

@media (max-width:767px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) and (max-width:1399px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12.widget-text-column {
        margin-top: -15px
    }
}

@media (max-width:767px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        grid-template-columns: none;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:767px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:479px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:1599px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text {
        padding: 25px 25px 17px
    }
}

@media (min-width:992px) and (max-width:1599px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text h4.mega-block-title {
        margin-bottom: 7px
    }
}

@media screen and (min-width:992px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-dropdown-products>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        margin-left: -20px
    }
}

@media (min-width:1400px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-item.mega-menu-item-73>ul.mega-sub-menu {
        width: 1232px
    }
}

@media (min-width:1400px) and (max-width:1699px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-item.mega-menu-item-73>ul.mega-sub-menu {
        left: -393px
    }
}

@media (min-width:1400px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12 {
        width: 43%
    }
}

#mega-menu-wrap-main #mega-menu-main>li.mega-company>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 7px 14px 7px 14px
}

@media (min-width:1400px) {
    #header #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_company_widget {
        padding: 0 20px 0 20px
    }
}

@media (max-width:767px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#header #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 13px
}

@media (max-width:991px) {
    #header #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        width: 100%
    }
}

@media screen and (min-width:992px) {
    #header #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        width: 13em
    }
}

@media (max-width:1399px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12:last-child {
        margin-bottom: 0
    }
}

#mega-menu-wrap-main #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    grid-template-columns: 1fr
}

@media (min-width:1400px) {
    #mega-menu-wrap-main #mega-menu-main li.mega-company>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        grid-template-columns: none
    }
}

@media (max-width:1599px) {
    #mega-menu-wrap-main #mega-menu-main li.dropdown-products>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12:last-child {
        width: 100%;
        grid-column: 1/4;
        padding-left: 22px
    }
}

#mega-menu-wrap-main #mega-menu-main li.mega-dropdown-products>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
    margin-bottom: 0
}

@media (min-width:1600px) {
    #mega-menu-wrap-main #mega-menu-main>li.mega-dropdown-products>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text h4.mega-block-title {
        font-size: 18px
    }
}

.form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 14px;
    padding: 0 27px;
    border-radius: 3px;
    border-color: #e3e8ee;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    color: #0c143a;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .form-control {
        height: 40px;
        padding: 0 20px
    }
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e3e8ee;
    border: 1px solid #F05228
}

.form-control::-webkit-input-placeholder {
    color: #9094a0;
    font-weight: 400
}

.form-control::-moz-placeholder {
    color: #9094a0;
    font-weight: 400
}

.form-control:-moz-placeholder {
    color: #9094a0;
    font-weight: 400
}

.form-control:-ms-input-placeholder {
    color: #9094a0;
    font-weight: 400
}

textarea {
    resize: none;
    height: 200px
}

.custom-radio-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 26px 0
}

.custom-radio-checkbox .checkcontainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 12px;
    margin-right: 30px;
    color: #0f1339
}

.custom-radio-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-radio-checkbox .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #0f1339
}

.custom-radio-checkbox .radiobtn:after {
    content: "";
    position: absolute;
    display: none
}

.custom-radio-checkbox .checkcontainer input:checked~.radiobtn:after {
    display: block
}

.custom-radio-checkbox .checkcontainer input:checked~.text {
    font-weight: 500
}

.custom-radio-checkbox .checkcontainer .radiobtn:after {
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0f1339
}

.wpcf7-not-valid {
    border-color: #ff0037 !important
}

span.wpcf7-not-valid-tip {
    display: none !important
}

div.wpcf7-response-output {
    margin-top: .5em;
    text-align: center
}

div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {
    border: none !important;
    color: #ff0037
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #F05228
}

.wpcf7-form {
    margin-right: -3px;
    margin-left: -3px
}

.wpcf7-form .item {
    margin: 0 3px
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tab-section {
    padding-bottom: 70px
}

@media screen and (min-width:768px) {
    .tab-section {
        padding-bottom: 150px
    }
}

.tab-section .active-state, .tab-section .nav-tabs>li.active>a, .tab-section .nav-tabs>li.active>a:focus, .tab-section .nav-tabs>li.active>a:hover {
    background: #fff;
    color: #456cf1
}

.tab-section .nav-tabs {
    background: #5d40e5;
    font-size: 0;
    border: none;
    margin: 0
}

.tab-section .nav-tabs li {
    margin: 0
}

.tab-section .nav-tabs li a {
    text-transform: uppercase
}

.tab-section .nav-tabs li a:active, .tab-section .nav-tabs li a:active:hover, .tab-section .nav-tabs li a:focus, .tab-section .nav-tabs li a:hover {
    background: rgba(255, 255, 255, .3);
    border: 0
}

.tab-section .nav-tabs li a:active, .tab-section .nav-tabs li a:focus, .tab-section .nav-tabs li a:hover {
    color: #fff
}

.tab-section .nav-tabs li a:active:after, .tab-section .nav-tabs li a:focus:after, .tab-section .nav-tabs li a:hover:after {
    border-top-color: #8d79ee
}

.tab-section .nav-tabs li a:after, .tab-section .nav-tabs li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -17px;
    width: 0;
    height: 0;
    border-top: 48px solid #5d40e5;
    border-left: 17px solid transparent;
    border-right: 0;
    z-index: 1;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.tab-section .nav-tabs li a:before {
    right: 0;
    left: auto
}

.tab-section .nav-tabs li a.active {
    color: #456cf1
}

.tab-section .nav-tabs li:first-child a:after {
    content: none
}

.tab-section .nav-tabs li.active a {
    border: none
}

@media screen and (max-width:767px) {
    .tab-section .nav-tabs>li {
        display: none
    }
}

.tab-section .nav-tabs>li>a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-radius: 0;
    padding: 16px 46px 17px 26px;
    position: relative;
    border: none;
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .15)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .15) 100%)
}

.tab-section .nav-tabs>li.active>a, .tab-section .nav-tabs>li.active>a:focus, .tab-section .nav-tabs>li.active>a:hover {
    border: none
}

.tab-section .nav-tabs>li.active>a:after {
    border-top-color: #fff
}

.tab-section .nav-tabs .dropdown {
    width: 100%;
    display: none
}

@media screen and (max-width:767px) {
    .tab-section .nav-tabs .dropdown {
        display: block
    }
}

.tab-section .nav-tabs .dropdown .open {
    background: #456cf1
}

.tab-section .nav-tabs .dropdown>a.dropdown-toggle, .tab-section .nav-tabs .dropdown>a.dropdown-toggle:focus, .tab-section .nav-tabs .dropdown>a.dropdown-toggle:hover {
    background: #5d40e5;
    color: #fff
}

.tab-section .nav-tabs .dropdown a, .tab-section .nav-tabs .dropdown a:active, .tab-section .nav-tabs .dropdown a:active:hover, .tab-section .nav-tabs .dropdown a:focus, .tab-section .nav-tabs .dropdown a:hover {
    background: #5d40e5;
    color: #fff;
    padding: 15px 15px 15px
}

.tab-section .nav-tabs .dropdown a:after, .tab-section .nav-tabs .dropdown a:before {
    content: none
}

.tab-section .nav-tabs .dropdown .dropdown-menu {
    background: #5d40e5;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-top: 5px;
    width: 100%
}

.tab-section .nav-tabs .dropdown .dropdown-menu li {
    width: 100%
}

.tab-section .nav-tabs .dropdown .dropdown-menu li.active a {
    background: rgba(255, 255, 255, .3)
}

.tab-section .nav-tabs .dropdown .dropdown-menu li a {
    font-size: 12px
}

.tab-section .tab-content {
    padding: 40px 30px;
    border-radius: 0 0 6px 6px;
    border-top: none;
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, .07);
    box-shadow: 0 7px 64px rgba(0, 0, 0, .07);
    background-color: #fff
}

@media screen and (min-width:768px) {
    .tab-section .tab-content {
        padding: 60px
    }
}

.tab-section .tab-header {
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .tab-section .tab-header {
        padding-bottom: 60px
    }
}

.tab-section .tab-body {
    padding: 60px 0
}

.tab-section .tab-body .image-holder {
    display: block;
    width: 100%;
    text-align: center
}

.tab-section .tab-footer {
    padding-top: 30px;
    text-align: center
}

.tab-section .tab-footer .note {
    margin-bottom: 22px
}

.tab-section .tab-footer strong {
    color: #6a7898
}

.tab-section .tab-footer .btn {
    width: 240px
}

.tab-section .check-list-circle {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    -webkit-columns: 2 180px;
    -moz-columns: 2 180px;
    columns: 2 180px
}

.tab-section .check-list-circle>li {
    position: relative;
    margin: 4px 0;
    line-height: 1.3;
    font-size: 16px;
    padding: 4px 0 4px 45px
}

.tab-section .check-list-circle>li:before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    content: '';
    background: url(../../images/icon-ui-yes-oval-green.svg) 50% 50% no-repeat;
    background-size: cover;
    font-style: normal;
    display: block
}

.custom-select {
    position: relative
}

.custom-select .fake-select {
    position: relative;
    display: block
}

.custom-select .fake-select.desabled select {
    pointer-events: none;
    background: #fafcfe;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-select select::-ms-expand {
    display: none
}

.custom-select select {
    display: block;
    padding: 16px 30px 13px 17px;
    margin: 0;
    outline: 0;
    background: #fff;
    border: 1px solid #e3e8ee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    width: 100%;
    position: relative;
    color: #9094a0;
    font-size: 14px
}

@media screen and (min-width:992px) {
    .custom-select select {
        height: 50px
    }
}

@media screen and (max-width:767px) {
    .custom-select select {
        padding: 11px 30px 8px 17px
    }
}

.custom-select .fake-select:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 100%;
    right: 20px;
    top: 0;
    z-index: 9;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAMAAAAVBLyFAAAAQlBMVEX////9/f36+vr29vb09PTu7u7s7Ozt7e3q6urr6+vp6enm5ubn5+fk5OTl5eXg4ODe3t7f39/b29vY2NjZ2dnY2NiO/WagAAAAFXRSTlMACRMmL0xVVV5eaHFxe3uOl5eqs7MUmPljAAAAW0lEQVQYGV3BgRKCIABEwacgVpqZx/3/r8YY44C7wPTJqvJ3oljlhlYIckeB5JsnyTeJIHcUYHNnA4bdjX2gGA9fjpFTzK5ypJrlk2Yui1xoobHJ1ptOfD0ifz9NAA199Y7LCwAAAABJRU5ErkJggg==) no-repeat 0 50%/contain;
    pointer-events: none
}

@media screen and (max-width:767px) {
    .custom-select .fake-select:before {
        right: 10px
    }
}

.main-carousel {
    margin: 0 auto 30px;
    max-width: 945px
}

.owl-carousel {
    padding: 32px 0 0
}

@media screen and (max-width:767px) {
    .owl-carousel {
        padding: 27px 15px 0
    }
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 25px;
    right: 32px;
    border-radius: 3px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .owl-carousel .owl-nav {
        bottom: 21px;
        right: 21px
    }
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    -webkit-transition: color .2s;
    transition: color .2s;
    width: 76px;
    height: 50px;
    background: #000;
    color: #9094a0;
    padding-top: 12px;
    font-size: 28px
}

.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
    color: #fff
}

.owl-carousel .item {
    position: relative;
    padding-bottom: 4em;
    overflow: hidden
}

.owl-carousel .item img {
    border-radius: 3px
}

.owl-carousel .item .carousel-text-holder {
    -webkit-transform: skewY(28deg);
    transform: skewY(28deg)
}

@media screen and (max-width:767px) {
    .owl-carousel .item .carousel-text-holder {
        -webkit-transform: none;
        transform: none
    }
}

.owl-carousel .item .carousel-text {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: -107px;
    left: 78px;
    background: #fff;
    padding: 167px 40px 36px;
    z-index: 3;
    -webkit-transform: skewY(-28deg);
    transform: skewY(-28deg);
    border-radius: 0 0 32px 176px;
    -webkit-box-shadow: 0 20px 50px -15px rgba(0, 0, 0, .7);
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, .7)
}

@media screen and (max-width:1199px) {
    .owl-carousel .item .carousel-text {
        padding: 140px 25px 25px
    }
}

@media screen and (max-width:767px) {
    .owl-carousel .item .carousel-text {
        padding: 40px 0;
        -webkit-transform: none;
        transform: none;
        position: static;
        max-width: none;
        border-radius: 0;
        -webkit-box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .3);
        box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .3)
    }
}

.owl-carousel .item .carousel-text img {
    width: auto
}

.owl-carousel .item .carousel-text .blockquote {
    border: none;
    padding: 0;
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 28px
}

@media screen and (max-width:767px) {
    .owl-carousel .item .carousel-text .blockquote {
        font-size: 18px;
        margin: 0 0 15px
    }
}

.owl-carousel .item .carousel-text .name {
    display: block;
    font-weight: 500;
    color: #495468
}

.owl-carousel .item .carousel-text .position {
    display: block;
    font-size: 12px;
    line-height: 1.33;
    margin: 0 0 20px
}

.owl-thumbs {
    padding: 5px 0 0;
    width: 75%
}

@media screen and (max-width:767px) {
    .owl-thumbs {
        width: auto;
        padding: 50px 0 0;
        margin: 0 0 0 -7px;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto
    }
}

.owl-thumbs .owl-thumb-item {
    position: relative;
    width: 53px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 7px 0;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .owl-thumbs .owl-thumb-item {
        width: 33.33%;
        margin: 0 0 7px;
        padding-left: 7px
    }
}

.owl-thumbs .owl-thumb-item:hover:before {
    opacity: 0
}

.owl-thumbs .owl-thumb-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.owl-thumbs .owl-thumb-item.active:before {
    display: none
}

.owl-thumbs .owl-thumb-item .icon {
    font-size: 30px;
    color: #e8e8e8
}

.stories-carousel {
    margin: 0 0 60px
}

@media screen and (max-width:767px) {
    .stories-carousel {
        margin: 0 0 30px
    }
}

.stories-carousel .container, .stories-carousel .modal-lg, .stories-carousel .modal-md, .stories-carousel .modal-sm {
    max-width: 1010px
}

@media screen and (max-width:767px) {
    .stories-carousel .owl-carousel {
        padding: 20px 0 0
    }
}

.stories-carousel .owl-carousel .owl-nav {
    bottom: 3px;
    right: 3px
}

.stories-carousel .owl-carousel .owl-next, .stories-carousel .owl-carousel .owl-prev {
    color: #363845;
    background: #fff;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    border-radius: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.stories-carousel .owl-carousel .owl-next:hover, .stories-carousel .owl-carousel .owl-prev:hover {
    opacity: .7
}

.stories-carousel .owl-carousel .owl-next:before, .stories-carousel .owl-carousel .owl-prev:before {
    font-family: maxicons;
    font-size: 16px
}

.stories-carousel .owl-carousel .owl-prev:before {
    content: "l"
}

.stories-carousel .owl-carousel .owl-next {
    margin-left: 3px
}

.stories-carousel .owl-carousel .owl-next:before {
    content: "m"
}

.stories-carousel .owl-carousel .item {
    padding-bottom: 0
}

.stories-carousel .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px
}

.stories-carousel .owl-dots:after {
    content: counter(slides-num) ")";
    display: block;
    font-size: 12px;
    margin: 1px -8px 0 0;
    min-width: 40px
}

.stories-carousel .owl-dots:before {
    content: 'The Ted Danson Profile';
    font-size: 12px;
    position: absolute;
    top: 1px;
    right: 100%;
    min-width: 130px;
    width: 100%
}

.stories-carousel .owl-dot {
    counter-increment: slides-num;
    float: left
}

.stories-carousel .owl-dot span {
    display: none
}

.stories-carousel .owl-dot.active:before {
    content: "("counter(slides-num);
    font-size: 12px;
    left: -21px;
    top: 1px
}

.stories-carousel .owl-dot.active:after {
    content: '/';
    top: 0;
    right: 100%;
    font-size: 12px;
    min-width: 60px
}

.plans-carousel .plans-carousel-holder {
    padding: 64px 0 55px;
    border-top: 1px solid #e4e7ec
}

@media screen and (max-width:767px) {
    .plans-carousel .plans-carousel-holder {
        padding: 30px 0
    }
}

.plans-carousel .owl-carousel {
    padding: 42px 0 0
}

.plans-carousel .title {
    text-align: center
}

.plans-carousel .owl-nav {
    display: none
}

.plans-carousel .item {
    text-align: center;
    padding-bottom: 20px
}

.plans-carousel .blackquote {
    display: block;
    color: #F05228;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: -.01667em;
    margin: 0 0 40px
}

@media screen and (max-width:767px) {
    .plans-carousel .blackquote {
        font-size: 26px
    }
}

.plans-carousel .text-holder {
    max-width: 900px;
    margin: 0 auto
}

.plans-carousel .name {
    display: block;
    margin: 0 0 4px;
    font-weight: 500;
    color: #232d44
}

.plans-carousel .position {
    font-size: 12px
}

.plans-carousel .owl-thumbs {
    width: 100%;
    text-align: center;
    font-size: 0
}

@media screen and (max-width:767px) {
    .plans-carousel .owl-thumbs {
        padding: 20px 0 0
    }
}

.plans-carousel .owl-thumbs .owl-thumb-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 0;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .plans-carousel .owl-thumbs .owl-thumb-item {
        padding-left: 0
    }
}

.plans-carousel .owl-thumbs .owl-thumb-item:hover {
    border-color: #cae0d4
}

.plans-carousel .owl-thumbs .owl-thumb-item:hover img {
    -webkit-filter: none;
    filter: none
}

.plans-carousel .owl-thumbs .owl-thumb-item:before {
    display: none
}

.plans-carousel .owl-thumbs .owl-thumb-item.active {
    border-color: #cae0d4
}

.plans-carousel .owl-thumbs .owl-thumb-item.active img {
    -webkit-filter: none;
    filter: none
}

.plans-carousel .owl-thumbs .owl-thumb-item img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.owl-carousel-easy {
    font-size: 40px;
    padding-top: 38px
}

.owl-carousel-easy>* {
    position: relative
}

.owl-carousel-easy .owl-nav {
    bottom: 48%;
    right: 0;
    left: 0;
    overflow: visible;
    -webkit-transform: matrix(1, 0, 0, 1.8, 0, 0);
    transform: matrix(1, 0, 0, 1.8, 0, 0)
}

.owl-carousel-easy .owl-nav .icon {
    font-size: 30px
}

.owl-carousel-easy .owl-prev {
    position: relative;
    left: -71px
}

.owl-carousel-easy .owl-next {
    float: right;
    position: relative;
    right: -71px;
    top: 8px
}

@media screen and (min-width:1200px) {
    .owl-carousel-easy .image {
        height: 379px
    }
}

.owl-carousel-easy .title-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(12, 20, 58, .8);
    padding: 13px 20px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik-light.eot);
    src: url(../fonts/graphik-light.eot?#iefix) format("embedded-opentype"), url(../fonts/graphik-light.woff) format("woff"), url(../fonts/graphik-light.ttf) format("truetype"), url(../fonts/graphik-light.svg#Graphik) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik-regular.eot);
    src: url(../fonts/graphik-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/graphik-regular.woff) format("woff"), url(../fonts/graphik-regular.ttf) format("truetype"), url(../fonts/graphik-regular.svg#Graphik) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik-regular-italic.eot);
    src: url(../fonts/graphik-regular-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/graphik-regular-italic.woff) format("woff"), url(../fonts/graphik-regular-italic.ttf) format("truetype"), url(../fonts/graphik-regular-italic.svg#Graphik) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik-medium.eot);
    src: url(../fonts/graphik-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/graphik-medium.woff) format("woff"), url(../fonts/graphik-medium.ttf) format("truetype"), url(../fonts/graphik-medium.svg#Graphik) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik-medium-italic.eot);
    src: url(../fonts/graphik-medium-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/graphik-medium-italic.woff) format("woff"), url(../fonts/graphik-medium-italic.ttf) format("truetype"), url(../fonts/graphik-medium-italic.svg#Graphik) format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik-semibold.eot);
    src: url(../fonts/graphik-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/graphik-semibold.woff) format("woff"), url(../fonts/graphik-semibold.ttf) format("truetype"), url(../fonts/graphik-semibold.svg#Graphik) format("svg");
    font-weight: 600;
    font-style: normal
}

.socials {
    position: relative;
    font-size: 0;
    float: left
}

.socials li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

@media screen and (max-width:767px) {
    .socials li {
        margin: 0 5px 5px
    }
}

.socials a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    border: 2px solid rgba(26, 216, 151, 0);
    text-align: center;
    font-size: 21px;
    color: #7f889b
}

.socials a:hover {
    color: #F05228
}

.plans-footer .socials {
    float: none
}

.plans-footer .socials a {
    background: 0 0
}

.modal-dialog {
    margin: 30px auto
}

@media screen and (max-width:991px) {
    .modal-dialog {
        margin-top: 20px
    }
}

@media screen and (min-width:768px) {
    .modal-lg .modal-inner {
        padding: 30px
    }
}

@media screen and (min-width:992px) {
    .modal-lg .modal-inner {
        padding: 60px
    }
}

@media screen and (min-width:1200px) {
    .modal-lg .modal-inner {
        padding: 90px
    }
}

.modal-md {
    max-width: 1013px;
    width: 100%
}

@media screen and (min-width:992px) {
    .modal-md .modal-sidebar {
        width: 400px
    }
}

@media screen and (min-width:992px) {
    .modal-md .modal-inner {
        width: calc(100% - 400px);
        padding: 70px 80px
    }
}

.modal-sm {
    max-width: 780px;
    width: 100%;
    text-align: center
}

.modal-sm .modal-inner {
    width: 100%;
    padding-top: 40px
}

@media screen and (min-width:992px) {
    .modal-sm .modal-inner {
        padding-top: 52px;
        padding-bottom: 26px
    }
}

.modal-backdrop {
    background-color: #0c143a
}

.modal-backdrop.in {
    opacity: .7
}

.modal-content {
    -webkit-box-shadow: 0 12px 34px 0 rgba(12, 20, 58, .5);
    box-shadow: 0 12px 34px 0 rgba(12, 20, 58, .5);
    border: none;
    border-radius: 0
}

.modal-inner {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .modal-inner {
        padding: 25px
    }
}

@media screen and (min-width:992px) {
    .modal-inner {
        padding: 45px
    }
}

@media screen and (min-width:1200px) {
    .modal-inner {
        padding: 60px
    }
}

.modal-inner .sign-up-form {
    width: 100%
}

.modal-inner .sign-up-form .form-group {
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .modal-inner .sign-up-form .form-group {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .modal-inner .sign-up-form .form-group {
        margin-bottom: 20px
    }
}

.modal-inner .sign-up-form .notice {
    text-align: center;
    font-size: 12px;
    line-height: 1.38
}

.modal-inner dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:992px) {
    .modal-inner dl {
        padding-top: 32px
    }
}

.modal-inner dl dd, .modal-inner dl dt {
    font-weight: 400;
    color: #535b81;
    width: 50%;
    border-top: 1px solid #f3f6f9;
    padding: 7px 5px
}

.modal-inner dl dd {
    text-align: left
}

@media screen and (min-width:992px) {
    .modal-inner dl dd {
        padding: 7px 44px
    }
}

@media screen and (min-width:992px) {
    .modal-inner dl dt {
        padding-left: 44px
    }
}

.modal-sidebar {
    padding: 25px
}

@media screen and (min-width:768px) {
    .modal-sidebar {
        padding: 30px
    }
}

@media screen and (min-width:992px) {
    .modal-sidebar {
        padding: 40px
    }
}

@media screen and (min-width:1200px) {
    .modal-sidebar {
        padding: 60px
    }
}

.close {
    position: absolute;
    right: 19px;
    top: 19px;
    font-size: 14px;
    color: #aaadb3;
    opacity: 1;
    outline: 0 !important;
    text-shadow: none
}

@media screen and (max-width:767px) {
    .close {
        right: 9px;
        top: 9px
    }
}

.close:hover {
    color: red
}

.modal .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .modal .holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-sidebar {
    background: #5e28c7 url(../../images/modal-sidebar-bg.jpg) no-repeat 50% 100%/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff
}

@media screen and (min-width:768px) {
    .modal-sidebar {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px
    }
}

.modal-sidebar .title {
    font-weight: 400;
    color: inherit;
    margin-bottom: 36px;
    width: 100%;
    text-align: center
}

.modal-sidebar .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%
}

.modal-sidebar .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 100%
}

.modal-sidebar .bottom .title {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 72px
}

@media screen and (max-width:767px) {
    .modal-sidebar .bottom .title {
        margin-top: 40px;
        margin-bottom: 25px
    }
}

.modal-sidebar .icons-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.modal-sidebar .icons-list>li {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.35714;
    font-weight: 300
}

.modal-sidebar .icons-list>li strong {
    font-weight: 500;
    display: block
}

.modal-sidebar .icons-list>li:not(:last-child) {
    margin-bottom: 24px
}

.modal-sidebar .icons-list>li .icon {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.modal-sidebar .logos {
    margin: 0 -6px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-sidebar .logos>li {
    margin: 12px 6px
}

.modal-title {
    text-align: center;
    margin-bottom: 1em
}

.card-align {
    margin-bottom: 40px
}

@media screen and (min-width:1200px) {
    .card-align {
        margin-right: -90px;
        margin-bottom: 81px
    }
}

.card-text {
    color: #3d4361;
    padding: 16px 20px 20px;
    display: block;
    border: 1px solid rgba(227, 232, 238, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 30px 0 0
}

.card-text:hover {
    color: #3d4361;
    border-color: #e3e8ee;
    text-decoration: none
}

.card-text:hover .link-more {
    color: #5e40e4
}

.card-text .link-more {
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.card-text .price {
    margin-right: 25px;
    font-weight: 600;
    line-height: 1
}

@media screen and (min-width:480px) {
    .card-text .price {
        margin-right: 46px
    }
}

.card-text .bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0c143a
}

.card-text .title {
    color: #0c143a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px
}

.card-text p {
    margin-bottom: 5px
}

.card-text-secondary {
    padding: 8px 16px 21px;
    border-color: #f2f4f7
}

.card-text-secondary:hover {
    border-color: #f2f4f7;
    background: #f2f4f7
}

.card-text-secondary:hover .link-more {
    color: #F05228
}

@media screen and (min-width:1200px) {
    .card-text-secondary .link-more {
        padding-right: 40px
    }
}

.card-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3d4361
}

.card-number .item {
    margin: 0 5px;
    border: 1px solid #e3e8ee;
    padding: 10px
}

@media screen and (min-width:768px) {
    .card-number .item {
        margin: 0 10px;
        padding: 15px 20px
    }
}

@media screen and (min-width:1200px) {
    .card-number .item {
        margin: 0 20px;
        padding: 21px 30px 17px
    }
}

.card-number .number {
    font-weight: 500;
    font-size: 22px;
    color: #0c143a;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .card-number .number {
        font-size: 32px
    }
}

.card-number-secondary {
    max-width: 1016px;
    margin: 0 auto
}

@media screen and (min-width:1200px) {
    .card-number-secondary .custom-row {
        margin-left: -45px;
        margin-right: -45px
    }

    .card-number-secondary .custom-row>* {
        padding-left: 45px;
        padding-right: 45px
    }
}

.card-number-secondary .number {
    color: #F05228;
    font-size: 32px;
    letter-spacing: -.37px;
    line-height: 35px
}

.card-number-secondary .item .title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0c143a
}

.card-number-secondary .item p {
    line-height: 1.5;
    color: #535b81
}

.card-brand {
    background: #f2f4f7;
    padding: 30px
}

.card-brand .slogan {
    color: #0c143a;
    line-height: 1.3;
    letter-spacing: -.52px;
    font-style: italic;
    margin-bottom: 16px
}

.card-brand .name {
    color: #1f1f32;
    line-height: 1.3;
    margin-bottom: 2px
}

.card-brand .founder {
    color: #656d78;
    line-height: 1.2;
    margin-bottom: 16px
}

.card-brand .link {
    line-height: 1.1
}

.card-brand .image {
    margin-bottom: 11px
}

.card-default {
    position: relative;
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .card-default {
        margin-bottom: 0
    }
}

.card-default.new .title {
    padding-right: 65px
}

.card-default .title {
    font-weight: 600;
    line-height: 1.1
}

.card-image-text {
    margin-bottom: 40px
}

.card-image-text .img-holder {
    position: relative;
    z-index: 10
}

@media screen and (max-width:767px) {
    .card-image-text .img-holder {
        text-align: center
    }
}

.card-package {
    border: 1px solid #e3e8ee;
    padding: 25px 30px 30px;
    font-size: 16px;
    margin-bottom: 30px
}

@media screen and (min-width:1200px) {
    .card-package {
        margin-bottom: 21px
    }
}

.card-package .label-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.card-package .card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 2px 0 8px
}

.card-package .content {
    line-height: 1.5;
    margin-bottom: 24px;
    color: #3d4361
}

.card-package .price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #232e44;
    margin-bottom: 5px
}

.card-package .btn {
    width: 100%
}

.card-package .features-list {
    margin-bottom: 28px;
    color: #535b81
}

.card-package .description {
    font-size: 14px;
    margin-bottom: 22px
}

.card-package .btn {
    padding: 15px
}

.card-package .label {
    position: absolute;
    top: 0;
    right: 38px;
    text-transform: none;
    font-size: 12px
}

.card-icon-text {
    border: 1px solid #e3e8ee;
    padding: 20px 30px 10px;
    margin-bottom: 30px;
    border-radius: 6px
}

.card-icon-text .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

.card-icon-text .icon-holder {
    margin-bottom: 9px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-text-button {
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    width: 192px;
    padding: 17px 20px 20px;
    text-align: center;
    background: #fff
}

.card-text-button .card-title {
    margin-bottom: 5px
}

.card-text-button p {
    margin-bottom: 17px
}

.card-text-button .btn {
    font-weight: 600;
    padding: 12px 15px !important;
    width: 100%
}

.card-icon-text-list {
    padding: 22px 20px 7px;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    position: relative
}

@media screen and (max-width:479px) {
    .card-icon-text-list {
        margin-bottom: 30px
    }
}

.card-icon-text-list ul {
    list-style-type: none;
    padding: 0
}

.card-icon-text-list li {
    color: #535b81;
    margin-bottom: 5px
}

.card-icon-text-list.lg {
    padding: 40px 30px 30px
}

.card-icon-text-list .icon {
    color: #000;
    width: 5px;
    font-size: 12px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .card-icon-text-list .icon {
        margin-right: 16px
    }
}

.card-icon-text-list .icon-ssd {
    font-size: 10px
}

.card-icon-text-list .icon-traffic {
    font-size: 16px
}

.card-icon-text-list .icon-wifi {
    font-size: 11px
}

.card-icon-text-list .title {
    text-transform: uppercase;
    color: #7d84a2;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 19px
}

.card-company {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:430px) {
    .card-company {
        padding-left: 20px
    }
}

.card-company .card-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 16px
}

.card-company .card-body {
    padding: 10px 30px 10px 0
}

.card-company .card-img {
    min-width: 125px;
    width: 125px;
    margin-right: 20px;
    position: relative
}

@media (max-width:430px) {
    .card-company .card-img {
        display: none
    }
}

.card-company .company-logo {
    margin-right: 18px
}

.card-company .name {
    font-size: 14px;
    font-weight: 500
}

.card-company .position {
    font-size: 12px;
    letter-spacing: -.016
}

.card-company .link-more {
    margin-top: 15px;
    font-size: 14px;
    display: block
}

@media screen and (max-width:767px) {
    .responsive-data-table table, .responsive-data-table tbody, .responsive-data-table td, .responsive-data-table th, .responsive-data-table thead, .responsive-data-table tr {
        display: block
    }

    .responsive-data-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .responsive-data-table tbody tr td, .responsive-data-table tbody tr>td, .responsive-data-table tbody>tr td, .responsive-data-table tbody>tr>td, .responsive-data-table>tbody tr td, .responsive-data-table>tbody tr>td, .responsive-data-table>tbody>tr td, .responsive-data-table>tbody>tr>td {
        border: none;
        border-top: 1px solid #ddd;
        position: relative;
        padding-left: 50%
    }

    .responsive-data-table tr:nth-child(odd) {
        background: #eee
    }

    .responsive-data-table tr:nth-child(even) {
        background: #fff
    }

    .responsive-data-table td:before {
        content: attr(data-title);
        position: absolute;
        top: 8px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
}

.table-resources table {
    width: 100%;
    color: #0c143a
}

.table-resources td, .table-resources th {
    padding: 7px 0 6px
}

.table-resources td:first-child, .table-resources th:first-child {
    padding-left: 20px;
    width: 60%
}

.table-resources td:last-child, .table-resources th:last-child {
    padding-right: 15px
}

.table-resources th {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    background: #e4e8ee;
    color: #232e44;
    padding: 4px 0 8px
}

.table-resources td {
    color: #535b81;
    border-bottom: 1px solid #d9dadf
}

.table-2 {
    font-size: 11px;
    border: 1px solid #eaedf2;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:480px) {
    .table-2 {
        font-size: 14px
    }
}

@media screen and (min-width:992px) {
    .table-2 {
        margin-bottom: 0
    }
}

.table-2 th {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    background: #0c143a;
    padding: 9px 0
}

@media screen and (min-width:480px) {
    .table-2 th {
        font-size: 12px
    }
}

.table-2 td, .table-2 th {
    padding-right: 7px
}

.table-2 td:first-child, .table-2 th:first-child {
    padding-left: 10px
}

@media screen and (min-width:768px) {
    .table-2 td:first-child, .table-2 th:first-child {
        padding-left: 20px
    }
}

@media screen and (min-width:992px) {
    .table-2 td:first-child, .table-2 th:first-child {
        width: 23.7%
    }
}

@media screen and (min-width:992px) {
    .table-2 td:nth-child(2), .table-2 th:nth-child(2) {
        width: 11.6%
    }
}

@media screen and (min-width:992px) {
    .table-2 td:nth-child(3), .table-2 th:nth-child(3) {
        width: 21.6%
    }
}

@media screen and (min-width:992px) {
    .table-2 td:nth-child(4), .table-2 th:nth-child(4) {
        width: 22%
    }
}

.table-2 td:last-child, .table-2 th:last-child {
    padding-right: 10px
}

@media screen and (min-width:768px) {
    .table-2 td:last-child, .table-2 th:last-child {
        padding-right: 20px
    }
}

.table-2 td {
    color: #535b81;
    background: #fff;
    padding: 18px 7px 13px 0
}

@media screen and (min-width:480px) {
    .table-2 td {
        font-size: 14px;
        line-height: 16px
    }
}

.table-2 tr:not(:last-child) {
    border-bottom: 1px solid #eaedf2
}

.table-3 {
    width: 100%
}

.table-3 .btn, .table-3 td:first-child, .table-3 th {
    text-transform: uppercase
}

.table-3 td, .table-3 th {
    border-bottom: 1px solid #dadde4;
    padding-right: 4px
}

@media screen and (min-width:768px) {
    .table-3 td, .table-3 th {
        width: 15%
    }
}

.table-3 td {
    color: #001038;
    padding: 15px 0;
    font-size: 14px;
    line-height: 15px
}

.table-3 td:first-child {
    font-weight: 500
}

.table-3 td:last-child {
    text-align: right
}

.table-3 th {
    color: #7d84a2;
    font-weight: 500;
    padding: 11px 0;
    font-size: 12px;
    line-height: 16px
}

.table-3 .btn {
    padding: 7px 15px !important
}

@media screen and (min-width:992px) {
    .table-3 .btn {
        min-width: 96px
    }
}

@media screen and (max-width:767px) {
    .table-3 .btn {
        margin: 0 15px
    }
}

.sidebar {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px
}

@media screen and (min-width:1200px) {
    .sidebar {
        max-width: 288px
    }
}

.sidebar li {
    border-bottom: 1px solid #c2c7d2;
    border-left: 1px solid #c2c7d2;
    border-right: 1px solid #c2c7d2
}

.sidebar li:first-child {
    border-top: 1px solid #c2c7d2
}

.sidebar li.active {
    font-weight: 600;
    background: #f2f4f7
}

.sidebar li.active .list-icon {
    background: #e3e5ef
}

.sidebar li.title {
    padding: 19px 29px;
    background: #5e40e4;
    color: #fff
}

.sidebar li span {
    margin-right: 5px
}

.sidebar a, .sidebar li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0c143a;
    font-size: 14px;
    padding: 19px 29px
}

@media screen and (min-width:768px) {
    .sidebar a, .sidebar li.active {
        font-size: 12px;
        padding: 10px
    }
}

@media screen and (min-width:992px) {
    .sidebar a, .sidebar li.active {
        padding: 19px 29px;
        font-size: 14px;
        line-height: 24px
    }
}

.sidebar a {
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 500
}

.sidebar a:focus {
    text-decoration: none
}

.sidebar a:hover {
    text-decoration: none;
    background: #f2f4f7
}

.sidebar .list-icon {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    max-width: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 10px;
    font-weight: 700
}

.main-description {
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px
}

.trial-form-section {
    position: relative
}

.trial-form-section .container, .trial-form-section .modal-lg, .trial-form-section .modal-md, .trial-form-section .modal-sm {
    max-width: 1073px
}

.trial-form-section h1 {
    font-weight: 400
}

@media screen and (min-width:1200px) {
    .info-post-form {
        margin: 0 -63px;
        padding: 19px 0 44px
    }
}

.info-post-form .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.info-post-form .img-holder {
    font-size: 48px;
    line-height: 1;
    color: #F05228;
    text-align: center
}

.info-post-form img {
    width: auto
}

.info-post-form .text {
    color: #0c143a;
    overflow: hidden;
    padding-left: 10px;
    width: calc(100% - 50px)
}

@media screen and (min-width:992px) {
    .info-post-form .text {
        font-size: 16px;
        line-height: 18px
    }
}

.info-post-form p {
    margin-bottom: 0
}

.trial-form {
    margin: 0 0 26px
}

.trial-form .email-holder {
    padding-right: 0
}

@media screen and (max-width:1199px) {
    .trial-form .email-holder {
        padding-right: 15px;
        margin: 0 0 15px
    }
}

@media screen and (min-width:1200px) {
    .trial-form .email-holder {
        width: 21%
    }
}

.trial-form .select-holder {
    padding: 0 10px
}

@media screen and (max-width:1199px) {
    .trial-form .select-holder {
        padding: 0 15px;
        margin: 0 0 15px
    }
}

@media screen and (min-width:1200px) {
    .trial-form .select-holder {
        width: 24%
    }
}

.trial-form .trial-btn-holder {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width:1199px) {
    .trial-form .trial-btn-holder {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 0 15px
    }
}

@media screen and (min-width:1200px) {
    .trial-form .trial-btn-holder {
        width: 31%
    }
}

.trial-form .trial-btn {
    text-transform: none;
    border-radius: 4px;
    font-weight: 400;
    -webkit-box-shadow: 0 7px 14px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 7px 14px 0 rgba(255, 255, 255, .1);
    -webkit-transition: background box-shadow .3s;
    transition: background box-shadow .3s
}

@media screen and (max-width:767px) {
    .trial-form .trial-btn {
        font-size: 14px
    }
}

.trial-form .trial-btn:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width:1200px) {
    .trial-form .video-btn-holder {
        width: 24%;
        padding-left: 10px
    }
}

.trial-form .video-btn {
    color: #000;
    border-color: #e3e8ee;
    background: #fff;
    padding: 17px 33px 15px;
    font-size: 16px;
    text-transform: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05)
}

@media screen and (max-width:767px) {
    .trial-form .video-btn {
        padding: 11px 17px;
        font-size: 14px
    }
}

.trial-form .video-btn:hover {
    opacity: .7
}

.trial-form .video-btn .play-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #495468;
    margin-right: 15px;
    top: -2px
}

.trial-form .video-btn .play-icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: -4px;
    left: -11px
}

.trial-form .btn {
    width: 100%;
    font-weight: 500
}

.note-block {
    text-align: center;
    margin: 0 0 23px
}

.note-block p {
    margin: 0
}

@media screen and (min-width:1200px) {
    .note-block p {
        margin-bottom: 23px
    }
}

.note-block a {
    text-decoration: underline
}

.note-block a:hover {
    text-decoration: none
}

.logo-list-box {
    margin: 0 0 47px;
    text-align: center
}

.logo-list-box .text {
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 39px
}

.logo-list-box img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px
}

@media screen and (max-width:1199px) {
    .logo-list-box img {
        margin: 5px 18px
    }
}

.trial-block {
    margin: 3em 0;
    position: relative
}

@media screen and (min-width:768px) {
    .trial-block {
        margin: 6em 0
    }
}

@media screen and (min-width:768px) {
    .trial-block h2 {
        margin-bottom: 39px
    }
}

@media screen and (min-width:992px) {
    .trial-block h4 {
        margin-bottom: 19px
    }
}

.trial-block .img-holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7bcb654;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    font-size: 48px;
    color: #F05228
}

@media screen and (min-width:992px) {
    .trial-block .img-holder {
        margin-bottom: 20px
    }
}

.features-list {
    line-height: 1.28571
}

.features-list li {
    position: relative;
    padding-left: 31px;
    margin: 0 0 6px
}

.features-list li:before {
    content: "\64";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    color: #F05228;
    text-align: center;
    font-size: 9px;
    padding-top: 3px;
    margin-top: -8px
}

.features-list.warning li:before {
    background: #ffe8a9;
    color: #ecab0a
}

.features-list.icons li {
    padding-left: 0;
    margin-bottom: 7px
}

.features-list.icons li:before {
    content: none
}

.features-list.icons li .icon {
    width: 28px;
    display: inline-block;
    color: #000
}

.features-list.icons li .icon-ssd {
    font-size: 11px
}

.features-list.icons li p {
    margin: 0;
    display: inline-block
}

.plans {
    margin: 0 0 7em
}

@media screen and (max-width:991px) {
    .plans {
        margin: 6em 0
    }
}

@media screen and (max-width:767px) {
    .plans {
        margin: 0 0 3em
    }
}

.plans .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .plans .row {
        display: block
    }
}

.plans .item {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding: 38px 40px 118px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    border: solid 1px #e3e8ee;
    height: 100%;
    background: #fff
}

@media screen and (max-width:991px) {
    .plans .item {
        padding: 31px 20px 105px
    }
}

@media screen and (max-width:767px) {
    .plans .item {
        padding: 15px;
        margin-bottom: 15px;
        min-height: 0
    }
}

.plans .item:hover {
    -webkit-box-shadow: 0 14px 24px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 14px 24px 0 rgba(31, 37, 50, .05)
}

.plans .item:hover .btn {
    opacity: .8
}

.plans .item.new .label {
    display: block
}

.plans .item ul {
    margin: 0 0 43px
}

@media screen and (max-width:991px) {
    .plans .item ul {
        margin: 0 0 30px
    }
}

.plans .item h3 {
    text-align: left;
    margin: 0 0 32px
}

.plans .item .label-text {
    color: #9094a0;
    font-style: italic;
    display: block;
    margin: 0 0 3px
}

.plans .item .btn {
    width: 100%;
    padding: 13px 10px
}

.plans .item .price {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #0c143a;
    margin: 0 0 18px
}

@media screen and (max-width:991px) {
    .plans .item .price {
        font-size: 16px
    }
}

.plans .item .label {
    position: absolute;
    top: 0;
    right: 21px;
    border-radius: 0 0 3px 3px;
    text-transform: uppercase;
    letter-spacing: .08333em;
    padding: 7px 9px;
    font-size: 12px;
    display: none
}

.plans .item .bottom-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 38px 40px
}

@media screen and (max-width:991px) {
    .plans .item .bottom-section {
        padding: 0 20px 20px
    }
}

@media screen and (max-width:767px) {
    .plans .item .bottom-section {
        position: relative;
        padding: 0
    }
}

.plans .card-plan {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .plans .card-plan {
        padding: 49px 50px
    }
}

.plans .card-plan>:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width:1200px) {
    .plans .card-plan.new .label {
        right: 19px
    }
}

.plans .card-plan .price {
    font-weight: 600;
    margin-bottom: 5px
}

.plans .card-plan .title {
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .plans .card-plan .title {
        font-size: 22px
    }
}

.plans .card-plan .text-a {
    font-size: 16px;
    color: #3d4361;
    margin-bottom: 30px
}

.plans .card-plan .features-list {
    color: #535b81;
    margin-bottom: 24px
}

@media screen and (min-width:992px) {
    .plans .card-plan .features-list {
        font-size: 16px;
        line-height: 1.3
    }
}

.plans .card-plan .features-list li {
    padding-left: 24px;
    margin-bottom: 9px
}

.plans .card-plan .price-holder p {
    color: #535b81;
    margin-bottom: 28px
}

@media screen and (min-width:992px) {
    .plans .card-plan .btn {
        padding: 16px 10px
    }
}

.plans .text {
    padding-top: 20px;
    color: #0c143a
}

@media screen and (min-width:992px) {
    .plans .text {
        padding-top: 46px
    }
}

@media screen and (min-width:992px) {
    .plans .text p {
        margin-bottom: 4px
    }
}

.plans .label.sm {
    font-size: 12px;
    letter-spacing: normal;
    text-transform: none;
    background: #f7bcb654;
    right: 11px;
    padding: 7px 12px
}

.plans.cloud-plans .item {
    padding: 29px 35px 190px;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    overflow: hidden
}

@media screen and (max-width:991px) {
    .plans.cloud-plans .item {
        padding: 20px 10px 190px
    }
}

@media screen and (max-width:767px) {
    .plans.cloud-plans .item {
        padding: 15px;
        margin-bottom: 15px
    }
}

.plans.cloud-plans .item .bottom-section {
    padding: 0 35px 40px
}

@media screen and (max-width:991px) {
    .plans.cloud-plans .item .bottom-section {
        padding: 0 20px 20px
    }
}

.plans.cloud-plans .item .label {
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    right: -40px;
    top: -18px;
    padding: 40px 30px 6px
}

.plans.cloud-plans .label-text {
    font-style: normal;
    color: #0c143a;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px
}

.plans.cloud-plans h3 {
    margin: 8px 0 22px
}

.plans.cloud-plans ul {
    font-size: 16px;
    padding-left: 19px
}

.plans.cloud-plans .old {
    display: block;
    margin: 0 0 7px;
    color: #F05228;
    font-weight: 500
}

.plans.cloud-plans .price {
    font-size: 21px;
    margin: 0 0 3px
}

@media screen and (max-width:991px) {
    .plans.cloud-plans .price {
        font-size: 16px
    }
}

.plans.cloud-plans .btn-holder {
    padding-top: 30px
}

@media screen and (max-width:991px) {
    .plans.cloud-plans .btn {
        font-size: 14px;
        padding: 15px 10px
    }
}

.plans.sm .item {
    padding: 30px 30px 45px;
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .plans.sm .item {
        padding-bottom: 90px
    }
}

.plans.sm .item .label-text {
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px
}

.plans.sm .item h3 {
    line-height: 1.14;
    margin-bottom: 20px
}

.plans.sm .item p {
    font-size: 16px;
    color: #3d4361;
    margin-bottom: 19px
}

.plans.sm .item .bottom-section {
    padding: 0 30px 30px
}

@media screen and (max-width:767px) {
    .plans.sm .item .bottom-section {
        position: absolute
    }
}

.plans.sm .item .price {
    margin-bottom: 15px
}

.plans.sm .item .btn {
    font-size: 16px
}

.plans.sm .top-row {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .plans.sm .top-row {
        margin-bottom: 48px
    }
}

@media screen and (max-width:991px) {
    .plans.sm .row {
        display: block
    }
}

.plans.sm .features-list li {
    padding-left: 23px;
    margin-bottom: 12px
}

.plans.sm .features-list li:before {
    top: 7px
}

@media screen and (min-width:992px) {
    .home-a-dedicated-performance .heading-box-align dt.plans .item, .plans.md .item {
        padding: 31px 29px 80px
    }
}

.home-a-dedicated-performance .heading-box-align dt.plans .item p, .plans.md .item p {
    color: #232e44;
    margin-bottom: 18px
}

@media screen and (min-width:1200px) {
    .home-a-dedicated-performance .heading-box-align dt.plans .label, .plans.md .label {
        right: 19px
    }
}

.home-a-dedicated-performance .heading-box-align dt.plans h3, .plans.md h3 {
    margin-bottom: 15px
}

.home-a-dedicated-performance .heading-box-align dt.plans .bottom-section, .plans.md .bottom-section {
    padding-left: 30px;
    padding-right: 30px
}

.page-template-template-support .plans .item {
    height: auto
}

@media screen and (min-width:768px) {
    .page-template-template-support .plans .item {
        height: 100%
    }
}

@media screen and (min-width:768px) {
    .page-template-template-support .plans .item .btn {
        min-width: 100%
    }
}

@media screen and (min-width:1200px) {
    .page-template-template-support .plans .item .btn {
        min-width: 250px
    }
}

.plans-include {
    max-width: 950px;
    margin: 0 auto 68px
}

.plans-include .plans-include-title {
    line-height: 1.3;
    margin-bottom: 21px
}

.plans-include .custom-row:before {
    content: none
}

@media screen and (min-width:480px) {
    .plans-include .custom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:479px) {
    .plans-include .col-xs-6 {
        width: 100%
    }
}

.tariff-plans {
    max-width: 1016px;
    margin: 30px auto 18px
}

@media screen and (min-width:992px) {
    .tariff-plans {
        margin-top: 55px
    }
}

.advantages {
    position: relative;
    padding: 68px 0 290px
}

@media screen and (max-width:991px) {
    .advantages {
        padding: 40px 0 150px
    }
}

@media screen and (max-width:767px) {
    .advantages {
        padding: 15px 0
    }
}

.advantages h2 {
    margin-bottom: 50px
}

@media screen and (min-width:992px) {
    .advantages h2 {
        margin-bottom: 70px
    }
}

@media screen and (max-width:991px) {
    .advantages .item {
        margin: 0 0 30px
    }
}

.advantages .image-holder {
    margin: 0 0 31px;
    min-height: 51px
}

@media screen and (max-width:767px) {
    .advantages .image-holder {
        min-height: 0;
        margin: 0 0 15px
    }
}

.rectangle-block {
    position: absolute;
    width: 100%;
    max-width: 1425px;
    left: 50%;
    top: -34%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:991px) {
    .rectangle-block {
        top: 0
    }
}

@media screen and (max-width:767px) {
    .rectangle-block {
        display: none
    }
}

.hexagon-block {
    position: absolute;
    width: 100%;
    max-width: 1540px;
    left: 17%;
    top: 34%;
    z-index: 1
}

@media screen and (max-width:991px) {
    .hexagon-block {
        top: 0
    }
}

@media screen and (max-width:767px) {
    .hexagon-block {
        display: none
    }
}

.hexagon-block.second {
    top: 100%;
    left: 4%;
    max-width: 1100px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    opacity: .5
}

.intro-block {
    margin: 0 0 2em;
    position: relative
}

@media screen and (min-width:992px) {
    .intro-block {
        margin-bottom: 8em
    }
}

.intro-block h1 {
    text-align: left;
    margin-bottom: 15px
}

.intro-block h6 {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .intro-block .block-info {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .intro-block .block-info {
        width: 100%;
        max-width: 760px
    }
}

.intro-block .img-holder {
    margin-right: -15px
}

.intro-block .img-holder img {
    width: 100%
}

.intro-block .text-holder {
    font-size: 18px
}

@media screen and (min-width:992px) {
    .intro-block .text-holder {
        max-width: 629px
    }
}

.intro-block .text-holder>p {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .intro-block .text-holder>p {
        margin-bottom: 45px
    }
}

.text-size-12 {
    font-size: 12px
}

.list-links {
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .list-links {
        padding-top: 20px
    }
}

.list-links li {
    display: inline-block;
    margin-right: 15px
}

@media screen and (min-width:992px) {
    .list-links li {
        margin-right: 25px
    }
}

.list-links a {
    text-decoration: underline
}

.list-links a:hover {
    color: #5e40e4
}

.bg-block {
    position: absolute;
    top: -107px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1
}

@media screen and (max-width:479px) {
    .bg-block {
        display: none
    }
}

@media screen and (min-width:768px) {
    .bg-block {
        border-radius: 0 0 0 150px;
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg);
        left: -50px;
        bottom: auto;
        width: 960px;
        height: 600px
    }
}

@media screen and (min-width:992px) {
    .bg-block {
        top: -999px;
        -webkit-transform: rotate(-11deg);
        transform: rotate(-11deg);
        bottom: 2%;
        border-radius: 0 0 0 82px;
        height: auto;
        width: auto
    }
}

@media screen and (min-width:992px) {
    .bg-block:before {
        content: '';
        border: 216px solid transparent;
        border-top: 645px solid transparent;
        border-right: 63px solid transparent;
        position: absolute;
        bottom: 4%;
        left: -278px
    }
}

@media screen and (min-width:992px) {
    .bg-block .img-holder {
        position: absolute;
        bottom: -34px;
        right: 0;
        width: auto;
        margin-right: 0;
        -webkit-transform: rotate(11deg);
        transform: rotate(11deg)
    }
}

@media screen and (max-width:991px) {
    .bg-block .img-holder {
        position: absolute;
        bottom: -50px;
        right: -100px;
        width: auto;
        margin-right: 0;
        -webkit-transform: rotate(11deg);
        transform: rotate(11deg)
    }
}

.list-info {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .list-info {
        margin-bottom: 21px
    }
}

.list-info li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px
}

@media screen and (min-width:992px) {
    .list-info li {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px
    }
}

@media screen and (min-width:992px) {
    .list-info li h6 {
        margin-bottom: 4px
    }
}

.list-info li p {
    margin-bottom: 0
}

.list-info li:before {
    color: #F05228;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: '\e916';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0;
    background: #f7bcb654;
    font-size: 12px
}

.list-info-white li h6 {
    color: #fff;
    margin-bottom: 0
}

.list-info-white li:before {
    background-color: #fff
}

@media screen and (min-width:992px) {
    .list-connect {
        margin-bottom: 12px
    }
}

.list-connect .item {
    margin-bottom: 10px;
    position: relative
}

@media screen and (min-width:992px) {
    .list-connect .item {
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width:992px) {
    .list-connect .holder-select {
        max-width: 219px;
        width: 100%
    }
}

.list-connect .form-control {
    padding: 4px 23px 0
}

@media screen and (min-width:992px) {
    .list-connect .form-control {
        max-width: 237px
    }
}

@media screen and (min-width:992px) {
    .list-connect .fake-select {
        margin-left: 6px
    }
}

@media screen and (min-width:992px) {
    .list-connect .btn-holder {
        padding-left: 6px
    }
}

.list-connect .btn {
    font-size: 16px
}

@media screen and (max-width:1199px) {
    .list-connect .btn {
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .list-connect .btn {
        padding: 18px 37px
    }
}

.text-block {
    margin: 7em 0 0
}

.text-block.text-block-sol {
    margin: 2em 0 5em
}

@media screen and (max-width:991px) {
    .text-block.text-block-sol {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.text-block.text-block-sol .container, .text-block.text-block-sol .modal-lg, .text-block.text-block-sol .modal-md, .text-block.text-block-sol .modal-sm {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none
}

@media screen and (max-width:991px) {
    .text-block.text-block-sol .container, .text-block.text-block-sol .modal-lg, .text-block.text-block-sol .modal-md, .text-block.text-block-sol .modal-sm {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .text-block.text-block-sol .container, .text-block.text-block-sol .modal-lg, .text-block.text-block-sol .modal-md, .text-block.text-block-sol .modal-sm {
        padding-left: 15px;
        padding-right: 15px
    }
}

.text-block.text-block-sol .title-holder {
    max-width: 100%
}

.text-block.text-block-sol h3 {
    margin-top: 16px;
    margin-bottom: 71px
}

@media screen and (max-width:991px) {
    .text-block.text-block-sol h3 {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .text-block.text-block-sol h3 {
        margin-bottom: 30px
    }
}

.text-block .container, .text-block .modal-lg, .text-block .modal-md, .text-block .modal-sm {
    max-width: 960px
}

@media screen and (min-width:992px) {
    .text-block .container, .text-block .modal-lg, .text-block .modal-md, .text-block .modal-sm {
        padding-bottom: 7em
    }
}

@media screen and (min-width:768px) {
    .text-block .container, .text-block .modal-lg, .text-block .modal-md, .text-block .modal-sm {
        padding-bottom: 5em
    }
}

@media screen and (max-width:479px) {
    .text-block .container, .text-block .modal-lg, .text-block .modal-md, .text-block .modal-sm {
        padding-bottom: 5em
    }
}

.text-block .item {
    text-align: center
}

@media screen and (min-width:992px) {
    .text-block .item {
        margin-bottom: 47px
    }
}

.text-block .title-holder {
    margin: 0 auto;
    max-width: 500px
}

@media screen and (min-width:992px) {
    .text-block .title-holder {
        max-width: 615px
    }
}

.text-block .title {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #535b81;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .text-block .title {
        margin-bottom: 23px
    }
}

@media screen and (min-width:992px) {
    .text-block h3 {
        margin-bottom: 55px
    }
}

.text-block h4 {
    color: #0c143a
}

@media screen and (min-width:992px) {
    .text-block h4 {
        margin-top: 6px;
        margin-bottom: 15px
    }
}

.text-block .icon-holder {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 46px;
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background-color: #f7bcb654;
    color: #F05228
}

@media screen and (min-width:992px) {
    .text-block .icon-holder {
        width: 90px;
        height: 90px
    }
}

.text-block .icon-maxicons1-disk:before {
    line-height: 2
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row:after, .flex-row:before {
    display: none
}

@media screen and (min-width:768px) {
    .client-block {
        margin-bottom: 6em
    }
}

@media screen and (min-width:992px) {
    .client-block {
        margin-bottom: 7em
    }
}

.client-block .title {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px
}

@media screen and (min-width:992px) {
    .client-block .title {
        margin-bottom: 26px
    }
}

.client-block h2 {
    color: #0c143a
}

@media screen and (min-width:992px) {
    .client-block h2 {
        margin-bottom: 20px
    }
}

@media screen and (min-width:992px) {
    .client-block .section-head {
        margin-bottom: 38px
    }
}

@media screen and (min-width:992px) {
    .client-block .section-head .description {
        max-width: 730px
    }
}

.configurate-block {
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    margin-bottom: 15px;
    background: #fff
}

@media screen and (min-width:768px) {
    .configurate-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4em
    }
}

@media screen and (max-width:479px) {
    .configurate-block {
        margin-bottom: 3em
    }
}

@media screen and (min-width:992px) {
    .configurate-block {
        margin: auto;
        max-width: 945px;
        margin-bottom: 70px
    }
}

@media screen and (max-width:1199px) {
    .configurate-block .text {
        margin-bottom: 15px
    }
}

.list-btn-link {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .list-btn-link li {
        display: inline-block;
        vertical-align: middle
    }
}

.list-btn-link li:last-child {
    font-size: 14px
}

@media screen and (min-width:992px) {
    .list-btn-link li:not(:last-child) {
        padding-right: 46px
    }
}

.block-configurate {
    padding: 2em
}

@media screen and (min-width:768px) {
    .block-configurate {
        width: 60%;
        padding: 31px
    }
}

@media screen and (min-width:992px) {
    .block-configurate {
        width: 70%;
        padding: 40px 100px 25px 40px
    }
}

.block-configurate h3 {
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .block-configurate h3 {
        margin-top: 10px
    }
}

@media screen and (min-width:992px) {
    .block-configurate .text {
        line-height: 23px;
        margin-bottom: 34px
    }
}

.block-configurate .description {
    margin-bottom: 15px;
    display: block;
    font-size: 12px
}

@media screen and (min-width:992px) {
    .block-configurate .description {
        margin-bottom: 26px
    }
}

.block-configurate .btn {
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .block-configurate .btn {
        display: inline-block;
        width: auto;
        font-size: 18px;
        text-transform: capitalize;
        padding: 18px 38px
    }
}

@media screen and (min-width:992px) {
    .block-configurate .btn {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .specifications {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:992px) {
    .specifications {
        padding-right: 51px
    }
}

.specifications .item {
    margin-bottom: 14px
}

@media screen and (min-width:768px) {
    .specifications .item {
        width: 50%
    }
}

.specifications .icon-holder {
    width: 36px;
    height: 36px;
    position: relative;
    float: left
}

.specifications .icon-holder .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #5e40e4;
    font-size: 20px
}

.specifications h5 {
    color: #0c143a;
    margin: 0 0 7px
}

.specifications .text-holder {
    overflow: hidden;
    padding-left: 10px
}

.block-support {
    background: #f3f6f9
}

@media screen and (min-width:768px) {
    .block-support {
        width: 40%
    }
}

@media screen and (min-width:992px) {
    .block-support {
        width: 30%
    }
}

.block-support .title {
    margin-bottom: 10px
}

.menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #f3f6f9;
    padding: 31px;
    font-size: 12px
}

@media screen and (min-width:992px) {
    .menu {
        padding: 39px 41px 31px 23px
    }
}

.menu .list-title {
    display: block;
    margin: 0 0 17px
}

.menu .dropdown-aside-list {
    margin: 0 0 21px
}

.menu .dropdown-aside-list li {
    border-radius: 25px;
    background: #fff;
    margin: 0 0 5px
}

.menu .dropdown-aside-list a {
    display: block;
    color: #0c143a;
    padding: 5px;
    font-weight: 500;
    font-size: 14px
}

.menu .dropdown-aside-list a:hover {
    text-decoration: none;
    color: #F05228
}

.menu .dropdown-aside-list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 9px;
    font-size: 17px;
    color: #F05228;
    border-radius: 50%;
    background: #f7bcb654;
    margin-right: 5px
}

@media screen and (min-width:768px) {
    .features-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:992px) {
    .features-block {
        margin: auto;
        max-width: 810px
    }
}

@media screen and (max-width:479px) {
    .features-block {
        margin-bottom: 4em
    }
}

@media screen and (min-width:768px) {
    .features-holder {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .features-holder {
        width: 48%
    }
}

.features-holder .title {
    display: block;
    text-transform: uppercase;
    font-size: 12px
}

@media screen and (min-width:992px) {
    .features-holder .title {
        margin-bottom: 16px
    }
}

.features-holder .features-list {
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .features-holder .features-list {
        margin-bottom: 24px
    }
}

.features-list li {
    padding-left: 30px;
    position: relative
}

@media screen and (min-width:992px) {
    .features-list li {
        margin-bottom: 5px
    }
}

.features-list .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8e7b3;
    border-radius: 50%;
    width: 16px;
    height: 16px
}

.features-list .icon-holder i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #d2a737;
    font-size: 10px
}

.features-list .icon-holder i:before {
    line-height: 2
}

.list-payments {
    margin: 0 -10px 10px
}

@media screen and (min-width:992px) {
    .list-payments {
        margin: 0 -4px 10px
    }
}

.list-payments li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px
}

@media screen and (min-width:992px) {
    .list-payments li {
        padding: 0 4px
    }
}

.list-payments img {
    -webkit-transition: all .3s;
    transition: all .3s
}

.list-payments a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width:768px) {
    .accordion-holder {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .accordion-holder {
        width: 52%
    }
}

@media screen and (max-width:767px) {
    .accordion-holder {
        margin: 4em 0
    }
}

.accordion-holder .title {
    display: block;
    text-transform: uppercase;
    font-size: 12px
}

@media screen and (min-width:992px) {
    .accordion-holder .title {
        margin-bottom: 19px
    }
}

.accordion-holder .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.accordion-holder .panel-default .panel-heading {
    background-color: transparent;
    border: none;
    padding: 1px 0;
    color: #0c143a;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .accordion-holder .panel-default .panel-heading {
        letter-spacing: -.02143em
    }
}

.accordion-holder .panel-default .panel-title {
    text-decoration: none
}

.accordion-holder .panel-default .panel-title:hover {
    text-decoration: none
}

.accordion-holder .panel-default .panel-title a {
    text-decoration: none
}

.accordion-holder .panel-default .panel-title a:hover {
    text-decoration: none;
    color: #F05228
}

.accordion-holder .panel-default .collapsed {
    color: #0c143a
}

.accordion-holder .panel-default .panel-collapse .panel-body {
    border-top: none;
    position: relative
}

@media screen and (min-width:992px) {
    .accordion-holder .panel-default .panel-collapse .panel-body {
        padding: 23px 8px 30px 18px;
        border-left: none;
        position: relative
    }
}

.accordion-holder .panel-default .panel-collapse .panel-body:after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 17px;
    left: 0;
    width: 1px;
    background-color: #e3e8ee;
    display: block
}

@media screen and (max-width:479px) {
    .support-block {
        margin: 7em 0 5em
    }
}

@media screen and (min-width:768px) {
    .support-block {
        margin: 4em 0
    }
}

@media screen and (min-width:992px) {
    .support-block {
        margin: 8em 0
    }
}

@media screen and (min-width:768px) {
    .support-block h2 {
        margin-bottom: 2em
    }
}

@media screen and (min-width:992px) {
    .support-block h2 {
        margin-bottom: 72px
    }
}

.support-block .container, .support-block .modal-lg, .support-block .modal-md, .support-block .modal-sm {
    max-width: 900px
}

@media screen and (max-width:479px) {
    .support-block .img-holder {
        text-align: center;
        padding: 2em 0
    }
}

@media screen and (min-width:992px) {
    .support-block .img-holder {
        text-align: center;
        padding-top: 1em
    }
}

.support-block h4 {
    color: #0c143a
}

@media screen and (min-width:768px) {
    .support-block h4 {
        font-size: 1.25em
    }
}

@media screen and (min-width:992px) {
    .support-block h4 {
        margin-top: 18px
    }
}

@media screen and (max-width:767px) {
    .support-block h4 {
        text-align: center
    }
}

.support-block ul {
    list-style-type: none;
    padding-left: 14px
}

@media screen and (min-width:768px) {
    .support-block ul {
        margin-bottom: 4em
    }
}

@media screen and (min-width:992px) {
    .support-block ul {
        margin-bottom: 5em;
        padding-left: 18px
    }
}

.support-block ul li {
    position: relative
}

@media screen and (min-width:992px) {
    .support-block ul li {
        padding-left: 10px;
        margin-bottom: 2px;
        font-size: 16px
    }
}

.support-block ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #757881;
    position: absolute;
    top: 48%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 50%;
    left: -12px
}

@media screen and (min-width:992px) {
    .support-block ul li:before {
        left: -16px
    }
}

.bg-gradient-grey {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fafbfd));
    background-image: linear-gradient(to top, #fff, #fafbfd);
    padding-top: 7em
}

@media screen and (max-width:479px) {
    .bg-gradient-grey {
        padding-top: 4em
    }
}

.section-body .container, .section-body .modal-lg, .section-body .modal-md, .section-body .modal-sm {
    max-width: 960px
}

.section-body .container .item, .section-body .modal-lg .item, .section-body .modal-md .item, .section-body .modal-sm .item {
    margin: 2em 0
}

.cloud-block {
    color: #fff
}

.cloud-block .container, .cloud-block .modal-lg, .cloud-block .modal-md, .cloud-block .modal-sm {
    max-width: 600px
}

@media screen and (min-width:992px) {
    .cloud-block .container, .cloud-block .modal-lg, .cloud-block .modal-md, .cloud-block .modal-sm {
        max-width: 996px;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media screen and (min-width:1200px) {
    .cloud-block .container, .cloud-block .modal-lg, .cloud-block .modal-md, .cloud-block .modal-sm {
        max-width: 1537px;
        padding-left: 200px;
        padding-right: 200px
    }
}

.all-managed-section .info .cloud-block .holder, .cloud-block .all-managed-section .info .holder, .cloud-block .container-medium {
    max-width: 955px;
    margin: auto
}

@media screen and (max-width:767px) {
    .all-managed-section .info .cloud-block .holder, .cloud-block .all-managed-section .info .holder, .cloud-block .container-medium {
        padding: 0
    }
}

.cloud-block .top-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px
}

.cloud-block .info {
    position: relative;
    z-index: 10
}

@media screen and (min-width:768px) {
    .cloud-block .info {
        padding-bottom: 50px
    }
}

.cloud-block h2, .cloud-block h3 {
    color: #fff
}

@media screen and (min-width:992px) {
    .cloud-block h2 {
        margin-bottom: 54px
    }
}

@media screen and (min-width:992px) {
    .cloud-block .text {
        line-height: 23px;
        margin-bottom: 32px
    }
}

.cloud-block .info-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.holder-block-story {
    position: relative
}

@media screen and (max-width:767px) {
    .holder-block-story {
        max-width: 350px;
        margin-top: 30px
    }
}

@media screen and (min-width:768px) {
    .holder-block-story {
        padding-top: 30px
    }
}

.block-story {
    border-radius: 5px;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    overflow: hidden;
    background-color: #fff
}

@media screen and (min-width:992px) {
    .block-story {
        padding-bottom: 25px
    }
}

.block-story .img-holder {
    overflow: hidden;
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center
}

@media screen and (min-width:992px) {
    .block-story .img-holder {
        min-height: 316px
    }
}

.block-story .img-holder:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 60px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 330px solid #fff
}

@media screen and (min-width:992px) {
    .block-story .img-holder:before {
        border: 79px solid transparent;
        border-bottom: 33px solid #fff;
        border-left: 540px solid #fff
    }
}

.block-story .text-holder {
    padding: 0 30px 30px;
    color: #0c143a;
    position: relative;
    margin-top: -20px
}

@media screen and (min-width:992px) {
    .block-story .text-holder {
        padding: 0 40px 10px 51px;
        margin-top: -43px
    }
}

.block-story .text-holder .img-block {
    margin-bottom: 10px;
    max-width: 176px
}

@media screen and (min-width:992px) {
    .block-story .text-holder .img-block {
        margin-bottom: 24px
    }
}

@media screen and (min-width:992px) {
    .block-story .text-holder .text {
        line-height: 28px;
        margin-bottom: 25px
    }
}

.block-story .name {
    display: block
}

.block-story .post {
    font-size: 12px;
    color: #6a7898;
    display: block;
    margin-bottom: 20px
}

@media screen and (min-width:1200px) {
    .dedi-page #header {
        margin-bottom: 39px
    }
}

.dedi-page .bg-block {
    background-color: #f9fafc
}

@media screen and (min-width:768px) {
    .dedi-page .bg-block {
        overflow: hidden;
        width: auto;
        height: auto;
        bottom: -80px;
        top: -300px;
        right: -40px
    }
}

@media screen and (min-width:1200px) {
    .dedi-page .bg-block {
        bottom: -32%
    }
}

@media screen and (min-width:768px) {
    .dedi-page .bg-block .img-holder {
        bottom: -130px;
        right: 50px;
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg)
    }
}

@media screen and (min-width:992px) {
    .dedi-page .bg-block .img-holder {
        bottom: -170px;
        -webkit-transform: rotate(11deg);
        transform: rotate(11deg)
    }
}

@media screen and (min-width:1200px) {
    .dedi-page .bg-block .img-holder {
        bottom: -120px;
        right: 240px
    }
}

.dedi-page .bg-block .img-holder img {
    width: auto
}

@media screen and (min-width:992px) {
    .dedi-page .bg-block:before {
        border: 216px solid transparent;
        border-top: 645px solid #f7fbfe;
        border-right: 63px solid #f7fbfe
    }
}

@media screen and (min-width:992px) {
    .dedi-page .intro-block {
        margin-bottom: 3em
    }
}

@media screen and (min-width:1200px) {
    .dedi-page .intro-block {
        padding-bottom: 0;
        margin-bottom: 2em
    }
}

@media screen and (min-width:1200px) {
    .dedi-page .intro-block .block-info {
        max-width: 528px
    }
}

.dedi-page .intro-block .block-info .text-holder p {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .dedi-page .intro-block .block-info .text-holder p {
        margin-bottom: 39px
    }
}

@media screen and (min-width:992px) {
    .dedi-page .intro-block h1 {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1200px) {
    .dedi-page-alt .bg-block {
        bottom: -15%
    }
}

.list-advantage.list-advantage-sol li {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 6px
}

.list-advantage.list-advantage-sol li a {
    color: #6a7898;
    border-bottom: 1px dashed #dbe1e9;
    outline: 0
}

.list-advantage.list-advantage-sol li a:focus, .list-advantage.list-advantage-sol li a:hover {
    text-decoration: none
}

.list-advantage.list-advantage-sol li .popover {
    color: #F05228;
    border-radius: 3px;
    background-color: #f7bcb654;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 112, 70, .1);
    box-shadow: 0 3px 12px 0 rgba(0, 112, 70, .1);
    border: solid 1px #56e4b1;
    font-style: italic;
    line-height: 1.29;
    padding: 32px 12px 22px 25px
}

.list-advantage.list-advantage-sol li .popover .arrow {
    border-top-color: #56e4b1
}

.list-advantage.list-advantage-sol li .popover .arrow:after {
    border-top-color: #f7bcb654
}

.list-advantage.list-advantage-sol li .popover-content {
    padding: 0
}

.list-advantage li {
    font-size: 14px;
    font-weight: 500;
    color: #0c143a;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .list-advantage li {
        margin-bottom: 5px;
        display: inline-block;
        margin-right: -3px;
        width: 50%;
        padding-left: 32px
    }
}

.list-advantage li:before {
    color: #F05228;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: '\e916';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0;
    background: #f7bcb654;
    font-size: 12px
}

.nav-tabs {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .nav-tabs {
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .nav-tabs {
        margin-bottom: 36px
    }
}

.nav-tabs li {
    display: inline-block;
    float: none;
    margin-right: -3px
}

@media screen and (min-width:992px) {
    .nav-tabs li {
        margin-right: 5px
    }
}

.nav-tabs li.active a {
    border: none;
    border-bottom: 3px solid #0c143a;
    border-bottom-color: #0c143a;
    color: #0c143a
}

.nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    border: none;
    border-bottom: 3px solid #0c143a;
    border-bottom-color: #0c143a;
    color: #0c143a
}

.nav-tabs li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 500;
    color: #535b81;
    padding: 5px 6px
}

.nav-tabs li a:hover {
    color: #0c143a;
    border-bottom: 3px solid #0c143a;
    background-color: transparent
}

.tab-holder {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 24px 0 rgba(26, 32, 40, .2);
    box-shadow: 0 10px 24px 0 rgba(26, 32, 40, .2);
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative
}

@media screen and (min-width:992px) {
    .tab-holder {
        padding: 21px 40px
    }
}

@media screen and (max-width:479px) {
    .tab-holder {
        padding: 30px 40px
    }
}

.tab-holder .title {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #535b81;
    margin-bottom: 10px;
    max-width: 200px
}

@media screen and (min-width:992px) {
    .tab-holder .title {
        margin-bottom: 28px
    }
}

@media screen and (min-width:768px) {
    .tab-holder-alt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
        height: 100%;
        padding: 2em
    }
}

@media screen and (min-width:768px) {
    .tab-holder-alt .title {
        margin-bottom: 0
    }
}

.tab-holder-alt .nav-tabs {
    text-align: left;
    width: 100%
}

@media screen and (min-width:992px) {
    .tab-holder-alt .nav-tabs {
        margin-bottom: 10px
    }
}

.tab-holder-alt .nav-tabs li {
    margin-bottom: 0
}

.tab-holder-alt .nav-tabs li.active a {
    border-bottom: none
}

.tab-holder-alt .nav-tabs a {
    border-bottom: none
}

@media screen and (min-width:992px) {
    .tab-holder-alt .nav-tabs a {
        padding: 0 0 12px
    }
}

@media screen and (max-width:1199px) {
    .tab-holder-alt .img-holder {
        height: 132px
    }
}

@media screen and (min-width:992px) {
    .tab-holder-alt .img-holder {
        top: 14px
    }
}

.tab-holder-alt h3 {
    font-weight: 400
}

@media screen and (min-width:768px) {
    .tab-holder-alt h3 b {
        display: block
    }
}

@media screen and (min-width:992px) {
    .tab-holder-alt h3 {
        font-size: 24px;
        margin-bottom: 42px
    }
}

@media screen and (min-width:992px) {
    .tab-holder-alt .tab-box ul {
        padding-left: 37px;
        margin-bottom: 37px
    }
}

@media screen and (min-width:992px) {
    .tab-holder-alt .tab-box ul li {
        margin-bottom: 0
    }
}

.tab-holder-alt .tab-box .btn {
    width: 100%
}

@media screen and (min-width:992px) {
    .tab-holder-alt .tab-box .btn {
        margin-bottom: 0;
        padding: 18px 25px
    }
}

.tab-holder-alt .tab-content {
    width: 100%
}

.box-link-holder {
    position: relative;
    padding-left: 28px;
    padding-top: 10px
}

@media screen and (max-width:991px) {
    .box-link-holder {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.box-link-holder img {
    position: absolute;
    top: 9px;
    left: 0
}

.tab-box ul {
    list-style-type: none;
    padding-left: 14px
}

@media screen and (min-width:992px) {
    .tab-box ul {
        margin-bottom: 28px;
        padding-left: 37px
    }
}

@media screen and (min-width:768px) {
    .tab-box ul {
        min-height: 210px
    }
}

.tab-box ul li {
    position: relative
}

@media screen and (min-width:992px) {
    .tab-box ul li {
        padding-left: 10px;
        margin-bottom: 2px;
        font-size: 16px
    }
}

.tab-box ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #757881;
    position: absolute;
    top: 48%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 50%;
    left: -12px
}

@media screen and (min-width:992px) {
    .tab-box ul li:before {
        left: -16px
    }
}

.tab-box .img-holder {
    display: none
}

@media screen and (min-width:992px) {
    .tab-box .img-holder {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (min-width:768px) {
    .tab-box .img-holder {
        display: block
    }
}

@media screen and (min-width:992px) {
    .tab-box h3 {
        margin-bottom: 21px
    }
}

@media screen and (max-width:767px) {
    .tab-box .btn {
        font-size: 13px
    }
}

@media screen and (min-width:992px) {
    .tab-box .btn {
        font-size: 16px;
        padding: 18px 54px;
        margin-bottom: 27px
    }
}

@media screen and (min-width:992px) {
    .tab-box h4 {
        margin-bottom: 26px
    }
}

@media screen and (min-width:992px) {
    .box-link-holder-alt {
        text-align: center;
        padding: 53px 28px
    }
}

@media screen and (min-width:992px) {
    .box-link-holder-alt .download-link {
        position: relative
    }
}

@media screen and (min-width:992px) {
    .box-link-holder-alt .download-link img {
        top: -3px;
        left: -28px
    }
}

.download-link {
    color: #828895;
    font-size: 12px
}

.download-link:hover {
    color: #442abc;
    text-decoration: none
}

.information-block .container, .information-block .modal-lg, .information-block .modal-md, .information-block .modal-sm {
    position: relative
}

.information-block .container:after, .information-block .modal-lg:after, .information-block .modal-md:after, .information-block .modal-sm:after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e4e7ec;
    width: 100%
}

@media screen and (min-width:768px) {
    .information-block .container:after, .information-block .modal-lg:after, .information-block .modal-md:after, .information-block .modal-sm:after {
        margin-top: 30px
    }
}

@media screen and (min-width:992px) {
    .information-block .container:after, .information-block .modal-lg:after, .information-block .modal-md:after, .information-block .modal-sm:after {
        left: 30px;
        right: 30px;
        margin-top: 86px
    }
}

.information-block .features-list {
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e7ec;
    padding-bottom: 10px
}

@media screen and (min-width:768px) {
    .information-block .accordion-holder {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .information-block .accordion-holder-alt {
        width: 50%
    }
}

.information-block .features-list-alt {
    border-bottom: none
}

@media screen and (min-width:992px) {
    .features-box {
        padding: 88px 0 0 41px
    }
}

.features-box .title {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 18px
}

@media screen and (min-width:992px) {
    .features-box .features-list {
        display: inline-block;
        padding-bottom: 48px;
        margin-bottom: 25px
    }
}

@media screen and (min-width:992px) {
    .features-box .features-list li {
        margin-bottom: 1px
    }
}

@media screen and (min-width:992px) {
    .features-box .accordion-holder {
        padding-right: 90px
    }
}

@media screen and (min-width:992px) {
    .payments-box {
        padding: 29px 10px 0 43px
    }
}

.payments-box .title {
    font-size: 12px;
    font-weight: 400
}

@media screen and (min-width:992px) {
    .text-block-alt h3 {
        margin-bottom: 36px
    }
}

.text-block-alt .container, .text-block-alt .modal-lg, .text-block-alt .modal-md, .text-block-alt .modal-sm {
    max-width: 1147px
}

.text-block-alt .title-holder {
    max-width: 700px
}

@media screen and (min-width:992px) {
    .text-block-alt .title-holder {
        margin-bottom: 59px
    }
}

.text-block-alt .item {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .text-block-alt .item {
        margin-bottom: 59px;
        padding: 0 10px
    }
}

@media screen and (min-width:992px) {
    .text-block-alt h4 {
        margin-bottom: 18px
    }
}

.text-block-alt .icon-holder {
    background-color: #f7bcb654;
    width: 90px;
    height: 90px;
    position: relative
}

@media screen and (min-width:992px) {
    .text-block-alt .icon-holder {
        margin-bottom: 21px
    }
}

.text-block-alt .icon-holder .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #F05228
}

.text-block-alt .container, .text-block-alt .modal-lg, .text-block-alt .modal-md, .text-block-alt .modal-sm {
    border: none
}

.cloud-jade {
    background: #F05228
}

.cloud-secondary-jade {
    background: #F05228;
    opacity: .1
}

@media screen and (min-width:992px) {
    .cloud-block-alt h2 {
        margin-bottom: 37px
    }
}

@media screen and (min-width:992px) {
    .cloud-block-alt p {
        margin-bottom: 43px
    }
}

@media screen and (min-width:992px) {
    .cloud-block-alt .cloud {
        bottom: 12%
    }
}

@media screen and (min-width:992px) {
    .cloud-block-alt .holder-block-story {
        padding-top: 0
    }
}

@media screen and (min-width:992px) {
    .list-services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px
    }
}

@media screen and (min-width:1200px) {
    .list-services {
        max-width: 400px
    }
}

.list-services li {
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .list-services li {
        padding: 0 5px;
        width: 50%
    }
}

.block-story-alt .img-holder {
    border-radius: 0 0 84px;
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
    margin-top: -17%;
    left: -5%;
    width: 110%;
    min-height: 230px
}

@media screen and (max-width:1199px) {
    .block-story-alt .img-holder {
        width: 115%;
        left: -8%
    }
}

@media screen and (min-width:992px) {
    .block-story-alt .img-holder {
        min-height: 324px
    }
}

.block-story-alt .img-holder:before {
    display: none
}

.block-story-alt .bg-holder {
    position: absolute;
    top: 0;
    right: -5%;
    left: 0;
    bottom: -18%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

.block-story-alt .box-video {
    position: relative
}

.block-story-alt .btn-play {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: -21%;
    right: 11%;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    z-index: 9
}

@media screen and (min-width:768px) {
    .block-story-alt .btn-play {
        bottom: -16%
    }
}

@media screen and (min-width:992px) {
    .block-story-alt .btn-play {
        bottom: -21%;
        right: 13%
    }
}

.block-story-alt .btn-play i {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    font-size: 25px;
    left: 50%;
    -webkit-transform: translate(-35%, -40%);
    transform: translate(-35%, -40%);
    color: #000
}

.block-story-alt .btn-play:hover {
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .3)
}

.block-story-alt .btn-play:hover i {
    color: #F05228
}

.block-story-alt .text-holder {
    padding: 30px 10px 10px
}

@media screen and (min-width:992px) {
    .block-story-alt .text-holder {
        padding: 70px 40px 10px 51px
    }
}

@media screen and (min-width:992px) {
    .block-story-alt .text-holder p {
        margin-bottom: 10px
    }
}

@media screen and (min-width:768px) {
    .quote-section {
        margin: 9em 0 7em
    }
}

@media screen and (min-width:992px) {
    .quote-section {
        margin: 12em 0 7em
    }
}

.quote-section .item {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .quote-section .item {
        margin-bottom: 50px
    }
}

@media screen and (min-width:768px) {
    .quote-section h2 {
        margin-bottom: 55px
    }
}

.quote-section h6 {
    margin-bottom: 8px
}

.quote-section .img-holder {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: perspective(0) rotateY(0) rotateX(0);
    transform: perspective(0) rotateY(0) rotateX(0);
    width: 56px;
    height: 56px;
    position: relative;
    margin-left: 6px;
    margin-bottom: 6px
}

.quote-section .bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -webkit-transform: perspective(0) rotateY(0) rotateX(0);
    transform: perspective(0) rotateY(0) rotateX(0)
}

.quote-section .title-block {
    margin: 0 auto;
    max-width: 500px
}

.quote-section .post {
    font-size: 12px;
    color: #535b81;
    line-height: 1.33;
    display: block;
    margin-bottom: 26px;
    max-width: 200px
}

.quote-section .link-holder {
    margin: 30px 0
}

.play-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:992px) {
    .content-colums {
        margin-bottom: 100px
    }
}

@media screen and (min-width:768px) {
    .content-colums.benefits-items .flex-row:nth-child(2n-1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width:992px) {
    .content-colums.benefits-items .flex-row:nth-child(2n-1) .text {
        max-width: 100%;
        padding-left: 100px
    }
}

.content-colums .item-holder {
    margin-bottom: 2em
}

.content-colums .item-holder .image-max {
    max-width: 558px;
    width: 100%
}

.content-colums .img-holder {
    text-align: center
}

@media screen and (min-width:768px) {
    .content-colums .img-holder {
        text-align: left
    }
}

.content-colums .img-holder img {
    max-width: 300px
}

@media screen and (min-width:768px) {
    .content-colums .flex-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:992px) {
    .content-colums .flex-row {
        margin-bottom: 7em
    }
}

@media screen and (min-width:992px) {
    .content-colums .top-block {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .content-colums .text {
        max-width: 353px
    }
}

@media screen and (min-width:992px) {
    .content-colums .text h3 {
        margin-bottom: 18px
    }
}

.content-colums .cloud-block {
    color: #0c143a
}

@media screen and (min-width:992px) {
    .content-colums .cloud-block {
        padding: 0 5em;
        font-size: 16px
    }
}

.content-colums .cloud {
    background: #fafcfe;
    right: 1%;
    left: -6%
}

@media screen and (min-width:992px) {
    .content-colums .cloud {
        left: -2%;
        bottom: 0;
        left: 4%
    }
}

.content-colums .holder {
    z-index: 10;
    position: relative
}

.content-colums .holder h3 {
    color: #0c143a
}

.content-colums .btn {
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .content-colums .btn {
        font-size: 16px;
        padding: 18px 64px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:768px) {
    .content-colums .column-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width:992px) {
    .content-colums .column-reverse .text {
        max-width: 100%;
        padding-left: 100px
    }
}

.content-colums small {
    display: block;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .content-colums small {
        margin-bottom: 35px
    }
}

@media screen and (min-width:992px) {
    .content-colums small {
        font-size: 12px
    }
}

.content-colums .play-btn-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-colums .play-button i {
    color: #000
}

.transform-img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: relative;
    margin-left: 6px;
    margin-bottom: 6px
}

.bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -webkit-transform: perspective(0) rotateY(0) rotateX(0);
    transform: perspective(0) rotateY(0) rotateX(0)
}

.qualifications-list {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .qualifications-list {
        padding: 27px 0 0 9px;
        margin-bottom: 48px
    }
}

.qualifications-list h6 {
    font-size: 14px;
    margin: 0
}

@media screen and (min-width:992px) {
    .qualifications-list h6 {
        margin-bottom: 7px
    }
}

.qualifications-list li {
    position: relative;
    font-size: 14px;
    padding-left: 52px;
    margin-bottom: 18px
}

@media screen and (min-width:992px) {
    .qualifications-list li {
        margin-bottom: 28px
    }
}

.qualifications-list li i, .qualifications-list li img {
    position: absolute;
    top: 0;
    left: 0;
    color: #F05228;
    font-size: 18px
}

@media screen and (min-width:992px) {
    .qualifications-list li i, .qualifications-list li img {
        font-size: 23px
    }
}

@media screen and (min-width:992px) {
    .twit-block {
        padding: 60px 0
    }
}

.twit-block .item {
    border: solid 1px #f3f6f9;
    padding: 10px;
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .twit-block .item {
        padding: 28px 24px 23px
    }
}

@media screen and (min-width:768px) {
    .twit-block .item-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.twit-block h5 {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0
}

.twit-block h5 span {
    margin-right: 10px
}

.twit-block h5 img {
    position: relative;
    vertical-align: bottom
}

.twit-block .transform-img {
    min-width: 56px
}

.twit-block .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:992px) {
    .twit-block .top-block {
        margin-bottom: 23px
    }
}

.twit-block .block-name {
    width: calc(100% - 56px);
    padding-right: 25px;
    position: relative;
    padding-left: 15px
}

@media screen and (min-width:992px) {
    .twit-block .block-name {
        padding-left: 21px
    }
}

.twit-block .block-name i {
    position: absolute;
    top: 3px;
    right: 0;
    color: #1a97f0
}

@media screen and (min-width:992px) {
    .twit-block .block-name i {
        font-size: 16px;
        top: -5px;
        right: 13px
    }
}

.twit-block .block-name .tag {
    font-size: 12px
}

.twit-block .tag {
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    color: #6a7898
}

.twit-block .tag:hover {
    color: #442abc;
    text-decoration: none
}

.twit-block p {
    margin-bottom: 0
}

.section-head-alt .container, .section-head-alt .modal-lg, .section-head-alt .modal-md, .section-head-alt .modal-sm {
    max-width: 865px
}

.users-block {
    padding: 30px 0
}

@media screen and (min-width:992px) {
    .users-block {
        margin-bottom: 70px;
        position: relative
    }
}

.list-users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

@media screen and (max-width:767px) {
    .list-users {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.list-users li {
    width: 33.33%;
    text-align: center;
    min-height: 170px;
    position: relative
}

@media screen and (min-width:768px) {
    .list-users li {
        width: 14%;
        min-height: 150px
    }
}

@media screen and (min-width:992px) {
    .list-users li {
        width: auto;
        min-height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.list-users li .transform-img-xs {
    width: 37px;
    height: 37px;
    -webkit-animation: hover-blocks2 3s infinite linear;
    animation: hover-blocks2 3s infinite linear
}

.list-users li .transform-img-sm {
    width: 47px;
    height: 47px
}

.list-users li .transform-img-md {
    width: 57px;
    height: 57px
}

.list-users li .transform-img-lg {
    width: 68px;
    height: 68px
}

.list-users li .transform-img-xl {
    width: 77px;
    height: 77px
}

@media screen and (min-width:992px) {
    .list-users .item-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:992px) {
    .list-users .item-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.list-users .transform-img {
    -webkit-box-shadow: 0 24px 26px 0 rgba(31, 37, 50, .2);
    box-shadow: 0 24px 26px 0 rgba(31, 37, 50, .2)
}

.list-users .moving-block {
    position: relative
}

.list-users .moving-block .movebox {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 100px;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    padding: 5px 6px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -60px;
    color: #0c143a;
    z-index: 99;
    background-color: #fff;
    min-width: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%)
}

@media screen and (min-width:768px) {
    .list-users .moving-block .movebox {
        bottom: -35px;
        min-width: 110px
    }
}

@media screen and (min-width:992px) {
    .list-users .moving-block .movebox {
        bottom: -44px;
        min-width: 140px
    }
}

.list-users .moving-block:hover .movebox {
    opacity: 1;
    visibility: visible
}

.animate-theme-1 {
    -webkit-animation: hover-blocks1 5s infinite linear;
    animation: hover-blocks1 5s infinite linear
}

.animate-theme-2 {
    -webkit-animation: hover-blocks2 5s infinite linear;
    animation: hover-blocks2 5s infinite linear
}

.animate-theme-3 {
    -webkit-animation: hover-blocks3 5s infinite linear;
    animation: hover-blocks3 5s infinite linear
}

@-webkit-keyframes hover-blocks1 {
    0% {
        -webkit-transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    20% {
        -webkit-transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    30% {
        -webkit-transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    40% {
        -webkit-transform: translateY(11px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(11px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    60% {
        -webkit-transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    80% {
        -webkit-transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    90% {
        -webkit-transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    100% {
        -webkit-transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0)
    }
}

@keyframes hover-blocks1 {
    0% {
        -webkit-transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    20% {
        -webkit-transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    30% {
        -webkit-transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    40% {
        -webkit-transform: translateY(11px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(11px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    60% {
        -webkit-transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    80% {
        -webkit-transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    90% {
        -webkit-transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    100% {
        -webkit-transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(2px) perspective(30px) rotateY(7deg) rotateX(0)
    }
}

@-webkit-keyframes hover-blocks2 {
    0% {
        -webkit-transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    20% {
        -webkit-transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    30% {
        -webkit-transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    40% {
        -webkit-transform: translateY(-9px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-9px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    60% {
        -webkit-transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    80% {
        -webkit-transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    90% {
        -webkit-transform: translateY(-3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-3px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    100% {
        -webkit-transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0)
    }
}

@keyframes hover-blocks2 {
    0% {
        -webkit-transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    20% {
        -webkit-transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    30% {
        -webkit-transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    40% {
        -webkit-transform: translateY(-9px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-9px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    60% {
        -webkit-transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-7px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    80% {
        -webkit-transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-5px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    90% {
        -webkit-transform: translateY(-3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-3px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    100% {
        -webkit-transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(-2px) perspective(30px) rotateY(7deg) rotateX(0)
    }
}

@-webkit-keyframes hover-blocks3 {
    0% {
        -webkit-transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    20% {
        -webkit-transform: translateY(6px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(6px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    30% {
        -webkit-transform: translateY(9px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(9px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    40% {
        -webkit-transform: translateY(12px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(12px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    60% {
        -webkit-transform: translateY(10px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(10px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    80% {
        -webkit-transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    90% {
        -webkit-transform: translateY(7px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(7px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    100% {
        -webkit-transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0)
    }
}

@keyframes hover-blocks3 {
    0% {
        -webkit-transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    20% {
        -webkit-transform: translateY(6px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(6px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    30% {
        -webkit-transform: translateY(9px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(9px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    40% {
        -webkit-transform: translateY(12px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(12px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    60% {
        -webkit-transform: translateY(10px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(10px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    80% {
        -webkit-transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(8px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    90% {
        -webkit-transform: translateY(7px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(7px) perspective(30px) rotateY(7deg) rotateX(0)
    }

    100% {
        -webkit-transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0);
        transform: translateY(3px) perspective(30px) rotateY(7deg) rotateX(0)
    }
}

.post-info {
    padding: 30px 0
}

@media screen and (min-width:992px) {
    .post-info {
        padding: 0 0 0
    }
}

.post-info .text-block {
    margin-bottom: 15px
}

@media screen and (max-width:479px) {
    .post-info .text-block {
        margin: 0 0 2em
    }
}

@media screen and (min-width:768px) {
    .post-info .text-block {
        padding-left: 50px;
        margin-bottom: 4em
    }
}

@media screen and (min-width:992px) {
    .post-info .text-block {
        padding-left: 63px
    }
}

@media screen and (min-width:992px) {
    .post-info .text-block img {
        margin-top: 7px
    }
}

.post-info .large-text {
    color: #F05228;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.11
}

@media screen and (max-width:479px) {
    .post-info .large-text {
        font-size: 24px;
        padding-bottom: 1em
    }
}

@media screen and (min-width:768px) {
    .post-info .large-text {
        font-size: 30px
    }
}

@media screen and (min-width:992px) {
    .post-info .large-text {
        font-size: 36px;
        margin-bottom: 27px
    }
}

.stories-block-alt .stories-wrap .block-story-main {
    -webkit-box-shadow: 0 14px 24px 0 #e3e8ee;
    box-shadow: 0 14px 24px 0 #e3e8ee
}

.information {
    border-radius: 5px;
    border: solid 1px #f3f6f9;
    padding: 10px;
    margin-bottom: 15px
}

@media screen and (max-width:479px) {
    .information {
        padding: 30px
    }
}

@media screen and (min-width:768px) {
    .information {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        margin-bottom: 2em
    }
}

@media screen and (min-width:992px) {
    .information {
        margin-top: 46px;
        margin-bottom: 69px
    }
}

.information .item-text img {
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .information .item-text img {
        margin-bottom: 33px
    }
}

@media screen and (max-width:479px) {
    .information .item-text {
        font-size: 16px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:768px) {
    .information .item-text {
        width: 43%;
        padding: 10px
    }
}

@media screen and (min-width:992px) {
    .information .item-text {
        padding: 58px 0 47px 47px;
        font-size: 16px
    }
}

.information .item-img {
    min-height: 200px;
    background-position: center;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:768px) {
    .information .item-img {
        width: 57%;
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media screen and (min-width:768px) {
    .information .item-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border: 77px solid transparent;
        border-bottom: 260px solid #fff;
        border-left: 25px solid #fff
    }
}

@media screen and (min-width:992px) {
    .information .item-img:before {
        border: 104px solid transparent;
        border-bottom: 325px solid #fff;
        border-left: 32px solid #fff
    }
}

.content-block {
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .content-block {
        margin-bottom: 60px
    }
}

@media screen and (min-width:768px) {
    .content-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.content-block .block-story {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #f3f6f9;
    color: #535b81
}

@media screen and (min-width:992px) {
    .content-block .block-story .img-holder {
        min-height: 292px
    }
}

@media screen and (min-width:992px) {
    .content-block .block-story .text-holder {
        padding: 0 40px 10px 40px;
        margin-top: -60px
    }
}

@media screen and (min-width:992px) {
    .content-block .block-story .text-holder .text {
        line-height: 1.5;
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .content-block .text-block {
        padding: 100px 0 0 98px
    }
}

@media screen and (min-width:768px) {
    .content-block .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.content-block .inner-block {
    color: #fff;
    background-color: rgba(94, 64, 228, .9);
    padding: 10px;
    position: relative
}

@media screen and (max-width:479px) {
    .content-block .inner-block {
        font-size: 16px;
        padding: 30px
    }
}

@media screen and (min-width:768px) {
    .content-block .inner-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        font-size: 21px;
        padding: 75px 40px
    }
}

.content-block .inner-block img {
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .content-block .inner-block img {
        margin-bottom: 37px
    }
}

@media screen and (min-width:992px) {
    .content-block .inner-block {
        max-width: 383px;
        padding-right: 18px;
        padding: 59px 6px 40px 51px;
        line-height: 1.33
    }
}

@media screen and (min-width:992px) {
    .content-block .inner-block:after {
        content: '';
        border: 141px solid transparent;
        border-bottom: 550px solid rgba(94, 64, 228, .9);
        border-left: 35px solid rgba(94, 64, 228, .9);
        position: absolute;
        left: 100%;
        top: 0
    }
}

.content-block .content-info {
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

@media screen and (max-width:479px) {
    .content-block .content-info {
        margin-bottom: 2em
    }
}

@media screen and (min-width:768px) {
    .content-block .content-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:992px) {
    .content-block .content-info {
        width: 95%
    }
}

.additional-block {
    margin: auto;
    border-top: solid 1px #f3f6f9;
    max-width: 700px;
    margin-bottom: 10px;
    padding-top: 30px;
    margin-top: 20px;
    color: #535b81
}

@media screen and (min-width:992px) {
    .additional-block {
        padding-top: 36px
    }
}

.additional-block a i {
    vertical-align: sub
}

.additional-block a:hover {
    text-decoration: none;
    color: #442abc
}

.additional-block a:focus {
    text-decoration: none
}

.block-connect-cloud h2 {
    color: #0c143a
}

@media screen and (min-width:992px) {
    .block-connect-cloud .cloud, .block-connect-cloud .cloud-secondary {
        bottom: 0
    }
}

.block-connect-cloud .text {
    color: #535b81
}

.info-connect {
    z-index: 99;
    position: relative;
    padding-bottom: 3em
}

.company-about .top-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #535b81;
    font-weight: 500
}

@media screen and (min-width:992px) {
    .company-about .top-title {
        margin-bottom: 19px
    }
}

.company-about .title-block {
    margin: auto;
    max-width: 750px;
    padding: 0 15px
}

@media screen and (min-width:992px) {
    .client-post {
        margin: 3em 0 8em
    }
}

.client-post .ico-holder {
    text-align: center;
    position: relative;
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .client-post .ico-holder {
        margin-bottom: 32px
    }
}

.client-post .ico-holder i {
    margin: auto;
    width: 90px;
    height: 90px;
    background-color: #f7bcb654;
    border-radius: 50%;
    position: relative;
    display: inline-block
}

.client-post .ico-holder i:before {
    color: #F05228;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 47px
}

.client-post .ico-holder:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #f3f6f9;
    height: 1px;
    width: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    max-width: 400px;
    z-index: -1
}

.client-post .title-block {
    margin: auto auto 30px;
    max-width: 750px
}

@media screen and (min-width:992px) {
    .client-post .title-block {
        font-size: 21px;
        margin-bottom: 58px
    }
}

@media screen and (min-width:992px) {
    .client-post .title-block p {
        margin-bottom: 30px
    }
}

.client-post .large-link {
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    border: solid 1px #e3e8ee;
    display: block;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width:992px) {
    .client-post .large-link {
        padding: 11px 5px;
        margin-top: 47px
    }
}

.client-post .large-link:focus, .client-post .large-link:hover {
    text-decoration: none;
    color: #442abc;
    border: solid 1px #442abc
}

.client-post .text-block {
    padding: 0
}

@media screen and (min-width:992px) {
    .client-post .text-block {
        margin: auto;
        font-size: 16px;
        max-width: 700px;
        padding: 66px 0 0 0
    }
}

@media screen and (min-width:992px) {
    .client-post .text-block h2 {
        margin-bottom: 18px
    }
}

@media screen and (min-width:992px) {
    .client-post .text-block .text-holder {
        margin-bottom: 60px
    }
}

.client-post ul {
    list-style-type: none;
    padding-left: 14px
}

@media screen and (min-width:992px) {
    .client-post ul {
        margin-bottom: 28px;
        padding-left: 27px
    }
}

.client-post ul li {
    position: relative
}

@media screen and (min-width:992px) {
    .client-post ul li {
        padding-left: 10px;
        margin-bottom: 2px;
        font-size: 16px
    }
}

.client-post ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #757881;
    position: absolute;
    top: 48%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 50%;
    left: -12px
}

@media screen and (min-width:992px) {
    .client-post ul li:before {
        left: -16px
    }
}

.images-post img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    margin-bottom: 34px;
    border-radius: 3px
}

.images-post img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.images-post .row {
    margin-left: -17px;
    margin-right: -17px
}

.images-post .item {
    padding: 0 17px
}

.support-info {
    position: relative
}

.support-info .support-tabs {
    position: relative;
    text-align: center;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .support-info .support-tabs {
        padding-bottom: 100%;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .support-info .cover-block {
        padding: 30px
    }
}

@media screen and (min-width:992px) {
    .support-info .cover-block {
        padding: 90px
    }
}

@media screen and (min-width:768px) {
    .support-info .flex-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.support-info .top-title {
    font-size: 12px;
    display: block
}

@media screen and (min-width:992px) {
    .support-info .top-title {
        margin-bottom: 9px
    }
}

.support-info .text-info {
    color: #535b81
}

.support-info h2, .support-info h3 {
    margin-top: 0
}

@media screen and (min-width:992px) {
    .support-info h3 {
        margin-bottom: 22px
    }
}

.support-info .icon {
    width: 60px;
    height: 60px;
    background-color: #f7bcb654;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width:768px) {
    .support-info .icon {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:992px) {
    .support-info .icon {
        width: 90px;
        height: 90px
    }
}

.support-info .icon i:before {
    color: #F05228;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px
}

@media screen and (min-width:992px) {
    .support-info .icon i:before {
        font-size: 48px
    }
}

.support-info .icon:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    text-decoration: none
}

@media screen and (max-width:767px) {
    .support-info ul {
        margin-bottom: 30px
    }
}

.support-info ul li {
    position: relative;
    display: inline-block
}

@media screen and (min-width:768px) {
    .support-info ul li {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(1) {
        top: 0;
        left: 50%
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(2) {
        top: 14%;
        left: 85%
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(3) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 100%
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(4) {
        top: 86%;
        left: 85%
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(5) {
        top: 100%;
        left: 50%
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(6) {
        top: 86%;
        left: 12%
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(7) {
        top: 50%;
        left: 0
    }
}

@media screen and (min-width:768px) {
    .support-info ul li:nth-child(8) {
        top: 14%;
        left: 12%
    }
}

.support-info ul li.active .icon {
    background-color: #fff;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    text-decoration: none
}

@media screen and (min-width:768px) {
    .support-info .tab-pane {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:1200px) {
    .support-info .tab-pane {
        min-width: 300px
    }
}

@media screen and (min-width:992px) {
    .support-info .support-text {
        font-size: 16px
    }
}

@media screen and (min-width:992px) {
    .support-info .support-text h2 {
        margin-bottom: 27px
    }
}

@media screen and (min-width:992px) {
    .support-info .support-text p {
        margin-bottom: 24px
    }
}

.contact-block {
    padding-bottom: 30px
}

@media screen and (min-width:992px) {
    .contact-block {
        margin: 8em 0
    }
}

.contact-block .form-control {
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .contact-block .form-control {
        margin-bottom: 30px
    }
}

.contact-block .fake-select {
    margin-bottom: 15px
}

@media screen and (min-width:992px) {
    .contact-block .fake-select {
        margin-bottom: 30px
    }
}

.contact-block .btn {
    width: 100%
}

@media screen and (min-width:992px) {
    .contact-block .btn {
        font-size: 16px;
        padding: 17px 20px
    }
}

.contact-block a {
    color: #535b81
}

.contact-block a:focus, .contact-block a:hover {
    color: #F05228;
    text-decoration: none
}

.contact-block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-block dd, .contact-block dt {
    font-weight: 400;
    width: 50%
}

.contact-block dd a, .contact-block dt a {
    word-wrap: break-word
}

@media screen and (min-width:992px) {
    .contact-block dd, .contact-block dt {
        margin-bottom: 3px
    }
}

@media screen and (min-width:992px) {
    .contact-block .item-info {
        padding-top: 25px;
        padding-right: 136px;
        padding: 25px 80px 0 0
    }
}

@media screen and (min-width:992px) {
    .contact-block h5 {
        margin-bottom: 15px
    }
}

.contact-block textarea {
    padding-top: 15px;
    padding-bottom: 15px
}

.contact-text {
    padding-left: 60px;
    position: relative
}

@media screen and (min-width:992px) {
    .contact-text {
        padding: 0 0 0 77px;
        margin-bottom: 37px
    }
}

.contact-text .ico-holder {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:992px) {
    .contact-text .ico-holder {
        top: -8px
    }
}

.contact-text .ico-holder .icon {
    font-size: 30px
}

@media screen and (min-width:992px) {
    .contact-text h3 {
        margin-bottom: 16px
    }
}

@media screen and (min-width:992px) {
    .form-side {
        padding-right: 100px
    }
}

.form-side br {
    display: none
}

.numbers-secondary {
    margin-bottom: 40px;
    padding-top: 55px
}

@media screen and (min-width:992px) {
    .numbers-secondary {
        margin-bottom: 64px
    }
}

.numbers-secondary .text-holder {
    max-width: 650px;
    margin: 0 auto 30px
}

@media screen and (min-width:992px) {
    .numbers-secondary .text-holder {
        margin-bottom: 55px
    }
}

@media screen and (min-width:1200px) {
    .numbers-secondary .text-holder .description {
        padding: 0 74px
    }
}

.contact-socials li {
    display: inline-block;
    color: #0c143a;
    margin-right: 13px
}

.contact-socials li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    color: #0c143a
}

@media screen and (min-width:992px) {
    .contact-socials li a {
        font-size: 24px
    }
}

.contact-socials li a:hover {
    color: #F05228
}

.question-input {
    position: relative
}

.question-input .question-ico {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 10px;
    background-color: #f3f6f9;
    display: block;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.bg-majorelle-blue {
    background: #5e40e4
}

.cloud-graph {
    color: #c0b1ff;
    margin-bottom: 40px
}

@media screen and (min-width:992px) {
    .cloud-graph {
        margin-bottom: 150px
    }
}

@media screen and (min-width:992px) {
    .cloud-graph h2 {
        margin-bottom: 22px
    }
}

.cloud-graph .cloud {
    bottom: 0
}

.cloud-graph .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cloud-graph .holder {
    text-align: right
}

.support-info-alt:after {
    display: none
}

.cloud-video {
    color: #c0b1ff;
    margin-bottom: 28px
}

@media screen and (min-width:768px) {
    .cloud-video {
        padding-top: 50px
    }
}

@media screen and (min-width:992px) {
    .cloud-video {
        padding: 100px 0
    }
}

.cloud-video .cloud {
    bottom: -6%;
    background-image: linear-gradient(296deg, #8839e5, #5e28c7)
}

.cloud-video h2 {
    word-spacing: 2px
}

@media screen and (min-width:992px) {
    .cloud-video h2 {
        margin-bottom: 10px;
        margin-top: 7px
    }
}

.cloud-video .top-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

@media screen and (min-width:992px) {
    .cloud-video .list-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 46px
    }
}

@media screen and (min-width:992px) {
    .cloud-video .list-info li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.cloud-video .list-info h6 {
    font-weight: 400
}

.cloud-video .holder-video {
    position: relative
}

.cloud-video .holder-video .btn-play {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (min-width:992px) {
    .cloud-video .holder-video .btn-play {
        left: 43%
    }
}

.cloud-video .holder-video .btn-play i {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    font-size: 25px;
    left: 50%;
    -webkit-transform: translate(-35%, -46%);
    transform: translate(-35%, -46%);
    color: #000
}

.cloud-video .holder-video .btn-play:hover {
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .3)
}

.cloud-video .holder-video .btn-play:hover i {
    color: #F05228
}

.logos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px
}

@media screen and (min-width:768px) {
    .logos-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:992px) {
    .logos-list {
        margin: 0 -16px
    }
}

.logos-list li {
    margin: 12px 6px
}

@media screen and (min-width:992px) {
    .logos-list li {
        margin: 12px 16px
    }
}

.border-bottom-line {
    position: relative
}

.border-bottom-line:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: .15789em;
    background-color: #f3f6f9
}

.plans-carousel-alt .plans-carousel-holder {
    border-top: none
}

.text-capitalise {
    text-transform: capitalize !important
}

.color-dark {
    color: #0c143a
}

.font-normal {
    font-weight: 400
}

.section-start.promo .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-start.promo .image-box-dots {
    height: auto;
    top: auto;
    bottom: 0
}

.section-start.promo .image-box-dots:after {
    bottom: 30px;
    right: -30px
}

.section-start.promo .image-box-dots .img-holder {
    position: relative;
    right: auto;
    left: 0;
    z-index: 100;
    height: auto
}

@media screen and (min-width:768px) {
    .section-start.promo .image-box-dots .img-holder {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-start.promo .image-box-dots .img-holder {
        width: 700px
    }
}

.section-start.promo .image-box-dots img {
    height: auto
}

.section-start.promo .cards {
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (min-width:992px) {
    .section-start.promo .cards {
        padding: 87px 17px 50px
    }
}

.section-start .text-content .title {
    margin-bottom: 20px
}

.section-start .text-content .description {
    margin-bottom: 44px
}

.section-start .cards {
    padding: 40px 30px 30px;
    background: #fff;
    position: relative;
    z-index: 10
}

@media screen and (min-width:992px) {
    .section-start .cards {
        padding: 87px 17px 50px 103px
    }
}

@media screen and (min-width:1200px) {
    .section-start .cards .custom-row {
        margin-left: -30px;
        margin-right: -30px
    }

    .section-start .cards .custom-row>* {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:768px) {
    .section-start .image-box-dots {
        position: absolute;
        height: 680px;
        top: 0;
        right: 0
    }
}

@media screen and (min-width:768px) {
    .section-start .image-box-dots:after {
        right: 16px;
        left: auto;
        bottom: 235px;
        height: 240px
    }
}

.section-start .image-box-dots .img-holder {
    height: 300px;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .section-start .image-box-dots .img-holder {
        height: 450px
    }
}

@media screen and (min-width:768px) {
    .section-start .image-box-dots .img-holder {
        position: absolute;
        max-width: none;
        top: 0;
        right: 0;
        height: 680px;
        width: 685px;
        z-index: 10
    }
}

@media screen and (min-width:1200px) {
    .section-start .image-box-dots .img-holder {
        right: 87px
    }
}

@media screen and (min-width:768px) {
    .section-start .image-box-dots img {
        height: 832px
    }
}

.section-table {
    padding: 30px 0
}

@media screen and (min-width:768px) {
    .section-table {
        padding: 50px 0
    }
}

.section-table .title {
    margin-bottom: 32px
}

.section-table .subtitle {
    margin-bottom: 39px
}

.section-table .table-holder {
    position: relative;
    margin: 0 auto;
    max-width: 852px
}

.section-table .table-holder.lg {
    max-width: 992px
}

.section-table .table-holder.lg td:first-child, .section-table .table-holder.lg th:first-child {
    width: 23%
}

@media screen and (min-width:768px) {
    .section-table .table-holder.lg td, .section-table .table-holder.lg th {
        width: 14.6%
    }
}

@media screen and (min-width:768px) {
    .section-table .table {
        border: 1px solid #e3e8ee;
        -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
        box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
        padding: 31px 30px 17px;
        position: relative
    }
}

@media screen and (min-width:992px) {
    .section-table .table:before {
        content: '';
        position: absolute;
        width: 196px;
        height: 226px;
        right: -196px;
        top: 50px
    }
}

.section-table .table>table {
    margin-bottom: 47px
}

.section-table table {
    width: 100%;
    color: #0c143a
}

@media screen and (min-width:768px) {
    .section-table table {
        font-size: 16px
    }
}

.section-table td, .section-table th {
    vertical-align: middle
}

@media screen and (min-width:768px) {
    .section-table td, .section-table th {
        width: 17.9%
    }
}

.section-table td:not(:first-child), .section-table th:not(:first-child) {
    text-align: center
}

.section-table td:first-child, .section-table th:first-child {
    color: #283c69;
    padding-left: 10px
}

@media screen and (min-width:768px) {
    .section-table td:first-child, .section-table th:first-child {
        width: 28.4%
    }
}

@media screen and (min-width:992px) {
    .section-table td:last-child, .section-table th:last-child {
        padding-right: 13px
    }
}

.section-table .td-only {
    background: #e3e8ee
}

@media screen and (min-width:768px) {
    .section-table .td-only {
        padding: 11px
    }
}

.section-table th {
    padding: 14px 0
}

.section-table th .aws {
    position: relative;
    top: 5px
}

.section-table th .gcloud {
    position: relative;
    top: -2px
}

.section-table td {
    padding: 8px 0;
    border-top: 1px solid #e3e8ee
}

.section-table .state {
    display: inline-block
}

.section-table .state.pay {
    font-size: 26px;
    line-height: 1
}

.section-table .button-views:after, .section-table .button-views:before {
    color: #000
}

.section-table .link-more-a {
    color: #F05228;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: underline;
    border: none;
    background: 0 0
}

.section-table .link-more-a:hover {
    text-decoration: none
}

.section-table .link-more-a img {
    width: 12px;
    margin-left: 4px
}

.section-table .text-stars {
    display: inline-block
}

.section-table .trust-stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3px
}

.section-table .hidden-tr>td {
    padding: 0;
    width: auto
}

.section-image-text {
    padding-bottom: 40px
}

@media screen and (min-width:992px) {
    .section-image-text {
        padding-bottom: 110px
    }
}

.section-image-text .description {
    margin-bottom: 40px
}

.section-image-text .decor {
    width: 954px;
    height: 226px;
    position: absolute
}

@media screen and (min-width:768px) {
    .section-image-text .decor-1 {
        top: 56px;
        left: -172px
    }
}

@media screen and (min-width:768px) {
    .section-image-text .decor-2 {
        top: 82px;
        left: 80px
    }
}

.image-text {
    max-width: 998px;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .image-text .custom-col {
        margin-top: 40px
    }
}

.image-text .btn {
    margin-bottom: 32px
}

.image-text .trust-stars {
    margin-bottom: 3px
}

@media screen and (max-width:991px) {
    .image-text .card-brand {
        margin-bottom: 30px
    }
}

.brand-icons .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -.017em;
    margin-bottom: 20px;
    height: 60px
}

.brand-icons .title span {
    padding-left: 11px
}

.brand-icons .img-holder {
    width: 62px;
    text-align: center;
    display: inline-block
}

.brand-icons .big-img-holder:not(:last-child) {
    margin-bottom: 30px
}

.promo-card-section {
    padding-bottom: 100px
}

@media screen and (max-width:767px) {
    .promo-card-section {
        padding-bottom: 60px
    }
}

.promo-card-section .promo-card {
    margin: 0 auto
}

.promo-card {
    max-width: 530px;
    width: 100%;
    padding: 0
}

.comparison-hosting-block ul li:first-child .promo-card .cell, .customer-review .promo-card .author, .heading-box .promo-card dt, .icons-expander .item .promo-card .head, .promo-card .comparison-hosting-block ul li:first-child .cell, .promo-card .customer-review .author, .promo-card .h1, .promo-card .h2, .promo-card .h3, .promo-card .h4, .promo-card .h5, .promo-card .h6, .promo-card .heading, .promo-card .heading-box dt, .promo-card .icons-expander .item .head, .promo-card .list-checkbox>li, .promo-card h1, .promo-card h2, .promo-card h3, .promo-card h4, .promo-card h5, .promo-card h6 {
    background: #ffd657;
    text-align: center;
    padding: 26px 15px;
    border-radius: 6px 6px 0 0
}

.comparison-hosting-block ul li:first-child .promo-card .cell img, .customer-review .promo-card .author img, .heading-box .promo-card dt img, .icons-expander .item .promo-card .head img, .promo-card .comparison-hosting-block ul li:first-child .cell img, .promo-card .customer-review .author img, .promo-card .h1 img, .promo-card .h2 img, .promo-card .h3 img, .promo-card .h4 img, .promo-card .h5 img, .promo-card .h6 img, .promo-card .heading img, .promo-card .heading-box dt img, .promo-card .icons-expander .item .head img, .promo-card .list-checkbox>li img, .promo-card h1 img, .promo-card h2 img, .promo-card h3 img, .promo-card h4 img, .promo-card h5 img, .promo-card h6 img {
    position: static;
    max-width: 150px
}

.promo-card .content {
    border: 1px solid #e3e8ee;
    padding: 33px 15px 66px;
    background: url(../../images/speedometer.svg) no-repeat;
    background-position: 100% 100%;
    border-radius: 0 0 6px 6px
}

.promo-card .content .title {
    display: block;
    margin: 0 0 21px;
    text-align: center;
    font-weight: 500;
    color: #0c143a;
    letter-spacing: .15em;
    text-transform: uppercase
}

.promo-card .rows-holder {
    max-width: 390px;
    margin: 0 auto 38px
}

@media screen and (max-width:767px) {
    .promo-card .rows-holder {
        margin-bottom: 20px
    }
}

.promo-card .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #e3e8ee
}

.promo-card .content-row span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.promo-card .content-row span:first-child {
    width: 56%;
    padding-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 16px
}

.promo-card .btn-holder {
    text-align: center;
    margin: 0 0 32px
}

.promo-card .btn-holder .btn {
    padding: 15px 32px;
    white-space: normal
}

@media screen and (max-width:767px) {
    .promo-card .btn-holder .btn {
        padding: 15px
    }
}

.promo-card .note {
    margin: 0;
    text-align: center;
    font-size: 12px
}

.benefits-section {
    padding: 60px 0 50px
}

.benefits-section .dots {
    position: absolute;
    height: 226px;
    width: 70%;
    left: -80px;
    bottom: 30px
}

.benefits-section .title-block {
    text-align: center;
    margin: 0 0 30px
}

.benefits-section .title-block .subtitle {
    display: block;
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.benefits-section .title-block .title {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 600
}

.benefits-section .title-block .description {
    max-width: 600px;
    margin: 0 auto
}

.benefits-section .title-block .description p {
    margin: 0;
    font-size: 18px
}

.charts-block {
    position: relative;
    z-index: 5
}

.charts-block .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 65px
}

.charts-block .legend .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px
}

.charts-block .legend .line {
    display: block;
    width: 30px;
    height: 7px;
    border-radius: 5px;
    margin-right: 10px
}

.charts-block .legend .text {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.charts-list .item {
    background: #fff;
    padding: 15px 20px 25px;
    border-radius: 6px;
    -webkit-box-shadow: 0 14px 24px 0 #e3e8ee;
    box-shadow: 0 14px 24px 0 #e3e8ee;
    margin: 0 0 30px
}

.charts-list .item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 42px
}

.charts-list .item .top .title {
    font-weight: 500;
    line-height: 1;
    color: #0c143a
}

.charts-list .item .image-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.charts-list .item .chart-image {
    margin: 0 0 30px;
    text-align: center
}

.charts-list .item .chart-image img {
    max-height: 160px
}

.charts-list .item .bottom {
    text-align: center
}

.charts-list .item .bottom p {
    margin: 0
}

.charts-list .item .bottom .value {
    display: block;
    color: #0c143a;
    font-size: 24px;
    font-weight: 600
}

.page-template-default .text-block {
    margin: auto
}

.page-template-default .client-post p {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .page-template-default .client-post p {
        margin-bottom: 60px
    }
}

.media-kit-section {
    padding: 60px 0
}

.media-kit-section a {
    color: #aab2bd;
    text-decoration: underline
}

.media-kit-section a:hover {
    text-decoration: none
}

.media-kits {
    margin: 0;
    padding: 0;
    list-style: none
}

.media-kits>li {
    float: left
}

.media-kits .visual {
    border: 1px solid #e7eaef;
    text-align: center;
    margin-bottom: 12px
}

.media-kits .visual img {
    max-width: 100%;
    vertical-align: top
}

.media-kits .black {
    background: #1a2028;
    border-color: #1a2028
}

.media-kits .lbl {
    float: left;
    padding: 0 10px 0 0
}

.media-kits-holder {
    margin: 0 auto
}

.media-kits-holder-logo {
    max-width: 1000px
}

.media-kits-holder-symbol {
    max-width: 690px
}

.media-kits-holder-badges {
    max-width: 500px
}

.media-kits-holder-colors {
    max-width: 690px
}

.media-kits-holder-colors ul li .visual {
    height: 80px;
    border: none
}

.media-kits-badges .visual {
    padding: 20px 30px
}

.media-kits-holder-colors .media-kits .visual {
    padding: 0
}

@media only screen and (max-width:991px) {
    .media-kit-section {
        padding: 40px 0
    }
}

@media only screen and (max-width:767px) {
    .media-kit-section {
        padding: 20px 0
    }

    .media-kits .visual {
        padding: 15px;
        margin-bottom: 8px
    }

    .media-kits>li {
        width: 100%;
        margin-bottom: 15px
    }
}

.meia-kits-layout .section-title {
    position: relative;
    text-align: center;
    margin: 0 auto 3em
}

.meia-kits-layout .dark {
    color: #404b65
}

.why-us-page .block-connect .list-connect .btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 290px
}

.why-choose-section {
    margin-bottom: 100px
}

@media screen and (max-width:991px) {
    .why-choose-section {
        margin-bottom: 60px
    }
}

@media screen and (max-width:767px) {
    .why-choose-section {
        margin-bottom: 30px
    }
}

.why-choose-section .section-head {
    margin-bottom: 55px
}

.why-choose-section .section-head .title {
    font-weight: 400;
    max-width: 750px;
    margin: 30px auto
}

.why-choose-section .columns {
    max-width: 1024px;
    margin-top: 100px
}

@media screen and (max-width:767px) {
    .why-choose-section .columns {
        max-width: 260px;
        margin-top: 30px
    }
}

.why-choose-section .columns .icon {
    float: left;
    margin: 0 15px 0 0;
    border-color: transparent;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: #f7bcb654;
    border-radius: 50%;
    color: #F05228;
    padding-top: 7px
}

.why-choose-section .columns .head {
    margin: 0 0 20px;
    text-align: left;
    overflow: hidden;
    line-height: 1.125
}

.all-managed-section .info {
    position: relative;
    max-width: 700px;
    padding: 66px 0 300px
}

@media screen and (max-width:767px) {
    .all-managed-section .info {
        padding: 15px 0 60px
    }
}

@media screen and (max-width:767px) {
    .all-managed-section .info .holder {
        padding: 0
    }
}

.all-managed-section .info .title {
    color: #0c143a;
    margin: 0 0 20px
}

.all-managed-section .info .description {
    color: #535b81
}

.all-managed-section .cloud-grey-dark, .all-managed-section .cloud-secondary {
    bottom: 0
}

.all-managed-section .cloud-grey-dark {
    background-color: #d2dfe8
}

@media screen and (max-width:991px) {
    .all-managed-section .cloud-grey-dark {
        background: #f3f6f9
    }
}

.all-managed-section .cloud-secondary {
    background: #f3f6f9
}

.select-hosting-section .comparison-hosting-block {
    max-width: 730px
}

.comparison-hosting-block {
    background: #fff;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    color: #535b81;
    margin-top: -300px
}

@media screen and (max-width:991px) {
    .comparison-hosting-block {
        margin-top: -260px
    }
}

@media screen and (max-width:767px) {
    .comparison-hosting-block {
        margin-top: -60px
    }
}

.comparison-hosting-block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.comparison-hosting-block ul li:first-child .cell {
    font-size: 14px;
    padding-bottom: 17px;
    padding-top: 23px
}

@media screen and (max-width:767px) {
    .comparison-hosting-block ul li:first-child .cell {
        font-size: 12px
    }
}

.comparison-hosting-block ul li:not(:last-child) .cell {
    -webkit-box-shadow: inset 0 -1px 0 0 #e3e8ee;
    box-shadow: inset 0 -1px 0 0 #e3e8ee
}

.comparison-hosting-block ul li .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

@media screen and (min-width:768px) {
    .comparison-hosting-block ul li .head {
        padding: 0 30px
    }
}

@media screen and (max-width:479px) {
    .comparison-hosting-block ul li .head {
        font-size: 12px
    }
}

.comparison-hosting-block ul li .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    padding: 9px 10px;
    line-height: 18px
}

.comparison-hosting-block ul li .cell:first-child {
    width: 40%;
    padding-left: 30px;
    position: relative
}

.comparison-hosting-block ul li .cell:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.comparison-hosting-block ul li .icon {
    color: #4b936c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px
}

.comparison-hosting-block ul li .exit {
    color: #aaadb3
}

.comparison-hosting-block .main-text {
    text-decoration: none;
    color: #6a7898
}

.comparison-hosting-block .main-text:hover {
    text-decoration: none
}

.comparison-hosting-block .btn-toggle {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.comparison-hosting-block .btn-toggle:after, .comparison-hosting-block .btn-toggle:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    display: block;
    background-color: #535b81;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.comparison-hosting-block .btn-toggle:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    width: 100%;
    background-color: #5e40e4
}

.comparison-hosting-block .btn-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.comparison-hosting-block .btn-toggle.collapsed:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    width: 100%;
    background-color: #5e40e4
}

.comparison-hosting-block .btn-toggle.collapsed:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #5e40e4
}

.comparison-hosting-block .expander .inner {
    padding: 22px 40px 17px 60px;
    background-color: #fafbfd;
    border-top: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee
}

@media screen and (max-width:767px) {
    .comparison-hosting-block .expander .inner {
        padding: 15px 10px 15px 30px
    }
}

.comparison-hosting-block .bottom {
    background-color: #fafbfd;
    border-top: 1px solid #e3e8ee;
    padding: 49px 30px 34px
}

@media screen and (max-width:991px) {
    .comparison-hosting-block .bottom {
        padding: 30px
    }
}

@media screen and (max-width:767px) {
    .comparison-hosting-block .bottom {
        padding: 20px
    }
}

.comparison-hosting-block .bottom .title {
    margin: 0 0 15px;
    letter-spacing: -.01667em
}

.comparison-hosting-block .bottom .text {
    margin: 0 0 17px
}

.why-us-support-section {
    position: relative
}

@media screen and (min-width:1200px) {
    .why-us-support-section {
        margin: 138px 0 124px
    }
}

@media screen and (min-width:768px) {
    .why-us-support-section .text-content {
        max-width: 360px
    }
}

@media screen and (min-width:768px) {
    .why-us-support-section .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
}

.why-us-support-section .columns .col {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .why-us-support-section .columns .col:first-child {
        width: 61.5%
    }
}

@media screen and (max-width:767px) {
    .why-us-support-section .columns .col:first-child {
        margin-bottom: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.why-us-innovation-section {
    position: relative
}

@media screen and (min-width:1200px) {
    .why-us-innovation-section {
        margin: 8em 0 12em
    }
}

@media screen and (min-width:768px) {
    .why-us-innovation-section .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
}

.why-us-innovation-section .columns .col {
    padding: 0 15px
}

@media screen and (min-width:768px) {
    .why-us-innovation-section .columns .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .why-us-innovation-section .columns .col {
        text-align: center
    }

    .why-us-innovation-section .columns .col img {
        margin: auto
    }
}

@media screen and (min-width:768px) {
    .why-us-innovation-section .columns .col:first-child {
        width: 61.5%
    }
}

@media screen and (max-width:767px) {
    .why-us-innovation-section .columns .col:first-child {
        margin-bottom: 40px
    }
}

.why-us-innovation-section .section-head {
    margin-bottom: 73px
}

@media screen and (max-width:767px) {
    .why-us-innovation-section .section-head {
        margin-bottom: 33px
    }
}

.why-us-innovation-section .section-head .title {
    margin: .8em 0 1em
}

.why-us-innovation-section .icons-expander {
    margin: 32px 0;
    width: 100%;
    text-align: left
}

@media screen and (min-width:768px) {
    .why-us-innovation-section .icons-expander .item {
        max-width: 450px
    }
}

.why-us-innovation-section .icons-expander .item .icon {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background-color: #f7bcb654;
    color: #F05228
}

.why-us-innovation-section .icons-expander .item .icon img {
    max-height: 15px;
    max-width: 15px
}

@media screen and (max-width:767px) {
    .why-us-innovation-section .icons-expander {
        margin-top: 0
    }
}

.icons-expander {
    position: relative
}

.icons-expander .item {
    position: relative;
    padding: 10px 15px;
    background-color: transparent;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
    border-radius: 3px
}

.icons-expander .item.open {
    background-color: #f7bcb654;
    -webkit-box-shadow: 0 14px 24px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 14px 24px 0 rgba(31, 37, 50, .05)
}

.icons-expander .item.open+.item {
    margin-top: 25px
}

.icons-expander .item.open .head {
    padding: 6px 0
}

.icons-expander .item .head {
    letter-spacing: -.01667em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.icons-expander .item .icon {
    margin: 0 10px 0 0;
    background-color: #f7bcb654;
    color: #F05228;
    border-color: transparent
}

.icons-expander .item .inner {
    color: #F05228;
    padding-left: 45px;
    padding: 0 10px 15px 45px
}

.migration-cloud {
    margin: 15em 0
}

@media screen and (max-width:991px) {
    .migration-cloud {
        margin: 8em 0
    }
}

.migration-cloud .image-holder {
    height: 48px;
    line-height: 48px
}

.migration-cloud .image-holder img {
    max-height: 48px
}

.migration-cloud h3 {
    letter-spacing: .035em;
    margin: 40px 0 85px
}

@media screen and (max-width:991px) {
    .migration-cloud h3 {
        margin: 25px 0 45px
    }
}

@media screen and (max-width:767px) {
    .migration-cloud h3 {
        margin: 25px 0
    }
}

.migration-cloud h4 {
    color: #fff;
    margin: 1.5em 0 1em
}

.migration-cloud .cloud {
    background: linear-gradient(61deg, #F05228, #04d084)
}

@media screen and (min-width:768px) {
    .migration-cloud .cloud {
        bottom: -11%
    }
}

.migration-cloud .cloud-secondary {
    background: #e5f6f0
}

@media screen and (min-width:768px) {
    .migration-cloud .cloud-secondary {
        bottom: -11%
    }
}

.migration-cloud .services-items {
    margin-bottom: 0
}

.migration-cloud .services-items .row>div:nth-child(4) .item {
    margin-top: 0
}

.top-form {
    margin: 5em 0 7em
}

@media screen and (min-width:768px) {
    .top-form {
        margin-bottom: 90px
    }
}

@media screen and (max-width:767px) {
    .top-form {
        margin-bottom: 10px
    }
}

@media screen and (min-width:992px) {
    .top-form {
        margin-bottom: 50px
    }
}

.top-form .h1, .top-form h1 {
    margin: 8px auto 24px;
    max-width: 810px
}

.top-form .main-description {
    margin-bottom: 53px
}

.top-form .text {
    font-size: 14px
}

.top-form-alt .main-description {
    margin-bottom: 23px
}

@media screen and (min-width:992px) {
    .top-form-alt .play-btn-box {
        padding-top: 24px
    }
}

.trial-form-solutions {
    margin-bottom: 26px
}

@media screen and (max-width:1199px) {
    .trial-form-solutions {
        margin: auto;
        margin-bottom: 26px;
        max-width: 400px
    }
}

.trial-form-solutions .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1200px) {
    .trial-form-solutions .name-holder {
        width: 15.5%;
        padding: 0 5px
    }
}

@media screen and (max-width:1199px) {
    .trial-form-solutions .name-holder {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1200px) {
    .trial-form-solutions .email-holder {
        width: 20.5%;
        padding: 0 5px
    }
}

@media screen and (max-width:1199px) {
    .trial-form-solutions .email-holder {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1200px) {
    .trial-form-solutions .trial-btn-holder {
        padding: 0 5px;
        width: auto
    }
}

@media screen and (max-width:1199px) {
    .trial-form-solutions .btn {
        min-width: 100%
    }
}

.fz12 {
    font-size: 12px
}

.cloud-block-sol .info-grey {
    color: #6a7898;
    padding-bottom: 190px
}

@media screen and (max-width:991px) {
    .cloud-block-sol .info-grey {
        padding-bottom: 30px
    }
}

.cloud-block-sol .info-grey h2 {
    color: #0c143a;
    margin-bottom: 44px
}

.cloud-block-sol .info-grey h4 {
    color: #0c143a;
    line-height: 1.33;
    margin-bottom: 26px
}

@media screen and (max-width:991px) {
    .info-item-i {
        margin-bottom: 30px
    }
}

.info-item-i p {
    min-height: 170px
}

.info-item-img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    background: #fff;
    margin: 0 auto 44px;
    line-height: 100px;
    text-align: center
}

.info-item-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #F05228
}

.info-item-img img {
    max-width: 60px;
    max-height: 60px
}

.stories-wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .stories-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.stories-wrap.reverse .block-story-sec:last-child {
    max-width: 457px;
    width: auto;
    border: 1px solid #f3f6f9;
    -webkit-box-shadow: 0 14px 24px 0 #e3e8ee;
    box-shadow: 0 14px 24px 0 #e3e8ee
}

@media screen and (max-width:991px) {
    .stories-wrap.reverse .block-story-sec:last-child {
        max-width: 81%;
        margin-bottom: 2em
    }
}

@media screen and (max-width:479px) {
    .stories-wrap.reverse .block-story-sec:last-child {
        max-width: 100%
    }
}

.stories-wrap.reverse .block-story-sec:last-child .text {
    line-height: 1.33;
    margin-bottom: 19px;
    color: #0c143a
}

.stories-wrap:not(.reverse) .block-story-sec:first-child {
    max-width: 457px;
    width: auto;
    border: 1px solid #f3f6f9;
    -webkit-box-shadow: 0 14px 24px 0 #e3e8ee;
    box-shadow: 0 14px 24px 0 #e3e8ee
}

@media screen and (max-width:991px) {
    .stories-wrap:not(.reverse) .block-story-sec:first-child {
        max-width: 81%;
        margin-bottom: 2em
    }
}

@media screen and (max-width:479px) {
    .stories-wrap:not(.reverse) .block-story-sec:first-child {
        max-width: 100%
    }
}

.stories-wrap:not(.reverse) .block-story-sec:first-child .text {
    line-height: 1.33;
    margin-bottom: 19px;
    color: #0c143a
}

.stories-wrap .block-story {
    margin: 0 15px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #f3f6f9
}

.stories-wrap .block-story .img-holder:before {
    border: 152px solid transparent;
    border-bottom: 0 solid #fff;
    border-left: 563px solid #fff;
    bottom: -20px
}

.stories-wrap .block-story .text-holder {
    padding: 0 55px 0 51px;
    color: #535b81
}

@media screen and (max-width:991px) {
    .stories-wrap .block-story .text-holder {
        padding: 0 30px 30px
    }
}

@media screen and (max-width:767px) {
    .stories-wrap .block-story .text-holder {
        padding: 0 20px 20px
    }
}

@media screen and (min-width:992px) {
    .stories-wrap .block-story .text-holder {
        margin-top: -39px
    }
}

.stories-wrap .block-story .name {
    color: #0c143a
}

.stories-wrap .block-story b {
    color: inherit
}

@media screen and (min-width:992px) {
    .stories-wrap .block-story-main {
        max-width: 457px
    }
}

.stories-wrap .block-story-main .text {
    line-height: 1.33;
    margin-bottom: 19px
}

.stories-wrap .block-story-sec {
    width: 280px
}

@media screen and (max-width:767px) {
    .stories-wrap .block-story-sec {
        width: 100%
    }
}

.stories-wrap .block-story-sec .text-holder {
    padding: 0 40px;
    margin-top: -63px
}

@media screen and (max-width:991px) {
    .stories-wrap .block-story-sec .text-holder {
        padding: 0 30px 30px
    }
}

@media screen and (max-width:767px) {
    .stories-wrap .block-story-sec .text-holder {
        padding: 0 20px 20px
    }
}

@media screen and (max-width:767px) {
    .stories-wrap .block-story-sec .text-holder p {
        font-size: 16px
    }
}

.stories-wrap .block-story-sec .text {
    margin-bottom: 0;
    line-height: 1.5
}

.stories-wrap .block-story-sec .img-block {
    margin-bottom: 36px
}

.stories-wrap .box-video {
    position: relative
}

.stories-wrap .btn-play {
    position: absolute;
    bottom: 0;
    right: 11%;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    z-index: 9
}

.stories-wrap .btn-play:hover {
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    transition: all .3s
}

.stories-wrap .btn-play:hover i {
    color: #F05228
}

@media screen and (min-width:768px) {
    .stories-wrap .btn-play {
        right: 13%
    }
}

@media screen and (max-width:767px) {
    .stories-wrap .btn-play {
        bottom: 15%
    }
}

.stories-wrap .btn-play i {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    font-size: 25px;
    left: 50%;
    -webkit-transform: translate(-35%, -40%);
    transform: translate(-35%, -40%);
    color: #000
}

.stories-wrap .play-btn {
    width: 63px;
    height: 63px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .1);
    float: right;
    margin-top: -22px;
    position: relative
}

.stories-wrap .play-btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 17px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stories-block {
    margin: 7em 0
}

@media screen and (max-width:991px) {
    .stories-block {
        margin: 2em 0
    }
}

.solution-contacts {
    margin: 7em 0
}

@media screen and (max-width:991px) {
    .solution-contacts {
        margin: 75px 0 35px
    }
}

@media screen and (max-width:767px) {
    .solution-contacts {
        margin: 35px 0
    }
}

.solution-contacts .container, .solution-contacts .modal-lg, .solution-contacts .modal-md, .solution-contacts .modal-sm {
    max-width: 860px
}

.solution-contacts .description {
    line-height: 1.5
}

.solution-contacts .section-head {
    margin-bottom: 34px
}

@media screen and (max-width:767px) {
    .solution-contacts .form-control {
        min-width: 100%
    }
}

@media screen and (max-width:1199px) {
    .solution-contacts .list-connect {
        margin: auto;
        max-width: 400px
    }
}

.stories-block .section-head {
    margin-bottom: 43px
}

.services-page .intro-block {
    padding-bottom: 75px
}

@media screen and (max-width:767px) {
    .services-page .intro-block {
        padding-bottom: 45px
    }
}

.services-page .bg-block {
    background: #F05228;
    bottom: 38%;
    left: 0;
    border-radius: 0;
    -webkit-transform: none;
    transform: none
}

@media (max-width:1400px) {
    .services-page .bg-block {
        bottom: 26%
    }
}

@media screen and (max-width:991px) {
    .services-page .bg-block {
        bottom: 18%;
        top: -170px;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .services-page .bg-block {
        bottom: 37%
    }
}

@media screen and (max-width:479px) {
    .services-page .bg-block {
        bottom: 8%;
        display: block
    }
}

.services-page .bg-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0 solid transparent;
    border-bottom-width: 0;
    border-top-width: 209px;
    border-left: 934px solid #fff
}

@media screen and (max-width:767px) {
    .services-page .bg-block:before {
        display: none
    }
}

.services-page .bg-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0 solid transparent;
    border-top-width: 225px;
    border-bottom-width: 0;
    border-right: 988px solid #fff
}

@media screen and (max-width:767px) {
    .services-page .bg-block:after {
        display: none
    }
}

.services-page .block-info {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.33;
    padding: 4px 0
}

@media screen and (max-width:991px) {
    .services-page .block-info {
        width: 80%
    }
}

@media screen and (max-width:767px) {
    .services-page .block-info {
        width: 100%
    }
}

.services-page .block-info h1 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    letter-spacing: -.01316em
}

.services-page .block-info .hexagon-links-block {
    margin-top: 58px
}

@media screen and (max-width:479px) {
    .services-page .block-info .hexagon-links-block {
        margin-top: 0
    }
}

.services-page .plans .main-description {
    padding-top: 15px
}

.hexagon-links-block {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0 20px;
    background: url(../../images/hexagon.png) no-repeat 50% 0
}

@media screen and (max-width:479px) {
    .hexagon-links-block {
        background: 0 0;
        padding: 20px 0
    }
}

.hexagon-links-block .list-services {
    display: block;
    float: left
}

@media screen and (max-width:479px) {
    .hexagon-links-block .list-services {
        float: none;
        margin: 0 0 5px
    }
}

.hexagon-links-block .list-services:last-child {
    float: right
}

@media screen and (max-width:767px) {
    .hexagon-links-block .list-services:last-child {
        float: none
    }
}

.hexagon-links-block .list-services:last-child li {
    text-align: right;
    margin: 0 32px 75px 0
}

@media screen and (max-width:767px) {
    .hexagon-links-block .list-services:last-child li {
        margin: 0 2px 75px 0
    }
}

@media screen and (max-width:479px) {
    .hexagon-links-block .list-services:last-child li {
        text-align: left;
        margin: 0 0 5px
    }
}

.hexagon-links-block .list-services:last-child li:first-child {
    margin: 0 130px 75px 0
}

@media screen and (max-width:767px) {
    .hexagon-links-block .list-services:last-child li:first-child {
        margin: 0 80px 75px 0
    }
}

@media screen and (max-width:479px) {
    .hexagon-links-block .list-services:last-child li:first-child {
        margin: 0 0 5px
    }
}

.hexagon-links-block .list-services:last-child li:last-child {
    margin: 0 63px 0 0
}

@media screen and (max-width:767px) {
    .hexagon-links-block .list-services:last-child li:last-child {
        margin: 0 13px 0 0
    }
}

@media screen and (max-width:479px) {
    .hexagon-links-block .list-services:last-child li:last-child {
        margin: 0
    }
}

.hexagon-links-block .list-services:last-child li .ico-button {
    padding: 13px 22px 11px 48px
}

.hexagon-links-block .list-services:last-child li .ico-button i {
    left: 5px;
    right: auto
}

.hexagon-links-block li {
    text-align: left;
    width: auto;
    margin: 0 0 75px
}

@media screen and (max-width:479px) {
    .hexagon-links-block li {
        margin: 0 0 5px
    }
}

.hexagon-links-block li:first-child {
    margin: 0 0 75px 98px
}

@media screen and (max-width:767px) {
    .hexagon-links-block li:first-child {
        margin: 0 0 75px 48px
    }
}

@media screen and (max-width:479px) {
    .hexagon-links-block li:first-child {
        margin: 0 0 5px
    }
}

.hexagon-links-block li:last-child {
    margin: 0 0 0 75px
}

@media screen and (max-width:767px) {
    .hexagon-links-block li:last-child {
        margin: 0 0 0 25px
    }
}

@media screen and (max-width:479px) {
    .hexagon-links-block li:last-child {
        margin: 0
    }
}

.hexagon-links-block li a {
    display: inline-block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06)
}

@media screen and (max-width:479px) {
    .hexagon-links-block li a {
        width: 100%
    }
}

@media screen and (min-width:480px) {
    .hexagon-links-block li .ico-button {
        padding: 13px 48px 11px 22px
    }
}

.hexagon-links-block li .ico-button i {
    top: 4px
}

@media screen and (min-width:480px) {
    .hexagon-links-block li .ico-button i {
        left: auto;
        right: 5px
    }
}

.services-items {
    margin: 0 0 50px
}

.services-items .container, .services-items .modal-lg, .services-items .modal-md, .services-items .modal-sm {
    padding-left: 90px;
    padding-right: 90px
}

@media screen and (max-width:1199px) {
    .services-items .container, .services-items .modal-lg, .services-items .modal-md, .services-items .modal-sm {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .services-items .container, .services-items .modal-lg, .services-items .modal-md, .services-items .modal-sm {
        padding-left: 20px;
        padding-right: 20px
    }
}

.services-items .title-holder {
    margin: 0 0 44px
}

@media screen and (max-width:767px) {
    .services-items .title-holder {
        margin: 0 0 30px
    }
}

.services-items .item {
    margin: 0 0 45px
}

@media screen and (max-width:767px) {
    .services-items .item {
        margin: 0 0 25px
    }
}

.services-items .item h3 {
    margin-bottom: 20px
}

.services-items .item .icon-holder {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f7bcb654
}

.services-items .item .icon-holder.purple {
    background: #e8e2ff
}

.services-items .item .icon-holder.purple .icon {
    color: #5e40e4
}

.services-items .item .icon-holder .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #F05228;
    font-size: 22px
}

.services-cloud {
    margin: 10em 0 18em
}

@media screen and (max-width:767px) {
    .services-cloud {
        margin-bottom: 60px
    }
}

.services-cloud h3 {
    letter-spacing: .04em
}

.services-cloud .info {
    padding: 20px 0 200px;
    max-width: 845px;
    margin: 0 auto;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .services-cloud .info {
        padding: 0
    }
}

.services-cloud .info .block-story {
    position: absolute;
    left: 50%;
    color: #000;
    padding: 29px 40px;
    width: 100%;
    max-width: 750px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    .services-cloud .info .block-story {
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 20px 20px 0
    }
}

.services-cloud .info .block-story .name {
    margin: 0 0 5px
}

.services-cloud .info .img-holder {
    float: left;
    margin-right: 12px;
    min-height: 0
}

.services-cloud .info .name-holder {
    overflow: hidden
}

.services-cloud .info .blockquote {
    border: none;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -.01905em;
    padding: 8px 0 0
}

@media screen and (max-width:767px) {
    .services-cloud .info .blockquote {
        font-size: 16px
    }
}

.services-cloud .cloud {
    background: linear-gradient(61deg, #F05228, #04d084)
}

.services-cloud .cloud-secondary {
    background: #e5f6f0
}

.support-cloud {
    padding-top: 70px
}

@media screen and (max-width:991px) {
    .support-cloud {
        margin: 0 0 30px
    }
}

@media screen and (max-width:767px) {
    .support-cloud {
        padding-top: 0
    }
}

.support-cloud h2 {
    margin-bottom: 20px;
    font-size: 30px
}

@media screen and (max-width:767px) {
    .support-cloud h2 {
        font-size: 24px
    }
}

.support-cloud ul {
    padding-right: 3%;
    float: left
}

@media (max-width:1540px) {
    .support-cloud ul {
        width: 33.33%
    }
}

@media screen and (max-width:991px) {
    .support-cloud ul {
        padding: 0 0 15px;
        width: 100%
    }
}

.support-cloud ul:last-child {
    padding-right: 0
}

.support-cloud ul li {
    padding-left: 26px
}

.support-cloud .info {
    padding: 20px 0 190px;
    max-width: 960px;
    margin: 0 auto
}

@media screen and (max-width:991px) {
    .support-cloud .info {
        padding: 20px 0 55px
    }
}

@media screen and (max-width:767px) {
    .support-cloud .info {
        padding: 0
    }
}

.support-cloud .description {
    text-align: center;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 46px
}

.support-cloud .cloud {
    background: linear-gradient(61deg, #5e28c7, #8839e5)
}

@media screen and (min-width:992px) {
    .support-cloud .features-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .support-cloud .features-list li {
        width: 33%;
        padding-right: 10px
    }

    .support-cloud .features-list li:nth-child(3n+3) {
        padding-right: 0
    }
}

@media screen and (min-width:1200px) {
    .support-cloud .features-list li {
        width: 32%
    }

    .support-cloud .features-list li:nth-child(3n+2) {
        width: 36%
    }
}

.stories-page .content-section {
    font-size: 18px;
    line-height: 1.56;
    margin: 0 0 30px
}

@media screen and (max-width:767px) {
    .stories-page .content-section {
        font-size: 16px;
        margin: 0 0 15px
    }
}

.stories-page .content-section h2 {
    margin: 0 0 17px
}

@media screen and (max-width:767px) {
    .stories-page .content-section h2 {
        margin: 15px 0
    }
}

@media screen and (max-width:767px) {
    .stories-page .content-section p span {
        font-size: 16px !important
    }
}

.stories-page .content-section h2, .stories-page .content-section h3, .stories-page .content-section h4, .stories-page .content-section h5, .stories-page .content-section h6, .stories-page .content-section ol, .stories-page .content-section p, .stories-page .content-section ul {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.stories-page .content-section p {
    margin-bottom: 27px
}

@media screen and (max-width:991px) {
    .stories-page .content-section p {
        margin-bottom: 15px
    }
}

.stories-page .content-section img {
    max-width: 100%;
    height: auto;
    margin: 0 0 53px
}

@media screen and (max-width:767px) {
    .stories-page .content-section img {
        margin: 0 0 20px
    }
}

.stories-page .content-section img.image-col {
    width: 47%;
    margin: 0 1%;
    border-radius: 5px
}

@media screen and (max-width:991px) {
    .stories-page .content-section img.image-col {
        width: 100%;
        margin: 0 0 10px
    }
}

.stories-page .content-section blockquote {
    border: none;
    padding: 36px 0 68px;
    max-width: 1010px
}

.stories-page .content-section blockquote p {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.11;
    letter-spacing: -.01667em;
    color: #F05228
}

@media screen and (max-width:991px) {
    .stories-page .content-section blockquote p {
        padding: 20px 0 40px
    }
}

@media screen and (max-width:767px) {
    .stories-page .content-section blockquote p {
        font-size: 26px;
        padding: 10px 0 20px
    }
}

@media screen and (max-width:991px) {
    .stories-page .content-section blockquote {
        padding: 20px 0 40px
    }
}

@media screen and (max-width:767px) {
    .stories-page .content-section blockquote {
        font-size: 26px;
        padding: 10px 0 20px
    }
}

.stories-page .content-section .master-slider-parent {
    margin-bottom: 60px;
    margin-top: 60px
}

@media screen and (max-width:767px) {
    .stories-page .content-section .master-slider-parent {
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.stories-page .content-section .ms-skin-default .ms-nav-next, .stories-page .content-section .ms-skin-default .ms-nav-prev {
    top: auto;
    bottom: 3px;
    right: 3px;
    left: auto;
    color: #363845;
    background: #fff url(../../images/camera-back.svg) no-repeat center/16px;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    border-radius: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.stories-page .content-section .ms-skin-default .ms-nav-next:hover, .stories-page .content-section .ms-skin-default .ms-nav-prev:hover {
    opacity: .7
}

.stories-page .content-section .ms-skin-default .ms-nav-prev {
    right: 46px
}

.stories-page .content-section .ms-skin-default .ms-nav-next {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.stories-page .content-section .ms-skin-default .ms-thumbs-cont {
    left: 0 !important
}

.stories-page .description-section {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -.02143em;
    margin: 0 0 47px;
    color: #1b2230
}

@media screen and (max-width:1199px) {
    .stories-page .description-section {
        font-size: 26px
    }
}

@media screen and (max-width:767px) {
    .stories-page .description-section {
        font-size: 18px;
        margin: 0 0 15px
    }
}

.stories-page .description-section .container, .stories-page .description-section .modal-lg, .stories-page .description-section .modal-md, .stories-page .description-section .modal-sm {
    max-width: 800px
}

.stories-page .text-section {
    font-size: 18px;
    line-height: 1.56;
    margin: 0 0 30px
}

@media screen and (max-width:767px) {
    .stories-page .text-section {
        font-size: 16px;
        margin: 0 0 15px
    }
}

.stories-page .text-section h2 {
    margin: 0 0 17px
}

@media screen and (max-width:767px) {
    .stories-page .text-section h2 {
        margin: 15px 0
    }
}

.stories-page .text-section p:not(:last-child) {
    margin: 0 0 27px
}

@media screen and (max-width:991px) {
    .stories-page .text-section p:not(:last-child) {
        margin: 0 0 15px
    }
}

.stories-page .text-section .container, .stories-page .text-section .modal-lg, .stories-page .text-section .modal-md, .stories-page .text-section .modal-sm {
    max-width: 800px
}

.stories-page .images-section {
    margin: 0 0 53px
}

@media screen and (max-width:767px) {
    .stories-page .images-section {
        margin: 0 0 20px
    }
}

.stories-page .images-section .container, .stories-page .images-section .modal-lg, .stories-page .images-section .modal-md, .stories-page .images-section .modal-sm {
    max-width: 1010px
}

.stories-page .images-section .image-holder {
    border-radius: 5px;
    margin: 0 0 10px;
    overflow: hidden
}

.stories-page .blackquote-section {
    padding: 36px 0 88px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.11;
    letter-spacing: -.01667em;
    color: #F05228
}

@media screen and (max-width:991px) {
    .stories-page .blackquote-section {
        padding: 20px 0 40px
    }
}

@media screen and (max-width:767px) {
    .stories-page .blackquote-section {
        font-size: 26px;
        padding: 10px 0 20px
    }
}

.stories-page .blackquote-section .container, .stories-page .blackquote-section .modal-lg, .stories-page .blackquote-section .modal-md, .stories-page .blackquote-section .modal-sm {
    max-width: 1010px
}

.stories-page .stories-block {
    margin: 0 0 93px
}

@media screen and (max-width:767px) {
    .stories-page .stories-block {
        margin: 0 0 40px
    }
}

.stories-page .stories-block .container, .stories-page .stories-block .modal-lg, .stories-page .stories-block .modal-md, .stories-page .stories-block .modal-sm {
    max-width: 1040px
}

@media screen and (min-width:992px) {
    .stories-page .stories-block .block-story .img-holder:before {
        border-left: 727px solid #fff;
        bottom: -3px
    }
}

.stories-page .stories-block .block-story .text-holder {
    color: #535b81
}

@media screen and (max-width:767px) {
    .stories-page .stories-block .block-story .text-holder {
        padding: 0 15px
    }
}

.stories-page .block-connect {
    margin: 8em 0
}

.stories-page .block-connect .section-head {
    margin-bottom: 43px
}

.stories-page .block-connect .info-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px
}

.stories-page .block-connect .list-connect {
    margin-bottom: 35px
}

.stories-page .block-connect .list-connect .btn {
    font-size: 16px;
    padding: 18px 25px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(216, 25, 66, .3);
    box-shadow: 0 7px 14px 0 rgba(216, 25, 66, .3)
}

.stories-page .block-connect .bottom-content {
    padding: 37px 0;
    border-top: solid 1px #f3f6f9;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width:767px) {
    .stories-page .block-connect .bottom-content {
        padding: 25px 0 0
    }
}

.stories-page .block-connect .bottom-content .title {
    display: block;
    font-size: 18px;
    line-height: 1.33;
    color: #232d44
}

.stories-page .block-connect .bottom-content p {
    margin: 0 0 26px
}

.stories-page .block-connect .bottom-content .more {
    font-size: 14px
}

.stories-page .block-connect .bottom-content .more:hover {
    text-decoration: none
}

.stories-page .block-connect .bottom-content .more:hover .icon {
    left: 5px
}

.stories-page .block-connect .bottom-content .more .icon {
    position: relative;
    left: 0;
    top: 2px;
    font-size: 12px;
    padding-left: 5px;
    -webkit-transition: left .15s;
    transition: left .15s
}

@media screen and (max-width:991px) {
    .featuring-cloud {
        margin-bottom: 50px
    }
}

.featuring-cloud h1 {
    font-weight: 400;
    margin: 0 0 18px
}

.featuring-cloud .main-description {
    color: #535b81;
    margin-bottom: 140px;
    font-size: 21px;
    max-width: none
}

@media screen and (max-width:991px) {
    .featuring-cloud .main-description {
        margin-bottom: 100px
    }
}

@media screen and (max-width:767px) {
    .featuring-cloud .main-description {
        margin-bottom: 40px
    }
}

.featuring-cloud .cloud-holder {
    padding-bottom: 105px
}

@media screen and (max-width:767px) {
    .featuring-cloud .cloud-holder {
        padding: 20px 10px 0
    }
}

.featuring-cloud .cloud {
    background: #5e40e4
}

.featuring-cloud .info {
    padding-bottom: 85px
}

@media screen and (max-width:991px) {
    .featuring-cloud .info {
        padding-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .featuring-cloud .featuring-image {
        margin: -125px 0 0 0
    }
}

@media screen and (max-width:767px) {
    .featuring-cloud .featuring-image {
        min-height: 200px;
        float: none;
        margin: 0 auto 20px
    }
}

.featuring-cloud .text-holder {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.29
}

@media screen and (max-width:1199px) {
    .featuring-cloud .text-holder {
        font-size: 24px
    }
}

@media screen and (max-width:991px) {
    .featuring-cloud .text-holder {
        font-size: 22px
    }
}

@media screen and (max-width:767px) {
    .featuring-cloud .text-holder {
        font-size: 20px
    }
}

.featuring-cloud .text-holder p {
    margin: 0 0 25px
}

.featuring-cloud .text-holder .image-holder {
    margin: 0 0 20px;
    max-width: 67px
}

.featuring-cloud .text-holder .post {
    font-size: 16px
}

.featuring-cloud .top-content {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0 43px
}

.featuring-cloud .info-list {
    padding: 59px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .featuring-cloud .info-list {
        padding: 25px 0 0;
        display: flow-root
    }
}

@media screen and (max-width:767px) {
    .featuring-cloud .info-list {
        display: block;
        padding: 20px 0 10px
    }
}

.featuring-cloud .info-list li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    padding: 0 24px;
    font-weight: 300
}

@media screen and (max-width:991px) {
    .featuring-cloud .info-list li {
        padding: 0 20px 20px;
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .featuring-cloud .info-list li {
        display: block;
        padding: 0;
        margin: 0 0 15px;
        text-align: center
    }
}

.featuring-cloud .info-list li a {
    color: #fff
}

.featuring-cloud .info-list li .title {
    display: block;
    font-size: 12px;
    margin: 0 0 7px;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .featuring-cloud .info-list li .title {
        margin: 0
    }
}

.favorite-benefits-cloud {
    margin: 8em 0
}

@media screen and (max-width:991px) {
    .favorite-benefits-cloud {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .favorite-benefits-cloud {
        padding-top: 40px
    }
}

@media screen and (min-width:992px) {
    .favorite-benefits-cloud .container, .favorite-benefits-cloud .modal-lg, .favorite-benefits-cloud .modal-md, .favorite-benefits-cloud .modal-sm {
        max-width: 1330px
    }
}

.favorite-benefits-cloud .cloud {
    background: #F05228
}

.favorite-benefits-cloud .cloud-secondary {
    background: #e5f6f0
}

.favorite-benefits-cloud .cloud-holder {
    padding-top: 40px
}

.favorite-benefits-cloud h3 {
    font-weight: 400;
    margin-bottom: 52px
}

@media screen and (max-width:767px) {
    .favorite-benefits-cloud h3 {
        margin-bottom: 30px
    }
}

.favorite-benefits-cloud .info {
    max-width: 810px;
    margin: 0 auto;
    padding-bottom: 140px
}

@media screen and (max-width:991px) {
    .favorite-benefits-cloud .info {
        padding-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .favorite-benefits-cloud .info {
        padding-bottom: 0
    }
}

.favorite-benefits-cloud .favorite-list {
    font-size: 0
}

.favorite-benefits-cloud .favorite-list .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 0 41px;
    padding: 0 0 0 37px;
    color: #b3e5d2
}

@media screen and (max-width:767px) {
    .favorite-benefits-cloud .favorite-list .item {
        margin: 0 0 20px
    }
}

.favorite-benefits-cloud .favorite-list .item:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff
}

.favorite-benefits-cloud .favorite-list .item .title {
    display: block;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 500;
    margin: 0 0 10px;
    color: #fff
}

@media screen and (max-width:767px) {
    .favorite-benefits-cloud .favorite-list .item .title {
        font-size: 16px
    }
}

.favorite-benefits-cloud .favorite-list .item p {
    margin-top: 10px;
    color: #b3e5d2;
    font-size: 16px;
    font-weight: 400
}

.single-customer_story #header {
    margin-bottom: 92px
}

@media screen and (max-width:991px) {
    .single-customer_story #header {
        margin-bottom: 50px
    }
}

.plans-page #header .login-list {
    display: none
}

@media screen and (min-width:768px) {
    .plans-page #header .navbar-nav {
        float: right
    }
}

.plans-page #header .main-menu .blog-link {
    display: none
}

.plans-page #header .main-menu .support-link {
    display: block
}

.plans-page .intro-block {
    background: url(../../images/banner.jpg) no-repeat 0 100%/cover;
    margin-top: -184px;
    padding: 160px 0 235px;
    min-height: 730px;
    margin-bottom: 0
}

.plans-page .intro-block .title-holder {
    font-size: 21px;
    line-height: 1.33;
    color: #fff;
    text-align: center;
    margin: 0 0 66px
}

@media screen and (max-width:767px) {
    .plans-page .intro-block .title-holder {
        margin: 0 0 30px
    }
}

.plans-page .intro-block .block-info {
    max-width: none
}

@media screen and (max-width:991px) {
    .plans-page .intro-block .block-info {
        width: 100%
    }
}

.plans-page .intro-block h1 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    line-height: 1.09;
    letter-spacing: -.01364em;
    margin: 0 0 20px
}

@media screen and (max-width:767px) {
    .plans-page .intro-block h1 {
        font-size: 30px;
        line-height: 1.5
    }
}

.plans-page .intro-block h1 b {
    border-bottom: 3px solid #fff;
    font-style: italic
}

.plans-page .intro-block .info-list {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.29
}

.plans-page .intro-block .info-list .icon {
    display: block;
    font-size: 47px;
    margin: 0 0 20px
}

@media screen and (max-width:767px) {
    .plans-page .intro-block .info-list .icon {
        margin: 0 0 10px;
        padding: 15px 0 0
    }
}

.plans-page .plans {
    margin: -223px 0 80px
}

@media screen and (max-width:767px) {
    .plans-page .plans {
        margin: -223px 0 50px
    }
}

@media screen and (min-width:992px) {
    .plans-page .text-block-alt {
        padding: 70px 0 20px;
        margin: 1em 0 8em
    }
}

.plans-page .text-block-alt .container, .plans-page .text-block-alt .modal-lg, .plans-page .text-block-alt .modal-md, .plans-page .text-block-alt .modal-sm {
    max-width: 870px
}

.plans-page .block-connect {
    padding: 16px 0 78px
}

@media screen and (max-width:991px) {
    .plans-page .block-connect {
        padding: 16px 0 40px
    }
}

.plans-page .block-connect .section-head {
    margin-bottom: 40px
}

.plans-page .block-connect .description {
    max-width: 445px;
    margin-bottom: 0
}

.plans-page .block-connect h3 {
    margin-bottom: 23px
}

.plans-page .block-connect .btn {
    font-size: 16px;
    min-width: 290px
}

@media screen and (max-width:767px) {
    .plans-page .block-connect .btn {
        min-width: 0
    }
}

.features-list-section {
    margin: 0 0 90px
}

@media screen and (max-width:767px) {
    .features-list-section {
        margin: 0 0 50px
    }
}

.features-list-section .title {
    font-size: 12px;
    text-transform: uppercase;
    color: #535b81;
    margin: 0 0 38px
}

@media screen and (min-width:992px) {
    .features-list-section .features-list li {
        margin-bottom: 1px
    }
}

.awards .items-holder {
    border: solid 1px #e4e7ec;
    border-width: 1px 0;
    padding: 77px 0 55px;
    -webkit-box-shadow: 0 -13px 15px -4px rgba(250, 252, 254, .75), 0 13px 15px -4px rgba(250, 252, 254, .75);
    box-shadow: 0 -13px 15px -4px rgba(250, 252, 254, .75), 0 13px 15px -4px rgba(250, 252, 254, .75)
}

@media screen and (max-width:767px) {
    .awards .items-holder {
        padding: 50px 0 25px
    }
}

@media screen and (max-width:767px) {
    .awards .item {
        margin: 0 0 25px
    }
}

.awards .item .image-holder {
    float: left;
    margin-right: 30px;
    max-width: 111px
}

@media screen and (max-width:991px) {
    .awards .item .image-holder {
        max-width: 90px;
        margin-right: 15px
    }
}

@media screen and (max-width:767px) {
    .awards .item .image-holder {
        max-width: 70px
    }
}

.awards .item .content-holder {
    overflow: hidden
}

.awards .item .title {
    color: #232d44;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -.01667em;
    font-weight: 500;
    margin: 0 0 25px
}

.awards .item p {
    margin: 0 0 20px
}

@media screen and (max-width:767px) {
    .awards .item p {
        margin: 0 0 10px
    }
}

.awards .item a {
    text-decoration: underline
}

.awards .item a:hover {
    text-decoration: none
}

.cloud-plans-block {
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .cloud-plans-block {
        padding-top: 30px;
        margin-bottom: 10px
    }
}

.cloud-plans-block .cloud-holder {
    padding-top: 110px
}

@media screen and (max-width:767px) {
    .cloud-plans-block .cloud-holder {
        padding-top: 40px
    }
}

.cloud-plans-block .info-grey h2 {
    margin: -10px 0 25px
}

.cloud-plans-block a {
    text-decoration: underline
}

.cloud-plans-block a:hover {
    text-decoration: none
}

.cloud-plans-block .icon {
    padding-right: 4px
}

.cloud-plans-block .graph {
    margin: 0 0 43px
}

.cloud-plans-block .description {
    font-size: 12px
}

.cloud-plans-block .link-holder {
    padding: 10px 0 0;
    margin: 0 0 30px
}

.services-section {
    margin: 0 0 87px
}

@media screen and (max-width:767px) {
    .services-section {
        margin: 0 0 50px
    }
}

#footer .capabilities-list .services-section li, .accordion-holder .panel-default .services-section .panel-title, .heading-box .services-section dt, .home-a-dedicated-performance .heading-box-align .services-section dt, .icons-expander .item .services-section .head, .services-section #footer .capabilities-list li, .services-section .accordion-holder .panel-default .panel-title, .services-section .h4, .services-section .heading-box dt, .services-section .home-a-dedicated-performance .heading-box-align dt, .services-section .icons-expander .item .head, .services-section .text-size-4, .services-section h4 {
    line-height: 1.56
}

.services-section .top-title {
    display: block;
    text-transform: uppercase;
    padding: 16px 0 0;
    margin: 0 0 18px;
    font-size: 12px
}

.services-section h2 {
    margin: 0 0 28px
}

.services-section .ico-button {
    -webkit-box-shadow: 0 3px 6px 0 #f3f6f9;
    box-shadow: 0 3px 6px 0 #f3f6f9
}

.services-section .ico-button i {
    background: 0 0;
    font-size: 15px
}

.services-section .list-services {
    padding-top: 22px
}

@media screen and (max-width:767px) {
    .services-section .list-services {
        margin: 0 0 40px
    }
}

.services-section .stories-wrap .block-story {
    -webkit-box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    box-shadow: 0 14px 26px 0 rgba(31, 37, 50, .1);
    margin: 0
}

@media screen and (min-width:992px) {
    .services-section .stories-wrap .block-story .img-holder {
        min-height: 280px
    }
}

.services-section .stories-wrap .block-story .img-holder:before {
    border: 133px solid transparent;
    border-bottom: 0 solid #fff;
    border-left: 920px solid #fff;
    bottom: -55px
}

.services-section .stories-wrap .block-story .text-holder {
    margin-top: -10px
}

@media screen and (max-width:991px) {
    .services-section .stories-wrap .block-story .text-holder {
        padding: 0 25px
    }
}

@media screen and (max-width:767px) {
    .services-section .stories-wrap .block-story .btn-play {
        bottom: 7%
    }
}

.section-title {
    position: relative;
    text-align: center;
    margin: 0 auto 3em
}

.media-kit-section {
    padding: 60px 0
}

@media screen and (max-width:1199px) {
    .media-kit-section {
        padding: 40px 0
    }
}

@media screen and (max-width:991px) {
    .media-kit-section {
        padding: 20px 0
    }
}

.media-kit-section a {
    color: #aaadb3;
    text-decoration: underline
}

.media-kit-section a:hover {
    text-decoration: none
}

.media-kits {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .media-kits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.media-kits>li {
    margin-right: -1px;
    float: left;
    min-width: 180px
}

@media screen and (max-width:991px) {
    .media-kits>li {
        width: 100%;
        margin-bottom: 15px
    }
}

.media-kits .visual {
    padding: 30px;
    border: 1px solid #e4e7ec;
    text-align: center;
    margin-bottom: 12px
}

@media screen and (max-width:991px) {
    .media-kits .visual {
        padding: 15px;
        margin-bottom: 8px
    }
}

.media-kits .visual img {
    min-width: 60px;
    max-width: 250px;
    vertical-align: top
}

@media screen and (min-width:768px) {
    .media-kits .visual img {
        max-width: 100%
    }
}

.media-kits .visual.black {
    background: #1a2028;
    border-color: #1a2028
}

.media-kits .visual .lbl {
    float: left;
    padding: 0 10px 0 0
}

.media-kits .visual .links {
    padding-left: 20px
}

.media-kits .visual .links a, .media-kits .visual .links span {
    text-transform: uppercase;
    float: left;
    color: #aaadb3;
    margin: 0 3px
}

@media screen and (max-width:991px) {
    .media-kits-layout .media-kits-bg-block {
        display: none
    }
}

@media screen and (max-width:991px) {
    .media-kits-layout .top-form {
        margin-bottom: 0
    }
}

.media-kits-holder {
    margin: 0 auto
}

.media-kits-holder .links {
    padding-left: 20px
}

.media-kits-holder .links a, .media-kits-holder .links span {
    float: left;
    color: #aab2bd;
    margin: 0 3px
}

.media-kits-holder-logo {
    max-width: 1000px
}

.media-kits-holder-symbol {
    max-width: 690px
}

.media-kits-holder-badges {
    max-width: 500px
}

.media-kits-holder-colors {
    max-width: 690px
}

.media-kits-holder-colors ul li .visual {
    height: 80px;
    border: none
}

.media-kits-badges .visual {
    padding: 20px 30px
}

.media-kits-holder-colors .media-kits .visual {
    padding: 0
}

.media-kits-get-started-section {
    margin-bottom: 4em
}

@media screen and (min-width:992px) {
    .media-kits-get-started-section {
        margin-bottom: 8em
    }
}

@media only screen and (max-width:767px) {
    .media-kit-section {
        padding: 20px 0
    }

    .media-kits .visual {
        padding: 15px;
        margin-bottom: 8px
    }

    .media-kits>li {
        width: 100%;
        margin-bottom: 15px
    }
}

.benefits-section .dots, .dedicated-deploy-section .bg:after, .dedicated-servers-hero-a .image-box .dots, .image-box-dots:after, .page-template-template-fully-managed-hosting .rates-section .dots, .section-environment .video-align:before, .section-image-text .decor, .section-priced .decor:before, .section-table .table:before {
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: 0 100%;
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYwQTI0RDQ2RUMyMjExRTk4NzM5QkU1MzQ1MDY0RUM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYwQTI0RDQ3RUMyMjExRTk4NzM5QkU1MzQ1MDY0RUM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjBBMjRENDRFQzIyMTFFOTg3MzlCRTUzNDUwNjRFQzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBMjRENDVFQzIyMTFFOTg3MzlCRTUzNDUwNjRFQzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6z/ZP4AAAAQUlEQVR42mL8//8/w0AAJoYBAqMWj1o8avGoxaMWj1o8avGoxaMWj1o8ajHlgOXBw0f3kAUU5OWURoN6WFkMEGAAleMHOyI/maAAAAAASUVORK5CYII=)
}

.dedicated-servers-hero-a {
    position: relative;
    padding-top: 100px;
    margin-bottom: 62px
}

@media screen and (min-width:768px) {
    .dedicated-servers-hero-a {
        padding-top: 150px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-servers-hero-a {
        padding-top: 200px;
        margin-bottom: 92px
    }
}

.dedicated-servers-hero-a .container, .dedicated-servers-hero-a .modal-lg, .dedicated-servers-hero-a .modal-md, .dedicated-servers-hero-a .modal-sm {
    position: static
}

.dedicated-servers-hero-a .subtitle {
    color: #0c143a;
    line-height: 1.4;
    margin-bottom: 1.5em;
    letter-spacing: .125em
}

@media screen and (min-width:992px) {
    .dedicated-servers-hero-a .subtitle {
        margin-bottom: 20px
    }
}

.dedicated-servers-hero-a .title {
    letter-spacing: normal;
    margin-bottom: 20px;
    color: #0c143a
}

@media screen and (min-width:992px) {
    .dedicated-servers-hero-a .title {
        margin-bottom: 44px
    }
}

.dedicated-servers-hero-a .image-box {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    display: none
}

@media screen and (min-width:992px) {
    .dedicated-servers-hero-a .image-box {
        display: block;
        left: calc(50% + 15px)
    }
}

@media screen and (min-width:1200px) {
    .dedicated-servers-hero-a .image-box {
        left: calc(50% + 200px)
    }
}

.dedicated-servers-hero-a .image-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 5
}

.dedicated-servers-hero-a .image-box .dots {
    position: absolute;
    height: 29%;
    left: -9%;
    bottom: -6.5%;
    right: 0;
    z-index: -2
}

.dedicated-servers-hero-a .image-box .diamond {
    position: absolute;
    bottom: 40%;
    right: 100%;
    width: 44px;
    margin-right: 17px;
    height: 44px;
    z-index: -1
}

@media screen and (min-width:1200px) {
    .dedicated-servers-hero-a .image-box .diamond {
        bottom: 20%
    }
}

.dedicated-servers-hero-a .image-box .diamond:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #5e40e4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dedicated-servers-hero-a .image-box .disc {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 268px;
    margin-bottom: -108px;
    height: 260px;
    border: 42px solid #F05228;
    border-radius: 50%;
    z-index: 3
}

.dedicated-servers-hero-a .holder {
    margin-bottom: 32px;
    max-width: 585px
}

@media screen and (min-width:992px) {
    .dedicated-servers-hero-a .holder {
        margin-bottom: 44px
    }
}


.dedicated-servers-hero-a .holder p {
    font-size: 18px;
    margin-bottom: 2em;
    line-height: 1.4
}

.dedicated-servers-hero-a .holder .note {
    font-size: 12px
}

.dedicated-servers-hero-a .holder .logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 58px
}

@media screen and (max-width:767px) {
    .dedicated-servers-hero-a .holder .logo-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.dedicated-servers-hero-a .holder .logo-block .image-block {
    max-width: 183px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .dedicated-servers-hero-a .holder .logo-block .image-block {
        margin: 0 0 15px
    }
}

.dedicated-servers-hero-a .holder .logo-block p {
    font-size: 14px;
    color: #3d4361;
    margin: 0;
    font-weight: 500
}

.dedicated-servers-hero-a .holder .logo-block .note {
    margin: 0;
    font-size: 10px;
    font-weight: 400
}

.dedicated-servers-hero-a .card-align .row {
    margin-left: -5px;
    margin-right: -5px
}

.dedicated-servers-hero-a .card-align .row>* {
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width:1200px) {
    .dedicated-servers-hero-a .card-align {
        margin-right: -114px
    }
}

.dedicated-servers-hero-a .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:480px) {
    .dedicated-servers-hero-a .tools {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dedicated-servers-hero-a .tools .btn {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1em
}

@media screen and (min-width:480px) {
    .dedicated-servers-hero-a .tools .btn {
        margin-bottom: 0
    }
}

@media screen and (min-width:1200px) {
    .dedicated-servers-hero-a .review-row {
        margin-right: -90px
    }
}

.dedicated-servers-hero-a .review {
    line-height: 1.5;
    margin-bottom: 18px;
    max-width: 585px
}

.dedicated-servers-hero-a .review p {
    margin-bottom: 8px
}

.dedicated-servers-hero-a .review .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dedicated-servers-hero-a .review .name {
    margin-right: 15px;
    line-height: 1.1;
    color: #0c143a
}

.dedicated-servers-hero-a .review .text-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:992px) {
    .dedicated-servers-hero-a .review .text-stars {
        margin: 23px 0 0
    }
}

.dedicated-servers-hero-a .review .text-stars p {
    margin: 0 8px 0 0
}

@media screen and (min-width:480px) {
    .dedicated-servers-hero-a .trust-review {
        margin-left: 20px
    }
}

@media screen and (min-width:992px) {
    .dedicated-servers-hero-a .trust-review {
        margin-left: 38px
    }
}

.dedicated-servers-hero-a .nps-block {
    border-radius: 36px;
    background: #ffd657;
    line-height: 1.1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 24px 12px 11px
}

.dedicated-servers-hero-a .nps-block .img {
    margin-right: 8px;
    width: 56px
}

.dedicated-servers-hero-a .nps-block strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px
}

.dedicated-servers-hero-a .nps-block span {
    font-size: 10px;
    display: block;
    text-transform: uppercase
}

@media screen and (min-width:1200px) {
    .dedicated-section-hero-a {
        margin-bottom: 100px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-section-hero-a .holder {
        margin-right: 20px;
        margin-bottom: 60px
    }
}

.dedicated-section-hero-a .review-card {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-width: 482px
}

.dedicated-section-hero-a .monitor-card {
    max-width: 476px;
    width: 100%;
    padding: 0
}

.comparison-hosting-block ul li:first-child .dedicated-section-hero-a .monitor-card .cell, .customer-review .dedicated-section-hero-a .monitor-card .author, .dedicated-section-hero-a .monitor-card .comparison-hosting-block ul li:first-child .cell, .dedicated-section-hero-a .monitor-card .customer-review .author, .dedicated-section-hero-a .monitor-card .h1, .dedicated-section-hero-a .monitor-card .h2, .dedicated-section-hero-a .monitor-card .h3, .dedicated-section-hero-a .monitor-card .h4, .dedicated-section-hero-a .monitor-card .h5, .dedicated-section-hero-a .monitor-card .h6, .dedicated-section-hero-a .monitor-card .heading, .dedicated-section-hero-a .monitor-card .heading-box dt, .dedicated-section-hero-a .monitor-card .icons-expander .item .head, .dedicated-section-hero-a .monitor-card .list-checkbox>li, .dedicated-section-hero-a .monitor-card h1, .dedicated-section-hero-a .monitor-card h2, .dedicated-section-hero-a .monitor-card h3, .dedicated-section-hero-a .monitor-card h4, .dedicated-section-hero-a .monitor-card h5, .dedicated-section-hero-a .monitor-card h6, .heading-box .dedicated-section-hero-a .monitor-card dt, .icons-expander .item .dedicated-section-hero-a .monitor-card .head {
    background: #5e40e4;
    text-align: center;
    padding: 15px;
    border-radius: 6px 6px 0 0
}

.comparison-hosting-block ul li:first-child .dedicated-section-hero-a .monitor-card .cell img, .customer-review .dedicated-section-hero-a .monitor-card .author img, .dedicated-section-hero-a .monitor-card .comparison-hosting-block ul li:first-child .cell img, .dedicated-section-hero-a .monitor-card .customer-review .author img, .dedicated-section-hero-a .monitor-card .h1 img, .dedicated-section-hero-a .monitor-card .h2 img, .dedicated-section-hero-a .monitor-card .h3 img, .dedicated-section-hero-a .monitor-card .h4 img, .dedicated-section-hero-a .monitor-card .h5 img, .dedicated-section-hero-a .monitor-card .h6 img, .dedicated-section-hero-a .monitor-card .heading img, .dedicated-section-hero-a .monitor-card .heading-box dt img, .dedicated-section-hero-a .monitor-card .icons-expander .item .head img, .dedicated-section-hero-a .monitor-card .list-checkbox>li img, .dedicated-section-hero-a .monitor-card h1 img, .dedicated-section-hero-a .monitor-card h2 img, .dedicated-section-hero-a .monitor-card h3 img, .dedicated-section-hero-a .monitor-card h4 img, .dedicated-section-hero-a .monitor-card h5 img, .dedicated-section-hero-a .monitor-card h6 img, .heading-box .dedicated-section-hero-a .monitor-card dt img, .icons-expander .item .dedicated-section-hero-a .monitor-card .head img {
    position: static;
    max-width: 150px
}

.dedicated-section-hero-a .monitor-card .content {
    border: 1px solid #e3e8ee;
    padding: 36px 15px 57px;
    background: url(../../images/rounds.svg) no-repeat;
    background-position: 100% 100%;
    border-radius: 0 0 6px 6px
}

.dedicated-section-hero-a .monitor-card .content .title {
    display: block;
    margin: 0 0 24px;
    text-align: center;
    font-weight: 500;
    color: #0c143a;
    letter-spacing: .15em;
    text-transform: uppercase
}

.dedicated-section-hero-a .monitor-card .rows-holder {
    max-width: 338px;
    margin: 0 auto
}

.dedicated-section-hero-a .monitor-card .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid #e3e8ee
}

.dedicated-section-hero-a .monitor-card .content-row span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.dedicated-section-hero-a .monitor-card .content-row span:first-child {
    width: 64%;
    padding-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media screen and (min-width:992px) {
    .monitor-card-hero-a {
        margin-bottom: 20px
    }
}

.monitor-card-hero-a .image-box {
    bottom: 120px
}

body:not(.post-type-archive-customer_story):not(.single):not(.page-template-default):not(.page-template-template-startups):not(.page-template-template-digital-agencies):not(.page-template-template-media-kit):not(.page-template-template-thank-you) .dedicated-layout #header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

@media screen and (min-width:992px) and (max-width:1199px) {
    body:not(.post-type-archive-customer_story):not(.single):not(.page-template-default):not(.page-template-template-startups):not(.page-template-template-digital-agencies):not(.page-template-template-media-kit):not(.page-template-template-thank-you) .dedicated-layout #header .main-menu li>a {
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    body:not(.post-type-archive-customer_story):not(.single):not(.page-template-default):not(.page-template-template-startups):not(.page-template-template-digital-agencies):not(.page-template-template-media-kit):not(.page-template-template-thank-you) .dedicated-layout #header .login-list {
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    body:not(.post-type-archive-customer_story):not(.single):not(.page-template-default):not(.page-template-template-startups):not(.page-template-template-digital-agencies):not(.page-template-template-media-kit):not(.page-template-template-thank-you) .dedicated-layout #header .login-list a {
        color: #fff
    }
}

body:not(.post-type-archive-customer_story):not(.single):not(.page-template-default):not(.page-template-template-startups):not(.page-template-template-digital-agencies):not(.page-template-template-media-kit):not(.page-template-template-thank-you) .dedicated-layout #footer {
    margin-top: 0
}

.page-template-template-managed-vps-hosting .section-table .responsive-data-table th img {
    max-width: 110px;
    max-height: 38px
}

.page-template-template-managed-vps-hosting .hosting-packages-a .custom-radio-checkbox {
    margin-bottom: 12px;
    margin-left: -20px;
    margin-right: -20px
}

.page-template-template-managed-vps-hosting .hosting-packages-a .custom-radio-checkbox li {
    margin: 0 20px
}

.page-template-template-managed-vps-hosting .hosting-packages-a .custom-radio-checkbox a {
    padding: 0;
    background: 0 0
}

.page-template-template-managed-vps-hosting .hosting-packages-a .custom-radio-checkbox a:hover {
    background: 0 0
}

.page-template-template-managed-vps-hosting .hosting-packages-a .custom-radio-checkbox a label {
    margin: 0
}

.page-template-template-managed-vps-hosting #footer {
    margin-top: 0
}

.trust-review {
    margin-top: 2px
}

.trust-review .text {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.trust-review .text span {
    display: inline-block;
    margin: 10px 0 4px 0
}

@media screen and (min-width:480px) {
    .trust-review .text span {
        margin: 15px 0 0 0
    }
}

.trust-review .text img {
    max-width: 88px;
    max-height: 23px;
    margin: 0 0 0 15px
}

.trust-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.trust-stars img {
    margin-right: 2px
}

.dedicated-plans-section {
    padding-bottom: 36px
}

@media screen and (min-width:992px) {
    .dedicated-plans-section {
        padding-bottom: 56px
    }
}

.dedicated-plans-section .head {
    margin-bottom: 45px
}

.dedicated-plans-section .head .title {
    letter-spacing: -.005em;
    margin: 0 0 20px
}

.dedicated-plans-section .table-holder {
    margin-bottom: 55px
}

@media screen and (max-width:767px) {
    .dedicated-plans-section .table-holder {
        margin-bottom: 40px;
        border: 1px solid #ddd
    }
}

@media screen and (min-width:768px) {
    .dedicated-plans-section .pricing-table {
        border: 1px solid #ddd
    }
}

.dedicated-plans-section .pricing-table .btn {
    padding-top: 11px;
    padding-bottom: 11px
}

.dedicated-plans-section .pricing-table>thead tr td, .dedicated-plans-section .pricing-table>thead tr th {
    background-color: #0c143a;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    height: 38px;
    border: 0;
    white-space: nowrap
}

.dedicated-plans-section .pricing-table tbody {
    position: relative
}

.dedicated-plans-section .pricing-table tbody tbody:after, .dedicated-plans-section .pricing-table tbody tbody:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 1px;
    top: 38px;
    background-color: #fff;
    width: 19px
}

.dedicated-plans-section .pricing-table tbody:after {
    right: 1px
}

.dedicated-plans-section .pricing-table tbody:before {
    left: 1px
}

@media screen and (min-width:768px) {
    .dedicated-plans-section .pricing-table>tbody>tr:not(:first-child)>td, .dedicated-plans-section .pricing-table>tbody>tr:not(:first-child)>th, .dedicated-plans-section .pricing-table>tfoot>tr:not(:first-child)>td, .dedicated-plans-section .pricing-table>tfoot>tr:not(:first-child)>th, .dedicated-plans-section .pricing-table>thead>tr:not(:first-child)>td, .dedicated-plans-section .pricing-table>thead>tr:not(:first-child)>th {
        border-top: 1px solid #ddd
    }
}

.dedicated-plans-section .pricing-table>tbody>tr>td, .dedicated-plans-section .pricing-table>tbody>tr>th, .dedicated-plans-section .pricing-table>tfoot>tr>td, .dedicated-plans-section .pricing-table>tfoot>tr>th, .dedicated-plans-section .pricing-table>thead>tr>td, .dedicated-plans-section .pricing-table>thead>tr>th {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    border-top: none;
    border-top: 1px solid #ddd
}

@media screen and (min-width:768px) {
    .dedicated-plans-section .pricing-table>tbody>tr>td, .dedicated-plans-section .pricing-table>tbody>tr>th, .dedicated-plans-section .pricing-table>tfoot>tr>td, .dedicated-plans-section .pricing-table>tfoot>tr>th, .dedicated-plans-section .pricing-table>thead>tr>td, .dedicated-plans-section .pricing-table>thead>tr>th {
        padding: 12px 15px 11px
    }
}

.dedicated-plans-section .pricing-table>tbody>tr>td:last-child, .dedicated-plans-section .pricing-table>tbody>tr>th:last-child, .dedicated-plans-section .pricing-table>tfoot>tr>td:last-child, .dedicated-plans-section .pricing-table>tfoot>tr>th:last-child, .dedicated-plans-section .pricing-table>thead>tr>td:last-child, .dedicated-plans-section .pricing-table>thead>tr>th:last-child {
    padding-top: 10px;
    padding-bottom: 9px
}

@media screen and (min-width:768px) {
    .dedicated-plans-section .pricing-table>tbody>tr>td:first-child, .dedicated-plans-section .pricing-table>tbody>tr>th:first-child, .dedicated-plans-section .pricing-table>tfoot>tr>td:first-child, .dedicated-plans-section .pricing-table>tfoot>tr>th:first-child, .dedicated-plans-section .pricing-table>thead>tr>td:first-child, .dedicated-plans-section .pricing-table>thead>tr>th:first-child {
        padding-left: 20px
    }
}

.dedicated-plans-section .pricing-table>tbody>tr>td:last-child, .dedicated-plans-section .pricing-table>tbody>tr>th:last-child, .dedicated-plans-section .pricing-table>tfoot>tr>td:last-child, .dedicated-plans-section .pricing-table>tfoot>tr>th:last-child, .dedicated-plans-section .pricing-table>thead>tr>td:last-child, .dedicated-plans-section .pricing-table>thead>tr>th:last-child {
    padding-right: 20px
}

.dedicated-plans-section .pricing-table>tbody>tr>td.processor, .dedicated-plans-section .pricing-table>tbody>tr>th.processor, .dedicated-plans-section .pricing-table>tfoot>tr>td.processor, .dedicated-plans-section .pricing-table>tfoot>tr>th.processor, .dedicated-plans-section .pricing-table>thead>tr>td.processor, .dedicated-plans-section .pricing-table>thead>tr>th.processor {
    width: 17%
}

.dedicated-plans-section .pricing-table>tbody>tr>td.server, .dedicated-plans-section .pricing-table>tbody>tr>th.server, .dedicated-plans-section .pricing-table>tfoot>tr>td.server, .dedicated-plans-section .pricing-table>tfoot>tr>th.server, .dedicated-plans-section .pricing-table>thead>tr>td.server, .dedicated-plans-section .pricing-table>thead>tr>th.server {
    width: 13%
}

.dedicated-plans-section .pricing-table>tbody>tr>td.ram, .dedicated-plans-section .pricing-table>tbody>tr>th.ram, .dedicated-plans-section .pricing-table>tfoot>tr>td.ram, .dedicated-plans-section .pricing-table>tfoot>tr>th.ram, .dedicated-plans-section .pricing-table>thead>tr>td.ram, .dedicated-plans-section .pricing-table>thead>tr>th.ram {
    width: 13%
}

.dedicated-plans-section .pricing-table>tbody>tr>td.bandwidth, .dedicated-plans-section .pricing-table>tbody>tr>th.bandwidth, .dedicated-plans-section .pricing-table>tfoot>tr>td.bandwidth, .dedicated-plans-section .pricing-table>tfoot>tr>th.bandwidth, .dedicated-plans-section .pricing-table>thead>tr>td.bandwidth, .dedicated-plans-section .pricing-table>thead>tr>th.bandwidth {
    width: 13%
}

.dedicated-plans-section .pricing-table>tbody>tr>td.ssd, .dedicated-plans-section .pricing-table>tbody>tr>th.ssd, .dedicated-plans-section .pricing-table>tfoot>tr>td.ssd, .dedicated-plans-section .pricing-table>tfoot>tr>th.ssd, .dedicated-plans-section .pricing-table>thead>tr>td.ssd, .dedicated-plans-section .pricing-table>thead>tr>th.ssd {
    width: 13%
}

.dedicated-plans-section .pricing-table>tbody>tr>td.passmark, .dedicated-plans-section .pricing-table>tbody>tr>th.passmark, .dedicated-plans-section .pricing-table>tfoot>tr>td.passmark, .dedicated-plans-section .pricing-table>tfoot>tr>th.passmark, .dedicated-plans-section .pricing-table>thead>tr>td.passmark, .dedicated-plans-section .pricing-table>thead>tr>th.passmark {
    width: 13%
}

.dedicated-plans-section .pricing-table>tbody>tr>td.price, .dedicated-plans-section .pricing-table>tbody>tr>th.price, .dedicated-plans-section .pricing-table>tfoot>tr>td.price, .dedicated-plans-section .pricing-table>tfoot>tr>th.price, .dedicated-plans-section .pricing-table>thead>tr>td.price, .dedicated-plans-section .pricing-table>thead>tr>th.price {
    width: auto
}

.dedicated-plans-section .pricing-table>tbody>tr>td.order, .dedicated-plans-section .pricing-table>tbody>tr>th.order, .dedicated-plans-section .pricing-table>tfoot>tr>td.order, .dedicated-plans-section .pricing-table>tfoot>tr>th.order, .dedicated-plans-section .pricing-table>thead>tr>td.order, .dedicated-plans-section .pricing-table>thead>tr>th.order {
    width: 160px
}

.dedicated-plans-section .pricing-table>tbody>tr>td.order .btn, .dedicated-plans-section .pricing-table>tbody>tr>th.order .btn, .dedicated-plans-section .pricing-table>tfoot>tr>td.order .btn, .dedicated-plans-section .pricing-table>tfoot>tr>th.order .btn, .dedicated-plans-section .pricing-table>thead>tr>td.order .btn, .dedicated-plans-section .pricing-table>thead>tr>th.order .btn {
    width: 125px
}

.comparison-hosting-block ul li:first-child .dedicated-plans-section .common-for-plans .cell, .customer-review .dedicated-plans-section .common-for-plans .author, .dedicated-plans-section .common-for-plans .comparison-hosting-block ul li:first-child .cell, .dedicated-plans-section .common-for-plans .customer-review .author, .dedicated-plans-section .common-for-plans .h1, .dedicated-plans-section .common-for-plans .h2, .dedicated-plans-section .common-for-plans .h3, .dedicated-plans-section .common-for-plans .h4, .dedicated-plans-section .common-for-plans .h5, .dedicated-plans-section .common-for-plans .h6, .dedicated-plans-section .common-for-plans .heading, .dedicated-plans-section .common-for-plans .heading-box dt, .dedicated-plans-section .common-for-plans .icons-expander .item .head, .dedicated-plans-section .common-for-plans .list-checkbox>li, .dedicated-plans-section .common-for-plans h1, .dedicated-plans-section .common-for-plans h2, .dedicated-plans-section .common-for-plans h3, .dedicated-plans-section .common-for-plans h4, .dedicated-plans-section .common-for-plans h5, .dedicated-plans-section .common-for-plans h6, .heading-box .dedicated-plans-section .common-for-plans dt, .icons-expander .item .dedicated-plans-section .common-for-plans .head {
    letter-spacing: -.02em;
    margin: 0 0 21px
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.check-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5em
}

.check-list>li:before {
    display: block;
    content: '';
    min-width: 16px;
    -ms-flex-preferred-size: 16px;
    flex-basis: 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../../images/icon-ui-checkmark-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.dedicated-server-inner-menu {
    color: #fff;
    z-index: 10
}

.dedicated-server-inner-menu.active {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.dedicated-server-inner-menu .navbar {
    margin: 0;
    min-height: 0;
    padding: 15px 0
}

.dedicated-server-inner-menu hr {
    margin: 0;
    border-top-color: rgba(255, 255, 255, .2)
}

.dedicated-server-inner-menu .title {
    margin: 0 20px 0 0;
    letter-spacing: -.02em
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .title {
        margin-top: 4px
    }
}

.dedicated-server-inner-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 15px;
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dedicated-server-inner-menu .nav li {
    margin-top: 10px;
    position: relative
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 15px;
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .dedicated-server-inner-menu .nav li {
        margin-left: 30px
    }
}

.dedicated-server-inner-menu .nav li.active:after {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    border-left: 3px solid
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav li.active:after {
        top: auto;
        left: -15px;
        right: -15px;
        bottom: -27px;
        border-left: 0;
        border-bottom: 3px solid
    }
}

.dedicated-server-inner-menu .nav li a:not(.btn) {
    color: inherit;
    padding: 5px 20px;
    background-color: transparent
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav li a:not(.btn) {
        padding: 0
    }
}

.dedicated-server-inner-menu .nav li .btn {
    margin-left: 20px;
    display: inline-block
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav li .btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 140px;
        margin-left: 0
    }
}

@media screen and (min-width:992px) {
    .dedicated-server-inner-menu .nav li .btn {
        min-width: 177px;
        margin-left: 10px
    }
}

.dedicated-server-inner-menu .nav a.active:after {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    border-left: 3px solid
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .nav a.active:after {
        top: auto;
        left: -15px;
        right: -15px;
        bottom: -27px;
        border-left: 0;
        border-bottom: 3px solid
    }
}

.dedicated-server-inner-menu .navbar-toggle {
    margin: 4px 15px 0 0;
    padding: 0
}

.dedicated-server-inner-menu .navbar-toggle .icon-bar {
    background-color: #fff
}

.dedicated-server-inner-menu .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .navbar-collapse {
        margin: 10px 0 8px
    }
}

.dedicated-server-inner-menu .bottom-nav {
    padding: 12px 0
}

.dedicated-server-inner-menu .bottom-nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.dedicated-server-inner-menu .bottom-nav ul>li {
    letter-spacing: -.02em
}

.dedicated-server-inner-menu .bottom-nav ul>li:not(:last-child) {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .dedicated-server-inner-menu .bottom-nav ul>li:not(:last-child) {
        margin-bottom: 0
    }
}

.dedicated-server-inner-menu .bottom-nav ul>li span {
    opacity: .8
}

.dedicated-server-inner-menu .bottom-nav ul>li .icon {
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

@media screen and (max-width:767px) {
    .dedicated-server-inner-menu .bottom-nav .first-item, .dedicated-server-inner-menu .bottom-nav .second-item {
        display: none
    }
}

.section-inner-menu-button .navbar {
    padding: 6px 0
}

@media screen and (min-width:768px) {
    .section-inner-menu-button .title {
        margin-top: 14px
    }
}

.dedicated-performance-section {
    position: relative;
    padding: 39px 0 0
}

@media screen and (min-width:768px) {
    .dedicated-performance-section {
        padding: 59px 0 0
    }
}

@media screen and (min-width:1200px) {
    .dedicated-performance-section {
        padding: 79px 0 0
    }
}

.dedicated-performance-section .section-title-1 {
    margin: 0 0 60px;
    letter-spacing: -.01em
}

.dedicated-performance-section .section-title-1 mark {
    padding: 0;
    background-color: transparent;
    position: relative;
    display: inline-block
}

.dedicated-performance-section .section-title-1 mark:after {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 100%;
    right: -20px;
    height: 12px;
    border: solid 2px #F05228;
    border-color: #F05228 transparent transparent transparent;
    border-radius: 50%/12px 12px 0 0;
    margin-top: 14px
}

.dedicated-performance-section .subtitle {
    margin: 10px 0 24px
}

.dedicated-performance-section .description {
    margin-bottom: 38px
}

@media screen and (min-width:768px) {
    .dedicated-performance-section .description {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-performance-section .description {
        margin-bottom: 68px
    }
}

.dedicated-performance-section .heading-box {
    margin-bottom: 40px
}

.dedicated-performance-section .image-box-dots {
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (min-width:768px) {
    .dedicated-performance-section .image-box-dots {
        position: relative
    }
}

@media screen and (min-width:768px) {
    .dedicated-performance-section .image-box-dots {
        padding-left: 12%;
        margin-left: 0;
        margin-right: -174px;
        margin-bottom: -50px
    }
}

.dedicated-performance-section .image-box-dots:after {
    height: 48%
}

@media screen and (min-width:768px) {
    .dedicated-performance-section .image-box-dots:after {
        bottom: 50px
    }
}

.dedicated-performance-section .image-box-dots .review-card {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    max-width: 90%
}

@media screen and (min-width:768px) {
    .dedicated-performance-section .image-box-dots .review-card {
        max-width: 63.5%
    }
}

.dedicated-performance-section .image-box-dots .review-card p {
    margin-bottom: 15px;
    font-style: italic;
    color: #535b81
}

.dedicated-performance-section .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.review-card {
    padding: 25px 20px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .review-card {
        padding: 30px 25px
    }
}

@media screen and (min-width:1200px) {
    .review-card {
        padding: 30px
    }
}

.review-card p {
    margin-bottom: 15px;
    font-style: italic;
    letter-spacing: -.03em
}

.heading-boxes-section {
    padding: 50px 0 35px;
    background-color: #f4f5f7
}

@media screen and (min-width:768px) {
    .heading-boxes-section {
        padding: 90px 0 65px
    }
}

.heading-boxes-section .title {
    margin: 0 0 15px
}

.heading-boxes-section .heading-box dt {
    margin-bottom: 1em
}

.heading-boxes-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:992px) {
    .heading-boxes-section .row {
        margin-left: -25px;
        margin-right: -25px
    }

    .heading-boxes-section .row>* {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:1200px) {
    .heading-boxes-section .row {
        margin-left: -35px;
        margin-right: -35px
    }

    .heading-boxes-section .row>* {
        padding-left: 35px;
        padding-right: 35px
    }
}

.heading-boxes-section .row [class*=col] {
    margin: 15px 0
}

@media screen and (min-width:992px) {
    .heading-boxes-section .row [class*=col] {
        margin: 20px 0
    }
}

@media screen and (min-width:1200px) {
    .heading-boxes-section .row [class*=col] {
        margin: 25px 0
    }
}

@media screen and (max-width:479px) {
    .heading-boxes-section .row [class*=col] {
        width: 100%
    }
}

.heading-box {
    margin: 0;
    padding: 0
}

.heading-box dt {
    line-height: 20px;
    font-weight: 600;
    margin-bottom: .75em;
    letter-spacing: -.01em
}

.heading-box dt .label {
    font-size: 12px;
    line-height: 18px;
    margin: -4px 0 -4px 10px;
    letter-spacing: 1px;
    vertical-align: top
}

.heading-box dd {
    line-height: 1.5;
    color: #535b81
}

.heading-box dd a {
    color: inherit
}

.image-box-dots {
    position: relative
}

.image-box-dots:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 2000px;
    height: 29%
}

.image-box-dots .image {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 32px 44px 0 rgba(12, 20, 58, .2);
    box-shadow: 0 32px 44px 0 rgba(12, 20, 58, .2)
}

.dedicated-deploy-section {
    position: relative
}

.dedicated-deploy-section .container, .dedicated-deploy-section .modal-lg, .dedicated-deploy-section .modal-md, .dedicated-deploy-section .modal-sm, .dedicated-deploy-section [class*=col] {
    position: static
}

@media screen and (min-width:768px) {
    .dedicated-deploy-section .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:768px) {
    .dedicated-deploy-section .row [class*=col]:first-child {
        padding-top: 200px;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.dedicated-deploy-section .bg {
    padding-bottom: 75%;
    margin: 0 -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

@media screen and (min-width:768px) {
    .dedicated-deploy-section .bg {
        position: absolute;
        left: 0;
        right: calc(50% + 15px);
        bottom: 60px;
        top: 0;
        padding: 0;
        width: auto;
        margin: 0
    }
}

.dedicated-deploy-section .bg:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -60px;
    right: -45px;
    height: 36%
}

@media screen and (min-width:768px) {
    .dedicated-deploy-section .bg:after {
        right: -20px;
        display: block
    }
}

@media screen and (min-width:992px) {
    .dedicated-deploy-section .bg:after {
        right: -45px
    }
}

.dedicated-deploy-section .scheme-holder {
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .dedicated-deploy-section .scheme-holder {
        padding: 35px 55px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-deploy-section .scheme-holder {
        padding: 40px 80px 50px
    }
}

.dedicated-deploy-section .scheme-holder .head {
    margin-bottom: 25px
}

@media screen and (min-width:992px) {
    .dedicated-deploy-section .scheme-holder .head {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-deploy-section .scheme-holder .head {
        margin-bottom: 40px
    }
}

.comparison-hosting-block ul li:first-child .dedicated-deploy-section .scheme-holder .head .cell, .customer-review .dedicated-deploy-section .scheme-holder .head .author, .dedicated-deploy-section .scheme-holder .head .comparison-hosting-block ul li:first-child .cell, .dedicated-deploy-section .scheme-holder .head .customer-review .author, .dedicated-deploy-section .scheme-holder .head .h1, .dedicated-deploy-section .scheme-holder .head .h2, .dedicated-deploy-section .scheme-holder .head .h3, .dedicated-deploy-section .scheme-holder .head .h4, .dedicated-deploy-section .scheme-holder .head .h5, .dedicated-deploy-section .scheme-holder .head .h6, .dedicated-deploy-section .scheme-holder .head .heading, .dedicated-deploy-section .scheme-holder .head .heading-box dt, .dedicated-deploy-section .scheme-holder .head .icons-expander .item .head, .dedicated-deploy-section .scheme-holder .head .list-checkbox>li, .dedicated-deploy-section .scheme-holder .head h1, .dedicated-deploy-section .scheme-holder .head h2, .dedicated-deploy-section .scheme-holder .head h3, .dedicated-deploy-section .scheme-holder .head h4, .dedicated-deploy-section .scheme-holder .head h5, .dedicated-deploy-section .scheme-holder .head h6, .heading-box .dedicated-deploy-section .scheme-holder .head dt, .icons-expander .item .dedicated-deploy-section .scheme-holder .head .head {
    margin-bottom: 6px;
    display: block
}

.dedicated-deploy-section .scheme-holder .scheme img {
    width: 100%;
    height: auto;
    margin: auto;
    z-index: 2;
    position: relative
}

.dedicated-deploy-section .scheme-holder .scheme img.s2 {
    width: 71%;
    margin-top: -5.5%;
    margin-bottom: 2.5%;
    z-index: 1
}

.dedicated-deploy-section .scheme-holder .scheme img.s4 {
    width: 77%;
    margin-top: -3.5%;
    margin-bottom: 2%;
    z-index: 1
}

.dedicated-deploy-section .text-content {
    padding: 25px 0
}

@media screen and (min-width:992px) {
    .dedicated-deploy-section .text-content {
        padding: 35px 0 70px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-deploy-section .text-content {
        padding: 45px 0 80px
    }
}

.dedicated-deploy-section .text-content .title {
    margin-top: 0;
    margin-bottom: 1.1em
}

.dedicated-deploy-section .text-content .description {
    margin: 2em 0
}

.dedicated-deploy-boxes-section {
    padding: 20px 0
}

.dedicated-deploy-boxes-section .heading-box dt {
    margin-bottom: .5em;
    line-height: 1.5
}

.dedicated-deploy-boxes-section .boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px
}

@media screen and (min-width:992px) {
    .dedicated-deploy-boxes-section .boxes-row {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -20px
    }

    .dedicated-deploy-boxes-section .boxes-row>* {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:1200px) {
    .dedicated-deploy-boxes-section .boxes-row {
        margin-bottom: -22px
    }
}

.dedicated-deploy-boxes-section .boxes-row [class*=col] {
    margin: 15px 0
}

@media screen and (min-width:992px) {
    .dedicated-deploy-boxes-section .boxes-row [class*=col] {
        margin: 20px 0
    }
}

@media screen and (min-width:1200px) {
    .dedicated-deploy-boxes-section .boxes-row [class*=col] {
        margin: 22px 0
    }
}

@media screen and (max-width:479px) {
    .dedicated-deploy-boxes-section .boxes-row [class*=col] {
        width: 100%
    }
}

.relaible-service-section {
    padding: 0 0 40px 0
}

@media screen and (min-width:768px) {
    .relaible-service-section {
        margin-top: 100px
    }
}

@media screen and (min-width:992px) {
    .relaible-service-section {
        padding: 0 0 60px 0
    }
}

@media screen and (min-width:1200px) {
    .relaible-service-section {
        padding: 0 0 80px 0
    }
}

.relaible-service-section .title {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .relaible-service-section .title {
        margin-top: 80px
    }
}

.relaible-service-section .heading-box dt {
    margin-bottom: .5em;
    line-height: 1.5
}

.relaible-service-section .boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px
}

@media screen and (min-width:992px) {
    .relaible-service-section .boxes-row {
        margin-bottom: -20px
    }
}

@media screen and (min-width:1200px) {
    .relaible-service-section .boxes-row {
        margin-bottom: -35px
    }
}

@media screen and (min-width:992px) {
    .relaible-service-section .boxes-row {
        margin-left: -25px;
        margin-right: -25px
    }

    .relaible-service-section .boxes-row>* {
        padding-left: 25px;
        padding-right: 25px
    }
}

.relaible-service-section .boxes-row [class*=col] {
    margin: 15px 0
}

@media screen and (min-width:992px) {
    .relaible-service-section .boxes-row [class*=col] {
        margin: 20px 0
    }
}

@media screen and (min-width:1200px) {
    .relaible-service-section .boxes-row [class*=col] {
        margin: 35px 0
    }
}

@media screen and (max-width:479px) {
    .relaible-service-section .boxes-row [class*=col] {
        width: 100%
    }
}

.relaible-service-section .image-box-dots {
    margin: 0 -20px 40px
}

@media screen and (min-width:768px) {
    .relaible-service-section .image-box-dots {
        position: absolute;
        left: 15px;
        top: -180px;
        right: -5px;
        margin: 0
    }
}

@media screen and (min-width:1200px) {
    .relaible-service-section .image-box-dots {
        right: -186px
    }
}

.relaible-service-section .image-box-dots:after {
    left: 75px;
    bottom: 40px;
    height: 46%;
    display: none
}

@media screen and (min-width:768px) {
    .relaible-service-section .image-box-dots:after {
        display: block;
        left: -35px;
        bottom: 35px
    }
}

@media screen and (min-width:1200px) {
    .relaible-service-section .image-box-dots:after {
        left: -75px;
        bottom: 40px
    }
}

.relaible-service-section .image-box-dots img {
    width: 100%
}

@media screen and (min-width:768px) {
    .relaible-service-section .image-box-dots img {
        max-height: 360px
    }
}

@media screen and (min-width:1200px) {
    .relaible-service-section .image-box-dots img {
        max-height: none
    }
}

.enjoy-support-section {
    padding: 40px 0
}

@media screen and (min-width:768px) {
    .enjoy-support-section {
        padding: 60px 0
    }
}

@media screen and (min-width:992px) {
    .enjoy-support-section {
        padding: 70px 0
    }
}

@media screen and (min-width:1200px) {
    .enjoy-support-section {
        padding: 80px 0
    }
}

.enjoy-support-section .title {
    margin: 0 0 .6em
}

.enjoy-support-section .description {
    margin: 1em 0 2.2em
}

.enjoy-support-section .list-checkbox {
    margin-bottom: 3em
}

.list-checkbox {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-checkbox:not(:last-child) {
    margin-bottom: 1.5em
}

.list-checkbox>li {
    position: relative;
    padding-left: 38px;
    line-height: 20px;
    font-weight: 400
}

.list-checkbox>li:not(:last-child) {
    margin-bottom: 28px
}

.list-checkbox>li:before {
    content: '\e916';
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #21c48b
}

.owl-carousel-support {
    padding: 0
}

.owl-carousel-support .owl-stage-outer {
    border: 1px solid #e3e8ee
}

.owl-carousel-support .customer-review {
    border-color: transparent
}

.owl-carousel-support .owl-dots {
    margin: 19px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px
}

.owl-carousel-support .owl-dots .owl-dot {
    margin-left: 6px;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 4px solid #e3e8ee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.owl-carousel-support .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px
}

.customer-review {
    border: 1px solid #e3e8ee;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    padding: 20px
}

@media screen and (min-width:768px) {
    .customer-review {
        padding: 25px
    }
}

@media screen and (min-width:992px) {
    .customer-review {
        padding: 25px 30px
    }
}

.customer-review .image {
    margin-bottom: 16px;
    width: auto !important
}

.customer-review .quote {
    font-size: 18px;
    font-style: italic;
    color: #232e44;
    letter-spacing: -.52px;
    line-height: 1.5;
    margin-bottom: 1.25em
}

.customer-review .author {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customer-review .author:not(:last-child) {
    margin-bottom: 7px
}

.customer-review .position {
    color: #656d78;
    margin-bottom: 16px
}

.customer-review .link {
    font-weight: 500;
    color: #F05228;
    margin: 0
}

.trustpilot-reviews-section {
    padding: 16px 0 26px
}

@media screen and (min-width:768px) {
    .trustpilot-reviews-section {
        padding: 26px 0 36px
    }
}

@media screen and (min-width:992px) {
    .trustpilot-reviews-section {
        padding: 36px 0 46px
    }
}

.trustpilot-reviews-section .section-title-1 {
    margin-top: 0;
    margin-bottom: 1em
}

.trustpilot-reviews-section .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    letter-spacing: -.01em
}

@media screen and (min-width:768px) {
    .trustpilot-reviews-section .head {
        margin: 0 -5px 38px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width:992px) {
    .trustpilot-reviews-section .head {
        font-size: 21px;
        margin: 0 -10px 52px
    }
}

.trustpilot-reviews-section .head p {
    margin: 0
}

.trustpilot-reviews-section .head .text-nowrap, .trustpilot-reviews-section .head .trust-stars {
    margin: 10px 0
}

@media screen and (min-width:768px) {
    .trustpilot-reviews-section .head .text-nowrap, .trustpilot-reviews-section .head .trust-stars {
        margin: 0 5px
    }
}

@media screen and (min-width:992px) {
    .trustpilot-reviews-section .head .text-nowrap, .trustpilot-reviews-section .head .trust-stars {
        margin: 0 10px
    }
}

.trustpilot-reviews-section .customer-review {
    margin-bottom: 30px
}

.trustpilot-reviews-section .customer-review:last-child {
    margin-bottom: 0
}

.trustpilot-reviews-section .customer-review .quote {
    color: #6a7898;
    margin-bottom: .9em
}

.trustpilot-reviews-section .customer-review .author img {
    position: relative;
    top: -3px;
    margin-left: 10px;
    max-width: 86px
}

.trustpilot-reviews-section .customer-review.customer-light {
    background: #f2f4f7;
    border: none
}

.trustpilot-reviews-section .customer-review.customer-light .quote {
    color: #232e44
}

.trustpilot-reviews-section .customer-review.light-text .quote {
    color: #6a7898
}

.trustpilot-reviews-section .customer-review.light-text .author {
    color: #535b81
}

.trustpilot-reviews-section .customer-review .image-holder {
    max-width: 80px
}

.trustpilot-reviews-section .customer-review .image-holder img {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .trustpilot-reviews-section.shared-a {
        padding: 81px 0
    }
}

.trustpilot-reviews-section .text-stars .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-top: 10px
}

.extreme-power-section {
    padding: 25px 0
}

@media screen and (min-width:768px) {
    .extreme-power-section {
        padding: 40px 0
    }
}

@media screen and (min-width:992px) {
    .extreme-power-section {
        padding: 70px 0 40px
    }
}

.extreme-power-section .title {
    margin-top: 0;
    margin-bottom: 1em
}

.comparison-hosting-block ul li:first-child .extreme-power-section .cell, .customer-review .extreme-power-section .author, .extreme-power-section .comparison-hosting-block ul li:first-child .cell, .extreme-power-section .customer-review .author, .extreme-power-section .h1, .extreme-power-section .h2, .extreme-power-section .h3, .extreme-power-section .h4, .extreme-power-section .h5, .extreme-power-section .h6, .extreme-power-section .heading, .extreme-power-section .heading-box dt, .extreme-power-section .icons-expander .item .head, .extreme-power-section .list-checkbox>li, .extreme-power-section h1, .extreme-power-section h2, .extreme-power-section h3, .extreme-power-section h4, .extreme-power-section h5, .extreme-power-section h6, .heading-box .extreme-power-section dt, .icons-expander .item .extreme-power-section .head {
    margin-bottom: 1em;
    letter-spacing: -.02em
}

.extreme-power-section p {
    line-height: 1.5;
    margin: 1em 0
}

.extreme-power-section .check-list>li {
    margin-bottom: 1.15em
}

.extreme-power-section .card {
    background-image: url(../../images/map-europe.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
    padding: 20px;
    border: 1px solid #e3e8ee;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    min-height: 200px;
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .extreme-power-section .card {
        padding: 25px;
        min-height: 347px;
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .extreme-power-section .card {
        padding: 35px 30px
    }
}

.comparison-hosting-block ul li:first-child .extreme-power-section .card .cell, .customer-review .extreme-power-section .card .author, .extreme-power-section .card .comparison-hosting-block ul li:first-child .cell, .extreme-power-section .card .customer-review .author, .extreme-power-section .card .h1, .extreme-power-section .card .h2, .extreme-power-section .card .h3, .extreme-power-section .card .h4, .extreme-power-section .card .h5, .extreme-power-section .card .h6, .extreme-power-section .card .heading, .extreme-power-section .card .heading-box dt, .extreme-power-section .card .icons-expander .item .head, .extreme-power-section .card .list-checkbox>li, .extreme-power-section .card h1, .extreme-power-section .card h2, .extreme-power-section .card h3, .extreme-power-section .card h4, .extreme-power-section .card h5, .extreme-power-section .card h6, .heading-box .extreme-power-section .card dt, .icons-expander .item .extreme-power-section .card .head {
    margin-bottom: 1.5em;
    letter-spacing: -.03em
}

.extreme-power-section .card .check-list>li {
    margin-bottom: .75em
}

.panel-faq {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #c8cad1
}

.panel-faq .faq-panel-heading {
    padding: 18px 0 26px
}

.panel-faq .faq-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0c143a
}

.panel-faq .faq-collapse:focus, .panel-faq .faq-collapse:hover {
    text-decoration: none
}

.panel-faq .faq-collapse span {
    padding-right: 10px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 500
}

.panel.open .button-views:after {
    content: none
}

.section-faq {
    padding: 30px 0 80px
}

@media screen and (min-width:1200px) {
    .section-faq {
        padding-top: 46px
    }
}

.section-faq .panel-group {
    margin-bottom: 50px
}

@media screen and (min-width:1200px) {
    .section-faq .panel-group {
        margin-bottom: 117px
    }
}

.section-faq .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0 0 22px;
    font-size: 16px
}

.section-faq .panel-group .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 24px
}

.section-faq .panel-group .panel-heading+.panel-collapse>.panel-body p:last-child {
    margin-bottom: 0
}

.section-faq .panel-group .panel+.panel {
    margin-top: 0
}

.section-faq .bottom-row {
    text-align: center;
    margin: 0 auto;
    max-width: 250px
}

.section-faq .bottom-row .btn {
    margin-bottom: 28px
}

.section-faq .bottom-row .text-row {
    margin-bottom: 10px
}

.section-faq .faq-heading {
    margin-bottom: 38px
}

.section-faq .button-views {
    top: 4px
}

.faq-secondary {
    background: #f4f5f7;
    padding-bottom: 52px;
    margin-bottom: 0
}

.faq-secondary.bg-white .panel {
    background: #fff
}

.faq-secondary .panel-group {
    margin-bottom: 48px
}

.faq-secondary .panel {
    background: #f4f5f7
}

.faq-secondary .faq-heading {
    margin-bottom: 27px
}

@media screen and (min-width:992px) {
    .faq-secondary .faq-collapse span {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px
    }
}

@media screen and (min-width:992px) {
    .faq-secondary .panel-faq .faq-panel-heading {
        padding: 29px 0
    }
}

.faq-secondary .panel-faq .button-views {
    top: 0
}

.faq-secondary .bottom-row {
    max-width: none
}

.faq-secondary .bottom-row .title {
    font-size: 24px
}

.faq-secondary .bottom-row .section-head {
    margin-bottom: 30px;
    color: #0c143a
}

.faq-secondary .bottom-row p {
    color: #0c143a;
    margin-bottom: 29px
}

.faq-secondary .bottom-row .btn {
    min-width: auto;
    padding: 18px 24px
}

.starz-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.starz-align .img-responsive {
    width: 78px
}

.starz-align .img-responsive, .starz-align .trust-stars {
    margin: 0 8px
}

@media screen and (min-width:992px) {
    .dedicated-service-section {
        padding-top: 80px
    }
}

.home-a-carousel {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .home-a-carousel {
        margin-bottom: 0
    }
}

@media screen and (min-width:1200px) {
    .home-a-carousel {
        padding: 16px 50px 0 50px
    }
}

@media screen and (min-width:992px) {
    .home-a-carousel .customer-review {
        padding: 29px 30px
    }
}

.home-a-carousel .customer-review .image {
    margin-bottom: 14px
}

.home-a-numbers {
    margin-bottom: 15px;
    padding-top: 56px
}

.home-a-numbers .description {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .home-a-numbers .description {
        margin-bottom: 60px
    }
}

@media screen and (min-width:1200px) {
    .home-a-numbers .description {
        padding: 0 15px
    }
}

.home-a-numbers .text-holder {
    margin: 0 auto;
    max-width: 630px
}

.home-a-dedicated-performance {
    padding-bottom: 30px
}

@media screen and (min-width:768px) {
    .home-a-dedicated-performance {
        padding-bottom: 69px
    }
}

@media screen and (min-width:992px) {
    .home-a-dedicated-performance .title {
        margin-bottom: 64px
    }
}

.home-a-dedicated-performance .image-box-dots {
    margin-bottom: 80px
}

@media screen and (min-width:768px) {
    .home-a-dedicated-performance .image-box-dots {
        margin-top: 24px;
        margin-bottom: 0
    }
}

.home-a-dedicated-performance .image-box-dots .review-card {
    bottom: -68px
}

@media screen and (min-width:992px) {
    .home-a-dedicated-performance .heading-box-align {
        margin-left: 75px
    }
}

.home-a-dedicated-performance .heading-box-align dt {
    margin-bottom: 5px;
    color: #0c143a
}

.home-a-dedicated-performance .description {
    font-size: 18px;
    color: #535b81
}

.home-a-dedicated-performance .heading-box {
    margin-bottom: 25px
}

.home-a-dedicated-performance .heading-box dt .label {
    margin: 4px 0 -4px 16px
}

.home-a-security {
    background: #f4f5f7;
    margin-top: 40px;
    padding: 40px 0
}

@media screen and (min-width:768px) {
    .home-a-security {
        margin-top: 72px;
        padding-bottom: 81px
    }
}

.home-a-security .image-box-dots {
    display: block
}

@media screen and (min-width:768px) {
    .home-a-security .image-box-dots:after {
        width: 812px;
        left: auto;
        right: 0;
        bottom: -47px;
        height: 40%
    }
}

.home-a-security .image-box-dots img {
    position: relative;
    z-index: 2;
    margin-top: -40px
}

@media screen and (min-width:768px) {
    .home-a-security .image-box-dots img {
        max-width: 685px;
        float: right;
        margin-top: -72px
    }
}

@media screen and (min-width:992px) {
    .home-a-security .image-box-dots img {
        margin-right: 54px
    }
}

.home-a-security .text-content {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .home-a-security .text-content {
        margin-bottom: 0
    }
}

@media screen and (min-width:480px) {
    .home-a-security .bottom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home-a-security .bottom-row .heading-box {
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .home-a-security .bottom-row .heading-box {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .home-a-security .bottom-row .heading-box {
        margin-right: 50px
    }
}

.home-a-security .top-row {
    margin-bottom: 47px
}

.partners-sections {
    padding: 40px 0;
    background: #f2f4f7 50%;
    position: relative
}

.partners-sections:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 305px
}

@media screen and (min-width:768px) {
    .partners-sections {
        padding: 60px 0
    }
}

.partners-sections .title-h {
    line-height: 1.1
}

@media screen and (min-width:1200px) {
    .partners-sections .title-h {
        margin-right: 93px;
        margin-bottom: 33px
    }
}

.partners-sections .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners-sections .list-box img {
    display: block;
    position: relative;
    margin: 0 30px 30px 0;
    max-height: 36px;
    max-width: 157px
}

.partners-sections .description {
    margin-bottom: 40px;
    color: #535b81
}

@media screen and (min-width:768px) {
    .partners-sections .description {
        margin-bottom: 54px;
        font-size: 21px;
        letter-spacing: -.24px;
        line-height: 32px;
        max-width: 550px
    }
}

.partners-sections .partners-holder {
    background: url(../../images/map-europe.png) #fff no-repeat top 54% right -154px;
    padding: 30px;
    min-height: 480px;
    -webkit-box-shadow: 0 22px 53px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 22px 53px 0 rgba(31, 37, 50, .05);
    border-radius: 3px
}

@media screen and (max-width:991px) {
    .partners-sections .partners-holder {
        position: relative
    }
}

@media screen and (max-width:991px) {
    .partners-sections .partners-holder:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .65)
    }
}

.partners-sections .partners-holder .link {
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 19px 0;
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .partners-sections .partners-holder .link {
        padding: 19px 20px
    }
}

@media screen and (min-width:768px) {
    .partners-sections .partners-holder .link:hover {
        background: #f2f4f7
    }
}

@media screen and (min-width:1200px) {
    .partners-sections .partners-holder .links-more {
        margin-right: 28px
    }
}

@media screen and (min-width:1200px) {
    .partners-sections .partners-holder .card {
        margin-left: 26px
    }
}

.comparison-hosting-block ul li:first-child .partners-sections .partners-holder .card .cell, .customer-review .partners-sections .partners-holder .card .author, .heading-box .partners-sections .partners-holder .card dt, .icons-expander .item .partners-sections .partners-holder .card .head, .partners-sections .partners-holder .card .comparison-hosting-block ul li:first-child .cell, .partners-sections .partners-holder .card .customer-review .author, .partners-sections .partners-holder .card .h1, .partners-sections .partners-holder .card .h2, .partners-sections .partners-holder .card .h3, .partners-sections .partners-holder .card .h4, .partners-sections .partners-holder .card .h5, .partners-sections .partners-holder .card .h6, .partners-sections .partners-holder .card .heading, .partners-sections .partners-holder .card .heading-box dt, .partners-sections .partners-holder .card .icons-expander .item .head, .partners-sections .partners-holder .card .list-checkbox>li, .partners-sections .partners-holder .card h1, .partners-sections .partners-holder .card h2, .partners-sections .partners-holder .card h3, .partners-sections .partners-holder .card h4, .partners-sections .partners-holder .card h5, .partners-sections .partners-holder .card h6 {
    margin-bottom: 23px
}

.partners-sections .partners-holder .check-list>li {
    margin-bottom: 8px
}

.partners-sections .title {
    font-size: 12px;
    color: #535b81;
    font-weight: 500;
    letter-spacing: -.17px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 9px
}

@media screen and (min-width:992px) {
    .partners-sections .title {
        margin-left: 20px
    }
}

.partners-sections .h1, .partners-sections .text-size-1, .partners-sections h1 {
    margin-bottom: 22px
}

.partners-sections .top-offset {
    margin-bottom: 27px
}

@media screen and (min-width:1200px) {
    .partners-sections .top-offset {
        margin-left: 11px
    }
}

@media screen and (min-width:768px) {
    .home-a-plans {
        margin-bottom: 59px;
        padding: 40px 0 0
    }
}

@media screen and (max-width:991px) {
    .home-a-plans .item {
        padding: 30px 30px 80px
    }
}

@media screen and (max-width:767px) {
    .home-a-plans .item {
        padding: 30px
    }
}

@media screen and (min-width:768px) {
    .home-a-plans .item .bottom-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home-a-plans .item .btn {
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .home-a-plans .item .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-width: auto;
        margin: 0 33px 0 0
    }
}

.home-a-plans .cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .home-a-plans .cards {
        display: block
    }
}

.home-a-plans .custom-col {
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .home-a-plans .custom-col {
        width: auto
    }
}

@media screen and (min-width:768px) {
    .home-a-plans .custom-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49.9%;
        flex: 0 0 49.9%;
        max-width: 49.9%
    }
}

.home-a-plans .h1, .home-a-plans .text-size-1, .home-a-plans h1 {
    margin-bottom: 31px
}

.home-a-plans .description {
    margin-bottom: 48px
}

.home-a-plans .title {
    line-height: 1.1
}

@media screen and (min-width:768px) {
    .home-a-plans .title {
        margin-bottom: 41px
    }
}

.plans-include .card-text-secondary {
    padding: 0
}

.plans-include .card-text-secondary a.card-link {
    display: block;
    padding: 8px 16px 21px
}

.plans-include .card-text-secondary a.card-link:hover {
    text-decoration: none
}

.plans-include .card-text-secondary>p {
    display: none
}

.features-section {
    padding: 45px 0
}

@media screen and (min-width:992px) {
    .features-section {
        padding: 70px 0
    }
}

@media screen and (min-width:1200px) {
    .features-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1200px) {
    .features-section .custom-row {
        margin-left: -35px;
        margin-right: -35px
    }

    .features-section .custom-row>* {
        padding-left: 35px;
        padding-right: 35px
    }
}

.features-section .section-title-1 {
    margin-bottom: 25px
}

@media screen and (min-width:992px) {
    .features-section .section-title-1 {
        margin-bottom: 40px
    }
}

.features-section .title {
    line-height: 1.33;
    margin-bottom: 48px
}

.features-section .heading-box dt {
    margin-bottom: 1em
}

.features-section .wrap-items {
    margin-bottom: 30px
}

.features-section .item {
    margin-bottom: 12px
}

.features-section .read-more {
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.features-section .read-more img {
    width: 10px;
    margin-left: 10px
}

.get-started-section {
    padding: 40px 0
}

@media screen and (min-width:768px) {
    .get-started-section {
        padding: 80px 0
    }
}

.get-started-section .right-col .title {
    margin-bottom: 19px
}

.get-started-section .container-small {
    max-width: 1052px
}

.get-started-section .get-started-title {
    letter-spacing: -.011em;
    margin-bottom: 17px
}

.get-started-section .description {
    color: #3d4361;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px
}

.get-started-section .list {
    color: #535b81
}

.get-started-section .list li {
    margin-bottom: 10px
}

.get-started-section .list i {
    color: #F05228;
    margin-right: 11px;
    font-size: .9em
}

.get-started-section .brand-icons-title {
    font-weight: 600;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-table .responsive-data-table th img {
    max-width: 102px
}

@media screen and (min-width:992px) {
    .hosting-hero-a {
        padding-bottom: 110px
    }
}

.hosting-hero-a .title {
    line-height: 1.3
}

@media screen and (min-width:992px) {
    .hosting-hero-a .title {
        margin-bottom: 43px
    }
}

.hosting-hero-a .subtitle {
    margin-bottom: 24px
}

.hosting-hero-a .tools .btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 155px
}

.hosting-hero-a .trust-review {
    margin-left: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hosting-hero-a .trust-review .text span {
    color: #535b81
}

@media screen and (min-width:992px) {
    .hosting-hero-a .holder {
        margin-right: 40px
    }
}

.hosting-packages-a {
    padding: 0 0 50px
}

@media screen and (min-width:992px) {
    .hosting-packages-a {
        padding-bottom: 136px
    }
}

.hosting-packages-a .content-holder {
    max-width: 1020px;
    margin: 0 auto
}

.hosting-packages-a .label-success {
    background: #f7bcb654
}

.hosting-packages-a .label {
    padding: 7px 12px
}

.hosting-packages-a .top-row {
    margin-bottom: 26px
}

@media screen and (min-width:992px) {
    .hosting-packages-a .top-row {
        margin-bottom: 52px
    }
}

.windows-vps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #232e44;
    font-weight: 500;
    margin-bottom: 11px
}

.windows-vps .icon {
    font-size: 23px;
    margin-right: 17px
}

.windows-vps .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.windows-vps>* {
    margin-bottom: 15px
}

.windows-vps .title-text {
    margin-right: 10px
}

.windows-vps .link-icon-thin {
    text-decoration: underline
}

.windows-vps .link-icon-thin:hover {
    text-decoration: none
}

.plans-resources {
    max-width: 796px;
    margin: 0 auto
}

.plans-resources .list {
    margin-bottom: 13px
}

.plans-resources .check-list>li {
    margin-bottom: 7px
}

.plans-resources .resources-subtitle {
    color: #535b81;
    margin-bottom: 13px
}

.resources-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.resources-tabs>li>a {
    padding: 8px 19px
}

.resources-tabs li.active a {
    background: #e4e8ee
}

.resources-tabs li.active a:hover {
    background: #e4e8ee
}

.resources-tabs li a {
    color: #0c143a;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
    border: 1px solid #e4e8ee
}

.resources-tabs li a:hover {
    opacity: .75;
    background: 0 0
}

.resources-tabs.v2 {
    border-radius: 4px;
    border: 1px solid #e3e8ee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .resources-tabs.v2 {
        margin-bottom: 67px
    }
}

.resources-tabs.v2>li>a {
    padding: 9px 23px 11px
}

.resources-tabs.v2 li.active a {
    background: #f2f4f7
}

.resources-tabs.v2 li.active a:hover {
    background: #f2f4f7
}

.resources-tabs.v2 li:not(.active) a {
    font-weight: 400;
    position: relative;
    top: 3px
}

.resources-tabs.v2 li a {
    color: #0c143a;
    border: none;
    -webkit-transition: none;
    transition: none
}

.resources-tabs.v2 li:not(:last-child) a {
    border-right: 1px solid #e3e8ee
}

@media screen and (min-width:992px) {
    .hosting-a-layout h1.title {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -.9px;
        line-height: 52px;
        margin-bottom: 43px
    }
}

.hosting-a-layout .section-title-1 {
    color: #0c143a;
    line-height: 1.25
}

.hosting-a-layout .btn {
    padding: 15px 20px
}

.hosting-a-layout .section-subtitle {
    color: #535b81
}

@media screen and (min-width:768px) {
    .hosting-a-layout .section-subtitle {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width:768px) {
    .hosting-a-layout .section-subtitle.v2 {
        color: #3d4361;
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .hosting-a-cards {
        padding-top: 60px
    }
}

.hosting-a-cards .text-holder {
    max-width: 780px;
    margin: 0 auto
}

.hosting-a-cards .description {
    max-width: 600px;
    margin: 0 auto 30px
}

@media screen and (min-width:768px) {
    .hosting-a-cards .description {
        margin-bottom: 60px
    }
}

.hosting-a-cards .title {
    margin-bottom: 17px
}

@media screen and (min-width:1200px) {
    .hosting-a-cards-align {
        margin: 0 38px
    }
}

.lone-head {
    padding: 35px 0 123px
}

.hosting-a-traffic {
    background: #f4f5f7;
    padding: 60px 0 0;
    color: #3d4361
}

@media screen and (min-width:768px) {
    .hosting-a-traffic {
        padding: 90px 0 0
    }
}

.hosting-a-traffic .top-row {
    margin-bottom: 22px
}

@media screen and (min-width:1200px) {
    .hosting-a-traffic .top-row {
        min-height: 600px
    }
}

.hosting-a-traffic .subtitle {
    color: #7d84a2;
    font-weight: 600
}

.hosting-a-traffic .title {
    margin: 2px 0 19px
}

.hosting-a-traffic .description {
    margin-bottom: 36px
}

.hosting-a-traffic dd {
    color: #3d4361
}

@media screen and (min-width:1200px) {
    .hosting-a-traffic dd {
        margin-right: 40px
    }
}

.hosting-a-traffic .heading-box {
    margin-bottom: 30px
}

.hosting-a-traffic .test-traffic {
    display: none
}

@media screen and (min-width:1200px) {
    .hosting-a-traffic .test-traffic {
        display: block;
        position: absolute;
        top: -181px;
        right: 11px;
        width: 938px;
        max-width: none
    }
}

.hosting-a-traffic .review-card {
    margin-bottom: 40px
}

@media screen and (min-width:1200px) {
    .hosting-a-traffic .review-card {
        position: absolute;
        top: 334px;
        right: 44px;
        max-width: 482px;
        min-height: 187px
    }
}

.hosting-a-traffic .review-card p {
    color: #535b81;
    font-size: 18px;
    font-style: italic;
    letter-spacing: -.52px;
    line-height: 24px
}

.hosting-a-traffic .customer-review {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

@media screen and (min-width:1200px) {
    .hosting-a-traffic .customer-review {
        padding: 0 115px 0 0
    }
}

.groundwork-block {
    background: #fff;
    padding: 48px 50px 33px;
    -webkit-box-shadow: 0 22px 53px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 22px 53px 0 rgba(31, 37, 50, .05);
    border-radius: 6px
}

.groundwork-block .start-col {
    margin-bottom: 30px
}

.groundwork-block .description {
    line-height: 1.5;
    margin-bottom: 21px
}

@media screen and (min-width:1200px) {
    .text-list {
        margin-left: -8px
    }
}

.text-list .subtitle-label {
    background: #F05228;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px 4px;
    display: inline-block;
    text-transform: uppercase
}

.text-list .subtitle-label span {
    font-weight: 500;
    letter-spacing: .03em
}

@media screen and (min-width:992px) {
    .text-list .list-title {
        font-size: 24px;
        letter-spacing: -.34px;
        line-height: 28px;
        margin: 24px 0 14px
    }
}

.text-list p {
    line-height: 1.5;
    margin-bottom: 21px
}

.hosting-a-stop-issues {
    padding: 290px 0 44px;
    margin-top: -166px;
    background: #fff
}

@media screen and (min-width:768px) {
    .hosting-a-stop-issues .image-server {
        position: absolute;
        left: 0;
        top: 0
    }
}

@media screen and (min-width:1200px) {
    .hosting-a-stop-issues .image-server {
        margin-left: 41px;
        width: 909px;
        max-width: none;
        margin-top: -28px
    }
}

.hosting-a-stop-issues .backward-emphasis {
    color: #F05228
}

.hosting-a-stop-issues .title {
    margin-bottom: 30px
}

.hosting-a-stop-issues .description {
    margin-bottom: 30px
}

.hosting-a-stop-issues .card-brand {
    margin-bottom: 77px
}

.hosting-a-stop-issues .heading-box {
    margin-bottom: 30px
}

.hosting-a-help {
    background: #f4f5f7;
    padding: 50px 0
}

@media screen and (min-width:992px) {
    .hosting-a-help {
        padding-bottom: 77px
    }
}

.hosting-a-help .btn {
    border: 1px solid #5e40e4;
    background: 0 0
}

.hosting-a-help .description {
    max-width: 500px;
    margin: 0 auto 30px
}

.hosting-a-help .title {
    margin-bottom: 18px
}

.hosting-a-help .list-holder {
    margin-bottom: 32px
}

@media screen and (min-width:1200px) {
    .hosting-a-help .list-holder {
        margin: 0 18px 32px
    }
}

.hosting-a-enterprise-hardware {
    padding: 60px 0 30px;
    min-height: 700px
}

@media screen and (min-width:768px) {
    .hosting-a-enterprise-hardware {
        padding: 97px 0 4px
    }
}

@media screen and (min-width:768px) {
    .hosting-a-enterprise-hardware .image-enterprise-hardware {
        margin-left: 29px;
        width: 600px;
        max-width: none;
        position: absolute;
        top: 50px;
        right: -200px
    }
}

@media screen and (min-width:992px) {
    .hosting-a-enterprise-hardware .image-enterprise-hardware {
        width: 800px;
        right: -322px;
        top: -29px
    }
}

@media screen and (min-width:1200px) {
    .hosting-a-enterprise-hardware .image-enterprise-hardware {
        width: 906px
    }
}

.hosting-a-enterprise-hardware .title {
    margin-bottom: 28px
}

.hosting-a-enterprise-hardware .tab-content {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .hosting-a-enterprise-hardware .tab-content {
        margin-bottom: 0
    }
}

.hosting-a-enterprise-hardware .heading-box {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .hosting-a-enterprise-hardware .heading-box {
        margin-bottom: 0
    }
}

.business-benefits {
    padding: 0 0 94px;
    border-bottom: 1px solid #e4e8ee
}

@media screen and (max-width:991px) {
    .business-benefits {
        padding: 0 0 20px
    }
}

.business-benefits .note {
    font-size: 18px;
    margin: 0 0 77px
}

@media screen and (max-width:767px) {
    .business-benefits .note {
        margin: 0 0 40px;
        font-size: 16px
    }
}

.business-benefits .title {
    margin-top: 0;
    margin-bottom: 22px
}

.business-benefits .resources-tabs {
    display: block;
    border: none;
    max-width: 420px
}

@media screen and (max-width:767px) {
    .business-benefits .resources-tabs {
        max-width: none
    }
}

.business-benefits .resources-tabs li {
    margin: 0 0 15px
}

.business-benefits .resources-tabs li:not(:last-child) a {
    border: none
}

.business-benefits .resources-tabs li:not(.active) a {
    top: 0
}

.business-benefits .resources-tabs li.active a {
    font-weight: 400
}

.business-benefits .resources-tabs li a {
    border-radius: 10px;
    -webkit-transition: background .2s;
    transition: background .2s;
    padding: 17px 23px
}

@media screen and (max-width:767px) {
    .business-benefits .resources-tabs li a {
        padding: 10px 15px
    }
}

.business-benefits .resources-tabs li a:hover {
    opacity: 1;
    background: #f2f4f7
}

.business-benefits .resources-tabs li a .nav-title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px
}

@media screen and (max-width:767px) {
    .business-benefits .resources-tabs li a .nav-title {
        font-size: 16px
    }
}

.business-benefits .image-enterprise-hardware {
    top: 138px
}

@media screen and (min-width:992px) {
    .business-benefits .image-enterprise-hardware {
        right: -300px
    }
}

@media screen and (min-width:1200px) {
    .business-benefits .image-enterprise-hardware {
        width: 790px;
        right: -120px
    }
}

.hosting-a-easy {
    background: #f2f4f7;
    padding: 55px 0
}

@media screen and (min-width:768px) {
    .hosting-a-easy {
        padding-bottom: 150px
    }
}

@media screen and (min-width:768px) {
    .hosting-a-easy .carousel-title {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -.34px;
        line-height: 28px
    }
}

.hosting-a-easy .description {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .hosting-a-easy .description {
        margin-bottom: 63px
    }
}

.hosting-a-easy .text-holder {
    margin-bottom: 26px
}

@media screen and (min-width:1200px) {
    .hosting-a-easy .text-holder {
        margin-right: 130px
    }
}

.nav-list-y {
    border-left: 1px solid #d2d4da;
    margin-bottom: 30px
}

.nav-list-y>li>a {
    color: #0c143a;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    padding: 10px 23px
}

.nav-list-y>li>a:hover {
    opacity: .75;
    background: 0 0
}

.nav-list-y>li>a:focus {
    background: 0 0
}

.nav-list-y>li.active>a {
    font-weight: 600;
    position: relative
}

.nav-list-y>li.active>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #0c143a
}

.hosting-a-datacenters {
    padding: 56px 0 50px;
    background: url(../../images/map-europe.png) #fff no-repeat top 22% right -211px
}

@media screen and (min-width:1200px) {
    .hosting-a-datacenters {
        background-position: right 0
    }
}

.hosting-a-datacenters .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

.hosting-a-datacenters .card-col {
    padding: 0 10px;
    margin-bottom: 20px
}

.hosting-a-datacenters .title {
    margin-bottom: 23px
}

.hosting-a-datacenters .description {
    margin-bottom: 38px
}

.hosting-a-faq {
    background: #fff
}

.hosting-a-faq .panel {
    background: 0 0
}

.hosting-a-faq .bottom-row .btn {
    min-width: 250px
}

.hosting-a-trustpilot {
    padding: 77px 0 49px
}

@media screen and (min-width:992px) {
    .hosting-a-table {
        padding-bottom: 94px
    }
}

.hosting-a-table .resources-tabs>li>a {
    padding: 13px 29px;
    color: #001038
}

.hosting-a-table .resources-tabs>li.active>a {
    background: #e3e8ee;
    color: #0c143a
}

.hosting-a-table .td-only {
    background: #e3e8ee
}

.hosting-a-table .btn {
    padding: 18px 20px
}

.inner-top-row {
    background: #e3e8ee;
    padding: 27px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media screen and (max-width:991px) {
    .inner-top-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:992px) {
    .inner-top-row {
        margin-bottom: 79px
    }
}

@media screen and (min-width:1200px) {
    .inner-top-row {
        padding: 27px 60px
    }
}

.inner-top-row .title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .inner-top-row .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (min-width:480px) {
    .inner-top-row .title {
        letter-spacing: -.34px;
        line-height: 28px;
        font-size: 24px
    }
}

.inner-top-row .icon-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 0 0 8px
}

.inner-top-row .icon-left {
    margin: 0 8px 0 0
}

.inner-top-row .link {
    color: #0c143a;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px
}

.inner-top-row .icon {
    font-size: 1.8em
}

.inner-top-row a:focus {
    text-decoration: none
}

.inner-content {
    color: #535b81;
    font-size: 16px;
    line-height: 24px
}

@media screen and (min-width:992px) {
    .inner-content {
        padding-bottom: 104px
    }
}

.inner-content .h2, .inner-content h2 {
    margin: 0 0 20px
}

@media screen and (min-width:992px) {
    .inner-content .h2, .inner-content h2 {
        color: #0c143a;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 52px
    }
}

.inner-content .subtitle-2 {
    margin-bottom: 32px
}

.inner-content p {
    margin-bottom: 21px
}

.inner-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 18px
}

.inner-content ul {
    margin-bottom: 30px;
    padding: 0;
    color: #535b81
}

.inner-content ul li {
    list-style-type: none;
    margin-bottom: 9px;
    padding-left: 8px;
    position: relative;
    line-height: 1.45
}

.inner-content ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: inline-block;
    background: #535b81;
    position: absolute;
    left: 0;
    top: 8px
}

.inner-content h3 {
    color: #0c143a;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.34px;
    line-height: 28px;
    margin-bottom: 27px
}

@media screen and (min-width:1200px) {
    .section-hero-2 {
        margin-bottom: 70px
    }
}

.review-holder {
    position: relative;
    padding: 30px 0 21px
}

.review-holder:before {
    content: '';
    position: absolute;
    left: -3000px;
    top: 0;
    width: 6000px;
    height: 100%;
    background: #f2f4f7
}

.tabs-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #e3e8ee;
    margin-bottom: -1px
}

.tabs-2>li:not(:last-child) {
    border-right: 1px solid #fff
}

.tabs-2>li a {
    color: #0c143a;
    font-size: 11px;
    font-weight: 500;
    background: #e3e8ee;
    padding: 7px 5px
}

@media screen and (min-width:480px) {
    .tabs-2>li a {
        font-size: 12px;
        padding: 10px
    }
}

@media screen and (min-width:768px) {
    .tabs-2>li a {
        padding: 19px 30px 15px;
        font-size: 14px;
        line-height: 24px
    }
}

.tabs-2>.active a, .tabs-2>.active a:focus {
    background: #fff
}

@media screen and (min-width:992px) {
    .section-hardware-table .custom-radio-checkbox {
        margin-bottom: 52px
    }
}

.section-hardware-table .tabs-holder {
    border-bottom: 1px solid #e3e8ee;
    margin-bottom: 13px
}

.section-hardware-table .tab-content {
    margin-bottom: 23px
}

.section-hardware-table .plans-include {
    max-width: 826px
}

.section-environment {
    padding: 40px 0
}

@media screen and (min-width:992px) {
    .section-environment {
        padding: 58px 0 150px
    }
}

.section-environment .top-row {
    max-width: 560px;
    margin: 0 auto;
    text-align: center
}

.section-environment .top-row .title {
    margin-bottom: 30px
}

.section-environment .top-row .description {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .section-environment .top-row .description {
        margin-bottom: 60px
    }
}

.section-environment .video-align {
    max-width: 683px;
    margin: 0 auto;
    position: relative
}

.section-environment .video-align:before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: -54px;
    width: 954px;
    height: 226px
}

.section-environment .video-holder {
    -webkit-box-shadow: 0 32px 44px 0 rgba(12, 20, 58, .2);
    box-shadow: 0 32px 44px 0 rgba(12, 20, 58, .2);
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    padding-bottom: 60%
}

@media screen and (min-width:768px) {
    .section-environment .video-holder {
        margin-bottom: 140px
    }
}

.section-environment .video-holder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (min-width:768px) {
    .section-environment .custom-row-holder .custom-row:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width:768px) {
    .section-environment .custom-row-holder .custom-row:nth-child(2n) .text-holder {
        text-align: right
    }
}

@media screen and (min-width:1200px) {
    .section-environment .custom-row-holder .custom-row:nth-child(2n) .text-holder {
        margin: 0 42px 0 65px
    }
}

.section-environment .custom-row {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .section-environment .custom-row {
        margin-bottom: 95px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-environment .custom-row .title {
    margin: 0 0 30px
}

@media screen and (min-width:992px) {
    .section-environment .custom-row .title {
        font-size: 24px;
        letter-spacing: -.34px;
        line-height: 28px;
        color: #0c143a
    }
}

.section-environment .custom-row p {
    color: #535b81;
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .section-environment .custom-row p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .section-environment .custom-row img {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1200px) {
    .section-environment .text-holder {
        margin: 0 65px 0 41px
    }
}

@media screen and (max-width:767px) {
    .section-environment .col-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.section-servers-card {
    padding: 40px 0
}

@media screen and (min-width:480px) {
    .section-servers-card {
        padding: 55px 0 70px
    }
}

.section-servers-card .custom-row:after, .section-servers-card .custom-row:before {
    display: none
}

@media screen and (min-width:480px) {
    .section-servers-card .custom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:1200px) {
    .section-servers-card .custom-row {
        margin-left: -30px;
        margin-right: -30px
    }

    .section-servers-card .custom-row>* {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:480px) {
    .section-servers-card .custom-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width:768px) {
    .section-servers-card .custom-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

.section-servers-card dt {
    margin-bottom: 20px
}

@media screen and (max-width:479px) {
    .section-servers-card .col-xs-6 {
        width: 100%
    }
}

.section-servers-card .title {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .section-servers-card .title {
        margin-bottom: 58px
    }
}

.section-servers-card .heading-box {
    margin-bottom: 26px
}

@media screen and (min-width:992px) {
    .cloud-extreme-power {
        padding: 74px 0
    }
}

@media screen and (min-width:992px) {
    .cloud-trustpilot {
        padding: 80px 0
    }
}

.cloud-trustpilot .section-table .bottom-row, .cloud-trustpilot .stars-block, .section-table .cloud-trustpilot .bottom-row {
    margin: 40px 0 0
}

@media screen and (min-width:992px) {
    .cloud-trustpilot .section-table .bottom-row, .cloud-trustpilot .stars-block, .section-table .cloud-trustpilot .bottom-row {
        margin: 87px 0 0
    }
}

.cloud-faq {
    padding-bottom: 52px
}

.cloud-faq .bottom-row {
    max-width: 350px
}

@media screen and (min-width:992px) {
    .cloud-faq .bottom-row .title {
        color: #0c143a;
        font-size: 24px;
        font-weight: 600;
        line-height: 26px
    }
}

.cloud-faq .bottom-row p {
    color: #0c143a;
    margin-bottom: 28px
}

.cloud-faq .panel-group {
    margin-bottom: 69px
}

.layout-404 {
    display: table;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.layout-404 .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 20px
}

.layout-404 .holder {
    max-width: 690px;
    margin: auto;
    background-color: #e4e7ec;
    text-align: center;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .34);
    box-shadow: 0 0 32px rgba(0, 0, 0, .34);
    border-radius: 0 0 5px 5px
}

.layout-404 .holder .head {
    background-color: #fff;
    padding: 20px
}

.layout-404 .holder .head .logo {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.layout-404 .holder .content {
    padding: 60px 60px 40px;
    background: #e4e7ec;
    background: url(../../images/clouds-404.png) no-repeat 0 100%;
    background-size: 100% auto
}

@media screen and (max-width:1199px) {
    .layout-404 .holder .content {
        padding: 30px 20px 40px
    }
}

.comparison-hosting-block ul li:first-child .layout-404 .cell, .customer-review .layout-404 .author, .heading-box .layout-404 dt, .icons-expander .item .layout-404 .head, .layout-404 .comparison-hosting-block ul li:first-child .cell, .layout-404 .customer-review .author, .layout-404 .h1, .layout-404 .h2, .layout-404 .h3, .layout-404 .h4, .layout-404 .h5, .layout-404 .h6, .layout-404 .heading, .layout-404 .heading-box dt, .layout-404 .icons-expander .item .head, .layout-404 .list-checkbox>li, .layout-404 h1, .layout-404 h2, .layout-404 h3, .layout-404 h4, .layout-404 h5, .layout-404 h6 {
    font-size: 60px;
    letter-spacing: -3px;
    margin: 0;
    font-weight: 300
}

@media screen and (max-width:1199px) {
    .comparison-hosting-block ul li:first-child .layout-404 .cell, .customer-review .layout-404 .author, .heading-box .layout-404 dt, .icons-expander .item .layout-404 .head, .layout-404 .comparison-hosting-block ul li:first-child .cell, .layout-404 .customer-review .author, .layout-404 .h1, .layout-404 .h2, .layout-404 .h3, .layout-404 .h4, .layout-404 .h5, .layout-404 .h6, .layout-404 .heading, .layout-404 .heading-box dt, .layout-404 .icons-expander .item .head, .layout-404 .list-checkbox>li, .layout-404 h1, .layout-404 h2, .layout-404 h3, .layout-404 h4, .layout-404 h5, .layout-404 h6 {
        font-size: 40px
    }
}

.layout-404 .sub-head {
    font-size: 24px;
    letter-spacing: -1px;
    margin: 4px 0
}

@media screen and (max-width:1199px) {
    .layout-404 .sub-head {
        font-size: 18px;
        line-height: 24px
    }
}

.layout-404 .button {
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #F05228;
    color: #fff;
    text-decoration: none
}

.layout-404 .button:after, .layout-404 .button:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 1000px;
    border-top: 1px solid #d1dbfc
}

.layout-404 .button:after {
    left: 100%;
    margin-left: 20px
}

.layout-404 .button:before {
    right: 100%;
    margin-right: 20px
}

.layout-404 .button strong {
    display: block;
    font-size: 16px;
    color: inherit
}

.layout-404 .button:hover {
    opacity: .9
}

.layout-404 .btn-holder {
    margin: 54px 0 64px;
    overflow: hidden
}

@media screen and (max-width:1199px) {
    .layout-404 .btn-holder {
        margin: 30px 0
    }
}

.layout-404 .menu {
    margin: 0 -8px 40px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.25
}

.layout-404 .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px
}

.layout-404 .menu li a {
    color: #71798c
}

@media screen and (max-width:1199px) {
    .layout-404 .menu {
        margin-bottom: 20px
    }
}

.layout-404 .copy>* {
    font-size: 10px;
    line-height: 12px;
    color: #71798c
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a {
    margin-bottom: 60px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a {
        padding-top: 280px
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box {
    left: calc(50% + 15px);
    right: 30px;
    bottom: 15px
}

@media screen and (min-width:1600px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box {
        right: 0;
        left: calc(50% + 200px)
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box .diamond {
    margin-right: 28px
}

@media screen and (min-width:1200px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box .diamond {
        bottom: 14%
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box .disc {
    bottom: -13%;
    right: -24%
}

@media screen and (min-width:1600px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box .disc {
        right: 7%
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box .dots {
    left: -7%;
    bottom: -11.5%
}

@media screen and (min-width:1200px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .holder {
        margin-bottom: 45px
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .tools .btn {
    max-width: 215px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box-card {
    width: 100%;
    max-width: 480px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10
}

@media screen and (min-width:1600px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .image-box-card {
        left: 62px;
        max-width: 524px
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .card {
    border-radius: 20px;
    padding: 38px 30px 30px;
    z-index: 5
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .card .title {
    margin-bottom: 21px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .card .item {
    color: #0c143a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    background: #fff;
    -webkit-box-shadow: 0 6px 8px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 6px 8px 0 rgba(31, 37, 50, .05);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .card .item img {
    position: relative
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .card .item .item-img-holder {
    border-radius: 4px;
    background: #F05228;
    padding: 6px;
    display: inline-block;
    margin-right: 8px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .card .item .item-img-holder img {
    width: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card {
    background: rgba(62, 187, 129, .18);
    margin-bottom: 20px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card .title {
    text-transform: uppercase
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card .item {
    padding: 20px 30px 20px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card .item .item-img-holder {
    padding: 10px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card .row-logos-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -14px;
    margin-right: -14px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card .row-logos-holder .item-logos-holder {
    padding: 0 14px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .focus-card .row-logos-holder .item-logos-holder img {
    width: 22px;
    height: auto
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .manage-card {
    background: rgba(111, 190, 154, .18);
    padding-bottom: 10px
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .manage-card .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px;
    margin-right: 18px;
    margin-bottom: 18px;
    width: 100%
}

@media screen and (min-width:1200px) {
    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .manage-card .item {
        min-width: 170px;
        width: auto
    }

    .page-template-template-fully-managed-hosting .dedicated-section-hero-a .manage-card .item:nth-last-child(2) {
        margin-left: 20px
    }
}

.page-template-template-fully-managed-hosting .dedicated-section-hero-a .manage-card .item-logos-holder {
    width: 38px;
    height: 38px
}

.page-template-template-fully-managed-hosting .reviews-section {
    padding: 40px 0 20px;
    z-index: 10;
    position: relative
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .reviews-section {
        padding: 40px 0
    }
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .reviews-section .review-row {
        margin-left: -30px;
        margin-right: -30px
    }

    .page-template-template-fully-managed-hosting .reviews-section .review-row>* {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:992px) {
    .page-template-template-fully-managed-hosting .reviews-section .review-row {
        margin-left: -40px;
        margin-right: -40px
    }

    .page-template-template-fully-managed-hosting .reviews-section .review-row>* {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width:1200px) {
    .page-template-template-fully-managed-hosting .reviews-section .review-row {
        margin-left: -50px;
        margin-right: -50px
    }

    .page-template-template-fully-managed-hosting .reviews-section .review-row>* {
        padding-left: 50px;
        padding-right: 50px
    }
}

.page-template-template-fully-managed-hosting .reviews-section .review-row .review {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .reviews-section .review-row .review {
        margin-bottom: 20px
    }
}

.page-template-template-fully-managed-hosting .reviews-section .review-row .review .info {
    margin-top: 20px
}

.page-template-template-fully-managed-hosting .reviews-section .review-row .review .name {
    margin-right: 16px
}

.page-template-template-fully-managed-hosting .rates-section {
    padding: 32px 0;
    position: relative
}

.page-template-template-fully-managed-hosting .rates-section .dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 1%;
    height: 90%;
    z-index: -2
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .rates-section .dots {
        top: auto;
        height: 24%;
        left: -3%;
        bottom: 12%;
        right: 9%
    }
}

.page-template-template-fully-managed-hosting .rates-section .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .rates-section .items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.page-template-template-fully-managed-hosting .rates-section .item-holder {
    width: 100%
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .rates-section .item-holder {
        max-width: 350px;
        width: 33%
    }
}

.page-template-template-fully-managed-hosting .rates-section .item {
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    box-shadow: 0 2px 3px 0 rgba(31, 37, 50, .05);
    padding: 36px 30px 38px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-template-template-fully-managed-hosting .rates-section .item {
        padding: 36px 15px 38px
    }
}

.page-template-template-fully-managed-hosting .rates-section .item:hover {
    -webkit-box-shadow: 0 14px 24px 0 #e3e8ee;
    box-shadow: 0 14px 24px 0 #e3e8ee;
    border-color: #5e40e4
}

.page-template-template-fully-managed-hosting .rates-section .item .btn {
    min-width: 150px
}

.page-template-template-fully-managed-hosting .rates-section .moving-block {
    position: relative
}

.page-template-template-fully-managed-hosting .rates-section .moving-block .question {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #F05228;
    background: #f7bcb654;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1
}

.page-template-template-fully-managed-hosting .rates-section .moving-block.global-item-question .question {
    position: absolute;
    right: -15px;
    top: -20px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-template-template-fully-managed-hosting .rates-section .moving-block.global-item-question .question {
        right: 0
    }
}

.page-template-template-fully-managed-hosting .rates-section .rows-holder {
    margin-bottom: 32px
}

.page-template-template-fully-managed-hosting .rates-section .title {
    margin-top: 0;
    margin-bottom: 22px
}

.page-template-template-fully-managed-hosting .rates-section .subtitle {
    font-size: 18px;
    line-height: 1;
    color: #232e44
}

.page-template-template-fully-managed-hosting .rates-section .including {
    margin-bottom: 18px
}

.page-template-template-fully-managed-hosting .rates-section .line-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-template-fully-managed-hosting .rates-section .line-holder .question {
    margin-left: 10px
}

.page-template-template-fully-managed-hosting .rates-section .line {
    border-radius: 6px;
    border: 2px solid #e3e8ee;
    background: #e3e8ee;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.page-template-template-fully-managed-hosting .rates-section .line .holder-img {
    max-width: 16px;
    min-width: 16px;
    margin-right: 9px
}

.page-template-template-fully-managed-hosting .rates-section .line .holder-img img {
    width: 100%
}

.page-template-template-fully-managed-hosting .rates-section .line .сonditions {
    text-transform: uppercase;
    color: #0c143a;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-template-template-fully-managed-hosting .rates-section .line .details {
    background: #fff;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-template-fully-managed-hosting .full-specs-section {
    padding: 20px 0 50px
}

@media screen and (min-width:1200px) {
    .page-template-template-fully-managed-hosting .full-specs-section {
        padding-bottom: 70px
    }
}

.page-template-template-fully-managed-hosting .full-specs-section .section-title {
    margin-bottom: 48px
}

.page-template-template-fully-managed-hosting .full-specs-section .table {
    max-width: 995px;
    margin: 0 auto
}

.page-template-template-fully-managed-hosting .full-specs-section .table .th-heading {
    text-align: center
}

.page-template-template-fully-managed-hosting .full-specs-section .table thead tr td, .page-template-template-fully-managed-hosting .full-specs-section .table thead tr th {
    border: 0
}

.page-template-template-fully-managed-hosting .full-specs-section .table thead tr th {
    font-size: 18px;
    line-height: 1.01;
    color: #0c143a
}

.page-template-template-fully-managed-hosting .full-specs-section .table thead tr td {
    padding-bottom: 22px
}

.page-template-template-fully-managed-hosting .full-specs-section .table thead a {
    color: #5e40e4
}

.page-template-template-fully-managed-hosting .full-specs-section .table tbody tr {
    border-top: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee
}

.page-template-template-fully-managed-hosting .full-specs-section .table tbody tr.title {
    text-transform: uppercase
}

.page-template-template-fully-managed-hosting .full-specs-section .table tbody tr.title .td-only {
    padding: 19px 20px;
    border: 0
}

.page-template-template-fully-managed-hosting .full-specs-section .table tbody tr td {
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .page-template-template-fully-managed-hosting .full-specs-section .table tbody tr td {
        padding: 12px 20px
    }
}

.page-template-template-fully-managed-hosting .full-specs-section .table tbody tr td:first-child {
    text-align: left;
    padding: 12px 20px
}

.page-template-template-fully-managed-hosting .full-specs-section .table .state-icon {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    font-size: 10px
}

.page-template-template-fully-managed-hosting .feedback-section {
    padding: 0 0 45px
}

@media screen and (min-width:992px) {
    .page-template-template-fully-managed-hosting .feedback-section {
        padding: 0 0 58px
    }
}

.page-template-template-fully-managed-hosting .feedback-section .description {
    margin-bottom: 30px;
    color: #0c143a
}

.page-template-template-fully-managed-hosting .feedback-section .btn {
    margin-bottom: 30px
}

.page-template-template-fully-managed-hosting .feedback-section .trust-review .trust-stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.page-template-template-fully-managed-hosting .feedback-section .trust-review .text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1200px) {
    .menaged-migration .dedicated-servers-hero-a .tools {
        margin-left: -73px
    }
}

@media screen and (min-width:992px) {
    .menaged-migration .section-advantages .title {
        margin-bottom: 26px
    }
}

.menaged-migration .section-advantages .text {
    font-size: 16px;
    margin-bottom: 25px
}

.menaged-migration .section-advantages .count {
    display: inline-block;
    background-color: #e3e8ee;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 22px;
    color: #1f252d;
    font-weight: 500;
    margin-bottom: 10px
}

.menaged-migration .section-advantages .count span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media screen and (min-width:992px) {
    .menaged-migration .section-advantages .count {
        margin-bottom: 18px
    }
}

.section-advantages {
    margin-bottom: 25px
}

@media screen and (min-width:992px) {
    .section-advantages {
        margin-bottom: 75px
    }
}

.section-advantages .item {
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .section-advantages .item {
        margin: 0
    }
}

@media screen and (min-width:768px) {
    .section-advantages .item:after {
        content: '';
        background: url(../../images/Line@2x.png);
        padding-bottom: 10%;
        background-size: cover;
        background-position: center;
        display: block;
        margin: 15px
    }
}

@media screen and (min-width:992px) {
    .section-advantages .item:after {
        margin: 27px
    }
}

.section-advantages .item:nth-child(2n):after {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.section-advantages .item:last-child:after {
    display: none
}

.section-advantages .image {
    max-width: 170px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:767px) {
    .section-advantages .image {
        display: none
    }
}

@media screen and (min-width:992px) {
    .section-advantages .image {
        max-width: 206px
    }
}

@media screen and (min-width:768px) {
    .section-advantages .custom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.section-advantages .custom-row:after, .section-advantages .custom-row:before {
    display: none
}

.section-advantages .link {
    color: #5e40e4;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s
}

.section-advantages .link:hover {
    color: #456cf1
}

.get-start-block {
    margin: 30px 0
}

@media screen and (min-width:992px) {
    .get-start-block {
        margin: 113px 0 64px
    }
}

.get-start-block .title {
    margin: 0 0 13px;
    font-size: 24px;
    letter-spacing: -.01em;
    font-weight: 600
}

.get-start-block .text {
    font-size: 16px;
    margin-bottom: 28px
}

.get-start-block .btn {
    margin-bottom: 30px
}

.get-start-block .trust-stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.get-start-block .trust-review .text {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0
}

.managed-block {
    margin: 30px 0;
    position: relative
}

.managed-block .count {
    margin-bottom: 24px
}

.managed-block .title {
    margin-bottom: 8px
}

.managed-block .cloud-1, .managed-block .cloud-2, .managed-block .cloud-3 {
    position: absolute
}

@media screen and (max-width:1199px) {
    .managed-block .cloud-1, .managed-block .cloud-2, .managed-block .cloud-3 {
        display: none
    }
}

.managed-block .cloud-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12%
}

.managed-block .cloud-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%
}

.managed-block .cloud-3 {
    top: 3%;
    right: 13%
}

.managed-block .text-holder {
    margin: 0 auto 50px;
    max-width: 578px
}

@media screen and (min-width:992px) {
    .managed-block .text-holder {
        margin-bottom: 103px
    }
}

@media screen and (max-width:767px) {
    .managed-block .text-holder {
        margin-bottom: 20px
    }
}

.managed-block .main-holder {
    margin-bottom: 30px
}

.managed-block ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.managed-block ul li {
    position: relative
}

.managed-block .left-col {
    font-size: 22px;
    font-weight: 600;
    color: #252855;
    width: 30%;
    margin-right: 7%
}

@media screen and (max-width:991px) {
    .managed-block .left-col {
        width: 22%
    }
}

@media screen and (max-width:767px) {
    .managed-block .left-col {
        display: none
    }
}

.managed-block .left-col li {
    text-align: right;
    padding-right: 100px;
    margin-bottom: 100px
}

.managed-block .left-col li:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border: 1px dashed #d0d3d9;
    right: -27px;
    width: 107px
}

.managed-block .img-holder {
    width: 15%;
    text-align: center
}

@media screen and (max-width:767px) {
    .managed-block .img-holder {
        display: none
    }
}

.managed-block .right-col {
    width: 31%;
    margin-left: 5%
}

@media screen and (max-width:991px) {
    .managed-block .right-col {
        width: 44%;
        padding-top: 5px
    }
}

@media screen and (max-width:767px) {
    .managed-block .right-col {
        margin: 0;
        width: 100%
    }
}

.managed-block .right-col li {
    padding-left: 100px;
    margin-bottom: 54px
}

@media screen and (max-width:991px) {
    .managed-block .right-col li {
        margin-bottom: 28px
    }
}

@media screen and (max-width:767px) {
    .managed-block .right-col li {
        padding-left: 36px
    }
}

.managed-block .right-col li:before {
    content: "\f147";
    position: absolute;
    margin-left: -50px;
    top: 3px;
    color: #F05228;
    font-family: dashicons;
    width: 26px;
    height: 26px;
    border: 1px solid #d1dbfc;
    border-radius: 50%;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .managed-block .right-col li:before {
        margin-left: -36px
    }
}

.managed-block .right-col li:after {
    content: '';
    position: absolute;
    top: 13px;
    border: 1px dashed #d0d3d9;
    left: -13%;
    width: 19%
}

@media screen and (max-width:991px) {
    .managed-block .right-col li:after {
        left: -8%
    }
}

@media screen and (max-width:767px) {
    .managed-block .right-col li:after {
        display: none
    }
}

.managed-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}


       .height{
        height: 100vh;
       }
       

       .search{
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
         
       }

       .search input{

        height: 60px;
        border: 2px solid #d6d4d4;


       }


       .search input:focus{

        box-shadow: none;


       }

       .search .fa-search{

        position: absolute;
        top: 20px;
        left: 16px;

       }

       .search button{

        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        -webkit-box-shadow: 0 0px 0px 0 rgba(0, 171, 107, .3) !important;
        box-shadow: 0 0px 14px 0 rgba(0, 171, 107, .3) !important;

       }


       @media only screen and (min-width: 1024px) {
        .domain-search form input {
            width:70%;
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px
        }
    
        .domain-search form .btn {
            width: 29%;
            margin-top: -5px;
            margin-left: -4px;
            height: 54px
        }
    
        .extension-row {
            width: 70%;
            justify-content: space-between
        }
    
        .extension-block {
            font-size: 19px
        }
    }


    .extension-row {
        width: 100%;
        margin: 10px 0
    }
    
    .extension-block {
        font-size: 14px;
        font-weight: 900;
        color: #f6666a;
        text-align: center
    }
    
    .extension-block .naira-icon {
        margin-left: 5px
    }