/*
Theme Name: DigitalHost
Theme URI: https://wordpress.org
Author: BWIT
Author URI: https://wordpress.org
Description: Custom theme for DigitalHost
Version: 1.0
*/

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}



/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@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^="javascript:"]:after,
    a[href^="#"]: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(assets/fonts/glyphicons-halflings-regular.eot);
    src: url(assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

.request-form .wpcf7-not-valid-tip
{
    position: absolute;
}

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

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

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

input[type=file] {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    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;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 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-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

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

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

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

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

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

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

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

.nav-pills>li {
    float: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand>img {
    display: block
}

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

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

.navbar-nav {
    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-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-nav>.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: transparent
    }
    .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: transparent
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .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: transparent
    }
    .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: #080808
    }
    .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: transparent
    }
}

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

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

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

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

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

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

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

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

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

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

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

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

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

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

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

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

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

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

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

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

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

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

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

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

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

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

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

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

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

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

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

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

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

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

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

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

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    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: #000\9;
    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
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.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-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

@font-face {
    font-family: AvantGardeITCbyBT-Demi;
    src: url(assets/fonts/AvantGardeITCbyBT-Demi.eot?#iefix) format('embedded-opentype'), url(assets/fonts/AvantGardeITCbyBT-Demi.woff) format('woff'), url(assets/fonts/AvantGardeITCbyBT-Demi.ttf) format('truetype'), url(assets/fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.faq-title {
    cursor: pointer;
    padding: 5px 30px 5px 0 !important
}

.faq-title h4 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 22px !important
}

.faq-accordion .faq-main {
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    background: #f4f4f4;
    padding: 10px;
    transition: all .5s ease 0s
}

.faq-accordion .faq-main.open {
    background: #fff
}

.faq-accordion .faq-main.open h4 {
    color: #333
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0
}

[data-accordion] {
    line-height: auto
}

[data-content]>*,
[data-control] {
    padding: 10px 0
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px
}

[data-accordion]>[data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url(assets/images/down.png) right 0 no-repeat;
    background-size: 50%
}

[data-accordion].open>[data-control]:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: url(assets/images/down.png) right 0 no-repeat;
    background-size: 50%;
    position: absolute;
    right: 0 !important;
    top: 5px !important;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

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

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.copiedcont {
    position: absolute;
    margin: -72px;
    background: #f59c00;
    padding: 4px;
    font-size: 11px
}

.fade {
    display: none
}

.fade.active {
    display: block
}

.utmavobold {
    font-weight: 700
}

body {
    font-size: 16px;
    font-family: Muli, sans-serif;
    color: #000;
    font-weight: 400;
}

a,
a:hover {
    color: #01a741;
    cursor: pointer
}

p:empty {
    display: none
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 44px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 18px
}

label {
    font-weight: 400
}

.m-0 {
    margin: 0
}

.mt-0,
.my-0 {
    margin-top: 0
}

.mr-0,
.mx-0 {
    margin-right: 0
}

.mb-0,
.my-0 {
    margin-bottom: 0
}

.ml-0,
.mx-0 {
    margin-left: 0
}

.m-1 {
    margin: .25rem
}

.mt-1,
.my-1 {
    margin-top: .25rem
}

.mr-1,
.mx-1 {
    margin-right: .25rem
}

.mb-1,
.my-1 {
    margin-bottom: .25rem
}

.ml-1,
.mx-1 {
    margin-left: .25rem
}

.m-2 {
    margin: .5rem
}

.mt-2,
.my-2 {
    margin-top: .5rem
}

.mr-2,
.mx-2 {
    margin-right: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.ml-2,
.mx-2 {
    margin-left: .5rem
}

.m-3 {
    margin: 1rem
}

.mt-3,
.my-3 {
    margin-top: 1rem
}

.mr-3,
.mx-3 {
    margin-right: 1rem
}

.mb-3,
.my-3 {
    margin-bottom: 1rem
}

.ml-3,
.mx-3 {
    margin-left: 1rem
}

.m-4 {
    margin: 1.5rem
}

.mt-4,
.my-4 {
    margin-top: 1.5rem
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem
}

.m-5 {
    margin: 3rem
}

.mt-5,
.my-5 {
    margin-top: 3rem
}

.mr-5,
.mx-5 {
    margin-right: 3rem
}

.mb-5,
.my-5 {
    margin-bottom: 3rem
}

.ml-5,
.mx-5 {
    margin-left: 3rem
}

.p-0 {
    padding: 0
}

.pt-0,
.py-0 {
    padding-top: 0
}

.pr-0,
.px-0 {
    padding-right: 0
}

.pb-0,
.py-0 {
    padding-bottom: 0
}

.pl-0,
.px-0 {
    padding-left: 0
}

.p-1 {
    padding: .25rem
}

.pt-1,
.py-1 {
    padding-top: .25rem
}

.pr-1,
.px-1 {
    padding-right: .25rem
}

.pb-1,
.py-1 {
    padding-bottom: .25rem
}

.pl-1,
.px-1 {
    padding-left: .25rem
}

.p-2 {
    padding: .5rem
}

.pt-2,
.py-2 {
    padding-top: .5rem
}

.pr-2,
.px-2 {
    padding-right: .5rem
}

.pb-2,
.py-2 {
    padding-bottom: .5rem
}

.pl-2,
.px-2 {
    padding-left: .5rem
}

.p-3 {
    padding: 1rem
}

.pt-3,
.py-3 {
    padding-top: 1rem
}

.pr-3,
.px-3 {
    padding-right: 1rem
}

.pb-3,
.py-3 {
    padding-bottom: 1rem
}

.pl-3,
.px-3 {
    padding-left: 1rem
}

.p-4 {
    padding: 1.5rem
}

.pt-4,
.py-4 {
    padding-top: 1.5rem
}

.pr-4,
.px-4 {
    padding-right: 1.5rem
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem
}

.pl-4,
.px-4 {
    padding-left: 1.5rem
}

.p-5 {
    padding: 3rem
}

.pt-5,
.py-5 {
    padding-top: 3rem
}

.pr-5,
.px-5 {
    padding-right: 3rem
}

.pb-5,
.py-5 {
    padding-bottom: 3rem
}

.pl-5,
.px-5 {
    padding-left: 3rem
}

.m-auto {
    margin: auto
}

.mt-auto,
.my-auto {
    margin-top: auto
}

.packge_box .table thead tr th,
body .table tr td .table tr td {
    border: 0
}

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

.h_box {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column
}

.flex_item_vertical_placing {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex_width {
    -ms-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.h_center_if_elem_is_vertical_aligned {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center
}

.v_center {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

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

.flex_align_end {
    justify-content: flex-end
}

.scrolling {
    -webkit-overflow-scrolling: touch
}

.touch-action {
    -ms-touch-action: none;
    touch-action: none
}

.align_right {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end
}

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

h2.h2_site01 {
    font-size: 24px;
    font-weight: 700
}

i.phone_dg {
    width: 96px;
    height: 92px;
    background-position: -216px -3px
}

i.ticket_dg {
    width: 87px;
    height: 92px;
    background-position: -206px -133px
}

i.chat_dg {
    width: 96px;
    height: 92px;
    background-position: -198px -278px
}

i.fa-facebook {
    width: 24px;
    height: 24px;
    background-position: -15px -367px
}

i.fa-twitter {
    width: 24px;
    height: 24px;
    background-position: -48px -367px
}

i.fa-linkedin {
    width: 24px;
    height: 24px;
    background-position: -87px -367px
}

i.fa-star {
    width: 17px;
    height: 17px;
    background-position: -82px -217px
}

i.fa-star-half {
    width: 17px;
    height: 17px;
    background-position: -82px -249px
}

i.cart_ic {
    width: 29px;
    height: 20px;
    background-position: -82px -279px
}

.nav .cart_ic {
    width: 24px;
    height: 24px;
    background-image: url(assets/images/shopping-cart.svg);
    background-position:top;
}

i.user_ic {
    width: 27px;
    height: 23px;
    background-position: -117px -305px
}

.nav .user_ic {
    width: 22px;
    height: 22px;
    background-image: url(assets/images/user.svg);
    background-position:top;
}

i.prcing {
    width: 26px;
    height: 26px;
    background-position: -115px -338px
}

.nav .prcing {
    width: 22px;
    height: 22px;
    background-image: url(assets/images/dollar-sign.svg);
    background-position:top;
}

i.info_ic {
    width: 20px;
    height: 20px;
    background-position: -118px -276px
}

i.info_ic:hover {
    cursor: pointer
}

i.arrow_left_b1 {
    width: 13px;
    height: 23px;
    background-position: -2px -329px
}

i.arrow_right_b1 {
    width: 13px;
    height: 23px;
    background-position: -22px -329px
}

button.link029 {
    background: 0 0;
    border: 0;
    color: #3597c1
}

button.link029:hover {
    text-decoration: underline
}

.iconbar02 {
    display: block;
    margin: 4px 0;
    background: var(--site-color);
    height: 3px;
    width: 25px;
    border-radius: 2px;
    transition: transform .2s
}

.open .iconbar02:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px)
}

.open .iconbar02:nth-child(2) {
    opacity: 0
}

.open .iconbar02:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px)
}

.banner_site {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center
}

.banner_site {
    background-image: url(assets/images/wbhst.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px
}

.banner_site.blog_pg {
    min-height: 189px
}

.banner_site h1 {
    font-size: 60px;
    font-weight: 600;
    padding: 0 0 20px
}

.banner_site.blog_pg h1,
.banner_site.blog_pg h3 {
    color: #fff;
    max-width: none
}

.banner_site.blog_pg h1 {
    padding-top: 30px
}

.banner_site h3 {
    font-size: 30px;
    max-width: 650px
}

.banner_site.off365 h3 {
    max-width: 677px
}

.banner_site.dm_name_tr h1 {
    max-width: 677px
}

.spamprotect h3 {
    max-width: 590px
}

.banner_site.dm_name_prcing h1 {
    max-width: 677px
}

.banner_site.emailh h3 {
    max-width: 590px
}

.banner_site.monitoring h3 {
    max-width: 790px
}

.banner_site.coloct h3 {
    max-width: 830px
}

.banner_site.servermanage h3 {
    max-width: 800px
}

.banner_site.bushosting h3 {
    max-width: 550px
}

.banner_site.offers,
.banner_site.testimonal {
    background-image: url(assets/images/banner_bg_testimonials.jpg)
}

.banner_site.announce {
    background-image: url(assets/images/banner_bg_announce.jpg)
}

.banner_site.vps {
    background-image: url(assets/images/banner_bg_virtualserver.jpg)
}

.banner_site.resller {
    background-image: url(assets/images/banner_bg_reseller_hosting.jpg)
}

.banner_site.cscart {
    background-image: url(assets/images/bg_cscart.jpg)
}

.banner_site.wordpr {
    background-image: url(assets/images/banner_bg_wp.jpg)
}

.banner_site.magentob {
    background-image: url(assets/images/bg_megento.jpg)
}

.banner_site.bushosting {
    background-image: url(assets/images/banner_bg_business_web_hosting.jpg)
}

.banner_site.dm_name_tr {
    background-image: url(assets/images/banner_bg_domaintransfer.jpg)
}

.banner_site.dm_name_prcing {
    background-image: url(assets/images/banner_bg_domainpricing.jpg)
}

.banner_site.emailh {
    background-image: url(assets/images/banner_bg_emelhosting.jpg)
}

.banner_site.gsuithost {
    background-image: url(assets/images/bg_gsuit.jpg)
}

.banner_site.dedicated_server {
    background-image: url(assets/images/banner_bg_dedicatedserver.jpg)
}

.banner_site.servermanage {
    background-image: url(assets/images/banner_bg_servermangment.jpg)
}

.banner_site.webprotct {
    background-image: url(assets/images/banner_bg_web_protect.jpg)
}

.banner_site.spamprotect {
    background-image: url(assets/images/banner_bg_spamprotct.jpg)
}

.banner_site.monitoring {
    background-image: url(assets/images/banner_bg_monitoring.jpg)
}

.banner_site.cdn {
    background-image: url(assets/images/banner_bg_cdn.jpg)
}

.banner_site.cloudmanage {
    background-image: url(assets/images/banner_bg_managecloud.jpg)
}

.banner_site.coloct {
    background-image: url(assets/images/banner_bg_colocation.jpg)
}

.banner_site.sslc {
    background-image: url(assets/images/banner_bg_ssl.jpg)
}

.banner_site.abt_bnr {
    background-image: url(assets/images/banner_bg_about.jpg)
}

.banner_site.contct {
    background-image: url(assets/images/banner_bg_contact.jpg)
}

.banner_site.infra_d {
    background-image: url(assets/images/banner_bg_infra.jpg)
}

.banner_site.bilpay {
    background-image: url(assets/images/banner_bg_billing.jpg)
}

.banner_site.rquote {
    background-image: url(assets/images/banner_bg_requestqoute.jpg)
}

.banner_site.blogg {
    background-image: url(assets/images/blog_banner.jpg)
}

.banner_site.blog_pg {
    background-image: url(assets/images/blog_pg_banner.jpg)
}

.banner_site.supprt {
    background-image: url(assets/images/banner_bg_supprt.jpg)
}

.banner_site.cloudhos {
    background-image: url(assets/images/banner_bg_cloudhosting.jpg)
}

.banner_site.off365 {
    background-image: url(assets/images/banner_bg_office365.jpg);
    background-size: contain;
    background-color: #ededeb;
    background-position: right top
}

.banner_serch {
    background-image: url(assets/images/banner_bg_home_m.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 412px;
    margin-top: 100px
}

.inrHdr .banner_serch {
    background-image: url(assets/images/banner_bg_registerdomain.jpg);
    height: 346px;
    transform: translateY(0)
}

.inrHdr .banner_serch .serch_panel {
    padding: 29px 0 0
}

.menu_group>.nav>li:hover>a {
    text-decoration: none;
    background-color: transparent
}

.menu_group .dropdown-menu>li>a:hover {
    background-color: #f0f0f0
}

.menu_group .dropdown-menu {
    min-width: 180px
}

.footer_main ul.footer_menus>li {
    float: left;
    width: 16.6666%
}

.footer_main .sub-menu a {
    font-size: 15px;
    color: #878787
}

.footer_main .sub-menu a {
    font-size: 15px;
    color: #fff
}

.footer_main .sub-menu a:hover {
    text-decoration: none;
    color: #fff
}

.footer_main .mhead>a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    pointer-events: none;
    cursor: unset
}

.footer_main .mhead>a:active,
.footer_main .mhead>a:focus,
.footer_main .mhead>a:hover {
    text-decoration: none
}

.support-col-container .block {
    background: rgba(0, 0, 0, .1);
    border-radius: 4px;
    float: left;
    margin-top: 15px;
    min-height: 300px;
    padding: 20px 10px;
    text-align: center
}

.support-col-container .block:hover {
    background: #6b921d
}

.support-col-container {
    margin-bottom: 50px
}

.support-sprite-bg {
    background-image: url(assets/images/suypport-sprite-icon.png);
    display: block
}

.support-col-container .su-phone-icon {
    width: 130px;
    height: 128px;
    background-position: -14px -10px;
    margin: auto
}

.support-col-container .block:hover .su-phone-icon {
    background-position: -14px -161px
}

.support-col-container .su-chat-icon {
    width: 145px;
    height: 128px;
    background-position: -432px -5px;
    margin: auto
}

.support-col-container .block:hover .su-chat-icon {
    background-position: -432px -156px
}

.support-col-container .su-email-icon {
    width: 138px;
    height: 128px;
    background-position: -19px -304px;
    margin: auto
}

.support-col-container .block:hover .su-email-icon {
    background-position: -189px -304px
}

.support-col-container .su-ticket-icon {
    width: 140px;
    height: 128px;
    background-position: -222px -10px;
    margin: auto
}

p.support-text.text-center {
    margin: auto;
    margin-bottom: 55px;
    max-width: 855px;
    font-weight: 700
}

.c_d_sectio ol li {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 17px
}

p.support-text.text-center:after {
    width: 300px;
    height: 3px;
    content: '';
    display: block;
    margin: auto;
    background-color: #6b921d;
    margin-top: 38px
}

.support-col-container .block:hover .su-ticket-icon {
    background-position: -222px -161px
}

.support-col-container .block:hover h4,
.support-col-container .block:hover p {
    color: #fff !important
}

.support-col-container h4 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-top: 10px;
    font-weight: 700;
    color: #000
}

.serch_panel .utmavobold span,
.serch_panel h5 span {
    font-weight: 400
}

body input.submit-btn {
    width: 100%;
    height: 40px;
    background-color: #e90f3d;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: #fff
}

input.submit-btn:hover {
    background-color: #f80
}

.serch_panel {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto
}

.banner_serch .blk_price {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 15px 5px;
    max-width: 850px;
    margin: 10px auto;
    text-align: left;
    font-size: 18px
}

.banner_serch .b3 span.d-block {
    display: block
}

.banner_serch .blk_price span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1px
}

.banner_serch .blk_price .sep {
    width: 1px;
    height: 75px;
    padding: 0;
    margin: 0 3px;
    background-color: #d3d3d3
}

.banner_serch .blk_price .b1 {
    font-size: 26px;
    display: block;
    padding: 0 8px
}

.banner_serch .blk_price strong {
    font-size: 26px;
    font-family: AvantGardeITCbyBT-Demi, sans-serif;
    display: block;
    color: var(--site-color)
}

.banner_serch .blk_price .b3 {
    font-size: 14px;
    padding: 0 15px
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    text-align: center
}

.form-control {
    height: 45px;
    border-radius: 0;
    box-shadow: none
}

.ruest-section .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.ruest-section div.wpcf7-validation-errors {
    width: 60%;
    text-align: center
}

.add_ph_pan h3,
.form_bx h3 {
    margin-bottom: 20px;
    font-weight: 700
}

textarea.form-control.enquiry-box {
    height: 100px
}

img {
    max-width: 100%
}

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

.navbar-nav {
    margin: 0
}

h2.f_go,
h2.utmavobold.f_how.text-center {
    color: #f80;
    margin-bottom: 30px
}

h2.utmavobold.f_how.text-center:after {
    height: 3px;
    width: 90px;
    margin: auto;
    content: '';
    display: block;
    background-color: #f80;
    margin-top: 35px
}

.web_design_pg ul li,
ul.list li {
    background: url(assets/images/tick-bulet.png) no-repeat left 0;
    padding-left: 40px;
    padding-bottom: 18px;
    list-style: none
}

.ssl_work_wrapper {
    margin: 50px 0
}

.tpDrp .nav a[href*=offer]{
    color: #f82525;
    font-weight: 700;
}

.tpDrp .nav.hidden-xs > li >a{
    padding-top:11px;
}

.navbar-nav>li>a {
    padding: 8px 12px;
    line-height: 1
}

.navbar {
    min-height: 0;
    margin-bottom: 0
}

.navbar-toggle .icon-bar {
    background: #60831a;
    height: 3px
}

.navbar-toggle {
    padding: 16px 10px
}

.contact_top {
    position: relative;
    min-height: 42px
}

.contact_top li.ico {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0
}

.contact_top li {
    padding-left: 27px
}

.contact_top .fa {
    color: #6b921d;
    font-size: 40px
}

.contact_top .phno {
    color: #6b921d
}

.container {
    width: 100%
}

.hero {
    /*background-image: url(assets/images/hero.jpg);*/
    background-repeat: no-repeat;
    height: 291px;
    background-size: auto 100%;
    background-position: 17%
}

.hero .container {
    position: relative;
    height: 100%
}

.hero .link_btn {
    position: absolute;
    bottom: 32%;
    left: 20px
}

.link_btn a {
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 2px;
    border-radius: 4px
}

h2.utmavobold.search-title {
    font-size: 40px;
    padding: 15px
}

section.error-404.not-found {
    width: 100%;
    margin-top: 106px;
    margin-bottom: 106px;
    text-align: center
}

section.error-404.not-found p {
    font-size: 20px
}

section.error-404.not-found label {
    font-size: 18px
}

section.error-404.not-found input[type=search] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 220px
}

section.error-404.not-found button.search-submit {
    background-color: #f80;
    border: none;
    width: 100px;
    padding: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.search-result-section {
    margin-top: 35px;
    margin-bottom: 25px
}

.search-content {
    margin-bottom: 25px
}

.search-content h2.entry-title a {
    color: #333;
    font-weight: 700
}

.search-content h2.entry-title a:hover {
    text-decoration: none
}

.read-more {
    width: 125px;
    background-color: #e90f3d;
    padding: 12px;
    margin-top: 10px;
    text-align: center
}

.read-more a {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.read-more:hover {
    background-color: #fe2956s
}

.read-more a:hover {
    text-decoration: none
}

nav.navigation.pagination h2.screen-reader-text {
    display: none
}

.link_btn a:active,
.link_btn a:focus,
.link_btn a:hover {
    opacity: .92;
    text-decoration: none
}

.link_btn a.bn {
    background: #6b921d
}

.link_btn a.rm {
    background: #f80
}

.serch_panel.inn {
    box-shadow: none;
    margin: 10px 0 0;
    padding-bottom: 10px
}

.bilpay ::-webkit-input-placeholder,
.serch_panel ::-webkit-input-placeholder {
    color: #000
}

.bilpay ::-moz-placeholder,
.serch_panel ::-moz-placeholder {
    color: #000
}

.bilpay :-ms-input-placeholder,
.serch_panel :-ms-input-placeholder {
    color: #000
}

.bilpay :-moz-placeholder,
.serch_panel :-moz-placeholder {
    color: #000
}

.serch_panel h5,
.serch_panel .utmavobold {
    font-size: 35px;
    text-align: center;
    margin: 15px 5px 30px
}

.serch_panel input {
    max-width: 490px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 4px;
    border: 0;
    padding: 8px 10px;
    padding-left: 20px;
    color: #000;
    font-size: 18px
}

.serch_panel input:focus {
    outline: 0
}

.serch_panel input.dn {
    width: 57%;
    margin-right: 2px
}

.serch_panel select.ext {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border: none;
    width: 25%;
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 185px;
    font-size: 18px;
    font-size: 18px
}

.serch_panel input.ext {
    width: 25%;
    border-radius: 4px;
    padding-left: 40px;
    height: 60px;
    width: 185px;
    font-size: 18px
}

.serch_panel input.serchbtn {
    background: var(--site-color);
    color: #fff;
    padding: 8px 20px;
    margin-top: 8px;
    text-transform: uppercase;
    height: 60px;
    max-width: 185px;
    border-radius: 4px;
    width: 164px;
    margin-left: 3px;
    font-weight: 600;
    font-size: 16px
}

.site_con {
    background: url(assets/images/bg01.jpg);
    padding: 20px;
    margin: 30px 0
}

.site_con .boxw {
    background: #fff;
    padding: 15px;
    margin: 10px 0
}

.boxw h4 {
    padding-bottom: 10px
}

.site_con .tx_pan {
    padding-left: 45px;
    position: relative
}

.tx_pan .ico {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px
}

.tx_pan .ico.hosting {
    height: 40px;
    width: 36px;
    background-position: 0 0
}

.tx_pan .ico.domain {
    height: 34px;
    width: 34px;
    background-position: -60px 0
}

.tx_pan .ico.consulting {
    height: 21px;
    width: 35px;
    background-position: 0 -60px
}

.tx_pan .ico.server {
    height: 27px;
    width: 30px;
    background-position: -58px -55px
}

.tab_list_mob {
    list-style: none;
    margin-bottom: 15px
}

.tab_list_mob li {
    display: inline-block
}

.tab_list_mob a {
    display: inline-block;
    color: #333;
    font-size: 15px;
    padding: 4px 30px;
    margin: 2px 0
}

.tab_list_mob a:active,
.tab_list_mob a:focus,
.tab_list_mob a:hover {
    text-decoration: none;
    color: #93c331
}

.tab_list_mob .active a {
    color: #6b921d;
    position: relative
}

.tab_list_mob .active a:after {
    content: "";
    height: 2px;
    background: #f80;
    width: 60%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -1px
}

.web_hosting .hosting_bx {
    background: #efefef;
    padding: 40px 10px;
    position: relative;
    margin-bottom: 20px
}

.web_hosting .hosting_bx:hover {
    background: #6b921d;
    color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5)
}

.web_hosting h6 {
    color: #5e7188;
    font-size: 15px;
    text-align: center
}

.hosting_bx .pricng {
    text-align: center
}

.hosting_bx .pricng .dollar {
    font-size: 24px
}

.hosting_bx h5 {
    text-align: center;
    padding-bottom: 12px;
    font-size: 20px
}

.slash_icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -156px;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    margin-top: 20px;
    margin-left: -13px
}

.web_hosting .hosting_bx:hover .slash_icon {
    background-position: -58px -156px
}

.slash_icon+span {
    display: inline-block;
    transform: translate(-15px, 13px)
}

.div_line {
    background: #fff;
    height: 2px;
    margin: 15px
}

.tx_pr_plan {
    margin: 0 0 30px
}

.tx_pr_plan p {
    display: block;
    text-align: left;
    color: #707070;
    font-style: normal;
    padding: 9px 6px;
    margin: 0;
    border-top: 1px dashed #c7c7c7
}

.tx_pr_plan p:first-child {
    border-top: 1px dashed #c7c7c7
}

.tx_pr_plan p em {
    font-style: normal
}

.tx_pr_plan p em b {
    color: #000
}

.tx_pr_plan i {
    font-style: normal;
    display: inline-block;
    width: 59%
}

.tx_pr_plan .row_g {
    margin: 15px 0
}

.tx_pr_plan strong {
    font-style: normal;
    display: inline-block;
    width: 39%;
    text-align: right
}

.web_hosting .order_pn {
    text-align: center;
    margin: 40px 0 0
}

.order_pn a {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid var(--site-color);
    border-radius: 4px;
    color: var(--site-color);
    padding: 10px 30px;
    margin: 0
}

.order_pn a:hover {
    border: 2px solid var(--site-color)
}

.web_hosting .hosting_bx:hover .order_pn a {
    background: #f80;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    color: #fff;
    text-decoration: none
}

.footer_up {
    padding: 30px 0;
    text-align: center
}

.footer_up .col-sm-4 {
    margin-bottom: 15px
}

footer.f_01 {
    background: var(--site-color);
    color: #b6bbc1;
    padding: 30px 0
}

footer.f_01 ul {
    list-style: none
}

footer.f_01 a {
    color: #b6bbc1
}

footer.f_01 h4 {
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 16px
}

footer.f_01 h4:after {
    content: "";
    height: 2px;
    background: #f80;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -1px
}

footer.f_01 [class*=col-] {
    margin-bottom: 25px
}

footer.f_01 .f_btn_01 {
    background: #f80;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 11px
}

.contact_f i,
.contact_f strong {
    display: inline-block
}

.contact_f i {
    width: 80px;
    font-style: normal;
    vertical-align: top
}

.contact_f strong {
    font-weight: 400
}

footer.f_02 {
    background: #fff;
    padding: 20px 0;
    color: #111;
    font-size: 12px
}

footer.f_02 a {
    color: #0c3974;
    padding-right: 15px
}

footer.f_02 a.tcmenu2 {
    padding-left: 15px
}

footer.f_03 {
    background-color: #272727;
    padding: 20px 0;
    color: #939393
}

footer.f_03 a {
    color: #939393
}

footer.f_03 a:hover {
    color: #adadad
}

.f_02 .sm_ico {
    text-align: center
}

.f_02 .sm_ico i {
    padding: 0 17px;
    font-size: 0
}

.sm_ico a img {
    width: 14px;
}

i.fa.fa-instagram, i.fa.fa-youtube-square {
    width: 24px;
    height: 24px;
    background-position: -87px -367px;
}


.site_con h3 {
    display: none
}

.img-box {
    display: none
}

.hero-hosting {
    background-color: #6b921d;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
    text-transform: uppercase
}

.hero_inner {
    background-color: var(--site-color);
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-top: 68px
}

.hero_inner h1 {
    font-size: 18px
}

.hero_inner h2 {
    font-size: 28px;
    margin: 10px 0
}

.hero_inner h3 {
    font-size: 18px
}

.c_d_sectio {
    margin-bottom: 50px;
    margin-top: 40px
}

.c_d_sectio p {
    font-size: 14px;
    color: #676767;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 34px
}

.c_d_sectio h4 {
    font-weight: 700;
    color: #000
}

.c_d_col {
    margin-bottom: 30px
}

.c_d_col h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px
}

.c_d_sectio .c_d_col p {
    margin: 0;
    font-size: 14px
}

.c_d_col a.find_out_btn {
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    max-width: 410px;
    width: 100%;
    background-color: #f80;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 30px
}

.c_d_col .min-height {
    min-height: 89px
}

.hosting-details.web_hosting h3 {
    margin-bottom: 40px;
    text-transform: uppercase
}

.top_menu {
    list-style: none
}

.top_menu li a {
    color: #7c7a7a;
    padding: 8px 0;
    font-weight: 700;
    display: block
}

.menu_group .dropdown-menu {
    min-width: 206px
}

.menu_group .dropdown-menu>li>a {
    padding: 10px 20px
}

.web_hosting h3 {
    text-align: center
}

.request-form {
    max-width: 700px;
    margin: auto
}

.wpcf7-form ul li {
    list-style: none;
    margin-bottom: 15px
}

.wpcf7-form label {
    display: none;
    margin-bottom: 3px;
    font-weight: 400;
    color: #888;
    font-size: 17px
}

.wpcf7-form input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px 10px;
    width: 100%
}

.wpcf7-form textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 3px
}

.wpcf7-form ::-webkit-input-placeholder {
    color: #888
}

.wpcf7-form ::-moz-placeholder {
    color: #888
}

.wpcf7-form :-ms-input-placeholder {
    color: #888
}

.wpcf7-form :-moz-placeholder {
    color: #888
}

.dhgMod h1 {
    font-size: 36px;
    text-align: center;
    color: #e50910;
    margin: 0 auto 15px;
    padding-left: 24px
}

.dhgMod p {
    font-size: 16px;
    max-width: 423px;
    color: #000;
    padding: 0 0 30px;
    margin: 0 auto
}

.dhgMod p a,
.dhgMod p a:hover,
.dhgMod p a:visited {
    font-weight: 700;
    font-size: 16px;
    color: #10488c;
    text-decoration: none
}

.borderstrip {
    width: 30%;
    background: #a7a7a7;
    height: 2px;
    margin: 0 auto
}

.logoholder {
    padding: 40px 0
}

.btn-grn {
    color: #000;
    background-color: #a1cd2c;
    border-color: #a1cd2c;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 16px
}

.btn-grn:focus,
.btn-grn:hover {
    color: #000;
    background-color: #a1cd2c;
    border-color: #a1cd2c
}

.dhgMod .modal-header {
    padding: 0;
    border-bottom: none
}

.dhgMod .close {
    background: #fff !important;
    height: auto;
    width: auto;
    color: #a7a7a7;
    opacity: 1;
    font-weight: 400;
    font-size: 65px;
    font-family: initial;
    line-height: 44px;
    margin: 7px 11px 0 0
}

.dhgMod .modal-body {
    position: relative;
    padding: 0;
    margin-top: -14px
}

.modal.dhgMod.in .modal-dialog {
    margin-top: 100px
}

.dhgMod .modal-content {
    border-radius: 0;
    border: 1px solid #aeaeae
}

#myCarousel2 .carousel-inner .item {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px
}

.hosting_bx.other {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px
}

.img-responsive {
    margin: 0 auto
}

a:focus {
    outline: 0
}

.btn-cur {
    color: #fff;
    background-color: transparent;
    padding: 7px 12px;
    font-size: 14px;
    border-color: transparent;
    border-radius: 0;
    text-align: left;
    outline: 0
}

.btn-cur.active,
.btn-cur:active,
.btn-cur:focus,
.btn-cur:hover,
.btn-cur:visited {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0
}

.btn-flg {
    background-color: transparent;
    padding: 0 12px;
    border-color: transparent;
    border-radius: 0;
    text-align: left
}

.btn-flg.active,
.btn-flg:active,
.btn-flg:focus,
.btn-flg:hover,
.btn-flg:visited {
    background-color: transparent;
    border-color: transparent
}

.curDrp .dropdown-menu>li>a,
.flgDrp .dropdown-menu>li>a {
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    color: #555
}

.curDrp .dropdown-menu>li i {
    float: right;
    position: absolute;
    right: 11px;
    margin-top: 4px;
    color: #9d9c9c
}

.curDrp .dropdown-menu>li>a:focus,
.curDrp .dropdown-menu>li>a:hover {
    color: #000
}

.curDrp .dropdown-menu {
    min-width: 95px
}

.flgDrp {
    margin: -11px 0 0
}

.flgDrp .crSg {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    overflow: hidden;
    transform: scale(.8);
    border-radius: 50%
}

.crSg img {
    width: auto;
    height: 100%;
    max-width: none
}

.flgDrp .crtxt {
    display: inline-block;
    vertical-align: middle
}

.phnFlg {
    margin: -3px 7px 0 0;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle
}

#loader {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1
}

.all_pg_menu .sub-menu.dropdown-menu {
    display: block;
    float: none;
    position: relative;
    border: 0;
    box-shadow: none
}

.mega-dropdown-menu .all_pg_menu ul li a:hover {
    text-decoration: none;
    background: 0 0
}

.mega-dropdown-menu a:hover {
    text-decoration: none
}

.dropdown-menu .all_pg_menu .mhead>a {
    pointer-events: none;
    cursor: unset;
    font-weight: 700;
    color: var(--site-color)
}

.all_pg_menu .sub-menu li a {
    padding: 10px 0
}

.dropdown-menu .all_pg_menu>ul>li {
    list-style: none;
    float: left;
    width: 16.6666%
}

:root {
    --site-color: #00ab4d
}

.cartcount {
    font-size: 11px;
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    transform: translate(-6px, -9px);
    line-height: 1.7;
    border-radius: 50%;
    color: #fff;
    background: var(--site-color)
}

.tpDrp {
    background: #fff
}

.tpDrp .navbar-nav {
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.tpDrp .navbar-nav li {
    display: inline-block;
    float: none;
    vertical-align: middle
}

.tpDrp .nav>li>a {
    color: #000
}

.tpDrp .navbar-nav li.user_log a {
    display: inline-block
}

.tpDrp .navbar-nav li.user_log a.loogin {
    padding-right: 1px
}

.tpDrp .navbar-nav li.user_log a.signup {
    padding-left: 1px
}

.user_log .slsh {
    color: #999
}

.tpDrp .nav li.flgDrp a i,
.tpDrp .nav li.flgDrp a span {
    transform: translateY(2px);
    display: inline-block
}

.tpDrp .open a .ion-chevron-down:before,
.tpDrp a:hover .ion-chevron-down:before {
    background-position: -54px -222px
}

.tpDrp .dropdown-menu.flgSel li {
    display: block
}

.flgDrp .dropdown-menu {
    min-width: 117px
}

.tpDrp .nav>li>a:focus,
.tpDrp .nav>li>a:hover {
    text-decoration: none;
    color: var(--site-color);
    background-color: transparent
}

.tpDrp .nav .open>a,
.tpDrp .nav .open>a:focus,
.tpDrp .nav .open>a:hover {
    background-color: #e4e4e4;
    border-color: transparent
}

.tpDrp .nav .open>a:hover,
.tpDrp .nav li.flgDrp a:hover i {
    color: var(--site-color)
}

.flgDrp .flgSel .crSg {
    margin: 0 10px 0 0;
    vertical-align: middle
}

.dropdown [class*=fa-chevron-down] {
    vertical-align: middle;
    margin: -3px 0 0 2px
}

.cllDrp .dropdown-menu {
    width: 550px;
    padding: 15px 8px 20px 15px;
    box-sizing: border-box
}

.cllDrp .dropdown-menu li {
    width: 43%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin: 0 4% 0 3%
}

.cllDrp .dropdown-menu li:last-child,
.cllDrp .dropdown-menu li:nth-last-of-type(2) {
    border-bottom: none
}

.cllDrp .dropdown-menu>li>a {
    display: block;
    font-size: 17px;
    padding: 14px 10px 10px;
    color: #000
}

.cllDrp .dropdown-menu p {
    margin: 0 0 6px
}

.cllDrp .dropdown-menu .phnTxt {
    color: grey;
    font-size: 18px
}

.dgHostNav {
    padding: 7px 1px;
    background: #fff
}

.dgHostNav .navbar-default {
    background-color: transparent;
    border-color: transparent
}

.dgHostNav .navbar-nav>li>.dropdown-menu {
    margin-top: 0
}

.dgHostNav .navbar-nav>li.open:not(.all_menu_li) {
    border-bottom: 4px solid #000
}

.dgHostNav .navbar-nav>li>a>i {
    font-size: 14px;
    vertical-align: baseline
}

.dgHostNav .nav>li:not(#magic-line) {
    padding: 0 15px
}

.dgHostNav .container-fluid>.navbar-collapse {
    margin-right: -15px
}

.dgHostNav .nav>li>a {
    padding: 25px 0 25px
}

.mega-dropdown {
    position: static !important
}

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

.mega-dropdown-menu {
    padding: 40px 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    z-index: 9999
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0 auto
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>.container>li>ul>li {
    list-style: none;
    padding: 0
}

.mega-dropdown-menu>.container>li>ul {
    list-style: none;
    padding: 0 0 30px;
    margin-left: 0
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none
}

.navbar-default .navbar-nav>.open>a {
    background: 0 0
}

.dropdown-menu.mega-dropdown-menu {
    margin: 0 0;
    box-shadow: 1px 1px 8px #cfc9c0;
    border: none
}

.mega-dropdown-menu .cnt {
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
    padding-right: 30px
}

.mega-dropdown-menu .cnt h2 {
    font-size: 32px;
    color: #3d3d3d;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
    text-align: left
}

.mega-dropdown-menu .brdLt .icnMn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px
}

.mega-dropdown-menu .brdLt {
    border-left: 1px solid #7f7f7f
}

.wbHst .col-sm-4 {
    width: 34.6%
}

.wbHst .col-sm-8 {
    width: 65.4%
}

.mega-dropdown-menu .brdLt ul {
    list-style-type: none;
    padding: 0 0 0 25px
}

.mega-dropdown-menu .brdLt li:nth-child(2n+1) {
    clear: both
}

.mega-dropdown-menu .brdLt li:hover {
    background: #fbfef6
}

.hover {
    background: #fbfef6
}

.mega-dropdown-menu .brdLt li {
    width: 50%;
    min-height: 80px;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0;
    position: relative;
    padding-left: 106px
}

.mega-dropdown-menu .brdLt li span {
    display: inline-block;
    vertical-align: middle
}

.mega-dropdown-menu .brdLt li span.hstCnt {
    width: 90%;
    margin: 0 0 0 10px;
    box-sizing: border-box
}

.mega-dropdown-menu .brdLt li span.icnMn {
    vertical-align: top;
    width: 86px;
    box-sizing: border-box;
    margin: 0 0 0 10px
}

.hstCnt h2 {
    font-size: 18px;
    color: var(--site-color);
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 8px;
    text-align: left;
    padding: 0
}

.hstCnt p {
    font-size: 15px;
    color: #3d3d3d;
    line-height: 22px
}

.brdLt li a:hover h2,
.brdLt li a:hover p {
    color: #000
}

.icn {
    display: inline-block;
    background: url(assets/images/icn.png) no-repeat;
    overflow: hidden;
    text-align: left;
    vertical-align: middle
}

.hst1462 {
    background-position: -1px 0;
    width: 86px;
    height: 80px
}

.hst1467 {
    background-position: -92px 0;
    width: 86px;
    height: 80px
}

.hst1468,
.hst1577,
.hst1578,
.hst1579 {
    background-position: -187px -4px;
    width: 86px;
    height: 80px
}

.hst1386 {
    background-position: -288px -11px;
    width: 86px;
    height: 80px
}

.hst12498 {
    background-position: -399px -11px;
    width: 80px;
    height: 80px
}

.hst1148 {
    background-position: -5px -128px;
    width: 86px;
    height: 80px
}

.hst1635 {
    background-position: -6px -135px;
    width: 86px;
    height: 80px
}

.hst1637 {
    background-position: -83px -643px;
    width: 86px;
    height: 80px
}

.hst1638 {
    background-position: 7px -643px;
    width: 86px;
    height: 80px
}

.hst1643 {
    background-position: -101px -745px;
    width: 86px;
    height: 80px
}

.hst1644 {
    background-position: -420px -110px;
    width: 86px;
    height: 80px;
    transform: scale(.9)
}

.hst1645 {
    background-position: -322px -742px;
    width: 86px;
    height: 80px
}

.hst12578 {
    background-position: -201px -746px;
    width: 86px;
    height: 80px
}

.hst12577 {
    background-position: -1px -740px;
    width: 86px;
    height: 80px
}

.hst1649 {
    background-position: -426px -746px;
    width: 86px;
    height: 80px
}

.hst1650 {
    background-position: -1px -852px;
    width: 86px;
    height: 80px
}

.hst1654 {
    background-position: -243px -852px;
    width: 86px;
    height: 80px
}

.hst1655 {
    background-position: -120px -852px;
    width: 86px;
    height: 80px
}

.hst12579 {
    background-position: -112px -233px;
    width: 86px;
    height: 80px;
    transform: scale(.9)
}

.hst1137 {
    background-position: -288px -20px;
    width: 86px;
    height: 80px
}

.hst1149 {
    background-position: -107px -123px;
    width: 86px;
    height: 80px
}

.hst1156,
.hst1160 {
    background-position: -211px -121px;
    width: 86px;
    height: 80px
}

.svr2 {
    background-position: -424px -112px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.svr3 {
    background-position: -315px -116px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.hst1475,
.hst1580 {
    background-position: -4px -238px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.hst1488 {
    background-position: -232px -239px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.hst1489 {
    background-position: -111px -225px;
    width: 86px;
    height: 98px;
    vertical-align: middle
}

.hst1490 {
    background-position: -341px -229px;
    width: 86px;
    height: 84px;
    vertical-align: middle
}

.hst1528 {
    background-position: -445px -238px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.hst1491 {
    background-position: -113px -333px;
    width: 89px;
    height: 80px;
    vertical-align: middle
}

.hst1492 {
    background-position: 0 -338px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.hst1575 {
    background-position: -191px -643px;
    width: 86px;
    height: 80px
}

.hst1576 {
    background-position: -300px -643px;
    width: 86px;
    height: 80px
}

.hst1493,
.hst1639 {
    background-position: -224px -344px;
    width: 86px;
    height: 80px;
    vertical-align: middle
}

.chkul li {
    position: relative;
    padding-left: 40px
}

.chkul .chk {
    position: absolute;
    left: 0;
    top: 0
}

.chk {
    background-position: -328px -379px;
    width: 34px;
    height: 34px;
    vertical-align: middle
}

.chk2 {
    background-position: -328px -575px;
    width: 30px;
    height: 20px;
    vertical-align: middle
}

.addOn1 {
    background-position: -239px -446px;
    width: 82px;
    height: 74px;
    vertical-align: middle
}

.addOn2 {
    background-position: -336px -441px;
    width: 82px;
    height: 74px;
    vertical-align: middle
}

.addOn3 {
    background-position: -441px -445px;
    width: 82px;
    height: 74px;
    vertical-align: middle
}

.addOn4 {
    background-position: -4px -546px;
    width: 82px;
    height: 74px;
    vertical-align: middle
}

.addOn5 {
    background-position: -94px -556px;
    width: 82px;
    height: 74px;
    vertical-align: middle
}

.addOn6 {
    background-position: -185px -553px;
    width: 82px;
    height: 74px;
    vertical-align: middle
}

.shrd1 {
    background-position: -384px -366px;
    width: 47px;
    height: 56px;
    vertical-align: middle
}

.shrd2 {
    background-position: -456px -363px;
    width: 47px;
    height: 56px;
    vertical-align: middle
}

.shrd3 {
    background-position: -9px -456px;
    width: 56px;
    height: 56px;
    vertical-align: middle
}

.shrd4 {
    background-position: -84px -462px;
    width: 56px;
    height: 56px;
    vertical-align: middle
}

.shrd5 {
    background-position: -164px -465px;
    width: 50px;
    height: 56px;
    vertical-align: middle
}

.dgHostNav .navbar-nav>li>a {
    font-weight: 600;
    color: #000;
    font-size: 19px
}

#magic-line {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 80px;
    height: 4px;
    background: #fe4902;
    cursor: pointer
}

.shadow-header {
    box-shadow: 1px 1px 3px #cfc9c0
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 9999
}

.dgHostNav .navbar {
    margin-bottom: 0
}

body .dgHostNav .navbar-header .navbar-brand {
    padding: 0;
    margin-left: 0;
    margin-top: 3px
}

.navbar-brand img {
    max-height: 46px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: all .1s linear
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: all .2s linear
}

.sidenav a:hover {
    color: #000
}

.sidenav .closebtn {
    position: absolute;
    top: 12px;
    right: 3px
}

.sidenav .closebtn span::after,
.sidenav .closebtn span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #000;
    border-left: 2px solid #000
}

.sidenav .closebtn span::before {
    margin-left: -12px;
    transform: rotate(135deg)
}

.sidenav .closebtn span::after {
    transform: rotate(-45deg)
}

.openbar {
    font-size: 32px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    transform: rotate(270deg);
    display: inline-block;
    top: 14px;
    position: relative;
    float: right
}

.backbtn {
    position: absolute;
    top: 12px;
    left: 9px
}

.backbtn span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.backbtn span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform-origin: center
}

.brdNav {
    border-bottom: 1px solid #ccc;
    height: 38px;
    position: relative
}

.brdNav:hover {
    background: #f7f6f6;
    cursor: pointer
}

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

.table-responsive .table {
    table-layout: fixed
}

.mntbl {
    margin: 90px 0 60px
}

button.txlnk012 {
    color: var(--site-color);
    border: 0;
    background: 0 0
}

button.txlnk012:hover {
    text-decoration: underline !important
}

.mntbl {
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: center;
    color: #666
}

.dtCnt .mntbl>thead>tr>th,
.dtCnt .tdata_f>thead>tr>th {
    border: 0
}

.dtCnt .mntbl>tbody>tr>td,
.dtCnt .mntbl>tbody>tr>th,
.dtCnt .mntbl>tfoot>tr>td,
.tdata_f>tbody>tr>td {
    border-top: 0;
    padding: 0;
    vertical-align: top
}

.dtCnt th:not(:nth-child(1)) {
    border-top: 1px solid #efefef !important;
    background: #f4f4f4;
    background: -moz-linear-gradient(left, #f4f4f4 0, #fff 23%, #fff 51%, #fff 83%, #f4f4f4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #f4f4f4), color-stop(23%, #fff), color-stop(51%, #fff), color-stop(83%, #fff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(left, #f4f4f4 0, #fff 23%, #fff 51%, #fff 83%, #f4f4f4 100%);
    background: -o-linear-gradient(left, #f4f4f4 0, #fff 23%, #fff 51%, #fff 83%, #f4f4f4 100%);
    background: -ms-linear-gradient(left, #f4f4f4 0, #fff 23%, #fff 51%, #fff 83%, #f4f4f4 100%)
}

.mntbl>thead>tr>th,
.tdata_f>thead>tr>th {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding: 50px 0 25px
}

.mntbl ul,
.tdata_f ul {
    list-style-type: none;
    font-size: 17px;
    color: #666;
    text-align: left
}

.tdata_f ul.text-left {
    box-shadow: none;
    border: 0
}

.tdata_f ul.text-left li {
    font-size: 15px;
    text-align: left;
    justify-content: flex-start
}

.mntbl ul li,
.tdata_f ul li {
    border-bottom: 1px dashed #b7b7b7;
    padding: 15px 10px;
    display: flex;
    align-items: center
}

.server_mng_tdata .tdata_f ul li {
    padding: 10px 10px;
    min-height: 63px
}

.mntbl ul li:nth-child(3) {
    min-height: 78px
}

.mntbl ul li:nth-child(7) {
    min-height: 99px
}

.mntbl ul.brd li:nth-child(7) {
    font-size: 16px
}

.mntbl ul li:nth-child(8) {
    min-height: 78px
}

.mntbl ul.brd,
.tdata_f ul {
    border: 1px solid #efefef;
    padding: 0 10px 0;
    margin: 0;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

.mntbl ul.brd li,
.tdata_f ul li {
    justify-content: center
}

.mntbl ul.brd li:last-child,
.tdata_f ul li:last-child {
    border-bottom: 0
}

.btn-pnk:focus,
.btn-pnk:hover {
    background-color: #e90f3d;
    color: #fff;
    border: 1px solid #e90f3d
}

.btn-pnk {
    background-color: #e90f3d;
    padding: 15px 45px;
    border: 1px solid #e90f3d;
    font-size: 15px;
    margin: 5px 0;
    color: #fff;
    text-transform: uppercase
}

.dtCnt .grn {
    color: var(--site-color);
    font-weight: 800;
    font-size: 34px
}

.dtCnt .sm {
    font-size: 16px
}

.dtCnt .icnPos {
    position: relative;
    margin: -139px 0 10px
}

.dtCnt .icn_coloc {
    display: inline-block;
    background: url(assets/images/icn-coloc.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    vertical-align: middle
}

.rack {
    background-position: -9px 0 !important;
    width: 153px;
    height: 145px
}

.rack1 {
    background-position: -172px 0 !important;
    width: 153px;
    height: 145px
}

.rack2 {
    background-position: -341px 0 !important;
    width: 153px;
    height: 145px
}

.rack3 {
    background-position: -510px 0 !important;
    width: 153px;
    height: 145px
}

@media(min-width:992px) and (max-width:1199px) {
    .dtCnt .grn {
        font-size: 28px
    }
    .mntbl>thead>tr>th {
        font-size: 19px
    }
    .btn-pnk {
        padding: 15px
    }
    .mntbl ul li:nth-child(10),
    .mntbl ul li:nth-child(4),
    .mntbl ul li:nth-child(6) {
        min-height: 78px
    }
    .mntbl ul {
        font-size: 14px
    }
    .mntbl ul.brd li:nth-child(7) {
        font-size: 13px
    }
    .rack {
        background-position: -16px -173px !important;
        width: 91px;
        height: 92px
    }
    .rack1 {
        background-position: -121px -173px !important;
        width: 91px;
        height: 92px
    }
    .rack2 {
        background-position: -231px -173px !important;
        width: 91px;
        height: 92px
    }
    .rack3 {
        background-position: -340px -173px !important;
        width: 91px;
        height: 92px
    }
    .dtCnt .icnPos {
        margin: -108px 0 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .gapp_busi [class*=col-]:nth-child(2n+1) {
        clear: both
    }
    .order_pn a {
        padding: 10px 15px
    }
    .dtCnt .grn {
        font-size: 21px
    }
    .mntbl>thead>tr>th {
        font-size: 19px
    }
    .btn-pnk {
        padding: 6px
    }
    .mntbl ul li:nth-child(3) {
        min-height: 110px
    }
    .mntbl ul li:nth-child(10),
    .mntbl ul li:nth-child(4),
    .mntbl ul li:nth-child(5),
    .mntbl ul li:nth-child(6) {
        min-height: 78px
    }
    .mntbl ul {
        font-size: 14px
    }
    .mntbl ul.brd li:nth-child(7) {
        font-size: 13px
    }
    .dtCnt .icnPos {
        position: relative;
        margin: -118px 0 10px
    }
    .rack {
        background-position: -16px -173px !important;
        width: 91px;
        height: 92px
    }
    .rack1 {
        background-position: -121px -173px !important;
        width: 91px;
        height: 92px
    }
    .rack2 {
        background-position: -233px -173px !important;
        width: 91px;
        height: 92px
    }
    .rack3 {
        background-position: -340px -173px !important;
        width: 91px;
        height: 92px
    }
    .mntbl ul li:nth-child(7) {
        min-height: 145px
    }
    .btn-pnk {
        margin: 0 0
    }
}

.inrHdr .blog-image {
    position: relative
}

.inrHdr h1 {
    font-size: 60px;
    font-weight: 700
}

.offers h1 {
    font-size: 54px;
}

.inrHdr .cnt {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translate(-18%, -50%)
}

.fst {
    font-size: 18px;
    color: #000
}

h2.hdng {
    font-size: 36px;
    margin: 0 0 15px;
    font-weight: 600;
    color: #000;
    text-align: center
}

.flex_b.cl2 ul {
    flex: 1
}

.fst ul {
    padding: 30px 0 10px;
    list-style-type: none
}

.fst ul li {
    padding: 0 0 22px 44px;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.fst ul li i {
    position: absolute;
    left: 2px;
    margin: -6px 0 44px
}

ul.li_ch li {
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 10px
}

ul.li_ch li i {
    position: absolute;
    left: 0;
    top: 4px
}

h3.incld {
    color: #000;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center
}

h3.scndHdng {
    color: #545454;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 54px;
    text-align: center
}

h4.thrdHdng {
    color: #1f202c;
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 8px
}

.lamp {
    padding-bottom: 70px
}

.lamp img {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle
}

.adOn .dsBrd {
    border-top: 1px dashed #b7b7b7;
    padding: 10px 0;
    display: table;
    width: 100%
}

.adOn .dsBrd.bth {
    border-top: 1px dashed #b7b7b7;
    border-bottom: 1px dashed #b7b7b7
}

.adOn .dsBrd [class*=col] {
    display: table-cell;
    float: none
}

.adOn .dsBrd .col-sm-9 {
    width: 81%
}

.dsBrd .adIcn {
    width: 80px
}

.dsBrd .cnt {
    width: calc(100% - 135px)
}

.adOn .pdCnt {
    padding: 0 70px
}

.dsBrd .adIcn,
.dsBrd .cnt {
    display: inline-block;
    vertical-align: middle
}

.dsBrd .cnt {
    font-size: 16px;
    margin: 0 0 0 34px
}

.dsBrd .cnt p {
    color: #343434
}

.dsBrd .prc {
    color: #1f202c;
    font-weight: 600;
    font-size: 18px
}

.adonImg {
    margin: 68px 0
}

.incevplan .list-inline,
.shrd .list-inline {
    margin: 0 auto;
    text-align: center
}

.plan_all_row {
    text-align: center
}

.plan_all_row .list-inline li,
.shrd .list-inline li {
    font-size: 16px;
    font-weight: 700;
    padding: 0 19px
}

.shrd .list-inline li i {
    margin: 0 10px 0 0
}

.scndHdng.incld {
    color: #000;
    margin-bottom: 15px
}

.fst h2.hdng,
.gry h2.hdng {
    margin: 0 0 25px;
    text-align: left
}

.gry {
    background: #fff url(assets/images/gry.gif) left bottom repeat-x;
    margin: 120px 0 70px;
    font-size: 16px
}

.gry img {
    margin-bottom: -44px
}

.gry .cnt {
    padding: 50px 0 0;
    box-sizing: border-box
}

.gry p {
    line-height: 30px;
    max-width: 410px
}

.infr h3.scndHdng2 {
    color: #000;
    font-weight: 700;
    text-align: left;
    margin: 0 0 20px
}

.infr h3.scndHdng {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.infr .col-sm-5 {
    width: 39.667%
}

.infr .col-sm-7 {
    width: 60.333%
}

.infr .mrTp {
    margin-top: 60px
}

.infr .ic_im {
    text-align: center
}

.faq-accordion .faq-main {
    line-height: 1.7;
    background: #fff;
    padding: 0
}

.faq-accordion .faq-main {
    border: 0;
    margin-bottom: 0
}

.faq-accordion .faq-main .faq-title {
    border-top: 1px solid #d3f7e0;
    padding: 17px 10px !important
}

.faq-accordion .faq-main .faq-title:hover {
    color: var(--site-color)
}

.faq-accordion .faq-main.open .faq-title {
    border-bottom: 0
}

.faq-title h4 {
    font-size: 16px !important;
    font-weight: 600;
    padding-right: 24px
}

.faq-accordion .faq-main.open h4 {
    color: var(--site-color)
}

[data-accordion]>[data-control]:after {
    background-position: -24px 3px;
    background-size: auto;
    height: 20px;
    right: 0
}

.faq-accordion [data-accordion].open>[data-control]:after {
    transform: none;
    background-position: 6px 2px;
    background-size: auto
}

.faq-accordion [data-accordion]>[data-control]:after {
    top: 18px !important
}

.faq-accordion [data-accordion].open>[data-control]:after {
    top: 12px !important
}

.faq-accordion .faq-content {
    padding: 10px 14px;
    margin-left: 17px
}

.faq {
    padding: 50px 0 50px;
    font-size: 16px
}

.faq p:not(:last-child) {
    padding: 0 0 20px
}

.faq .panel-group .panel+.panel {
    margin-top: 15px
}

.faq .panel-heading {
    padding: 15px 20px
}

.faq .panel-default>.panel-heading {
    color: #000;
    background-color: #ebebe9;
    border-color: transparent
}

.faq .panel-title {
    font-size: 18px;
    padding-right: 30px;
    position: relative
}

.faq .panel {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .07);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .07)
}

.faq .panel-title>a {
    display: block
}

.faq .panel-title [class*=fa-chevron] {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0
}

.faq .panel-title>a:focus,
.faq .panel-title>a:hover,
.faq .panel-title>a:visited {
    text-decoration: none
}

.faq .shrt {
    display: inline-block;
    width: 50px
}

.faq .panel-heading.active {
    background-color: #c6e0c9
}

.faq .panel-group .panel-heading+.faq .panel-collapse>.panel-body {
    border-top: 0
}

.faq .panel-body {
    padding: 25px 20px
}

.faq .panel-body div {
    display: inline-block;
    vertical-align: top
}

.faq .cnt {
    width: 95%
}

.shrd .carousel-control.left,
.shrd .carousel-control.right {
    background-image: none
}

.hghLte .btn-grn {
    background-color: var(--site-color);
    color: #fff;
    border: 1px solid var(--site-color)
}

.hghLte .pdCntDet {
    padding: 30px 30px 45px
}

.pdCntDet {
    padding: 30px 20px 0;
    text-align: center
}

.pdCntDet h5 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px
}

.pdCntDet .pmo {
    display: block;
    margin-top: 8px;
    font-size: 12px
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 17px 0;
    background-color: #e90f3d;
    color: #fff;
    font: 300 15px/1 Muli, sans-serif;
    text-transform: uppercase;
    text-align: center
}

.ribbon-top-left {
    top: -5px;
    left: -5px
}

.ribbon-top-left::before {
    top: 0;
    right: 0
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg)
}

.shrd .starIcn {
    color: #60831a;
    margin: 0 0 34px;
    font-size: 18px
}

.shrd .prcBlck {
    max-width: 250px;
    text-align: left;
    margin: 0 auto
}

.shrd ul {
    list-style-type: none;
    font-weight: 600;
    text-align: left
}

.shrd .carousel-inner li {
    padding: 14px 0;
    border-top: 1px dashed #b7b7b7;
    font-weight: 700
}

.shrd .carousel-inner>.item {
    transition: .6s ease-in-out all
}

.shrd .ltGry {
    color: #666;
    display: inline-block;
    margin: 0 12px 0 0;
    font-weight: 400
}

.shrd .fntBs {
    margin: 15px 0;
    color: #666;
    font-size: 18px
}

.shrd .fntFrm {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.shrd .prc {
    font-size: 17px;
    text-align: center;
    line-height: 1.1;
    margin: 0
}

.shrd .prcBig {
    font-size: 36px;
    color: var(--site-color);
    font-weight: 800
}
.shrd .prcSmall {
    font-size: 15px;
    color: var(--site-color);
    font-weight: 800
}
.prcBig {
    word-spacing: -4px
}

.shrd .regPrc {
    font-size: 16px;
    margin-bottom: 17px
}

.shrd .regPrcBlk {
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px
}

.shrd .carousel-control .fa-angle-left,
.shrd .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    font-size: 54px;
    color: #000;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.shrd .carousel-control {
    width: 0;
    opacity: .8
}

.shrd .carousel-inner {
    margin-left: 16px;
    margin-bottom: 40px
}

.shrd .caronav {
    text-align: center;
    padding: 0;
    margin: 40px 0
}

.shrd .caronav li {
    display: inline-block;
    padding: 0 20px
}

.shrd .caronav li a {
    color: #878787;
    background: 0 0;
    text-transform: uppercase
}

.shrd .caronav li.active a {
    color: #111
}

.btn-grn {
    background-color: transparent;
    padding: 15px 50px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font-size: 15px;
    color: #484040;
    text-transform: uppercase
}

.btn-grn:focus,
.btn-grn:hover {
    background-color: var(--site-color);
    color: #fff;
    border: 1px solid var(--site-color)
}

.btn-02 {
    background-color: #e90f3d;
    padding: 15px 50px;
    font-size: 15px;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase
}

.btn-02:focus,
.btn-02:hover {
    background-color: #f3214e;
    color: #fff
}

.thrLn {
    margin: 0 auto 17px;
    width: 124px
}

.thrLn .ln,
.thrLn .lnBlk {
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: 2px 4px
}

.thrLn .lnBlk {
    height: 3px;
    background-color: #fff
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.lds-rolling {
    position: relative
}

.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 44px;
    height: 44px;
    border: 4px solid #6b921d;
    border-top-color: transparent;
    border-radius: 50%
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 50%;
    left: 50%;
    position: absolute
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lds-rolling {
    width: 42px !important;
    height: 42px !important;
    margin: 10px auto
}

.im_loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    background: #fff url(assets/images/loader.gif) no-repeat center center;
    width: 70px;
    height: 70px;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: .7
}

.blk_sep {
    padding: 70px 0
}

.blk_sep_ob {
    padding-bottom: 70px
}

.cust_support {
    border-top: 1px solid #ccc;
    text-align: center
}

.cust_support .hed_panel {
    font-size: 48px;
    font-weight: 700
}

.cust_support .hed_panel_sub {
    font-size: 30px;
    font-weight: 400;
    margin: 15px 0 45px
}

.cust_support h6 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0
}

.cust_support .tx01 {
    font-size: 18px
}

.cust_support.cs2 {
    padding: 30px 0 40px;
    text-align: left
}

.cust_support.cs2 .tx01 {
    font-size: 16px
}

.cust_support.cs2 h6 {
    margin: 5px 0 10px
}

.cust_support.cs2 i {
    position: absolute;
    left: 0;
    top: 0
}

.cust_support.cs2 [class*=col-] {
    padding-left: 100px;
    padding-right: 20px
}

.cust_support.cs2 .lst {
    padding-left: 110px
}

.ion:before {
    content: "";
    display: inline-block;
    background-image: url(assets/images/icon_gr.png);
    background-repeat: no-repeat
}

.ion-chevron-down:before {
    background-position: 0 -222px;
    width: 14px;
    height: 8px
}

.ion-chevron-down-white:before {
    background-position: -34px -222px;
    width: 14px;
    height: 8px
}

.ion-chevron-right:before {
    background-position: -5px -261px;
    width: 8px;
    height: 14px
}

.fbic {
    background-position: -6px -317px;
    width: 32px;
    height: 32px
}

.twic {
    background-position: -52px -317px;
    width: 32px;
    height: 32px
}

.gpic {
    background-position: -97px -317px;
    width: 32px;
    height: 32px
}

.igic {
    background-position: -140px -317px;
    width: 32px;
    height: 32px
}

.sec01_white.contct_emel {
    border-top: 1px solid #d3d3d3;
    padding: 30px 0 40px
}

.sec01_white.contct_emel a {
    color: #000
}

.sec01_white.contct_emel a:hover {
    color: var(--site-color);
    text-decoration: none
}

.contact_ico.supprt {
    width: 60px;
    height: 60px;
    background-position: -1px 0
}

.contact_ico.accts {
    width: 60px;
    height: 60px;
    background-position: -84px 0
}

.contact_ico.sles {
    width: 60px;
    height: 60px;
    background-position: -175px 0
}

.contact_ico {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/contact_ico.png);
    background-repeat: no-repeat
}

.contct_emel [class*=col-] {
    padding-left: 82px;
    padding-right: 20px
}

.contct_emel .col-sm-4 i {
    position: absolute;
    left: 10px;
    top: 0
}

.contct_emel h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 3px 0 3px
}

.fa,
.ico_dg {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/icon_gr.png);
    background-repeat: no-repeat
}

.reliable_pan {
    text-align: center
}

.hed_panel {
    font-size: 40px;
    font-weight: 700;
    text-align: center
}

.hed_panel_sub {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #4f4f4f;
    margin: 25px auto 60px;
    max-width: 1050px
}

.reliable_pan .txPrice {
    font-size: 30px;
    line-height: 1;
    font-family: AvantGardeITCbyBT-Demi, sans-serif
}

.reliable_pan .tx01 {
    padding: 0 20px
}

.reliable_pan .tx02 {
    font-size: 14px;
    font-weight: 700;
    margin: 17px 0 10px
}

.reliable_pan .txPrice sub {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle
}

.reliable_pan .shadow_b {
    position: relative;
    background-color: #fff;
    padding: 12px;
    padding-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    transition: all .2s
}

.reliable_pan .shadow_b:hover {
    box-shadow: 0 0 15px rgba(0, 171, 77, .25);
    transform: scale(1.029)
}

.reliable_pan .img_pan {
    height: 178px;
    vertical-align: middle;
    padding-top: 15px
}

.reliable_pan h6 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin: 12px 0
}

.reliable_pan .btn_pan {
    margin-top: 20px
}

.infra_pan01 {
    min-height: 500px;
    background-image: url(assets/images/bg01_dgh.jpg);
    background-attachment: fixed;
    padding: 70px 0;
    color: #fff
}

.feture_pan {
    background-image: url(assets/images/bg_cloud_01.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    background-color: #e6e6e6;
    padding: 70px 0
}

.feture_pan h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px
}

.feture_pan ul {
    list-style: none;
    margin-top: 30px
}

.feture_pan [class*=col-] {
    padding-left: 50px
}

.feture_pan .chk {
    margin-right: 8px
}

a.btn_dgh_01 {
    display: inline-block;
    background-color: #35af4b;
    border-radius: 4px;
    color: #fff;
    padding: 12px 40px;
    font-size: 22px
}

a.btn_dgh_01:active,
a.btn_dgh_01:focus,
a.btn_dgh_01:hover {
    text-decoration: none;
    background-color: #2d9c41
}

a.btn_dgh_02 {
    display: inline-block;
    border: 1px solid #e90f3d;
    border-radius: 6px;
    color: #e90f3d;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    width: 60%;
    transition: all .2s
}

a.btn_dgh_02:active,
a.btn_dgh_02:focus,
a.btn_dgh_02:hover {
    text-decoration: none;
    border: 1px solid #e90f3d;
    background: #e90f3d;
    color: #fff
}

a.btn_dgh_03 {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    background-color: #fff;
    color: #484040;
    padding: 10px 40px;
    transition: all .2s
}

a.btn_dgh_03:active,
a.btn_dgh_03:focus,
a.btn_dgh_03:hover {
    text-decoration: none;
    background-color: #e0e0e0
}

a.btn_dgh_04 {
    display: inline-block;
    border: 1px solid #e90f3d;
    border-radius: 5px;
    color: #e90f3d;
    padding: 10px 25px;
    font-size: 18px
}

a.btn_dgh_04:active,
a.btn_dgh_04:focus,
a.btn_dgh_04:hover {
    text-decoration: none;
    background-color: #e90f3d;
    color: #fff
}

a.btn_dgh_05 {
    display: inline-block;
    border: 1px solid var(--site-color);
    border-radius: 4px;
    background-color: var(--site-color);
    color: #fff;
    padding: 10px 25px;
    font-size: 18px
}

a.btn_dgh_05:active,
a.btn_dgh_05:focus,
a.btn_dgh_05:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--site-color);
    color: var(--site-color)
}

.btn_dgh_05b {
    display: inline-block;
    border: 2px solid var(--site-color);
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 18px
}

.btn_dgh_05b:active,
.btn_dgh_05b:focus,
.btn_dgh_05b:hover {
    text-decoration: none;
    background-color: var(--site-color);
    color: #fff
}

a.btn_dgh_05a {
    display: inline-block;
    border: 1px solid var(--site-color);
    background-color: var(--site-color);
    color: #fff;
    padding: 10px 25px;
    font-size: 18px
}

a.btn_dgh_05a:active,
a.btn_dgh_05a:focus,
a.btn_dgh_05a:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--site-color);
    color: var(--site-color)
}

.btn_dgh_05c,
.btn_dgh_05c:active,
.btn_dgh_05c:focus,
.btn_dgh_05c:visited {
    display: inline-block;
    border: 2px solid var(--site-color) !important;
    border-radius: 4px;
    background-color: var(--site-color);
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    outline: 0
}

.btn_dgh_05c:hover {
    text-decoration: none;
    background-color: #fff;
    color: var(--site-color);
    outline: 0
}

a.btn_dgh_06 {
    display: inline-block;
    border: 1px solid #00e494;
    border-radius: 26px;
    background-color: #fff;
    color: #000042;
    padding: 6px 18px;
    font-size: 15px
}

a.btn_dgh_06:active,
a.btn_dgh_06:focus,
a.btn_dgh_06:hover {
    text-decoration: none;
    background-color: #00e494;
    border: 1px solid #00e494;
    color: #fff
}

.btn_dgh_07 {
    display: inline-block;
    border: 2px solid #e2e4ea;
    border-radius: 4px;
    background-color: #fff;
    border-radius: 4px;
    color: #5e6065;
    padding: 8px 30px;
    font-size: 18px
}

.btn_dgh_07:active,
.btn_dgh_07:focus,
.btn_dgh_07:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.transfer_domain_hosting br {
    display: none
}

.transfer_domain_hosting {
    background-image: url(assets/images/registerdomain_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center
}

.transfer_domain_hosting.plspricng {
    background-image: url(assets/images/domain_pricing_bg01.jpg)
}

.transfer_domain_hosting h3 {
    font-size: 29px;
    font-weight: 700
}

.transfer_domain_hosting h4 {
    font-size: 20px;
    font-weight: 700;
    max-width: 700px;
    margin: 30px auto
}

.transfer_domain_hosting .btn_pan a,
.transfer_domain_name .btn_pan a {
    margin: 0 10px
}

.sectop .btn_pan {
    margin-top: 44px
}

.feture_blk h3 {
    font-size: 30px;
    font-weight: 700
}

.feture_blk h4 {
    font-size: 17px;
    line-height: 1.2;
    margin: 20px auto
}

.dark_bg.feture_blk .btn_pan {
    margin: 0 10px
}

.wphos4 h3.scndHdng {
    font-size: 20px
}

.dark_bg p {
    text-shadow: 1px 1px 17px #000
}

.mgnfetur {
    background-image: url(assets/images/bg_busihosting03.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 516px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    text-align: center
}

.mgnfetur h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 30px
}

.mgnfetur h4 {
    font-size: 20px;
    line-height: 1.2;
    max-width: 1000px;
    margin: 20px auto 30px
}

.domain_ico {
    display: inline-block;
    background: url(assets/images/ico_dname.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.dn_manager {
    background-position: -1px -2px;
    height: 88px;
    width: 120px
}

.dns_hosting {
    background-position: -163px -2px;
    height: 112px;
    width: 82px
}

.email_con {
    background-position: -285px -2px;
    height: 94px;
    width: 92px
}

.support247 {
    background-position: -400px -2px;
    height: 94px;
    width: 94px
}

.free_with .dn_free,
.infra_ser {
    text-align: center
}

.dn_free .ico_pan {
    display: table;
    height: 120px;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.free_with .dn_free h4,
.infra_ser h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0
}

.dn_purch_transf {
    position: relative;
    background-color: #f1eff2;
    padding: 60px 0
}

.dn_purch_transf .bg_dn_purch_transf {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(assets/images/dn_pur_tr.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 60%
}

.dn_purch_transf h2,
.dn_transf h2 {
    font-size: 44px;
    font-weight: 700
}

.dn_purch_transf p,
.dn_transf p {
    margin: 30px 90px 30px 0;
    font-size: 18px
}

.blk_sep {
    padding: 40px 0
}

.blk_sep_ob {
    padding-bottom: 40px
}

.sec01_white h2.h201 {
    font-size: 40px;
    margin: 0 auto 30px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.sec01_white.benifit_dnreg h3.h301 {
    font-size: 20px;
    max-width: 964px;
    margin-left: auto;
    margin-right: auto
}

.sec01_white .row h3 {
    font-size: 22px;
    margin: 0 0 15px
}

.sec01_white .row h3.scndHdng2 {
    font-weight: 700
}

body .sec01_white h3.h301 {
    color: #111;
    font-size: 19px;
    line-height: 1.3;
    margin: 0 auto 70px;
    text-align: center
}

.benifit_dnreg .mrTp {
    margin-top: 60px
}

.sectop h2 {
    font-size: 38px;
    margin: 0 0 25px;
    font-weight: 700
}

.sectop h3 {
    font-size: 23px;
    margin: 0 0 25px
}

.sectop p {
    font-size: 18px;
    line-height: 1.4
}

.sectop p+p {
    margin-top: 20px
}

.vps_feture {
    background-image: url(assets/images/vps_bg01.jpg);
    background-repeat: no-repeat;
    min-height: 576px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    text-align: center
}

.vps_feture h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

body .vps_feture h3 {
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3;
    margin: 40px auto;
    max-width: 850px
}

[align=center] {
    text-align: center
}

.full_block {
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 516px;
    padding: 80px 0;
    background-size: cover;
    background-position: center
}

.full_block h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 30px
}

.infra_drk01 h3 {
    text-align: left;
    margin: 0
}

.full_block .btn_pan {
    text-align: center;
    margin: 40px 0 10px
}

.full_block .img_pan {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    width: 300px
}

.full_block h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 30px auto 20px
}

.full_block h5 {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px auto 50px
}

.infra_drk01 h5 {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0 20px
}

.vps_flex h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px
}

.vps_flex p {
    margin-bottom: 15px
}

.dedicated_ic {
    display: inline-block;
    background: url(assets/images/dedicated_server_ic.png) no-repeat
}

.dedicated_ic.uptme99 {
    background-position: -17px -237px;
    height: 104px;
    width: 104px
}

.dedicated_ic.cuhotsol {
    background-position: -152px -237px;
    height: 78px;
    width: 78px
}

.dedicated_ic.spprt {
    background-position: -265px -237px;
    height: 86px;
    width: 85px
}

.dedicated_ic.pwerfu {
    background-position: -1px 0;
    height: 187px;
    width: 183px
}

.dedicated_ic.flxebi {
    background-position: -225px 12px;
    height: 187px;
    width: 174px
}

.dedicated_ic.mccont {
    background-position: -431px 12px;
    height: 187px;
    width: 206px
}

.dedicated_need {
    background-image: url(assets/images/bg_gray_at_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom left
}

.dedicated_need h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px
}

.dedicated_need h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.dedicated_need .row+.row {
    margin-top: 20px
}

.vps_ic {
    display: inline-block;
    background: url(assets/images/ico_vps.png) no-repeat
}

.vps_ic.uptm99 {
    background-position: 0 0;
    height: 153px;
    width: 143px
}

.vps_ic.cusser {
    background-position: -167px 0;
    height: 153px;
    width: 148px
}

.vps_ic.prosup {
    background-position: -353px 0;
    height: 153px;
    width: 148px
}

.vps_need .img_pan {
    margin-top: 30px;
    margin-bottom: 20px
}

.vps_need h3 {
    font-size: 30px;
    font-weight: 700;
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.vps_need h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.wp_need .img_pan {
    margin-bottom: 15px
}

.wp_need h5 {
    max-width: 760px;
    text-align: center
}

.wp_need.full_block .img_pan {
    height: 232px
}

.mgn_need {
    background-image: url(assets/images/bg_dark_magento02.jpg);
    min-height: 516px
}

.mgn_need .img_pan {
    height: 223px
}

body .dark_bg.colocpro {
    /*background-image: url(assets/images/bg_colocpro.jpg);*/
    background-attachment: fixed;
    background-position: top right;
    color: #fff;
    text-align: left
}

body .colocpro h3 {
    font-size: 72px;
    font-weight: 700;
    text-align: left
}

.colocpro p {
    font-size: 24px;
    font-weight: 300
}

.full_block.colocpro .btn_pan {
    text-align: left
}

.coloc_data_cen .mrTp,
.sec01_white .mrTp,
.sec02_white .mrTp,
.vps_hosting .mrTp {
    margin-top: 60px
}

.aboutus_pg h2 {
    padding: 20px 0
}

.infra_pan01 {
    text-align: center
}

.infra_pan01 h2 {
    font-size: 40px;
    font-weight: 700
}

.infra_pan01 h4 {
    font-size: 30px;
    color: #bcbcbc;
    max-width: 900px;
    margin: 48px auto
}

.bg_clr2 {
    background-color: #e9e9e9;
    padding: 30px 0
}

.reseller02 h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 40px 0 10px
}

.reseller02 h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 10px
}

.resellertab .nav {
    text-align: center;
    font-size: 0
}

.resellertab .nav li {
    position: relative;
    display: inline-block;
    border-left: 1px solid #597520;
    border-right: 1px solid #597520
}

.resellertab .nav li:first-child {
    border-left: 0
}

.resellertab .nav li:last-child {
    border-right: 0
}

.resellertab .nav li a {
    font-size: 16px;
    background: #6b921d;
    color: #fff;
    padding: 15px 40px
}

.resellertab .nav li.active a {
    background: #e9e9e9;
    color: #000
}

.resellertab .nav li.active:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(100% - 3px);
    left: 0;
    border-bottom: 3px solid #6b921d;
    height: 2px;
    width: 100%
}

.resellertab .nav li.active:after {
    content: "";
    position: absolute;
    left: 20px;
    top: calc(100% + 0px);
    width: 8px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #6b921d
}

.resler_tabs_con.tab-content {
    background: #f7f7f7;
    background-image: linear-gradient(#e9e9e9, #fff)
}

.list-cir2 {
    list-style: none
}

.list-cir2 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.list-cir2 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #6b921d;
    border-radius: 50%
}

.resler_tabs_con .list-cir2 {
    column-count: 2;
    column-gap: 40px
}

.bxPanel .box {
    text-align: center;
    width: 236px;
    height: 166px;
    color: #fff;
    margin: 10px
}

.resler_tabs_con {
    padding: 50px 0
}

.box.clr1 {
    background: #e86f60
}

.box.clr2 {
    background: #5c41c4
}

.box.clr3 {
    background: #e90f3d
}

.box.clr4 {
    background: #6b921d
}

.bxPanel .box h5 {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    margin-top: 10px
}

.bxPanel .box h6 {
    font-size: 15px;
    margin-top: 9px
}

i.rslrico {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/reseller_icon.png);
    background-repeat: no-repeat
}

i.f30 {
    position: absolute;
    left: 0;
    top: 0;
    background-position: -456px -63px;
    height: 86px;
    width: 84px
}

i.rpow {
    background-position: -461px -3px;
    height: 48px;
    width: 40px;
    margin: 0 auto
}

i.netsec {
    background-position: -579px 0;
    height: 48px;
    width: 50px;
    margin: 0 auto
}

i.hvac {
    background-position: -521px 1px;
    height: 48px;
    width: 50px;
    margin: 0 auto
}

i.fastset {
    background-position: -646px 1px;
    height: 48px;
    width: 50px;
    margin: 0 auto
}

i.fast_rs1 {
    background-position: -1px 1px;
    height: 140px;
    width: 146px;
    margin: 0 auto
}

i.supesy {
    background-position: -166px 1px;
    height: 140px;
    width: 146px;
    margin: 0 auto
}

i.lfe_sec {
    background-position: -309px 1px;
    height: 140px;
    width: 130px;
    margin: 0 auto
}

.trial30 {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 100px;
    max-width: 400px;
    margin-top: 30px;
    position: relative
}

.resell2client {
    text-align: center
}

.resell2client h3 {
    font-size: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.resell2client .row {
    margin-top: 50px
}

.resell2client h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0
}

.whmcs_sys {
    margin-bottom: -40px
}

.whmcs_laptop {
    background-image: url(assets/images/reseller_03_bg.png);
    background-repeat: repeat-x;
    background-position: bottom left
}

.useserver h3 {
    font-size: 36px;
    font-weight: 700
}

.useserver h4 {
    font-size: 20px;
    max-width: 600px;
    margin: 52px auto
}

.sever_meet {
    position: relative;
    min-height: 551px;
    background-color: #e6e6e6;
    padding: 55px 0
}

.sever_meet .bg_feture {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(assets/images/server_working_prof.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 50%
}

.sever_meet [class*=col-] {
    padding-left: 50px
}

.sever_meet h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px
}

.sever_meet h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.sever_meet ul {
    list-style: none;
    margin-top: 30px
}

.sever_meet ul li {
    margin-bottom: 17px
}

.sever_meet .chk {
    margin-right: 8px
}

ul.tab_list {
    text-align: center;
    margin-bottom: 40px
}

ul.tab_list a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    background: #999;
    padding: 10px 40px;
    color: #fff;
    font-size: 20px
}

ul.tab_list .active a {
    background: #f80
}

ul.tab_list .active a:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #f80
}

ul.tab_list li {
    list-style: none;
    display: inline-block
}

.tx_pr_plan .row_g {
    display: table;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #ccc
}

.tx_pr_plan .row_g>* {
    display: table-cell;
    vertical-align: top;
    width: 64% !important
}

.tx_pr_plan .row_g p {
    font-size: 13px;
    color: #000
}

.tx_pr_plan .row_g p label {
    margin: 0;
    text-align: left;
    width: 78px;
    float: left;
    font-size: 14px;
    font-size: 12px;
    font-weight: 400
}

.tx_pr_plan .row_g p .actual-price {
    margin-right: 8px;
    text-decoration: line-through
}

.tx_pr_plan .row_g p span.actual-price.save {
    text-decoration: none
}

i.net-price1 {
    text-align: center;
    color: #ed2e21
}

.web_hosting .hosting_bx:hover .row_g p {
    color: #fff
}

.tx_pr_plan .row_g p span.net-price {
    float: right;
    color: #ed2e21
}

.tx_pr_plan strong {
    padding-right: 2px
}

.tx_pr_plan i {
    padding-left: 2px
}

.c_d_sectio p.reg01 {
    font-size: 14px;
    margin: 20px 0
}

.utmavobold.f_row {
    margin-bottom: 17px;
    font-size: 18px;
    margin-top: 20px
}

ul.site_con_b {
    font-size: 14px;
    color: #676767;
    line-height: 22px;
    margin-bottom: 34px;
    padding-left: 20px
}

.dhtb_st th {
    background: #6b921d;
    color: #fff
}

.busihos4 {
    text-align: center
}

body .busihos4.sec02_white h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0
}

.busi_need {
    text-align: center
}

.busi_need h4 {
    font-weight: 700
}

.busi_need h5 {
    max-width: 900px
}

.busi_need .img_pan {
    height: 228px
}

.light_bg {
    color: #000
}

.dn_transf {
    background-image: url(assets/images/domain_transfer_bg02.jpg);
    background-size: cover
}

.transfer_domain_name {
    background-image: url(assets/images/domain_transfer_bg01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 516px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    text-align: center
}

.transfer_domain_name h4 {
    max-width: 780px
}

.domain_tr_ico {
    display: inline-block;
    background: url(assets/images/ico_dtrans.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

i.sel_domn {
    background-position: 0 15px;
    height: 140px;
    width: 116px
}

i.st_trns {
    background-position: -148px 0;
    height: 140px;
    width: 116px
}

i.apprve {
    background-position: -289px 8px;
    height: 140px;
    width: 98px
}

i.trns_compl {
    background-position: -416px 12px;
    height: 140px;
    width: 104px
}

i.chl01 {
    background-position: -542px 0;
    height: 110px;
    width: 114px
}

.trans_dm h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.2
}

.trans_dm h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px auto 15px
}

.trans_dm_ch .chioc {
    position: relative
}

.trans_dm_ch .chioc i,
.trans_dm_ch .chioc span {
    display: inline-block;
    vertical-align: middle
}

.trans_dm_ch .chioc span {
    font-size: 17px;
    padding-left: 15px;
    width: calc(100% - 130px)
}

.trans_dm_ch .dn_transf_chklst {
    margin-top: 40px
}

.srch_dname .elem_f {
    background: #ededec;
    padding: 30px
}

.srch_dname.serch_panel {
    max-width: 950px;
    text-align: center;
    margin-top: 30px
}

.dn_prcig {
    text-align: center
}

.domn_prcig_ch .prcebox {
    margin: 20px auto 0;
    max-width: 1020px
}

.prcebox table.table thead th {
    background: var(--site-color);
    border: 0;
    color: #fff;
    padding: 10px 10px;
    font-size: 17px;
    font-weight: 700;
    text-align: right
}

.prcebox table.table td {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right
}

.prcebox table.table td:first-child,
.prcebox table.table th:first-child {
    text-align: left;
    padding-left: 15px
}

.pric_tble .nav-tabs {
    text-align: center;
    border: 0
}

.pric_tble .nav-tabs a {
    font-size: 16px;
    padding: 10px 15px;
    color: #555;
    font-weight: 700
}

.pric_tble .nav-tabs a:active,
.pric_tble .nav-tabs a:focus,
.pric_tble .nav-tabs a:hover {
    color: #333;
    text-decoration: none !important
}

.pric_tble .nav-tabs li {
    float: none;
    display: inline-block
}

.pric_tble .nav-tabs>li.active>a {
    color: var(--site-color);
    border: 0;
    border-bottom: 4px solid var(--site-color)
}

.domn_prcig_ch h2 {
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: 700;
    color: #000
}

.domn_prcig_ch .cutprice {
    text-decoration: line-through
}

.domn_prcig_ch .orgprice {
    color: #e90f3d
}

.domn_prcig_ch .btx01 {
    color: #111
}

.btn_03 {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    color: #111;
    padding: 8px 20px;
    font-size: 15px;
    transition: all .2s
}

.btn_03:active,
.btn_03:hover {
    text-decoration: none;
    border: 1px solid #ccc;
    background: #e0e0e0;
    color: #111
}

.gp01 {
    display: inline-block;
    width: 40px
}

.cusch01 {
    display: none
}

.cusch01+label {
    font-size: 17px
}

.cusch01+label:before {
    content: "";
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url(assets/images/chbx.png);
    background-repeat: no-repeat;
    background-position: -41px 0
}

.cusch01:checked+label:before {
    background-position: 0 0
}

.off365ic3 .cir_o,
.off365ic3 .txb1 {
    display: inline-block;
    vertical-align: middle
}

.off365ic3 .txb1 {
    padding-left: 15px
}

.off365ic3 .txb1 h5 {
    font-size: 23px;
    margin-bottom: 6px
}

.off365ic3 .txb1 span {
    color: #666
}

.off365ic3 .cir_o {
    width: 96px;
    height: 96px;
    background: var(--site-color);
    border-radius: 50%;
    text-align: center;
    line-height: 5.5
}

i.off365_ic {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/off365_ico.png);
    background-repeat: no-repeat
}

i.emel {
    width: 130px;
    height: 125px;
    background-position: 0 0
}

i.mso {
    width: 62px;
    height: 45px;
    background-position: -160px 0
}

i.clud {
    width: 60px;
    height: 45px;
    background-position: -160px -72px
}

i.emelassu {
    width: 71px;
    height: 45px;
    background-position: -246px -67px
}

.gapp_busi {
    text-align: center
}

.gapp_busi h4 {
    font-size: 23px;
    margin: 20px 0
}

.gapp_busi p {
    color: #666;
    margin-bottom: 15px
}

.gapp_busi i.gapp_busi_ico {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/gsuit_ico01.png);
    background-repeat: no-repeat
}

.gapp_busi i.gdrive {
    background-position: -1px -3px;
    height: 98px;
    width: 111px
}

.gapp_busi i.gdoc {
    background-position: -132px -2px;
    height: 98px;
    width: 73px
}

.gapp_busi i.gcald {
    background-position: -223px -2px;
    height: 98px;
    width: 96px
}

.gapp_busi i.gshet {
    background-position: -340px -2px;
    height: 98px;
    width: 74px
}

.gapp_busi i.ghngout {
    background-position: -421px -2px;
    height: 98px;
    width: 80px
}

.gapp_busi i.cld_st {
    background-position: -6px -135px;
    height: 98px;
    width: 114px
}

.gapp_busi i.gmil {
    background-position: -150px -135px;
    height: 98px;
    width: 102px
}

.gapp_busi i.dcimagmet {
    background-position: -282px -135px;
    height: 98px;
    width: 90px
}

.gapp_busi i.outlkk {
    background-position: -407px -135px;
    height: 98px;
    width: 90px
}

.gapp_busi i.adcont {
    background-position: -528px -135px;
    height: 98px;
    width: 94px
}

.run_off365 {
    background-image: url(assets/images/off365_bg01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    text-align: center
}

.gsuit_wrkany h2,
.run_off365 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px
}

.gsuit_wrkany h4,
.run_off365 h4 {
    font-size: 20px;
    margin-bottom: 25px
}

.emelhost_chose h3.h301 {
    max-width: 760px
}

.gsut_chose h4,
.of365_ch h4 {
    font-size: 19px;
    margin: 30px 0 25px;
    font-weight: 700;
    max-width: 350px
}

.ehosting_ch h4 {
    font-size: 19px;
    margin: 30px 0 25px;
    font-weight: 700
}

.gsut_chose h4 {
    font-size: 22px
}

.gsut_chose h3 {
    max-width: 900px
}

.emel_hosting {
    background-image: url(assets/images/email_hosting_bg01.jpg);
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    text-align: center
}

.emel_hosting h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700
}

.emel_hosting h4 {
    margin: 25px 0
}

.email_ongo {
    background-image: url(assets/images/email_hosting_bg02.jpg);
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 80px 0;
    background-size: cover;
    background-position: left center;
    text-align: center
}

.email_ongo h4 {
    padding-top: 200px;
    font-size: 72px;
    margin-bottom: 15px;
    font-weight: 700
}

.email_ongo h4 .bttex {
    display: inline-block;
    background: var(--site-color);
    color: #fff;
    border-radius: 6px;
    padding: 10px
}

.email_ongo .tx3 {
    font-size: 25px;
    text-transform: uppercase
}

.email_ongo .tx3 i.dots {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: var(--site-color);
    border-radius: 50%;
    margin: 0 10px
}

.gsuit_list_item {
    background-image: url(assets/images/bg_gsuit_dark03.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 516px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: left
}

.gsuit_list_item h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px
}

.gsuit_list_item span {
    display: inline-block;
    vertical-align: middle
}

.gsuit_list_item .btxt {
    font-size: 54px;
    font-weight: 700;
    vertical-align: middle
}

.gsuit_list_item .stxt {
    text-transform: uppercase
}

.gsuit_list_item .bttx {
    background-color: #e90f3d;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase
}

.gsuit_list_item .btpan {
    margin-top: 20px
}

.gsuit_list_item .btpan a {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 10px 30px;
    text-transform: uppercase
}

.gsuit_list_item .btpan a:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    color: #333
}

.gsuit_list_item .tx01 {
    font-size: 23px;
    vertical-align: middle
}

.gsut_chose {
    text-align: center
}

.gsuit_support247 h4 {
    font-weight: 500
}

.gsuit_wrkany {
    background-image: url(assets/images/gsuit_bg01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 516px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    text-align: center
}

.gsuit_wrkany h4 {
    font-weight: 500;
    max-width: 800px
}

.dedica_ser_why {
    background-image: url(assets/images/dedicated_server_bg01.jpg);
    min-height: 516px
}

.dedica_ser_why h2 {
    font-size: 56px;
    font-weight: 700;
    text-align: center
}

.dedica_ser_why h3 {
    font-size: 24px;
    text-align: center;
    margin: 30px auto
}

.dedica_ser_why h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto
}

.grblk {
    background: #f2f2f2;
    text-align: center
}

.config_opt h2 {
    font-size: 36px;
    font-weight: 700
}

.config_opt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #484848;
    margin: 15px auto 30px
}

.config_opt table {
    text-align: left;
    color: #111
}

.config_opt .table thead th {
    font-size: 18px;
    font-weight: 700;
    color: var(--site-color);
    border-bottom: 1px solid var(--site-color);
    padding: 8px 4px;
    text-align: left
}

.config_opt .table td {
    font-size: 14px;
    color: #111;
    border-top: 0;
    border-bottom: 1px dashed #aaa;
    padding: 6px 4px;
    text-align: left
}

.dark_bg.full_block {
    min-height: 516px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    color: #fff
}

.server_mgn_service {
    background-image: url(assets/images/server_mngt_bg0.jpg);
    min-height: 516px
}

.server_mgn_service.full_block h4 {
    font-size: 22px;
    font-weight: 400;
    max-width: 830px;
    text-align: center;
    line-height: 1.3;
    margin: 40px auto 40px
}

.server_mngt_why .row {
    text-align: left
}

.server_mngt_why h2 {
    font-size: 64px;
    font-weight: 700;
    text-align: center
}

.server_mngt_why h3 {
    font-size: 24px;
    font-weight: 400;
    max-width: 800px;
    margin: 40px auto
}

.server_mngt_why h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 25px 0
}

.partners_accre .logo_s img {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px
}

.ser_mng_ico {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/server_mngt_ico.png);
    background-repeat: no-repeat
}

i.raid {
    width: 82px;
    height: 105px;
    background-position: -2px -8px
}

i.recovry_w {
    width: 112px;
    height: 105px;
    background-position: -214px 0
}

i.removl_w {
    width: 145px;
    height: 105px;
    background-position: -407px 5px
}

i.repair_w {
    width: 88px;
    height: 105px;
    background-position: -618px 0
}

i.miti_w {
    width: 162px;
    height: 120px;
    background-position: 0 -148px
}

i.errr_w {
    width: 117px;
    height: 120px;
    background-position: -208px -142px
}

i.resuce_w {
    width: 100px;
    height: 120px;
    background-position: -409px -136px
}

i.reco_d_w {
    width: 88px;
    height: 120px;
    background-position: -611px -142px
}

.wbprtct_securty {
    background-image: url(assets/images/web_protect_bg01.jpg);
    min-height: 516px
}

.wbprtct_securty h2 {
    font-size: 48px;
    font-weight: 700
}

.wbprtct_securty h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px auto
}

.wbprtct_securty h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px
}

.wbprtct_securty h3 b {
    font-weight: 800
}

.wbprtct_lnx h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px
}

.wbprtct_lnx h5 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 70px
}

.wbprtct_lnx h3 {
    font-weight: 700
}

.wbprtct_sec h3.h301 {
    font-size: 18px;
    font-weight: 400;
    color: #111
}

.btn_pan.panbtm,
.spmprtct_sec2 .btn_pan,
.wbprtct_lnx .btn_pan {
    text-align: center;
    margin-top: 30px
}

.spmprtct_sec .h23 {
    font-size: 24px;
    margin: 10px 0 15px;
    text-align: center
}

.spmprtct_sec h3.h301 {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    max-width: 900px
}

.spmprtct_sec h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px
}

body .spmprtct_securty {
    background-image: url(assets/images/spam_protct_bg01.jpg);
    min-height: 516px;
    text-align: center
}

.spmprtct_sec p+p {
    margin-top: 20px
}

.spam_ic {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/spam_ico_g.png);
    background-repeat: no-repeat
}

i.spam_ic.flter {
    width: 175px;
    height: 175px;
    background-position: 0 0
}

i.spam_ic.prvirs {
    width: 175px;
    height: 175px;
    background-position: -208px 0
}

i.spam_ic.spmeml {
    width: 175px;
    height: 175px;
    background-position: -426px 0
}

i.spam_ic.plus_sp {
    width: 55px;
    height: 54px;
    background-position: -653px 0
}

.spmprtct_securty h3 b,
.web_monioring h3 b {
    font-weight: 800
}

.full_block.web_monioring h3 {
    font-size: 36px;
    font-weight: 800
}

.web_monioring h4 {
    max-width: 800px;
    line-height: 1.4;
    text-align: center
}

.spmprtct_securty .col-125 {
    text-align: center
}

.cdn_fe.feture h4,
.spmprtct_sec.feture h4,
.spmprtct_sec2.feture h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px
}

.cdn_fe.feture p,
.spmprtct_sec.feture p,
.spmprtct_sec2.feture p {
    max-width: 450px
}

.web_monioring {
    background-image: url(assets/images/cdn_bg01.jpg);
    min-height: 516px
}

.web_monioring.monitor {
    background-image: url(assets/images/monitoring_bg01.jpg);
    background-attachment: revert
}

.monitoring_works {
    text-align: center
}

.monitoring_works h4 {
    font-size: 34px;
    font-weight: 700;
    margin: 30px 0
}

.monitoring_works h3.h301 {
    color: #000;
    font-weight: 400;
    max-width: 1000px
}

.ico_monitoring {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/ico_monitoring.png);
    background-repeat: no-repeat
}

i.monit_lo {
    width: 196px;
    height: 182px;
    background-position: 0 -4px
}

i.monit_para {
    width: 199px;
    height: 182px;
    background-position: -230px -2px
}

i.monit_frq {
    width: 182px;
    height: 182px;
    background-position: -460px 0
}

body .dark_bg.cdn_wroks {
    background-image: url(assets/images/bg_cdn_dark01.jpg);
    background-attachment: unset;
    background-position: top left;
    text-align: left
}

.cdn_wroks h3 {
    font-size: 36px;
    text-align: left;
    margin: 10px 0 20px
}

.cdn_wroks p {
    margin: 20px 0;
    font-size: 17px;
    max-width: 500px
}

.w100wh {
    background: #c6d7cd;
    height: 12px
}

.w100clord {
    background: var(--site-color);
    height: 12px;
    max-width: 80px
}

.agileteam {
    text-align: center
}

.agileteam .ic_pan {
    margin-left: auto;
    margin-right: auto
}

.ic_mngcloud {
    display: inline-block;
    background: url(assets/images/manage_cloud_icn.png) no-repeat;
    overflow: hidden;
    vertical-align: middle
}

.ic_mngcloud.tim {
    background-position: 1px 15px;
    width: 124px;
    height: 158px
}

.ic_mngcloud.pro {
    background-position: -151px 4px;
    width: 163px;
    height: 158px
}

.ic_mngcloud.scle {
    background-position: -342px 0;
    width: 158px;
    height: 158px
}

.agileteam h3 {
    font-size: 40px
}

.agileteam h5 {
    font-size: 22px
}

.agileteam h4 {
    font-size: 24px;
    font-weight: 700;
    max-width: 275px;
    margin: 30px auto 20px
}

.agileteam p {
    font-size: 18px
}

.ic_mngcloud.bckman {
    background-position: 1px -193px;
    width: 205px;
    height: 170px
}

.ic_mngcloud.sslins {
    background-position: -226px -181px;
    width: 172px;
    height: 170px
}

.ic_mngcloud.suppex {
    background-position: -423px -176px;
    width: 168px;
    height: 170px
}

.mngcl_plan h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.mngcl_plan h3.h301 {
    font-size: 24px
}

.btn_tab01 {
    text-align: center;
    font-size: 0
}

.btn_tab01 li {
    display: inline
}

.btn_tab01 li:first-child a {
    border-left: 1px solid #d2d2d2
}

.btn_tab01 li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 15px 15px;
    min-width: 186px
}

.btn_tab01 li.active a {
    box-shadow: none;
    padding: 22px 15px 15px;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    z-index: 2;
    background: var(--site-color)
}

.btn_tab01 li a i {
    transition: all .2s
}

.mngcl_plan .lgo_gr {
    display: inline-block;
    background: url(assets/images/cloudplan_logo.png) no-repeat;
    overflow: hidden;
    vertical-align: middle
}

.lgo_gr.gcloud {
    background-position: 0 0;
    width: 125px;
    height: 72px
}

.active .lgo_gr.gcloud {
    background-position: 0 -100px
}

.lgo_gr.aws {
    background-position: -156px 8px;
    width: 104px;
    height: 72px
}

.active .lgo_gr.aws {
    background-position: -156px -100px
}

.lgo_gr.digocen {
    background-position: -281px 0;
    width: 99px;
    height: 73px
}

.active .lgo_gr.digocen {
    background-position: -281px -101px
}

.lgo_gr.vltre {
    background-position: -408px 11px;
    width: 162px;
    height: 72px
}

.active .lgo_gr.vltre {
    background-position: -408px -90px
}

.lgo_gr.linode {
    background-position: -611px 9px;
    width: 130px;
    height: 72px
}

.active .lgo_gr.linode {
    background-position: -611px -100px
}

.lgo_gr.digh {
    background-position: -767px 0;
    width: 130px;
    height: 72px
}

.active .lgo_gr.digh {
    background-position: -767px -101px
}

.mngcl_plan .hd_b {
    background: #f4f4f4;
    padding: 15px 20px;
    margin-bottom: 70px;
    position: relative
}

.mngcl_plan .hd_b:after {
    content: "";
    position: absolute;
    left: -5px;
    right: 0;
    top: 88%;
    background: #f4f4f4;
    height: 40px;
    transform: rotate(-5deg)
}

.mngcl_plan .hd_b .tx2 {
    display: inline-block;
    padding: 3px 6px;
    background: #fff;
    border-radius: 3px;
    margin: 4px 0 10px;
    color: #000;
    font-size: 13px
}

.mngcl_plan .popullar .hd_b {
    background: var(--site-color);
    color: #fff
}

.mngcl_plan .popullar .hd_b:after {
    background: var(--site-color)
}

.mngcl_plan .hd_b h5 {
    font-size: 44px
}

.mngcl_plan .popullar .hd_b h5 {
    font-weight: 700
}

.mngcl_plan .tab-content {
    margin: 30px 0 0
}

.mngcl_plan .planbx {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    overflow: hidden;
    position: relative;
    background: #fff
}

.mngcl_plan .planbx.popullar {
    box-shadow: 0 0 17px rgba(0, 0, 0, .12);
    z-index: 10;
    border-radius: 14px
}

.mngcl_plan .planbx .dta {
    padding: 10px 20px
}

.mngcl_plan .planbx .dta>div {
    border-bottom: 1px dotted #ccc;
    padding: 14px 0
}

.mngcl_plan .btn_pan {
    margin: 17px 0
}

.mngcl_plan .notee {
    font-size: 13px;
    max-width: 800px;
    margin: 30px auto
}

.cloud_mn .table {
    border: 1px solid #dcdcdc !important;
    border-bottom: 0 !important;
    color: #111
}

.cloud_mn th {
    background: #eff3f8;
    color: #000;
    font-weight: 700;
    border-top: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
    vertical-align: top !important
}

.cloud_mn th span {
    font-size: 13px;
    font-weight: 400;
    display: block
}

.cloud_mn td {
    color: #111;
    border-top: 0 !important;
    border-bottom: 1px solid #dcdcdc !important
}

body .migrte_clud {
    background-image: url(assets/images/manage_cloud_bg0.jpg);
    background-attachment: unset;
    background-position: top left;
    text-align: left;
    color: #111
}

body .migrte_clud .container-full * {
    text-align: left
}

.migrte_clud p {
    font-size: 17px
}

.mngcld {
    text-align: center
}

.mngcld h4 {
    font-size: 22px;
    margin: 30px 0;
    font-weight: 700
}

.ssl_cer {
    background-image: url(assets/images/ssl_bg01.jpg)
}

.ssl_cer .cn_tx {
    max-width: 600px;
    font-size: 18px
}

body .ssl_cer .container-full h3 {
    font-size: 30px;
    margin: 30px 0;
    font-weight: 700
}

.abotpghd {
    font-size: 36px;
    max-width: 1000px;
    margin: 30px auto 30px;
    font-weight: 700;
    text-align: center
}

.dgh_why .dg_ab_ic h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px
}

.busihost_ic {
    display: inline-block;
    background: url(assets/images/busines_wh_ico.png) no-repeat
}

.busihost_ic.migra {
    background-position: -1px 7px;
    height: 209px;
    width: 163px
}

.busihost_ic.remobk {
    background-position: -185px 12px;
    height: 209px;
    width: 277px
}

.busihost_ic.malwre {
    background-position: -468px 10px;
    height: 209px;
    width: 206px
}

.abt_ico {
    display: inline-block;
    background: url(assets/images/icn_abt.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    transition: transform .2s linear
}

.ico_pan:hover .abt_ico {
    transform: scale(1.1)
}

.abt_ico.sup247 {
    background-position: -1px 8px;
    height: 108px;
    width: 82px
}

.abt_ico.bkup {
    background-position: -122px 5px;
    height: 108px;
    width: 110px
}

.abt_ico.ssl_ins {
    background-position: -272px 5px;
    height: 108px;
    width: 112px
}

.abt_ico.firew {
    background-position: -419px -2px;
    height: 108px;
    width: 112px
}

.abt_ico.appunl {
    background-position: -1px -126px;
    height: 108px;
    width: 90px
}

.abt_ico.phpmu {
    background-position: -128px -138px;
    height: 108px;
    width: 116px
}

.abt_ico.cdnab {
    background-position: -277px -134px;
    height: 108px;
    width: 100px
}

.abt_ico.stckop {
    background-position: -422px -139px;
    height: 108px;
    width: 95px
}

.abt_ico.dnsmn {
    background-position: -1px -126px;
    height: 108px;
    width: 90px
}

.abt_ico.sermon {
    background-position: 1px -288px;
    height: 108px;
    width: 95px
}

.abt_ico.dashmn {
    background-position: -139px -288px;
    height: 108px;
    width: 106px
}

.abt_ico.ssdser {
    background-position: -309px -291px;
    height: 108px;
    width: 94px
}

.abt_drk01 {
    background-image: url(assets/images/about_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.abt_drk01 h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3
}

.abt_drk01 p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.3
}

.ico_contct {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/icn_contact.png);
    background-repeat: no-repeat
}

i.ico_contct.phne {
    width: 136px;
    height: 159px;
    background-position: 0 10px
}

.shadow_b:hover i.ico_contct.phne {
    background-position: 0 -181px
}

i.ico_contct.tickt {
    width: 157px;
    height: 159px;
    background-position: -189px 0
}

.shadow_b:hover i.ico_contct.tickt {
    background-position: -189px -191px
}

i.ico_contct.emelc {
    width: 127px;
    height: 159px;
    background-position: -416px 10px
}

.shadow_b:hover i.ico_contct.emelc {
    background-position: -416px -181px
}

i.ico_contct.chatc {
    width: 187px;
    height: 159px;
    background-position: -605px 10px
}

.shadow_b:hover i.ico_contct.chatc {
    background-position: -605px -181px
}

i.ico_contct.knledbas {
    width: 134px;
    height: 159px;
    background-position: -1px -545px
}

.shadow_b:hover i.ico_contct.knledbas {
    background-position: -1px -725px
}

i.ico_contct.anoucemnt {
    width: 118px;
    height: 159px;
    background-position: -207px -545px
}

.shadow_b:hover i.ico_contct.anoucemnt {
    background-position: -207px -726px
}

i.ico_contct.netwkrstus {
    width: 118px;
    height: 159px;
    background-position: -400px -545px
}

.shadow_b:hover i.ico_contct.netwkrstus {
    background-position: -400px -722px
}

i.ico_contct.fq_supprt {
    width: 134px;
    height: 159px;
    background-position: -613px -542px
}

.shadow_b:hover i.ico_contct.fq_supprt {
    background-position: -613px -723px
}

.contct01 .shadow_b a:hover,
.contct01 .shadow_b a:focus,
.contct01 .shadow_b a:active{
    text-decoration:none;
}

.contct01 .shadow_b {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 25px 12px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15)
}


.contct01 .shadow_b:hover {
    background-color: var(--site-color);
    color: #fff !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, .01)
}

.contct01 .row {
    margin-top: 45px
}

.contct01 .row>div {
    margin-top: 20px;
    margin-bottom: 20px
}

.contct01 h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 8px;
    text-align: center
}

.contct01 h4 {
    font-size: 23px;
    color: var(--site-color);
    font-weight: 700;
    margin: 22px 0
}

.contct01 .shadow_b:hover h4 {
    color: #fff
}

a:hover .tx01 {
    color: #fff
}

.contct01 .tx01 {
    font-size: 18px;
    color:#111;
}

.cntct_detel {
    background-image: url(assets/images/bg_contct01.jpg);
    min-height: 600px
}

.cntct_detel .row {
    text-align: left
}

i.ico_contct.loction {
    width: 76px;
    height: 92px;
    background-position: 0 -407px
}

i.ico_contct.phfx {
    width: 90px;
    height: 92px;
    background-position: -115px -407px
}

i.ico_contct.emeld {
    width: 89px;
    height: 92px;
    background-position: -255px -407px
}

.cntct_detel .icpan,
.cntct_detel .txb1 {
    display: inline-block;
    vertical-align: top
}

.cntct_detel .txb1 {
    padding-left: 15px;
    font-size: 17px
}

.cntct_detel .txb1 h6 {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 0
}

.cntct_detel h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 30px auto 20px
}

.cntct_detel .row {
    margin-top: 20px
}

.contact_addrslist h3 {
    font-size: 24px;
    text-align: center;
    max-width: 970px;
    margin: 0 auto 30px
}

.lsts .offhed {
    font-size: 20px;
    font-weight: 800;
    color: var(--site-color)
}

.contact_addrslist .offclist {
    padding: 10px 15px 10px 0;
    margin-bottom: 25px
}

.contact_addrslist .offclist:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.contact_addrslist .offclist h5 {
    font-size: 20px;
    font-weight: 800;
    margin: 6px 0
}

.contact_addrslist .offclist p {
    margin: 2px 0
}

.contact_addrslist .txb1 h5 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px
}

.contact_addrslist .txb1 p {
    margin: 10px
}

.contact_form.rqst_qote {
    background-image: none;
    background: #fff
}

.contact_form.rqst_qote h4 {
    font-size: 18px;
    text-align: center
}

.rqst_qote .btn_submt_pan {
    text-align: center
}

.contact_form {
    position: relative;
    background-image: url(assets/images/contact_bg01.jpg);
    background-repeat: no-repeat;
    padding: 40px 0
}

.rqst_qote .container {
    max-width: 960px;
    padding: 29px
}

.contact_form h3,
.contact_form.rqst_qote h3 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    position: relative
}

.line22,
.rqst_qote .line22 {
    font-size: 0;
    width: 140px;
    margin: 12px auto;
    background: var(--site-color);
    height: 4px
}

.rqst_qote .line22 {
    background: #00a63f
}

.contact_form .el_grp {
    margin-top: 15px
}

.contact_form .el_grp .row>div {
    margin-top: 8px;
    margin-bottom: 8px
}

.contact_form label.lb {
    display: block;
    margin-bottom: 5px
}

.contact_form .el_grp ::placeholder {
    font-weight: 600
}

.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=text] {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 10px 8px
}

.contact_form textarea {
    width: 100%;
    height: 100px;
    padding: 8px;
    border: 1px solid #d8d8d8;
    border-radius: 0
}

.contact_form .btn_submt_pan {
    margin-top: 10px
}

.contact_form input[type=submit] {
    display: inline-block;
    width: 100%;
    background-color: #00a63f;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    padding: 12px 60px;
    font-size: 19px
}

.map_pos {
    position: relative
}

.map_pos .add_01.usa:after {
    content: "";
    position: absolute;
    left: 100%;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 22px
}

.map_pos .add_01.in:after {
    content: "";
    position: absolute;
    left: 100%;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    bottom: 72px
}

.map_pos .add_01.aus:after {
    content: "";
    position: absolute;
    left: 100%;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 52px
}

.map_pos .add_01.ph:after {
    content: "";
    position: absolute;
    right: 100%;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    bottom: 52px
}

.map_pos .cir1_bris {
    position: absolute;
    top: 73%;
    left: 87%
}

.map_pos .cir1_sy {
    position: absolute;
    top: 79%;
    left: 88%
}

.map_pos .cir2 {
    position: absolute;
    top: 55%;
    left: 78%
}

.map_pos .cir1 {
    position: absolute;
    top: 83%;
    left: 85.5%
}

.map_pos .cir3 {
    position: absolute;
    top: 48%;
    left: 67.2%
}

.map_pos .cir3_mdr {
    position: absolute;
    top: 54%;
    left: 67.6%
}

.map_pos .cir4 {
    position: absolute;
    top: 42%;
    left: 22.7%
}

.map_pos h4 {
    font-size: 18px;
    font-weight: 700;
    color: #00a63f;
    margin-bottom: 8px
}

.map_pos .add01 {
    margin-bottom: 6px
}

.map_pos .add_01 h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.map_pos .add_01 p {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 2px
}

.map_pos .add_01 {
    position: absolute;
    z-index: 1;
    padding: 15px;
    width: 228px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    font-size: 11px
}

.map_pos .add_01.ph {
    left: calc(100% + 7px);
    top: calc(100% - 143px)
}

.map_pos .add_01.in {
    right: calc(100% + 8px);
    top: calc(100% - 185px)
}

.map_pos .add_01.aus {
    right: calc(100% + 9px);
    top: calc(100% - 130px)
}

.map_pos .add_01.usa {
    right: calc(100% + 22px);
    top: calc(100% - 60px)
}

i.ico_d {
    background-image: url(assets/images/icn_contact.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle
}

i.pinloc {
    background-position: -768px -407px;
    width: 24px;
    height: 30px
}

.pymnt_mod {
    background-image: url(assets/images/billing_bg01.jpg);
    text-align: left
}

.pymnt_mod .panel {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.pymnt_mod .panel h6 {
    font-size: 18px;
    color: #000;
    position: relative
}

.pymnt_mod .panel h6 a {
    background: #fff;
    padding: 8px 15px
}

.pymnt_mod .panel h6 a:hover {
    text-decoration: none
}

.pymnt_mod .panel h6 a[aria-expanded=true] {
    background: #15a546;
    color: #fff
}

a[aria-expanded=true] i.icn_bp.crdt {
    background-position: -546px 4px
}

a[aria-expanded=true] i.icn_bp.paypl {
    background-position: -546px -109px
}

a[aria-expanded=true] i.icn_bp.trnfe {
    background-position: -546px -52px
}

.pymnt_mod .panel h6 i.arupdn {
    position: absolute;
    top: 13px;
    right: 12px
}

.pymnt_mod .panel h6 a {
    display: block
}

.pymnt_mod .panel h6 a:hover {
    text-decoration: none
}

.pymnt_mod .panel h6 span {
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle
}

.pymnt_mod p {
    font-size: 17px;
    margin: 15px 0
}

.pymnt_mod h4 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 20px
}

i.icn_bp {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/icn_bill.png);
    background-repeat: no-repeat
}

i.icn_bp.crdt {
    width: 44px;
    height: 40px;
    background-position: -487px 4px
}

i.icn_bp.trnfe {
    width: 40px;
    height: 40px;
    background-position: -487px -52px
}

i.icn_bp.paypl {
    width: 34px;
    height: 40px;
    background-position: -487px -109px
}

i.icn_bp.arupdn {
    width: 30px;
    height: 30px;
    background-position: -476px -162px;
    transition: all .2s
}

[aria-expanded=true] i.icn_bp.arupdn {
    background-position: -514px -162px
}

i.icn_bp.arr1 {
    width: 203px;
    height: 191px;
    background-position: 0 0
}

i.icn_bp.tck1 {
    width: 205px;
    height: 173px;
    background-position: -235px 0;
    transform: translateY(39px)
}

.pymnt_mod .ic_pan {
    margin-top: 25px
}

.pymnt_mod .ic_pan i {
    margin-right: 20px
}

.pymnt_mod .panel-group .panel+.panel {
    margin-top: 15px
}

.frm_pay {
    text-align: center
}

.frm_pay .container-full {
    max-width: 700px
}

.frm_pay .bilpay {
    margin-top: 40px
}

.bilpay h3 {
    font-size: 23px
}

.bilpay input,
.bilpay textarea {
    display: block;
    width: 100%;
    margin: 17px 0;
    padding: 8px
}

.bilpay textarea {
    height: 96px
}

.bilpay input[type=submit] {
    display: inline-block;
    background-color: #00a63f;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    padding: 12px 20px;
    width: 100%;
    font-size: 19px
}

.frm_pay .fupld {
    padding-left: 80px;
    margin: 20px 0 10px;
    position: relative;
    text-align: left
}

.frm_pay .fupld .tx01 {
    color: #0e6eb9;
    margin-bottom: 2px
}

.frm_pay .file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px
}

.frm_pay .file-upload:hover {
    cursor: pointer
}

.frm_pay input.upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: auto;
    cursor: pointer;
    opacity: 0
}

.frm_pay input.upload:hover {
    cursor: pointer
}

i.uplodfile {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/icon_uploade.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px
}

.infra_ico {
    display: inline-block;
    background: url(assets/images/infra_icn.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.infra_ico.wphost {
    background-position: 0 -796px;
    height: 150px;
    width: 153px
}

.infra_ico.off365 {
    background-position: -201px -803px;
    height: 130px;
    width: 115px
}

.infra_ico.gsuitee {
    background-position: -383px -801px;
    height: 134px;
    width: 130px
}

.infra_ico.wbhos {
    background-position: 0 -208px;
    height: 145px;
    width: 191px
}

.infra_ico.emloffc {
    background-position: -242px -208px;
    height: 141px;
    width: 142px
}

.infra_ico.vrtser {
    background-position: -606px -208px;
    height: 141px;
    width: 135px
}

.infra_ico.dedcser {
    background-position: -443px -208px;
    height: 147px;
    width: 116px
}

.infra_ico.sslcer {
    background-position: -3px -411px;
    height: 145px;
    width: 125px
}

.infra_ico.domtrn {
    background-position: -182px -411px;
    height: 144px;
    width: 144px
}

.infra_ico.colcocton {
    background-position: -386px -413px;
    height: 140px;
    width: 172px
}

.infra_ico.cdnicco {
    background-position: -611px -420px;
    height: 128px;
    width: 152px
}

.infra_ico.clinfr {
    background-position: -3px -603px;
    height: 135px;
    width: 142px
}

.infra_ico.uptmegr {
    background-position: -205px -595px;
    height: 135px;
    width: 132px
}

.infra_ico.clo24mon {
    background-position: -398px -612px;
    height: 112px;
    width: 140px
}

.infra_ico.practsup {
    background-position: -582px -603px;
    height: 132px;
    width: 138px
}

.sped_fra {
    background-position: 0 -2px;
    height: 147px;
    width: 209px
}

.rel_fra {
    background-position: -264px -2px;
    height: 147px;
    width: 157px
}

.sup_fra {
    background-position: -474px -2px;
    height: 147px;
    width: 140px
}

.secrty_fra {
    background-position: -659px -2px;
    height: 147px;
    width: 157px
}

.infra_drk01 {
    background-image: url(assets/images/bg_infra01.jpg);
    background-repeat: no-repeat;
    min-height: 516px;
    padding: 80px 0;
    background-size: cover;
    background-position: center
}

.blog-img-box {
    position: relative
}

.blog-img-box .cat {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: #222;
    color: #fff;
    padding: 4px 8px
}

.blog-img-box .cat a {
    color: #fff
}

.blog-img-box .com {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: #222;
    color: #fff;
    padding: 4px 8px
}

.blog-post-col h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

.blog-post-col h3 a {
    color: #01a640;
    text-decoration: none
}

.blog-post-col .dtime {
    font-size: 14px;
    color: #999;
    margin-top: 15px
}

.blog-post-col .dtime img {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.blog-post-col .dtime a {
    color: #999;
    padding: 0 5px
}

.blog-post-col .dtime a:hover {
    color: #00a53c;
    text-decoration: none
}

.blog_dtel_pg .widget-title,
.blog_dtel_pg [for*=search-form] {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px
}

.blog_dtel_pg .search-field {
    border: 1px solid #ddd;
    padding: 8px 8px;
    width: 100%
}

.blog_dtel_pg .widget_search {
    margin-bottom: 40px
}

.blog_dtel_pg .search-submit {
    font-size: 0;
    border: 0;
    background-color: transparent;
    float: right;
    transform: translateY(-34px)
}

.blog_dtel_pg .search-submit .screen-reader-text {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    background-image: url(assets/images/icon_gr.png);
    background-position: -140px 0;
    background-repeat: no-repeat
}

.blog_dtel_pg .wpcf7-email {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 8px 8px;
    width: 100%
}

.blog_dtel_pg .ad_pan,
.blog_dtel_pg .widget_tag_cloud {
    margin: 40px 0
}

.blog_dtel_pg .subbmitt {
    font-size: 0;
    border-radius: 0;
    background: #e3e3e3;
    width: 43px;
    height: 43px;
    float: right;
    position: relative;
    border: 0;
    transform: translate(-1px, -44px)
}

.blog_dtel_pg .newsleter {
    position: relative
}

.blog_dtel_pg .ssubmit {
    display: block;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 14px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00a73e;
    z-index: 1;
    width: 16px;
    height: 8px
}

.wpcf7-not-valid {
    border: 1px solid #f34040 !important
}

.subscribe-email [role=alert] {
    font-size: 0
}

div.wpcf7 .ajax-loader {
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    right: 11px;
    top: 12px;
    z-index: 2;
    background-color: #fff;
    background-repeat: no-repeat
}

body div.wpcf7-validation-errors {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    font-size: 13px
}

.side-bar div.wpcf7-validation-errors {
    margin: 5px 0 0 0;
    padding: 2px
}

body div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    font-size: 13px
}

.side-bar div.wpcf7-mail-sent-ok {
    margin: 5px 0 0 0;
    padding: 2px
}

.blog_dtel_pg .blgrecentpost {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    padding-top: 15px
}

.blog_dtel_pg .blgrecentpost .dtime {
    font-size: 12px;
    font-weight: 300;
    color: #949494
}

.blog_dtel_pg .blgrecentpost .txprt {
    padding-left: 0;
    padding-right: 8px
}

.blog_dtel_pg .blgrecentpost h6 {
    margin-top: 0;
    line-height: 0
}

.blog_dtel_pg .blgrecentpost h6 a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #111
}

.blog_dtel_pg .blgrecentpost h6 a:focus,
.blog_dtel_pg .blgrecentpost h6 a:hover {
    color: #00a53c;
    text-decoration: none
}

.blog_dtel_pg .tagcloud a {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 6px 8px;
    margin: 0 6px 6px 0;
    color: #999;
    font-size: 14px
}

.blog_dtel_pg .tagcloud a:focus,
.blog_dtel_pg .tagcloud a:hover {
    text-decoration: none;
    border: 1px solid #00a53f;
    color: #00a53f;
    font-size: 14px
}

.blog_dtel_pg .entry-header .entry-title {
    font-size: 20px;
    font-weight: 600;
    color: #00a53c;
    margin-top: 15px
}

.blog_dtel_pg .entry-content {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px
}

.blog_dtel_pg .sosalicon a {
    padding-left: 5px
}

.blog_dtel_pg .entry-meta {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 30px 0
}

.blog_dtel_pg .entry-meta,
.blog_dtel_pg .entry-meta a {
    color: #999
}

.blog_dtel_pg .entry-meta p {
    margin: 15px 0
}

.blog_dtel_pg .entry-meta [rel*=category] {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 6px 8px;
    margin: 0 10px 10px 0;
    color: #999;
    font-size: 14px
}

.blog_dtel_pg .entry-meta [rel*=category]:focus,
.blog_dtel_pg .entry-meta [rel*=category]:hover {
    text-decoration: none;
    border: 1px solid #00a53f;
    color: #00a53f
}

.blog_dtel_pg .rltd_post {
    margin-top: 20px;
    margin-bottom: 20px
}

.entry-content .imgpn {
    margin: 15px 0
}

.entry-content .hed_01 {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0
}

.entry-content .hed_02 {
    font-size: 16px;
    margin: 15px 0
}

.entry-content .insibox01 {
    font-size: 22px;
    font-weight: 700;
    background: #00a640;
    color: #fff;
    padding: 20px;
    margin: 20px 0;
    text-align: center
}

.blog_list .pagination {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 30px
}

.blog_list .wp-pagenavi a,
.blog_list .wp-pagenavi span {
    color: #aaa;
    text-decoration: none;
    border: 0;
    padding: 12px 10px;
    margin: 0 6px
}

.blog_list .wp-pagenavi a:hover {
    color: #d51112
}

.blog_list .pagination .current {
    border: 1px solid #d51112;
    color: #d51112
}

.blog_dtel_pg .hd2 {
    font-size: 24px;
    font-weight: 600;
    color: #00a53c;
    margin: 20px 0
}

.blog_dtel_pg .search-result-section .search-form {
    display: none
}

.search-results .hero_inner {
    text-transform: none
}

.blog_dtel_pg .search-result-section {
    margin-top: 0;
    margin-bottom: 0
}

.blog_dtel_pg .search-result-section article {
    margin-bottom: 50px
}

.blog_dtel_pg .search-result-section .pagination .page-numbers .screen-reader-text {
    font-size: 0
}

.blog_dtel_pg .search-result-section .pagination .page-numbers {
    color: #aaa;
    text-decoration: none;
    border: 0;
    padding: 12px 10px;
    margin: 0 6px
}

.blog_dtel_pg .search-result-section .pagination .page-numbers:hover {
    color: #d51112
}

.blog_dtel_pg .search-result-section .pagination .page-numbers.current {
    border: 2px solid #d51112;
    color: #d51112
}

.comments-area .comments-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px
}

.comments-area .children,
.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.comment-list li {
    margin-bottom: 40px;
    position: relative
}

.comments-area .children {
    padding-left: 36px;
    margin: 30px 0
}

.comments-area .comment-list .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.comments-area .comment-list b.fn {
    font-weight: 600;
    padding-left: 10px
}

.comments-area .comment-list .comment-metadata a {
    font-size: 13px;
    color: #999;
    display: block;
    padding-left: 10px
}

.comments-area .comment-content {
    font-weight: 300;
    margin-top: 10px;
    padding-left: 43px
}

.comment-list .comment-author,
.comment-list .comment-metadata {
    display: inline-block
}

.comments-area .reply {
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase
}

.reply a svg {
    display: none
}

.comments-area .comment-respond {
    margin-top: 50px
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 23px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px
}

#commentform [class*=comment]>label {
    display: block;
    color: #878787;
    font-weight: 300
}

#commentform p {
    margin-bottom: 20px
}

#commentform .comment-notes {
    font-size: 13px;
    color: #666
}

#commentform [class*=comment] input,
#commentform [class*=comment] textarea {
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    padding: 4px 8px;
    width: 100%
}

#commentform [class*=comment] textarea {
    height: 120px
}

#commentform input.error,
#commentform textarea.error {
    background-color: #fde3e3 !important;
    border-bottom: 1px solid #ce0a0a !important
}

.comment-respond .submit {
    display: inline-block;
    background-color: #e90f3d;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 32px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px
}

.comment-respond .submit:hover {
    text-decoration: none;
    background-color: #fe2956
}

.c_d_sectio {
    margin-bottom: 50px;
    margin-top: 40px
}

.trms h3 {
    color: #676767;
    margin: 20px 0 20px;
    font-weight: 700;
    font-size: 19px
}

.trms h2 {
    counter-reset: subsection;
    color: #676767;
    margin: 25px 0 25px;
    font-weight: 700;
    font-size: 28px
}

.c_d_sectio ol li {
    font-size: 18px;
    color: #666;
    line-height: 27px;
    margin-bottom: 17px
}

.serdedicate {
    background-image: url(assets/images/bg_server_light.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-position: center
}

.serdedicate h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.serdedicate h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.client_pan .logo_grp {
    text-align: center
}

/* client logo 21 jan 2022*/
.client_pan .logo_grp .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.client_pan .logo_grp .row .col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:10px;
    margin-bottom:10px;
}

.client_pan .logo_grp .shadow_b {
    box-shadow: none;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    height:68px;
    
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1;

}
/* client logo 21 jan 2022*/

.client_pan .logo_grp img {
    padding:6px 9px;
    vertical-align: middle;
    display: inline-block;
    max-height:100%;
}

.email_off365 h3,
.gsuit_support247 h3 {
    font-weight: 700;
    margin-bottom: 20px
}

.email_off365 h4,
.gsuit_support247 h4 {
    font-size: 17px;
    margin-bottom: 20px
}

.anncment h3 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px
}

.anncment ul {
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
    list-style: none
}

.anncment .annab {
    font-size: 18px;
    font-weight: 700;
    color: var(--site-color);
    margin-top: 20px
}

.testimonal h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2
}

.testimonal h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 29px;
    line-height: 1.2
}

.testimonal .box {
    position: relative;
    background-color: #fff;
    padding: 12px 12px;
    padding-left: 115px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    background-image: url(assets/images/bg_quote.png);
    background-repeat: no-repeat;
    background-position: 5% 112%
}

.testimonal .box .pers {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 12px
}

.testimonal .box .clint {
    margin-top: 15px
}

.testimonal .box .tex01 {
    font-weight: 700;
    color: #727272
}

.testimonal .box .clint b {
    color: var(--site-color)
}

.testimonal .box .clint span {
    font-size: 85%
}

@media (min-width:768px) {
    
    
    .offhed.mt-5.exm{
        margin-top: 3.0rem !important;
    }
    
    
    /* client logo 21 jan 2022*/
    
    .client_pan .logo_grp .row .col-6{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .banner_serch {
        background-image: url(assets/images/banner_bg_home.jpg)
    }
    .testimonal .row>[class*=col-] {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .testimonal .box {
        padding: 15px 15px;
        box-shadow: 0 0 12px rgba(0, 0, 0, .15);
        background-position: 8% 115%;
        padding-left: 115px;
        height: 100%
    }
    .testimonal h2 {
        font-size: 36px
    }
    .testimonal h3 {
        font-size: 30px;
        margin-bottom: 40px
    }
    .rqst_qote .btn_submt_pan {
        text-align: left;
        max-width: 300px
    }
    .contact_form h3 {
        text-align: left;
        margin-bottom: 8px
    }
    .line22 {
        margin: 12px 0
    }
    .contact_form {
        background-size: cover;
        background-position: center bottom;
        min-height: 516px;
        padding: 40px 0 89px
    }
    .abt_drk01 h3 {
        font-size: 46px
    }
    .transfer_domain_hosting {
        min-height: 466px;
        padding: 80px 0
    }
    .transfer_domain_hosting h3 {
        font-size: 36px
    }
    .transfer_domain_hosting h4 {
        font-size: 21px;
        margin: 52px auto
    }
    .ssl_cer {
        min-height: 515px;
        background-position: 50%;
        background-size: cover
    }
    body .ssl_cer .container-full h3 {
        font-size: 36px
    }
    .pack_v1.mt-5 {
        margin-top: 5rem !important
    }
    .mngcl_plan .tab-content {
        margin: 60px 0 0
    }
    .mngcl_plan h2 {
        margin: 0 auto 30px
    }
    .flex_b_sm.flex_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .reliable_pan .col-sm-6 {
        flex: 0 0 50%
    }
    .reliable_pan .shadow_b {
        height: 100%
    }
    .dedica_ser_why h2 {
        font-size: 72px
    }
    .dedica_ser_why h4 {
        font-size: 24px
    }
    .dedica_ser_why .img_pan {
        margin-top: 40px
    }
    .dedicated_need .row+.row {
        margin-top: 34px
    }
    .dedicated_need h3 {
        font-size: 36px;
        margin-bottom: 40px
    }
    .dedicated_need h4 {
        font-size: 24px
    }
    .dedicated_need .row .row [class*=col-]+[class*=col-] {
        padding-left: 0
    }
    .vps_need .img_pan {
        margin-top: 50px;
        margin-bottom: 30px
    }
    .vps_need h3 {
        font-size: 36px
    }
    .vps_need h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px
    }
    .vps_flex h3 {
        font-size: 36px;
        margin-bottom: 30px
    }
    .vps_flex p {
        font-size: 18px
    }
    .emel_hosting .con_adj {
        text-align: left;
        position: relative;
        left: 30%;
        width: 68%
    }
    .emel_hosting h3 {
        font-size: 36px
    }
    .emel_hosting h4 {
        font-size: 24px;
        margin: 35px 0 45px
    }
    .gapp_busi p {
        margin-bottom: 29px
    }
    .run_off365 {
        min-height: 516px
    }
    .gsuit_wrkany h2,
    .run_off365 h2 {
        font-size: 56px
    }
    .gsuit_wrkany h4,
    .run_off365 h4 {
        font-size: 24px;
        max-width: 1000px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto
    }
    section.whmcs_laptop {
        padding-bottom: 129px
    }
    .wp_need .img_pan {
        min-height: 233px;
        margin-bottom: 25px
    }
    .email_off365 h3,
    .feture_blk h3,
    .gsuit_support247 h3 {
        font-size: 40px
    }
    .email_off365 h4,
    .feture_blk h4,
    .gsuit_support247 h4 {
        font-size: 20px;
        margin: 32px auto
    }
    [src*="cloud_hosting_im01.png"] {
        max-height: 450px
    }
    .pdCntDet h5 {
        min-height: 68px;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: flex-end
    }
    .btn_dgh_05b.s2 {
        padding: 10px 50px;
        font-size: 22px
    }
    .mgnfetur h4 {
        font-size: 24px;
        margin: 30px auto 50px
    }
    .mgnfetur h3 {
        font-size: 48px;
        margin: 32px auto 50px
    }
    .pckge_num01 .pkg01 {
        margin-bottom: 30px
    }
    .tpDrp .nav li.kart_ic a {
        padding-right: 4px
    }
    .tpDrp .nav li.flgDrp a {
        min-width: 108px;
        padding-top: 14px
    }
    .tpDrp .navbar-nav li.user_log a {
        padding-top: 2px
    }
    .pric_tble .nav-tabs a {
        font-size: 21px;
        padding: 10px 30px
    }
    .nav.fr_nav,
    .tpDrp .navbar-nav {
        float: none;
        height: 32px
    }
    .tpDrp {
        border-bottom: 1px solid #e0e0e0
    }
    .pack_v1 .pdCntDet {
        flex: 1
    }
    .serdedicate h3 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .serdedicate h2 {
        font-size: 48px;
        margin-bottom: 30px
    }
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        float: left;
        width: 50%
    }
    .comment-respond .comment-form-email {
        padding-left: 15px
    }
    .comment-respond .comment-form-author {
        padding-right: 15px
    }
    .blog_dtel_pg .sosalicon {
        text-align: right
    }
    .blog_dtel_pg .hd2 {
        font-size: 30px;
        margin: 30px 0
    }
    .blog_dtel_pg .rltd_post {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .blog_list .pagination {
        font-size: 14px
    }
    .blog_list .blog-post-col {
        margin-bottom: 20px
    }
    .blog_list .col-sm-6:nth-child(2n+1) {
        clear: both
    }
    .flex_b_sm {
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .entry-content .hed_02 {
        font-size: 20px;
        margin: 30px 0
    }
    .entry-content .insibox01 {
        font-size: 32px;
        padding: 36px 60px;
        margin: 30px 0
    }
    .entry-content .imgpn {
        margin: 30px 0
    }
    .entry-content .hed_01 {
        font-size: 28px;
        margin: 30px 0
    }
    .blog_dtel_pg .entry-content {
        margin-top: 25px;
        margin-bottom: 25px
    }
    .blog_dtel_pg .entry-header .entry-title {
        font-size: 32px;
        margin-top: 25px
    }
    .abotpghd {
        margin: 60px auto 60px
    }
    .dg_ab_ic.row .col-sm-6:nth-child(2n+1) {
        clear: both
    }
    .gsuit_wrkany h3 {
        font-size: 50px
    }
    .gapp_busi .row.mt01,
    .server_mngt_why .row.mt01 {
        margin-top: 40px
    }
    .gapp_busi h2.h201 {
        margin-bottom: 60px
    }
    .off365ic3 .txb1 {
        width: calc(100% - 102px)
    }
    .ehosting_ch h4 {
        font-size: 21px
    }
    .of365_ch h4 {
        min-height: 50px
    }
    .btn_pan.panbtm,
    .spmprtct_sec2 .btn_pan,
    .wbprtct_lnx .btn_pan {
        margin-top: 60px
    }
    .frm_pay .bilpay {
        padding-left: 60px;
        padding-right: 60px
    }
    body .contact_form:not(.rqst_qote) {
        padding-bottom: 183px
    }
    .rqst_qote .el_grp {
        margin-top: 40px;
        margin-bottom: 29px;
        padding-left: 80px;
        padding-right: 80px
    }
    .contact_addrslist h3 {
        margin: 0 auto 50px
    }
    .cntct_detel h3 {
        font-size: 46px;
        margin: 10px 0 30px
    }
    .cntct_detel .row {
        margin-top: 60px
    }
    .cntct_detel .col-sm-4.sm41 {
        width: 34%
    }
    .cntct_detel .col-sm-4.sm42 {
        width: 28%
    }
    .cntct_detel .col-sm-4.sm43 {
        width: 38%
    }
    .dgh_why .row>[class*=col-] {
        margin-bottom: 40px
    }
    .infr .ic_im {
        text-align: right
    }
    .ssl02 {
        padding: 70px 0
    }
    .mngcl_plan .planbx.popullar {
        margin: -15px -1px
    }
    .spmprtct_securty .col-125 {
        width: 12.5%
    }
    .spmprtct_securty .col-125 i {
        transform: translateY(55px)
    }
    .gsut_chose .img_pan {
        height: 192px;
        display: table-cell;
        vertical-align: middle;
        width: 300px
    }
    .ehosting_ch .img_pan {
        height: 262px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 300px
    }
    .off365_chose .img_pan {
        height: 166px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 300px
    }
    .busihos4 .h_box {
        min-height: 307px
    }
    .container100 {
        padding-left: 15px;
        padding-right: 15px
    }
    .container-full {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
    .blk_sep {
        padding: 80px 0
    }
    .blk_sep_ob {
        padding-bottom: 80px
    }
    .banner_serch .serch_panel {
        padding: 68px 0 0
    }
    .f_02 .copy {
        text-align: right
    }
    .menu_group {
        float: left
    }
    .top_menu {
        margin-top: 20px;
        padding-left: 15px;
        text-align: right
    }
    .top_menu li a {
        font-size: 12px
    }
    .navbar-header {
        width: 20%
    }
    .navbar-collapse.collapse {
        float: right;
        padding-left: 0
    }
    .top_menu li {
        display: inline-block;
        margin-left: 10px
    }
    .c_d_sectio p {
        font-size: 18px;
        margin-bottom: 20px
    }
    .c_d_col h2 {
        font-size: 30px
    }
    .c_d_col a.find_out_btn {
        font-size: 15px
    }
    .hero_inner {
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: 125px
    }
    .hero_inner h1 {
        font-size: 30px
    }
    .hero_inner h2 {
        font-size: 63px;
        margin: 10px 0
    }
    .hero_inner h3 {
        font-size: 30px
    }
    .navbar {
        min-height: 66px;
        margin-bottom: -1px;
        background: #fff
    }
    .top-nav {
        text-align: right;
        width: 100%
    }
    .top-nav.navbar-nav>li {
        float: none;
        display: inline-block;
        margin-left: 10px
    }
    .top-nav.nav>li.current-menu-item>a,
    .top-nav.nav>li>a:focus,
    .top-nav.nav>li>a:hover {
        text-decoration: none;
        background-color: transparent
    }
    .top_menu>li.current-menu-item>a,
    .top_menu>li>a:focus,
    .top_menu>li>a:hover {
        text-decoration: none;
        background-color: transparent;
        color: #f80
    }
    .top-nav.navbar-nav>li>a {
        font-size: 12px;
        color: #7c7a7a;
        padding: 8px 0;
        padding-bottom: 19px;
        border-bottom: 4px solid transparent
    }
    .contact_top li {
        display: block
    }
    .contact_top .fa {
        position: absolute
    }
    .contact_top.navbar-nav>li {
        float: initial
    }
    .contact_top .phno {
        font-size: 13px
    }
    .contact_top .fa {
        font-size: 0
    }
    .link_btn a {
        height: 45px;
        width: 175px;
        text-align: center;
        line-height: 3.3;
        padding: 0;
        font-weight: 700
    }
    input.submit-btn {
        max-width: 306px
    }
    .shrd .carousel-inner .active.left {
        left: -33%
    }
    .shrd .carousel-inner .next {
        left: 33%
    }
    .shrd .carousel-inner .prev {
        left: -33%
    }
    .shrd .col-md-4 {
        margin: 45px 16px;
        box-sizing: border-box;
        width: 30%;
        padding: 0
    }
    .shrd .col-md-4.hghLte:hover,
    .shrd .col-md-4:hover {
        box-shadow: 1px 1px 20px rgba(0, 0, 0, .4)
    }
    .shrd .col-md-4.hghLte {
        box-shadow: none;
        border: 5px solid #676767;
        margin: 0 20px;
        box-sizing: border-box;
        width: 30%;
        padding: 0;
        background: #fff;
        text-align: center;
        position: relative
    }
}

@media (min-width:992px) {
    .testimonal .box .tex01 {
        font-size: 16px
    }
    .testimonal .box .clint {
        margin-top: 20px
    }
    .testimonal .box {
        padding: 60px 52px 60px 50px;
        padding-left: 178px;
        box-shadow: 0 0 17px rgba(0, 0, 0, .15);
        background-position: 10% 112%
    }
    .testimonal .box .pers {
        top: 60px;
        left: 59px
    }
    .testimonal .row {
        margin-left: -20px;
        margin-right: -20px
    }
    .testimonal .row>[class*=col-] {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px
    }
    .rqst_qote .container {
        box-shadow: 0 0 29px rgba(0, 0, 0, .15)
    }
    .reliable_pan .col-sm-6 {
        flex: 0 0 25%
    }
    .gsuit_support247 .col-sm-6.h_box {
        padding-left: 50px
    }
    .gapp_busi [class*=col-]:nth-child(5n+1) {
        clear: both
    }
    .feture_pan ul {
        column-count: 2;
        column-gap: 10px
    }
    .col-md-3:nth-child(4n+1) {
        clear: both
    }
    section.error-404.not-found p {
        font-size: 28px;
        padding: 0 100px
    }
    .blog_dtel_pg .content-box.blog {
        padding-right: 50px
    }
    .col-md-20 {
        width: 20%
    }
    .gapp_busi .col-md-20 {
        padding-left: 20px;
        padding-right: 20px
    }
    .gapp_busi h4 {
        min-height: 50px
    }
    .contact_form.rqst_qote h4 {
        margin-top: 30px;
        padding-left: 75px;
        padding-right: 75px
    }
    .contact_form.rqst_qote h3 {
        font-size: 40px
    }
    .contct01 .tx01.p2 {
        padding-left: 40px;
        padding-right: 40px
    }
    .monitoring_works .row [class*=col-],
    .resell2client .row [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .vps_need [class*=col-] {
        padding-left: 40px;
        padding-right: 40px
    }
    .dn_free [class*=col-] {
        padding-left: 22px;
        padding-right: 22px
    }
    .tab-content.f_width {
        max-width: none;
        margin-left: 0
    }
    .f_width .hosting_bx {
        width: 23.2%;
        margin: 10px 8px
    }
    .top_menu {
        margin-top: 11px
    }
    .top_menu li a {
        font-size: 14px;
        padding: 8px 7px
    }
    .top-nav.navbar-nav>li>a {
        font-size: 14px;
        padding: 8px 7px;
        padding-bottom: 19px
    }
    .contact_top {
        top: 15px
    }
    .hosting-details.web_hosting {
        padding: 0;
        padding-top: 0 !important
    }
    .web_hosting.hosting-details .hosting_bx {
        width: 24%;
        display: inline-block;
        box-sizing: border-box;
        margin-left: 5px
    }
    .contact_top .fa {
        font-size: 50px
    }
    .img-box {
        display: block
    }
    .hero {
        height: 648px;
        background-size: auto 100%;
        background-position: 0
    }
    .site_con {
        position: relative;
        overflow: hidden;
        margin: 70px 0
    }
    .site_con .container {
        position: relative;
        padding: 65px 0
    }
    .site_con .boxw {
        width: 48%;
        display: inline-block;
        float: left;
        margin-left: 2px !important;
        margin: 1px 0;
        min-height: 270px;
        padding-top: 55px
    }
    .site_con {
        padding: 0
    }
    .site_con .boxw_row {
        max-width: 600px;
        margin-left: 450px
    }
    .site_con .img-box img {
        position: absolute;
        max-width: 100%;
        bottom: 0
    }
    .site_con h3 {
        right: -152px;
        top: 320px;
        position: absolute;
        transform: rotate(90deg);
        font-size: 40px;
        font-weight: 700
    }
    .container {
        max-width: 1210px;
        width: 100%;
        margin: auto
    }
    .hosting_bx {
        width: 24%;
        display: inline-block;
        box-sizing: border-box;
        margin-left: 5px
    }
    .tab_list_mob {
        text-align: center
    }
    .tab_list_mob li {
        display: inline-block
    }
    .web_hosting {
        padding: 70px 0;
        clear: both
    }
    .tab_list_mob a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px
    }
    .tab_list_mob .active a:after {
        height: 5px;
        bottom: -10px
    }
    .web_hosting h3 {
        font-size: 36px
    }
    .testimonials_pn {
        padding: 65px 0
    }
    .footer_up {
        padding: 42px 0;
        border-top: 1px solid #eaeaea
    }
    .footer_up h4 {
        font-size: 27px;
        margin-bottom: 25px;
        margin-top: 20px
    }
    .cont_pan_img {
        display: block;
        min-height: 210px;
        margin: auto;
        background-repeat: no-repeat
    }
    .cont_pan_img.fast {
        background-position: 0 -487px;
        width: 160px
    }
    .cont_pan_img.dependable {
        background-position: 0 -252px;
        width: 175px
    }
    .cont_pan_img.secured {
        background-position: 0 -999px;
        width: 150px
    }
    .cont_pan_img.trusted {
        background-position: 0 -743px;
        width: 142px
    }
    footer.f_01 h4 {
        font-size: 18px;
        margin-bottom: 45px
    }
    footer.f_01 h4:after {
        content: "";
        height: 5px;
        margin-bottom: -10px
    }
    footer.f_01 {
        padding: 70px 0
    }
    footer.f_01 ul li {
        margin-top: 10px
    }
    footer.f_01 ul li.domain_m {
        margin-top: 30px
    }
    footer.f_01 .f_btn_01 {
        margin-top: 20px
    }
    footer.f_01 {
        color: #fff
    }
    footer.f_01 p {
        opacity: .7
    }
    .serch_panel .container {
        max-width: 950px;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .reliable_pan .row>.col-sm-6:nth-child(3),
    .reliable_pan .row>.col-sm-6:nth-child(4) {
        margin-top: 25px
    }
    .banner_site.supprt {
        background-position: 25% 0
    }
    .serch_panel input.dn {
        width: 50%
    }
    .banner_site h3 {
        font-size: 25px;
        max-width: 500px
    }
    .banner_site.announce,
    .banner_site.cloudhos,
    .banner_site.dedicated_server,
    .banner_site.spamprotect {
        background-position: 25%
    }
    .banner_site.bushosting,
    .banner_site.coloct,
    .banner_site.monitoring,
    .banner_site.resller,
    .banner_site.servermanage,
    .banner_site.wordpr {
        background-position: 35%
    }
    .banner_site.cdn,
    .banner_site.cloudmanage,
    .banner_site.dm_name_prcing,
    .banner_site.emailh,
    .banner_site.gsuithost,
    .banner_site.infra_d,
    .banner_site.sslc,
    .banner_site.webprotct {
        background-position: 45%
    }
    .banner_site.vps {
        background-position: 55%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .dn_prcig .serch_panel select.ext {
        width: 146px
    }
    .dn_purch_transf {
        min-height: 329px
    }
    .trans_dm_ch .chioc span {
        padding-left: 0
    }
    .trans_dm_ch .chioc i {
        transform: scale(.65)
    }
    .data_ss {
        overflow-x: auto
    }
    .data_ss .pack_row,
    .data_ss .tab_d01,
    .data_ss .tdtr.order_pn {
        width: 1200px
    }
    .contct01 .shadow_b {
        margin: 10px 0
    }
    .map_pos .add_01 {
        display: none
    }
    body .dgHostNav .navbar-header .navbar-brand {
        padding: 10px 0
    }
    .footer_main ul.footer_menus>li {
        width: 25%;
        margin: 10px 0
    }
    .footer_main ul.footer_menus>li:nth-child(4n+1) {
        clear: both
    }
    .banner_serch .blk_price .b1 {
        font-size: 24px;
        padding: 0 8px
    }
    .banner_serch .blk_price strong {
        font-size: 21px
    }
    .banner_serch .blk_price .sep {
        margin: 0 1px
    }
    .dgHostNav .nav>li>a {
        padding: 10px 0 25px
    }
    .dgHostNav .nav>li:not(#magic-line) {
        padding: 0 18px
    }
    .dgHostNav {
        padding: 6px 0
    }
    .dgHostNav .navbar-collapse {
        padding: 20px 0 0
    }
    .dgHostNav .container-fluid>.navbar-header {
        margin-bottom: 0
    }
    .mega-dropdown-menu .cnt {
        font-size: 15px;
        line-height: 21px;
        padding-right: 15px
    }
    .mega-dropdown-menu .brdLt ul {
        padding: 10px 0 10px 10px
    }
    .mega-dropdown-menu {
        padding: 30px 0
    }
    .mega-dropdown-menu .brdLt li span.hstCnt {
        margin: 0 0 0 10px;
        width: 62%
    }
    .hstCnt p {
        font-size: 15px
    }
    .dgHostNav .pull-right {
        float: left !important
    }
    .wbHst .col-sm-4 {
        width: 30.6%
    }
    .wbHst .col-sm-8 {
        width: 69.4%
    }
    .mega-dropdown-menu .cnt h2 {
        font-size: 24px;
        margin: 0 0 20px
    }
    .mega-dropdown-menu .brdLt li {
        min-height: 156px
    }
    .mega-dropdown-menu .brdLt ul {
        padding: 0
    }
    .hstCnt h2 {
        font-size: 16px
    }
    .navbar-collapse.collapse {
        float: right
    }
    .sever_meet .bg_feture {
        display: none
    }
    .pdCntDet h5 {
        font-size: 23px
    }
    .bdCrmb {
        margin-top: 168px
    }
    .inrHdr .cnt {
        left: 13%;
        font-size: 23px;
        transform: translate(-14%, -50%)
    }
    .inrHdr h1 {
        font-size: 43px
    }
    .thrLn,
    h3.scndHdng {
        margin: 0 auto 34px
    }
    .shrd .col-md-4 {
        margin: 45px 13px
    }
    .shrd .col-md-4.hghLte {
        margin: 0 13px
    }
    .shrd .carousel-control.left {
        left: -10px
    }
    .shrd .carousel-control.right {
        padding-right: 4px
    }
    .shrd ul {
        font-size: 15px
    }
    .shrd .prcBig {
        font-size: 45px
    }
    .pdCntDet {
        padding: 40px 20px 40px
    }
    .hghLte .pdCntDet {
        padding: 30px 20px 65px
    }
    .shrd .prcBlck {
        max-width: 214px
    }
    .shrd .list-inline li {
        padding: 0 10px
    }
    .dsBrd .cnt {
        margin: 0 0 0 14px;
        width: 80%
    }
    .adonImg {
        margin: 28px 0
    }
    .faq .cnt {
        width: 94%
    }
    .btnMr {
        margin: -73px 0 15px 14px;
        display: block
    }
    .dgHostNav .navbar-nav>li>a>i {
        font-size: 11px
    }
    .dgHostNav .nav>li>a {
        padding: 17px 0 17px;
        font-size: 14px
    }
    .dgHostNav .nav>li:not(#magic-line) {
        padding: 0 12px 0 12px
    }
    .dgHostNav .navbar-collapse {
        padding: 7px 15px 0
    }
    .dgHostNav .container-fluid>.navbar-header {
        margin-bottom: 0
    }
    .mega-dropdown-menu .cnt {
        font-size: 14px;
        line-height: 20px;
        padding-right: 5px
    }
    .mega-dropdown-menu .brdLt ul {
        padding: 0
    }
    .mega-dropdown-menu {
        padding: 20px 0
    }
    .mega-dropdown-menu .brdLt li span.hstCnt {
        width: 50%;
        margin: 0 0 0 10px
    }
    .tpDrp .nav>li>a {
        font-size: 13px;
        padding: 10px 9px
    }
    .hstCnt p {
        font-size: 14px;
        line-height: 20px
    }
    .mega-dropdown-menu .cnt h2 {
        font-size: 24px;
        margin: 20px 0 20px
    }
    .mega-dropdown-menu .brdLt li {
        margin-bottom: 10px
    }
    .hstCnt h2 {
        font-size: 16px
    }
    .cllDrp .dropdown-menu {
        width: 500px
    }
    .dgHostNav .pull-right {
        float: left !important
    }
    .dgHostNav .container-fluid {
        padding-left: 8px;
        padding-right: 8px
    }
    .dgHostNav .nav>li:nth-last-of-type(1) {
        display: none;
        padding: 0 !important
    }
    .inrHdr {
        margin-top: 100px
    }
    .mega-dropdown-menu .brdLt ul {
        padding: 0
    }
    .mega-dropdown-menu .brdLt li span.hstCnt {
        width: 100%;
        text-align: left
    }
    .mega-dropdown-menu .brdLt li {
        min-height: 136px;
        padding-left: 95px
    }
    .navbar-collapse.collapse {
        float: right
    }
    .blk_sep {
        padding: 50px 0
    }
    .blk_sep_ob {
        padding-bottom: 50px
    }
    .bdCrmb {
        margin-top: 128px
    }
    .inrHdr .cnt {
        left: 13%;
        font-size: 18px;
        transform: translate(-13%, -50%)
    }
    .inrHdr h1 {
        font-size: 34px
    }
    h2.hdng {
        font-size: 31px
    }
    .thrLn,
    h3.scndHdng {
        margin: 0 auto 34px
    }
    h3.scndHdng {
        margin: 0 auto 34px;
        font-size: 21px
    }
    .shrd .col-md-4 {
        margin: 40px 11px
    }
    .shrd .col-md-4.hghLte {
        margin: 0 11px
    }
    .shrd .carousel-control.left {
        left: -14px
    }
    .shrd .carousel-control.right {
        margin-right: -4px
    }
    .shrd ul {
        font-size: 15px
    }
    .pdCntDet {
        padding: 40px 20px 40px
    }
    .hghLte .pdCntDet {
        padding: 100px 20px 75px
    }
    .shrd .prcBig {
        font-size: 30px
    }
    .shrd .list-inline li {
        padding: 0 10px
    }
    .dsBrd .cnt {
        margin: 0 0 0 14px;
        width: 80%
    }
    .adonImg {
        margin: 28px 0
    }
    .infr {
        font-size: 16px
    }
    .faq .cnt {
        width: 94%
    }
    .shrd .ltGry {
        display: block
    }
    .btn-grn {
        padding: 15px 20px
    }
    .shrd .prcBlck {
        max-width: 160px;
        margin: 0 auto 8px
    }
    .shrd .fntBs {
        height: 40px
    }
    .shrd {
        margin-bottom: 0
    }
    .adOn .dsBrd .col-sm-9 {
        width: 74%
    }
    .dsBrd .prc {
        font-size: 17px
    }
    .dsBrd .cnt {
        width: 78%
    }
    .adOn .pdCnt {
        padding: 0 20px
    }
    .gry .cnt {
        padding: 0 0 0
    }
    .fst {
        font-size: 16px
    }
    .fst ul {
        padding: 10px 0 10px
    }
    .gry img {
        padding-right: 21px
    }
}

@media(min-width:1200px) {
    
    
    /* client logo 21 jan 2022*/
    
    
    .client_pan .logo_grp img{
        filter: grayscale(100%);
    }
    
    .client_pan .logo_grp .shadow_b:hover img{
        filter: grayscale(1%);
    }
    
    .client_pan .logo_grp .shadow_b{
        height:90px;
    }
    
    .client_pan .logo_grp .row .col-6 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .client_pan .logo_grp .row .col-6,
    .cl6.row .col-sm-3 {
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
    
    
    .navbar-header {
        margin-top: 11px
    }
    .infra_drk01 h3 {
        margin-bottom: 30px
    }
    .ssl_cer .cn_tx {
        max-width: 460px;
        margin: auto
    }
    .ssl_cer {
        background-position: bottom center
    }
    .infra_drk01 .mxw {
        max-width: 610px
    }
    .cdn_wroks .mxw {
        max-width: 500px
    }
    .wbprtct_securty .container-full {
        padding-right: 110px
    }
    .email_ongo h4 {
        position: relative
    }
    .email_ongo h4:before {
        content: "";
        background: url(assets/images/emailongo.png);
        display: block;
        width: 180px;
        height: 160px;
        position: absolute;
        left: 0;
        bottom: -40px
    }
    .emel_hosting {
        padding: 129px 0
    }
    .emel_hosting .con_adj {
        left: 45%;
        width: 53%
    }
    .email_ongo {
        min-height: 750px
    }
    .email_ongo h4 {
        padding-top: 250px
    }
    .faq .faq-accordion .row {
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -40px;
        margin-left: -40px
    }
    .faq .faq-accordion .row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 40px;
        padding-right: 40px
    }
    
    .faq .container{
        max-width:900px;
    }
    
    .banner_serch {
        margin-top: 122px
    }
    .feture_blk .h_box {
        padding-left: 50px
    }
    .useserver .btn_pan,
    .useserver h4 {
        padding-left: 50px
    }
    .navbar-header {
        width: 22%
    }
    .blog_list .col-sm-6 {
        margin-bottom: 40px
    }
    .blog_list .wp-pagenavi a,
    .blog_list .wp-pagenavi span {
        padding: 17px 13px;
        margin: 0 10px
    }
    .blog_list .pagination .current {
        border: 2px solid #d51112
    }
    .blog_list .col-sm-6:nth-child(2n+1) {
        clear: none
    }
    .blog_list .col-sm-6:nth-child(3n+1) {
        clear: both
    }
    .blog-post-col:hover {
        box-shadow: 0 12px 72px rgba(0, 0, 0, .1)
    }
    .blog-post-col {
        background: #fff;
        padding-bottom: 20px
    }
    .blog-post-col h3,
    .blog-post-col p {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .busihos4 [class*=col-] {
        padding-left: 60px;
        padding-right: 60px
    }
    .dg_ab_ic.row .col-sm-6:nth-child(2n+1) {
        clear: none
    }
    .dg_ab_ic.row .col-sm-6:nth-child(4n+1) {
        clear: both
    }
    body .dark_bg.cdn_wroks {
        background-position: 40% top
    }
    .mega-dropdown-menu {
        min-height: calc(100vh - 400px)
    }
    .mega-dropdown-menu:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff
    }
    .mega-dropdown-menu:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        top: 0;
        min-height: calc(100% + 400px);
        background: rgba(0, 0, 0, .15)
    }
    .mega-dropdown-menu .wbHst {
        position: relative;
        z-index: 2
    }
    .tdata_f a.btn_dgh_01 {
        padding: 12px 30px
    }
    .btn_dgh_05b {
        padding: 12px 60px
    }
    a.btn_dgh_01 {
        padding: 12px 60px
    }
    a.btn_dgh_05a {
        padding: 10px 40px;
        font-size: 20px
    }
    .banner_site.contct {
        background-position: 77% top
    }
    .spmprtct_sec p {
        font-size: 17px;
        padding-right: 100px
    }
    .agileteam.full_block [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .tpDrp .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .container-fluid,
    .container-full {
        max-width: 1210px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto
    }
    .cdn_fe .cont_dg,
    .spmprtct_sec .cont_dg {
        margin-top: -20px;
        padding-left: 40px;
        padding-right: 40px
    }
    .gsuit_list_item .mdiff {
        margin-top: -50px
    }
    .ehosting_ch .img_pan,
    .gsut_chose .img_pan,
    .off365_chose .img_pan {
        width: 360px
    }
    .wphos4 h3.scndHdng {
        padding-left: 200px;
        padding-right: 200px
    }
    .site_con h3 {
        display: block
    }
    .cust_support [class*=col-] {
        padding: 0 55px
    }
    .feture_pan .col-md-6 {
        padding-left: 60px
    }
    .infr .pdLt {
        padding-left: 25px
    }
    .infr .pdRt {
        padding-right: 25px
    }
    .full_block .img_pan {
        width: 360px
    }
    .inrHdr {
        margin-top: 122px
    }
    .banner_site.blog_pg {
        min-height: 192px
    }
    .banner_site {
        min-height: 345px
    }
    .banner_site.webprotct h1 {
        max-width: 710px
    }
    .banner_site.webprotct h3 {
        max-width: 820px
    }
    body .contact_form:not(.rqst_qote) {
        padding-bottom: 293px
    }
}

@media (min-width:1400px) {
    .hero .container {
        max-width: 1470px
    }
    .dedicated_need .img-responsive {
        max-width: 670px
    }
}

@media (min-width:1600px) {
    .banner_site.dm_name_tr {
        background-position: -390%;
        background-color: #e6e6e4
    }
    .web_monioring.monitor {
        background-size: 100%
    }
}

@media (max-width:767px) {
    
    .flgDrp .crSg {
        transform: scale(1);
    }
    
    .dn_transf [class*=col-]+[class*=col-] {
        margin-top: 20px
    }
    .container100 {
        padding-left: 10px;
        padding-right: 10px
    }
    .mobnav .dropdown-backdrop {
        display: none
    }
    .mobnav .dropdown-menu {
        position: static;
        float: none;
        height: 0 !important;
        overflow: hidden;
        box-shadow: none;
        border: 0;
        transition: none !important
    }
    .mobnav .open .dropdown-menu {
        height: auto !important;
        display: block !important;
        overflow: visible;
        padding: 0 !important;
        margin: 0 !important
    }
    .whmcs_laptop {
        background-image: url(assets/images/reseller_03_bg_m.png);
        background-position: left bottom -20px
    }
    .pckge_num01 .btn_pan button {
        width: 80%;
        margin: 0 !important
    }
    .feture_pan {
        background-position: right top
    }
    .detectmobile {
        display: none
    }
    .faq-accordion .faq-main {
        padding-left: 0;
        padding-right: 0
    }
    .row {
        margin-right: 0;
        margin-left: 0
    }
    [class*=col-sm]+[class*=col-sm] {
        margin-top: 20px
    }
    .flex_b [class*=col-sm]+[class*=col-sm] {
        margin-top: 0
    }
    .full_block:not(.gsuit_list_item):not(.cdn_wroks):not(.infra_drk01) [class*=col-sm]+[class*=col-sm] {
        margin-top: 40px
    }
    [class*=col-] {
        padding: 0
    }
    .banner_site h3 {
        font-size: 24px
    }
    body .pymnt_mod h4 {
        font-size: 26px
    }
    body .vps_feture h3 {
        font-size: 20px
    }
    .pymnt_mod .panel h6 span {
        max-width: 74%
    }
    .colocpro p {
        font-size: 19px
    }
    .server_mgn_service.full_block h4 {
        font-size: 18px;
        margin: 30px auto 20px
    }
    .pymnt_mod .panel h6 {
        font-size: 16px;
        padding: 8px 6px
    }
    .pymnt_mod .ic_pan {
        position: relative;
        height: 107px;
        margin-top: -9px
    }
    .pymnt_mod .ic_pan .arr1 {
        position: absolute;
        transform: scale(.5);
        left: -30px;
        top: -30px
    }
    .pymnt_mod .ic_pan .tck1 {
        position: absolute;
        transform: scale(.5);
        right: -30px;
        top: 0
    }
    .flex_b.cl2 {
        -webkit-flex-flow: column;
        -ms-flex-direction: column;
        flex-flow: column
    }
    .flex_b.cl2 ul+ul {
        padding: 0
    }
    .trans_dm {
        text-align: center
    }
    .trans_dm_ch .chioc i {
        transform: scale(.6)
    }
    .trans_dm_ch .chioc span {
        padding-left: 0
    }
    a.btn_dgh_01 {
        padding: 12px 24px;
        font-size: 20px
    }
    a.btn_dgh_01+a.btn_dgh_01 {
        margin-top: 15px
    }
    .cntct_detel .icpan {
        transform: scale(.8)
    }
    .cntct_detel .txb1 {
        padding-left: 0;
        font-size: 14px
    }
    .contact_addrslist h3 {
        font-size: 18px
    }
    .lsts .offhed {
        font-size: 23px
    }
    .contact_addrslist .offclist {
        margin-bottom: 15px
    }
    .contact_mapworld {
        display: none
    }
    .dhgMod h1 {
        font-size: 20px;
        margin: 0 auto 15px;
        font-weight: 700;
        padding: 0
    }
    .dhgMod p {
        font-size: 14px;
        padding: 0 25px 30px
    }
    .dhgMod p a,
    .dhgMod p a:hover,
    .dhgMod p a:visited {
        font-size: 14px
    }
    .modal.dhgMod.in .modal-dialog {
        margin-top: 40px
    }
    .dhgMod .modal-body {
        position: relative;
        padding: 0;
        margin-top: 0
    }
    .dhgMod .close {
        font-size: 45px;
        font-family: initial;
        line-height: 44px;
        margin: 2px 11px 0 0
    }
    .dn_purch_transf h2,
    .dn_transf h2 {
        font-size: 32px
    }
    .dn_purch_transf {
        min-height: 391px
    }
    .sec01_white.benifit_dnreg h3.h301 {
        font-size: 18px
    }
    .trans_dm h4 {
        font-size: 20px
    }
    .trans_dm_ch h4 {
        font-size: 20px;
        margin-bottom: 20px
    }
    .lamp {
        padding-bottom: 40px
    }
    .lamp img {
        max-width: 72px;
        max-height: 46px;
        height: auto;
        margin: 10px 10px
    }
    .free_with [class*=col-] {
        margin-bottom: 15px
    }
    .dn_free .ico_pan {
        height: 90px
    }
    .cust_support .hed_panel {
        font-size: 36px
    }
    .cust_support .hed_panel_sub {
        font-size: 27px
    }
    .cust_support.cs2 i {
        transform: scale(.7)
    }
    .cust_support.cs2 [class*=col-] {
        margin-bottom: 15px
    }
    h2.hdng {
        font-size: 28px
    }
    .sec01_white h2.h201 {
        font-size: 26px;
        margin: 0 0 20px
    }
    body .sec01_white h3.h301 {
        font-size: 18px;
        margin-bottom: 40px
    }
    .sec01_white h3.h301 {
        font-size: 20px;
        margin: 0 0 35px
    }
    .domn_prcig_ch h2 {
        font-size: 28px
    }
    .incevplan {
        margin-top: 30px !important
    }
    h3.incld {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 10px
    }
    .infr h3.scndHdng2 {
        margin: 23px 0 20px;
        font-size: 23px;
        text-align: center
    }
    .emelhost_chose,
    .spmprtct_sec {
        text-align: center
    }
    .reliable_pan .img_pan {
        margin: auto;
        display: block
    }
    .reliable_pan .shadow_b {
        margin-bottom: 20px
    }
    .reliable_pan .hed_panel {
        font-size: 28px
    }
    .reliable_pan .hed_panel_sub {
        font-size: 18px;
        margin: 15px 0 40px
    }
    .banner_site.off365 {
        background-size: cover;
        background-position: left top
    }
    .banner_site.off365 h1 {
        padding: 10px 0 20px
    }
    .banner_serch {
        height: 259px;
        transform: translateY(0)
    }
    .banner_serch.home_baner,
    .inrHdr .banner_serch {
        height: auto
    }
    .banner_serch .blk_price .dom {
        width: 33%;
        margin-left: -1px;
        margin-right: -2px
    }
    .banner_serch .blk_price {
        padding: 8px 2px;
        text-align: center
    }
    .banner_serch .blk_price span {
        padding: 1px 2px
    }
    .banner_serch .blk_price strong {
        font-size: 22px
    }
    .banner_serch .blk_price .b1 {
        font-size: 17px
    }
    .banner_serch .blk_price .sep {
        display: none
    }
    .banner_serch .blk_price .b3 {
        margin-top: 6px;
        font-size: 16px
    }
    .serch_panel input.serchbtn {
        width: 100%;
        height: 52px;
        max-width: none
    }
    .serch_panel input.dn {
        width: 100%;
        height: 51px;
        padding: 4px 6px
    }
    .serch_panel select.ext {
        width: 100%;
        height: 51px;
        margin-top: 6px;
        padding: 4px 6px
    }
    .web_hosting .hosting_bx {
        margin-bottom: 15px
    }
    .mob_heder {
        padding: 12px 10px
    }
    .hedclone {
        padding: 15px 10px
    }
    body .colocpro h3 {
        font-size: 36px
    }
    .server_mngt_why .row {
        text-align: center
    }
    .dedica_ser_why .img_pan,
    .server_mngt_why .ico_pan,
    .wbprtct_sec .img_pan {
        text-align: center
    }
    body .server_mngt_why h3 {
        font-size: 24px
    }
    body.ddmenu_on {
        overflow: hidden;
        height: 100%
    }
    .mob_heder .navbar-collapse {
        position: fixed;
        padding: 0;
        top: 0;
        bottom: 0;
        right: -101%;
        width: 100%;
        z-index: 100;
        background: #fff;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
        height: 100vh !important;
        max-height: none;
        display: block;
        transition: all .2s linear;
        overflow: hidden
    }
    .mob_heder .navbar-collapse.in {
        right: 0;
        top: 0;
        bottom: 0
    }
    .mob_heder .navbar-collapse>ul {
        list-style: none;
        padding: 0 10px 15px 10px;
        height: calc(100vh - 80px);
        overflow-y: scroll
    }
    .navbar-collapse li i.ion {
        position: absolute;
        right: 6px;
        top: 6px;
        transition: all .2s;
        padding: 4px 6px
    }
    .mob_heder .navbar-collapse>ul>li {
        position: relative;
        border-bottom: 1px solid #ccc
    }
    .mob_heder .navbar-collapse ul li ul {
        display: none
    }
    .mob_heder .navbar-collapse>ul>li>a:after {
        content: "";
        display: inline-block;
        background-image: url(assets/images/icon_gr.png);
        background-repeat: no-repeat;
        background-position: 4px -220px;
        width: 28px;
        height: 8px;
        transform: scale(.75);
        transition: transform .2s ease
    }
    .mob_heder .navbar-collapse>ul>li.open>a:after {
        background-position: 5px -220px;
        transform: scale(.75) rotate(180deg)
    }
    .mob_heder .navbar-collapse>ul>li>a {
        font-size: 15px;
        color: #111;
        padding: 12px 4px;
        display: block;
        text-decoration: none
    }
    .mob_heder .navbar-collapse>ul>li>a>span {
        display: block;
        position: relative
    }
    .mob_heder .navbar-collapse>ul>li:not(.nosubmenu)>a>span:before {
        content: "";
        display: inline-block;
        background-image: url(assets/images/icon_gr.png);
        background-repeat: no-repeat;
        background-position: -5px -261px;
        width: 8px;
        height: 14px;
        position: absolute;
        right: 4px;
        top: 2px;
        transition: all .15s
    }
    .mob_heder .navbar-collapse>ul>li>a>span.isop:before {
        transform: rotate(90deg)
    }
    .mob_heder .navbar-collapse>ul>li>ul {
        padding: 0 0 0 12px;
        list-style: none
    }
    .mob_heder .navbar-collapse>ul>li>ul .ion {
        display: none
    }
    .mob_heder .navbar-collapse>ul>li>ul a {
        font-size: 14px;
        color: #111;
        padding: 6px 4px;
        display: block
    }
    .footer_main .sub-menu a {
        margin: 4px 0;
        padding: 2px 0;
        display: block
    }
    .footer_up .cont_pan {
        margin-bottom: 15px
    }
    .serch_panel h5 {
        font-size: 25px;
        margin-bottom: 10px
    }
    .tab_list_mob a {
        font-size: 13px;
        padding: 4px 7px;
        margin: 2px 0
    }
    .tab_list_mob {
        text-align: center
    }
    .serch_panel {
        margin-bottom: 12px
    }
    section.dedicated_need,
    section.vps_hosting {
        text-align: center
    }
    .feture_pan .bg_feture,
    .sever_meet .bg_feture {
        display: none
    }
    .vps_feture {
        min-height: 0;
        padding: 50px 0
    }
    .vps_feture h3 {
        font-size: 45px
    }
    .vps_feture h4 {
        font-size: 19px;
        margin: 22px 0
    }
    .vps_need {
        padding: 50px 0;
        text-align: center
    }
    .vps_need .img_pan {
        display: block;
        width: auto
    }
    .email_ongo h4 {
        font-size: 40px
    }
    .email_ongo .tx3 {
        font-size: 20px
    }
    .full_block h3 {
        font-size: 26px
    }
    .dedica_ser_why h3 {
        font-size: 22px
    }
    .full_block h4 {
        font-size: 20px
    }
    .wbprtct_securty h3 {
        font-size: 32px;
        margin-bottom: 20px
    }
    .wbprtct_securty h2 {
        font-size: 32px
    }
    .sectop h2 {
        font-size: 28px
    }
    .sectop h3 {
        font-size: 23px
    }
    .spmprtct_sec h4 {
        font-size: 24px;
        margin: 10px 0 15px
    }
    .cdn_fe.feture h4,
    .spmprtct_sec.feture h4,
    .spmprtct_sec2.feture h4 {
        margin: 15px 0 15px
    }
    .cdn_fe .flex_b,
    .spmprtct_sec .flex_b,
    .spmprtct_sec2 .flex_b {
        webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cdn_fe .flex_b:nth-of-type(2) .col-sm-6:nth-child(1),
    .spmprtct_sec .flex_b:nth-of-type(2) .col-sm-6:nth-child(1),
    .spmprtct_sec2 .flex_b:nth-of-type(2) .col-sm-6:nth-child(1) {
        order: 2
    }
    .cdn_fe .flex_b:nth-of-type(2) .col-sm-6:nth-child(2),
    .spmprtct_sec .flex_b:nth-of-type(2) .col-sm-6:nth-child(2),
    .spmprtct_sec2 .flex_b:nth-of-type(2) .col-sm-6:nth-child(2) {
        order: 1
    }
    h1 {
        font-size: 48px
    }
    h2 {
        font-size: 34px
    }
    h3 {
        font-size: 30px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 20px
    }
    h6 {
        font-size: 16px
    }
}

@media (max-width:767px) {
    body .tpDrp .flgDrp .crtxt {
        font-size: 14px
    }
    .tpDrp .nav li.flgDrp a i,
    .tpDrp .nav li.flgDrp a span {
        display: none
    }
    .flgDrp .dropdown-menu {
        min-width: 90px
    }
    .tpDrp .pull-right {
        float: none !important
    }
    .tpDrp .nav li.flgDrp a {
        padding-top: 15px;
        display: inline-block
    }
    .tpDrp .fr_nav li {
        width: 22.5%
    }
    .tpDrp .navbar-nav li.user_log a {
        padding-left: 8px
    }
    .tpDrp .fr_nav li.kart_ic {
        text-align: right;
        width: 28%
    }
    .tpDrp .fr_nav li.kart_ic a {
        padding-right: 0
    }
    .visible-xs header {
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
        top: 0;
        width: 100%;
        z-index: 99
    }
    .banner_serch,
    .inrHdr {
        margin-top: 104px
    }
    .navbar-nav .open .dropdown-menu.flgSel {
        position: absolute;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    .navbar-nav .open .dropdown-menu.flgSel a {
        padding: 5px 15px 5px 6px
    }
    .mob_logo_pan {
        flex: 1
    }
    .mob_logo_pan img {
        max-width: 200px
    }
    header .toggle {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 35px;
        min-height: 24px;
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 24px
    }
    header .toggle span {
        width: 33px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50% 50%
    }
    header .toggle span,
    header .toggle span::after,
    header .toggle span::before {
        display: block;
        position: absolute;
        left: 0;
        height: 3px;
        background: #182631;
        transition: all .25s ease
    }
    header .toggle span::after,
    header .toggle span::before {
        content: '';
        width: 100%
    }
    header .toggle span::before {
        top: -9px
    }
    header .toggle span::after {
        bottom: -9px
    }
    header .hedclone .toggle span {
        transform: rotate(45deg)
    }
    header .hedclone .toggle span::before {
        transform: rotate(90deg);
        top: 0
    }
    header .hedclone .toggle span::after {
        content: none
    }
    .comment-list li {
        font-size: 14px
    }
    .comments-area .reply {
        position: relative;
        top: 8px;
        margin-left: 43px
    }
    .comments-area .comment-list .comment-metadata a {
        font-size: 10px;
        padding-left: 5px
    }
    .our_contact ul li {
        display: block;
        width: 100%;
        text-align: left
    }
    .roundicon {
        text-align: center;
        margin-bottom: 10px;
        line-height: 34px
    }
    .our_contact ul {
        padding-top: 15px
    }
    .important_annoucemnet {
        width: 100%
    }
    .dgHostNav .nav>li {
        margin: 0;
        width: 100%
    }
    .mega-dropdown-menu>.container {
        padding-right: 0
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 0
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: #fff
    }
    .mega-dropdown-menu>.container>li>ul {
        list-style: none;
        padding: 0 0 20px;
        margin-left: 0
    }
    .inrHdr .blog-image img {
        width: auto;
        height: 240px;
        max-width: 100%
    }
    .hero {
        margin-top: 18px
    }
    .off365ic3 .cir_o {
        transform: scale(.8)
    }
    .off365ic3 .txb1 {
        padding-left: 0
    }
    .off365ic3 .txb1 h5 {
        font-size: 21px
    }
    .server_mngt_why h2 {
        font-size: 36px
    }
    .dedica_ser_why h2 {
        font-size: 36px
    }
    .monitoring_works h4,
    .wbprtct_lnx h2 {
        font-size: 28px
    }
    .full_block.web_monioring h3 {
        font-size: 28px
    }
    .contact_form.rqst_qote h4 {
        font-size: 16px;
        line-height: 1.3
    }
    .infra_pan01 h2 {
        font-size: 36px
    }
    .infra_pan01 h4 {
        font-size: 20px;
        margin: 36px auto
    }
    .cust_support.cs2 {
        padding: 20px 0
    }
    .cust_support.cs2 .tx01 {
        font-size: 14px
    }
    .abotpghd {
        font-size: 28px
    }
    .wphos4 h3.scndHdng {
        font-size: 18px
    }
    .sever_meet h4 {
        font-size: 28px
    }
    .reseller02 h2 {
        font-size: 28px
    }
    .resell2client h3 {
        font-size: 20px
    }
    .full_block {
        min-height: 0;
        padding: 40px 0
    }
    .cdn_wroks {
        padding: 0
    }
    .chioc .txb1 {
        width: calc(100% - 105px);
        padding-left: 15px
    }
    .config_opt .table thead th {
        font-size: 16px
    }
    .feture_pan [class*=col-] {
        padding-left: 15px
    }
    .sever_meet [class*=col-] {
        padding-left: 15px;
        margin-top: 0 !important
    }
    .inrHdr .banner_serch .serch_panel {
        padding: 17px 0 0
    }
    .bdCrmb {
        margin-top: 0
    }
    .inrHdr .cnt {
        font-size: 18px
    }
    .inrHdr h1 {
        font-size: 29px
    }
    .bdCrmb .breadcrumb>li>a {
        font-size: 13px
    }
    h4.thrdHdng {
        font-size: 16px;
        margin: 10px 0 8px
    }
    .infr h3.scndHdng {
        font-size: 17px;
        margin: 10px 0 10px
    }
    .fst h2.hdng,
    .gry h2.hdng {
        margin: 0 0 15px
    }
    .gry p {
        line-height: 24px;
        max-width: 100%
    }
    .dsBrd .cnt {
        font-size: 15px
    }
    .adOn .dsBrd {
        padding: 12px 0;
        text-align: center
    }
    .dsBrd .adIcn {
        display: block;
        margin: auto
    }
    .adOn .dsBrd [class*=col] {
        display: block;
        width: 100%
    }
    .bdCrmb .breadcrumb>li+li::before {
        padding: 0 5px
    }
    .bdCrmb .breadcrumb {
        font-size: 13px;
        padding: 0
    }
    .adOn,
    .fst,
    .gry,
    .infr {
        font-size: 15px
    }
    h3.scndHdng {
        font-size: 16px;
        line-height: 20px
    }
    .adOn .col-sm-12 {
        padding: 0
    }
    .adOn .pdCnt {
        padding: 0
    }
    .dsBrd .cnt {
        margin: 0;
        width: 100%
    }
    .container-full {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box
    }
    .container-full .row {
        margin: 0
    }
    .shrd .carousel-inner {
        margin-left: 0;
        margin-bottom: 20px
    }
    .full_block .img_pan {
        width: 100%;
        display: block;
        height: auto
    }
    .coloc_data_cen .mrTp,
    .sec01_white .mrTp,
    .sec02_white .mrTp,
    .vps_hosting .mrTp {
        margin-top: 50px
    }
    .btn_tab01 li a,
    .btn_tab01 li.active a {
        min-width: 0;
        padding: 5px 10px
    }
    .mngcl_plan .tab-content .flex_b {
        -webkit-flex-flow: column;
        -ms-flex-direction: column;
        flex-flow: column
    }
    .mngcl_plan .planbx {
        margin-bottom: 10px
    }
    .shrd .item [class*=col-] {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
        margin: 10px 0;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        text-align: center;
        padding: 0;
        overflow: hidden
    }
    .thrLn,
    h3.scndHdng {
        margin: 0 auto 24px
    }
    .shrd .prcBig {
        font-size: 36px
    }
    .shrd .ltGry {
        display: block
    }
    .btn-grn {
        padding: 15px 20px
    }
    .list-inline>li {
        display: block
    }
    .shrd .list-inline li {
        padding: 0 0
    }
    .adonImg {
        margin: 28px 0
    }
    .incevplan .list-inline,
    .shrd .list-inline {
        margin: 0 auto;
        text-align: left
    }
    .shrd .packge_box .list-inline {
        padding: 0
    }
    .gry .cnt {
        padding: 80px 20px 20px
    }
    .infr .col-sm-5,
    .infr .col-sm-7 {
        width: 100%
    }
    .infr h3.scndHdng {
        font-size: 16px;
        margin: 10px 0 10px
    }
    .infr .pdLt,
    .infr .pdRt {
        padding-left: 15px;
        padding-right: 15px
    }
    .shrd .fntBs {
        font-size: 16px
    }
    .faq p:not(:last-child) {
        padding: 0 0 10px
    }
    .faq p {
        font-size: 15px
    }
    .faq .panel-title {
        font-size: 15px;
        line-height: 24px
    }
    .faq .panel-title span:not(.shrt) {
        display: inline-block;
        width: 88%;
        padding: 0;
        box-sizing: border-box
    }
    .faq .panel-title [class*=fa-chevron] {
        padding-right: 0;
        font-size: 15px
    }
    .faq .shrt {
        display: inline-block;
        width: 20px
    }
    .faq .panel-heading {
        padding: 7px 10px
    }
    .faq .cnt {
        width: 83%;
        margin: 0 0 0 17px
    }
    .faq .panel-body {
        padding: 8px 10px
    }
    .shrd .carousel-inner li {
        padding: 6px 0
    }
    .shrd ul {
        padding: 10px 0 10px;
        font-size: 14px
    }
    .hghLte .pdCntDet {
        padding: 82px 20px 20px
    }
    .pdCntDet {
        padding: 20px
    }
    .shrd .regPrc {
        font-size: 16px
    }
    .shrd .regPrcBlk {
        font-size: 24px
    }
    .shrd3 {
        background-position: -15px -456px
    }
    .shrd4 {
        background-position: -95px -462px
    }
    .shrd1,
    .shrd2,
    .shrd3,
    .shrd4,
    .shrd5 {
        width: 56px
    }
    .resell2client .row>[class*=col-] {
        margin: 20px 0
    }
    footer.f_02,
    footer.f_03 .sm_ico {
        text-align: center
    }
    .footer_main ul.footer_menus>li {
        width: 100%;
        margin-bottom: 15px;
        float: none
    }
    .footer_main .mhead>a {
        font-size: 16px
    }
    .footer_main ul.footer_menus>li .sub-menu {
        display: none;
        margin-left: 15px
    }
    .footer_main .mhead>a {
        padding-right: 15px
    }
    .blog_dtel_pg .side-bar {
        max-width: 350px
    }
    .blog_dtel_pg .blgrecentpost .txprt {
        padding-left: 15px
    }
    .post-thumbnail a img {
        height: auto
    }
}

.pack_v1 .pdCntDet {
    margin: 10px 2px;
    overflow: hidden
}

.pdCntDet {
    border: 1px solid #ccc;
    border-top: 5px solid #7f7f7f;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    background: #fff
}

.pdCntDet .order_pn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.featured .popular_star {
    margin-bottom: 6px
}

.thcol.featured .popular_star {
    margin-top: -72px
}

.featured .mopop {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #d8fbe5;
    border: 1px solid var(--site-color);
    border-radius: 4px;
    padding: 3px 12px;
    margin-bottom: 8px
}

.pdCntDet.Email.Plus,
.pdCntDet.Premium.Advanced,
.pdCntDet.featured,
.pdCntDet[class*=Biz].Advanced {
    border: 1px solid #02a741;
    border-top: 5px solid #02a741;
    position: relative
}

.pckge_num01 {
    position: relative
}

.pckge_num01 .packge_box {
    position: relative
}

.packge_box .packge_item {
    margin: 40px 0
}

.packge_box .data_ss {
    margin-top: 40px
}

.pckge_num01 .list-inline li {
    position: relative;
    padding-left: 32px;
    line-height: 1.7;
    margin-bottom: 20px
}

.pckge_num01 .list-inline li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/icon_gr.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 19px;
    background-position: -67px -335px
}

.pckge_num01 .select_dd select {
    padding: 8px 12px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #00a63f;
    border-radius: 3px;
    box-shadow: inset 0 0 9px rgba(0, 0, 0, .2)
}

.pckge_num01 .select_dd {
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 60px
}

.data_ss {
    margin-top: 24px
}

.data_ss .thcol.th01 {
    text-align: right;
    -webkit-box-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.data_ss .thcol {
    flex: 1;
    padding-left: 12px
}

.data_ss .pack_row,
.data_ss .tab_d01 {
    position: relative
}

.data_ss .pack_row>div,
.data_ss .tab_d01 .d_row {
    position: relative
}

.data_ss .order_pn {
    text-align: center
}

.data_ss .pack_row:before,
.data_ss .tab_d01:before {
    content: '';
    position: absolute;
    margin: 0 1px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 20%;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .08);
    background-image: linear-gradient(#f8f8f8 5%, rgba(0, 0, 0, .05));
    -webkit-transform: translate3d(0, 0, 0)
}

.data_ss .pack_arr {
    display: none
}

.data_ss .tdtr .thcol.th01,
.data_ss .thtr .thcol.th01 {
    border: 0;
    padding-right: 15px;
    font-weight: 700;
    border-right: 2px solid transparent
}

.data_ss .tdtr .thcol {
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background: #fff;
    background-clip: padding-box
}

.data_ss .tdtr.order_pn .thcol {
    padding-top: 20px;
    padding-bottom: 20px
}

.data_ss .thtr .thcol {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
    border: 1px solid #d3d3d3;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 5px solid #7f7f7f;
    border-bottom: 0;
    background: #fff;
    background-clip: padding-box
}

.data_ss .thtr .thcol.featured {
    border-top-color: #02a741;
    position: relative
}

.data_ss .tdtr .thcol {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: 2px;
    margin-right: 2px
}

.data_ss .tdtr.order_pn .thcol {
    border-bottom: 1px solid #d3d3d3
}

.data_ss .tdtr,
.data_ss .thtr {
    border-bottom: 1px dashed #d3d3d3
}

.data_ss .tdtr.order_pn,
.data_ss .tdtr.order_pn .th01 {
    border: 0
}

.data_ss .tdtr.order_pn .th01 {
    border-right: 2px solid transparent
}

.prcBlck .prc {
    font-size: 17px;
    text-align: center;
    line-height: 1.1;
    margin: 10px 0
}

.data_ss .pro_tx {
    font-size: 22px;
    text-align: center;
    font-weight: 800
}

.prcBlck .prc .prcBig {
    font-size: 25px;
    color: #00a63f;
    font-weight: 800;
    white-space: nowrap
}

.prcBig .currencyPrefix {
    font-size: 80%;
    vertical-align: top
}

.prcBig .currencySufix {
    font-size: 70%;
    padding-left: 5px;
    vertical-align: bottom
}

.savepc {
    font-size: 16px;
    color: #e90f3d;
    text-transform: uppercase;
    margin-top: 10px
}

.data_ss .regPrc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.data_ss .regPrc .regPrcBlk {
    font-size: 16px;
    font-weight: 700
}

.shrd .data_t2 {
    min-width: 800px
}

.data_t2 .thed {
    font-weight: 700;
    text-align: right;
    padding: 15px 15px 15px 6px
}

.data_t2 .r1 {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 10px
}

.data_t2 .thed.dblank {
    flex: 0 0 129px
}

.data_t2 .thead .thed.dblank {
    height: 59px
}

.data_t2 .data_h .thed,
.data_t2 .thead .thed.dblank {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 129px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.data_t2 .data_h .f2,
.data_t2 .tdata.orderbtn,
.data_t2 .tdata.prce,
.data_t2 .thead .f2,
.data_t2 .thead .orderbtn,
.data_t2 .thead .prce {
    position: relative;
    left: 129px
}

.data_t2 .data_h>div {
    border-bottom: 1px dashed #d3d3d3
}

.data_t2 .thead .f2,
.data_t2 .thead .orderbtn,
.data_t2 .thead .prce,
.data_t2 .thead .thed {
    border-bottom: 2px solid #e2e3e3
}

.data_t2 .tdata.prce,
.data_t2 .thead .th.prce {
    -webkit-box-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    padding: 15px 6px
}

.data_t2 .orderbtn {
    -webkit-box-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    text-align: center;
    padding: 15px 6px
}

.data_t2 .f2 {
    white-space: nowrap
}

.data_t2 .f2 .hlyot {
    display: inline-block;
    white-space: nowrap
}

.data_t2 .thead .th {
    font-weight: 700
}

.f2 .tdata {
    padding: 15px 6px;
    display: inline-block;
    width: 170px;
    text-overflow: ellipsis
}

.data_t2 .thead .th {
    padding: 15px 6px;
    display: inline-block;
    width: 170px;
    text-overflow: ellipsis;
    overflow: hidden
}

.data_t2 .r1ch {
    flex: 1
}

.data_t2 .r1ch .tdata {
    flex: 1;
    padding: 15px 6px
}

.data_t2 sub {
    bottom: .15em
}

.morbilling a {
    font-size: 17px;
    color: #3597c1
}

.morbilling {
    order: 4;
    padding-left: 25px
}

.packge_box .switch {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    color: #999;
    min-height: 60px
}

.switch label {
    font-size: 17px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    color: #aaa;
    font-weight: 400;
    cursor: pointer
}

.switch label .tx1 {
    order: 1
}

.switch label .lever {
    order: 2
}

.switch label .tx2 {
    order: 3;
    min-width: 78px;
    text-align: right
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label .lever {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    margin-right: .625rem;
    vertical-align: middle;
    content: "";
    background-color: #e0e0e0;
    border-radius: 1.5rem;
    width: 56px;
    height: 30px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.switch label .tx1 {
    color: var(--site-color);
    font-weight: 700;
    min-width: 78px
}

.switch label input[type=checkbox]:checked~.tx1 {
    color: #999;
    font-weight: 400
}

.switch label input[type=checkbox]:checked~.tx2 {
    color: var(--site-color);
    font-weight: 700
}

.switch label .lever:after {
    position: absolute;
    top: 3px;
    left: 2px;
    display: inline-block;
    content: "";
    background-color: var(--site-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
    transition: left .3s ease;
    transition: left .3s ease
}

.switch label input[type=checkbox]:checked+.lever:after {
    left: 30px
}

h4.subht_04 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 600
}

.tab_d01 .d_row {
    border-top: 1px dashed #d3d3d3
}

.data_ss .tab_d01 {
    border-bottom: 1px dashed #d3d3d3
}

.tab_d01 .d_row .thed {
    font-weight: 700;
    text-align: right;
    padding: 12px;
    background: #fff;
    background-clip: padding-box;
    paddin-right: 17px;
    -webkit-box-flex: 0 0 20.5%;
    -ms-flex: 0 0 20.5%;
    flex: 0 0 20.5%;
    border-right: 2px solid transparent
}

.data_ss i.info_ic {
    margin-left: 5px
}

.tab_d01 .d_row .tdata {
    flex: 1;
    padding: 12px;
    background: #fff;
    background-clip: padding-box;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-left: 2px;
    margin-right: 2px
}

.shrd .tab_d01 .prcBig {
    font-size: 24px
}

.tab_d01 .order_pn {
    margin-top: 17px
}

.domainGroup.hot {
    background-color: red;
    padding: 1px 3px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 5px;
    border-radius: 2px
}

.domainGroup.sale {
    background-color: #f7d458;
    padding: 1px 3px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 5px;
    border-radius: 2px
}

.domainGroup.new {
    background-color: #2ad588;
    padding: 1px 3px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 5px;
    border-radius: 2px
}

.domainGroup.none {
    display: none
}

@media (min-width:768px) {
    .data_ss .thtr .thcol {
        padding-top: 72px
    }
}

@media (min-width:1200px) {
    .prcBlck .prc .prcBig {
        font-size: 30px
    }
    .data_t2 .data_h:hover .tdata.orderbtn,
    .data_t2 .data_h:hover .tdata.prce,
    .data_t2 .data_h:hover .tdata.srch,
    .data_t2 .data_h:hover .thed {
        background: #f9f9f9
    }
    .data_t2 .data_h:hover a {
        border: 1px solid var(--site-color);
        border-radius: 4px;
        color: var(--site-color);
        padding: 5px 12px;
        text-decoration: none;
        background: rgba(255, 255, 255, .8)
    }
    .data_h .orderbtn a {
        transition: all .2s
    }
    .data_h:hover .orderbtn a {
        opacity: 1
    }
    .data_ss .thtr {
        transition: all .2s
    }
    .data_ss.fixx .thtr {
        position: fixed;
        top: 124px;
        width: 1180px;
        z-index: 12;
        border-bottom: 2px solid #d3d3d3;
        background: #fff
    }
    .pack_v1 .pdCntDet {
        margin: 10px 6px
    }
    .pdCntDet.Email.Plus,
    .pdCntDet.Premium.Advanced,
    .pdCntDet.featured,
    .pdCntDet[class*=Biz].Advanced {
        margin-top: -24px;
        padding-top: 6px
    }
}

@media (max-width:580px) {
    h4.subht_04 {
        font-size: 23px;
        margin-bottom: 17px
    }
    .pckge_num01 .select_dd select {
        display: block;
        width: 48%;
        max-width: 300px;
        margin: 6px auto
    }
    .pckge_num01 .list-inline li {
        padding-left: 10px;
        line-height: 2;
        margin-bottom: 6px
    }
    .data_ss .tdtr.order_pn .thcol,
    .data_ss .thtr .thcol {
        text-align: center;
        margin: 0
    }
    .data_ss .tdtr .thcol {
        margin: 0
    }
    .data_ss .thtr .prcBlck {
        max-width: 250px;
        text-align: center;
        margin: 0 auto
    }
    .data_ss .pack_arr {
        display: block;
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -8px
    }
    .data_ss .pack_arr.lft {
        left: 5%
    }
    .data_ss .pack_arr.rgt {
        right: 5%
    }
    .data_ss .pack_row:before,
    .data_ss .tab_d01:before {
        content: none
    }
    .data_ss .tdtr.order_pn .th01,
    .data_ss .thtr .thcol.th01 {
        display: none
    }
    .data_ss .thtr .thcol.featured:before,
    .pdCntDet.featured:before {
        border-top: 44px solid transparent;
        border-bottom: 44px solid transparent;
        border-right: 44px solid #02a741
    }
    .data_ss .thtr .thcol.featured:after,
    .pdCntDet.featured:after {
        font-weight: 700;
        top: 5px;
        right: -11px;
        width: 61px;
        font-size: 11px;
        line-height: 1.2
    }
    .data_ss .tdtr .thcol.th01,
    .tab_d01 .d_row .tdata,
    .tab_d01 .d_row .thed {
        flex: 1;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        margin: 0
    }
    [data-package-cell="2"] .tab_d01 .d_row .tdata:not(:nth-child(2)),
    [data-package-cell="2"] .tdtr .th02:not(:nth-child(2)),
    [data-package-cell="2"] .thtr .th02:not(:nth-child(2)) {
        display: none
    }
    [data-package-cell="3"] .tab_d01 .d_row .tdata:not(:nth-child(3)),
    [data-package-cell="3"] .tdtr .th02:not(:nth-child(3)),
    [data-package-cell="3"] .thtr .th02:not(:nth-child(3)) {
        display: none
    }
    [data-package-cell="4"] .tab_d01 .d_row .tdata:not(:nth-child(4)),
    [data-package-cell="4"] .tdtr .th02:not(:nth-child(4)),
    [data-package-cell="4"] .thtr .th02:not(:nth-child(4)) {
        display: none
    }
    [data-package-cell="5"] .tab_d01 .d_row .tdata:not(:nth-child(5)),
    [data-package-cell="5"] .tdtr .th02:not(:nth-child(5)),
    [data-package-cell="5"] .thtr .th02:not(:nth-child(5)) {
        display: none
    }
    [data-package-cell="6"] .tab_d01 .d_row .tdata:not(:nth-child(6)),
    [data-package-cell="6"] .tdtr .th02:not(:nth-child(6)),
    [data-package-cell="6"] .thtr .th02:not(:nth-child(6)) {
        display: none
    }
}

@-moz-document url-prefix() {
    .data_t2 .thead .thed.dblank {
        height: 60px
    }
}

/*	Pop UP */

.modal-content.promo_popup {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
} 

.promo_popup .modal-body{
    padding-top:20px;
    clear:both;
}
.promo_popup {
    text-align:center;
    padding:15px;
    /*background-image: linear-gradient(#d9fffe, #fff);*/
}
.promo_popup h3{
    font-size:19px;
    font-weight: 600;
}
.promo_popup h2{
    font-size:36px;
    font-weight:800;
    text-transform:uppercase;
    color:var(--site-color);
}

.clse-btn {
    width:33px;
    height:33px;
    line-height:0;
    border:3px solid #111 !important;
    opacity:0.75;
    border-radius:50%;
    font-size:27px !important;
    cursor:pointer;
}

.clse-btn:hover{
    opacity:1 !important;
}

.clse-btn span{
    transform: translateY(-3px);
    display: block;
}
.promo_popup .tncc {
    font-size: 13px;
    font-weight: 600;
}
.promo_popup .copy_icon{
    display:inline-block;
    background-image:url(assets/images/copy_icon.webp);
    background-repeat:no-repeat;
    height:40px;
    width:33px;
    color:#fff;
    text-align:center;
    line-height:2;
}

.promo_popup .copycode{
    display:inline-block;
    background:#f6f6f6;
    padding:3px;
    border:2px dotted #c1c1c1;
    border-radius:6px;
}

.promo_popup .copycode span{
    display:inline-block;
    font-size:20px;
    font-weight:800;
    color:#222;
    padding:0 24px;
}

.promo_popup .copycode *{
    vertical-align:middle;
}

.promo_code{
    background:#fff;
    border-radius:6px;
    max-width: 900px;
    padding:20px;
    border:1px solid #f0f0f0;
    box-shadow:0 0 3px rgba(0,0,0,0.12);
}

.promo_code .tx_valid{
    font-size:14px;
    font-weight:300;
    color:#666;
}

/* ss */
 

.promo_code a{
    text-decoration:none;
}

.promopop ~ .modal-backdrop.in{
    display:block;
}

.promo_popup .list-inline li:before {

    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/icon_gr.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 19px;
    background-position: -67px -335px;
    zoom:0.6;
}

 

.promo_popup .list-inline li {

    font-size: 13px;
    position: relative;
    padding-left:9px;
    line-height: 1.7;
    margin-bottom:3px
}

@media (min-width:768px){  

    .promopop .modal-dialog {
        margin-top: 136px;
    }  

    .promo_code{
        padding:30px;
    }  

    .promo_popup h2 {
        font-size: 48px;
    }

   

    .promo_popup h3{
        font-size:22px;
    }
 
}


.tx_plan{
    font-size: 70%;
    font-weight: 200;
}

/* offer page */

.modal-content.promo_popup {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}
.promo_popup .modal-body {
	padding-top: 20px;
	clear: both;
}
.promo_popup {
	text-align: center;
	padding: 15px;
	/*background-image: linear-gradient(#d9fffe, #fff);*/
}
.promo_popup h3 {
	font-size: 19px;
	font-weight: 600;
}
.promo_popup h2 {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--site-color);
}
.clse-btn {
	width: 33px;
	height: 33px;
	line-height: 0;
	border: 3px solid #111 !important;
	opacity: 0.75;
	border-radius: 50%;
	font-size: 27px !important;
	cursor: pointer;
}
.clse-btn:hover {
	opacity: 1 !important;
}
.clse-btn span {
	transform: translateY(-3px);
	display: block;
}
.promo_popup .tncc {
	font-size: 13px;
	font-weight: 600;
}
.promo_popup .copy_icon {
	display: inline-block;
	background-image: url(assets/images/copy_icon.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 33px;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.promo_popup .copycode {
	display: inline-block;
	background: #f6f6f6;
	padding: 3px;
	border: 2px dotted #c1c1c1;
	border-radius: 6px;
}
.promo_popup .copycode span {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	color: #222;
	padding: 0 24px;
}

.promo_popup .copycode * {
	vertical-align: middle;
}

.promo_code {
	background: #fff;
	border-radius: 6px;
	max-width: 900px;
	padding: 20px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}

.promo_code .offcod {
	font-size:21px;
	font-weight: 700;
	mask-image: url(assets/images/coupon.svg);
	background-color: #f09a05;
	background-repeat: no-repeat;
	height: 70px;
	width:154px;
	color: #fff;
	text-align: center;
	line-height: 3;
}

.promo_code .offcod.clr1{
    background-color: #e2593c;
}

.promo_code .offcod.clr7,
.promo_code .offcod.clr2{
    background-color: #19bbaa;
}

.promo_code .offcod.clr3{
    background-color: #02a3da;
}

.promo_code .offcod.clr5{
    background-color: #7135d8;
}

.promo_code .offcod.clr6{
    background-color: #e2593c;
}

.promo_code .tx_valid {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
.promo_code .offcod b {
	font-size: 54%;
	font-weight: 400;
	text-transform: uppercase;
}
.promo_code .copy_icon {
	display: inline-block;
	background-image: url(/dgh-assets/themes/digitalhost/assets/images/copy_icon.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 33px;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.promo_code .copycode {
    font-weight:700;
	display: inline-block;
	background: #f8f8f8;
	padding: 3px 6px;
	border: 2px dotted #c1c1c1;
	border-radius: 4px;
}
.promo_code .copycode span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	padding: 0 15px;
}
.promo_code .copycode * {
	vertical-align: middle;
}
.promo_code .list-inline li {
	line-height: 1.7;
	display:block;
}
.promo_popup .list-inline li:before,
.promo_code .list-inline li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(assets/images/icon_gr.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 19px;
	background-position: -67px -335px;
	zoom: 0.8;
}
.promo_code a {
	text-decoration: none;
}
.promo_code [aria-expanded="true"] .ion-chevron:before {
	background-position: -2px -220px;
	width: 14px;
	height: 8px;
}
.promo_code .ion-chevron:before {
	background-position: -5px -261px;
	width: 14px;
	height: 15px;
	vertical-align: middle;
}
.promo_popup .conapplbx{
	padding: 15px 0px 15px;
	background: rgb(240, 240, 240);
	border: 1px dashed rgb(204, 204, 204);
}

.promo_code .tx01{
    color:#111;
}

@media (min-width:768px) {
    
	.promo_code {
		padding: 30px;
	}
	.promo_popup h2 {
		font-size: 48px;
	}
	.promo_popup h3 {
		font-size: 22px;
	}
	.promo_code .tx01 {
		font-size:19px;
	}
}











.offers_pg .inner {
	position: relative;
	height: 100%;
	padding: 18px 18px;
	background-color: #fff;
	background-color: var(--white);
	box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .15);
	overflow: hidden;
	transition:all 0.2s;
}

.offers_pg .inner:hover{
    transform:scale(1.02);
}

.offers_pg .inner .type{
    font-weight:700;
}

.ciric{
	position: absolute;
	top: -35px;
	right: -35px;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-position: 24px 44px;
	background-size: 32px auto;
	transition: all ease-in-out 0.2s;

	background-color: #7557cb;
	background: linear-gradient(90deg, #7557cc 0%, #7351b1 100%);
}


.color-hosting.c1 .ciric{
	background-color: #7557cb;
	background: linear-gradient(90deg, #7557cc 0%, #7351b1 100%);
}

.color-hosting.c1 {
	color:#7557cb;
}

.color-hosting.c2 .ciric{
	background-color: #d11d1d;
	background: linear-gradient(90deg, #d11d1d 0%, #be0d0d 100%);
}

.color-hosting.c2 .promo-code {
	background-color:#d11d1d;
}

.color-hosting.c2 {
	color:#d11d1d;
}

.color-hosting.c3 .ciric{
	background-color: #3498d8;
	background: linear-gradient(90deg, #3498d8 0%, #2078bc 100%);
}

.color-hosting.c3 {
	color:#3498d8;
}

.color-hosting.c3 .promo-code {
	background-color:#3498d8;
}

.color-hosting.c4 .ciric{
	background-color: #84b53f;
	background: linear-gradient(90deg, #84b53f 0%, #72a442 100%);
}

.color-hosting.c4 {
	color:#84b53f;
}

.color-hosting.c4 .promo-code {
	background-color:#84b53f;
}

.color-hosting.c5 .ciric{
	background-color: #525252;
	background: linear-gradient(90deg, #525252 0%, #111111 100%);
}

.color-hosting.c5 {
	color:#525252;
}

.color-hosting.c5 .promo-code {
	background-color:#525252;
}

.color-hosting {
	color:#7559d8;
}

.offers_pg .h3hh {
	font-size:24px;
	color:#111;
	font-weight:800;
	line-height:2;
}

.offers_pg .promo-code {
    display:inline-block;
    padding:9px 0;
	background-color:#7559d8;
	width:100%;
	max-width:220px;
	border-radius:30px;
	margin-bottom: 10px;
}


.offers_pg .terms.small p{
	font-size:13px;
	color:#999;
	font-weight:400;
	margin:8px 0;
	padding-left:10px;
	position:relative;
}

.offers_pg .terms.small p:before{
    content:'.';
    font-size:21px;
    display:inline-block;
    font-weight:800;
    position:absolute;
    top:-10px;
    left:0;
}

.offers_pg .row [class*=col-]{
    margin-top:15px;
    margin-bottom:15px;
}

.offers_pg .code{
    background:transparent;
    border:0;
    color:#fff;
}

.offers_pg .digits{
    font-size:13px;
    font-weight:800;
    color:#fff;
    text-align:center;
    padding-right:15px;
}

.offers_pg p{
    font-size:15px;
    font-weight:700;
    line-height:1.2;
}

.offr_ic {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/offers_ic.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 19px;
    right:44px;
}

.offr_ic.vps{
    width: 36px;
    height:40px;
    background-position: -14px -9px;
}

.offr_ic.premiu{
    width: 47px;
    height:40px;
    background-position:-108px -9px;
}

.offr_ic.ssls{
    width: 36px;
    height:40px;
    background-position: -171px -9px;
}

.offr_ic.srvmang{
    width: 36px;
    height:40px;
    background-position: -59px -9px;
}

.offr_ic.wbhost{
    width:42px;
    height:40px;
    background-position:-224px -9px;
}

@media (min-width:1200px){
    
    .offers_pg .h3hh {
        font-size: 27px;
    }
    
}









