
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

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

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

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

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

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

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

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

.owl-carousel.owl-refresh .owl-item {
    display: none
}

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

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

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(/static/images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/static/images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/static/images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(/static/images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(/static/images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}


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


/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cdac6daee5e425ffb3739a2b8637d3ec)
 * Config saved to config.json and https://gist.github.com/cdac6daee5e425ffb3739a2b8637d3ec
 */


/*!
 * 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 */


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

body,
figure {
    margin: 0
}

a:focus,
a:hover {
    color: #23527c
}

hr,
img {
    border: 0
}

button,
select {
    text-transform: none
}

pre,
textarea {
    overflow: auto
}

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

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

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

a,
pre code,
table {
    background-color: transparent
}

.text-left,
th {
    text-align: left
}

.btn,
a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

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

html,
html.fp-enabled {
    -webkit-tap-highlight-color: transparent
}

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

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff
}

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

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

[hidden],
template {
    display: none
}

a {
    color: #337ab7
}

a:active {
    outline: 0
}

a:focus {
    outline-offset: -2px
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: 20px 0 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px
}

h1 .small,
h1 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

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

.dropdown-menu,
.modal-content {
    -webkit-background-clip: padding-box
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

small {
    font-size: 80%;
    font-size: 85%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    vertical-align: middle
}

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

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.btn,
.text-nowrap {
    white-space: nowrap
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    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)
}

fieldset,
legend {
    border: 0;
    padding: 0
}

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

samp {
    font-size: 1em;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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

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

button {
    overflow: visible;
    line-height: inherit
}

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

input {
    line-height: inherit
}

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

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

optgroup {
    font-weight: 700
}

select {
    line-height: inherit
}

textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: inherit
}

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

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

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

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

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

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

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

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

.thumbnail,
legend {
    margin-bottom: 20px
}

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

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

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

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

td,
th {
    padding: 0
}
/* HEREX */
.customers-slider .owl-nav .owl-next,
.customers-slider .owl-nav .owl-prev,
.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"
}

.customers-slider .owl-nav .owl-next:before,
.customers-slider .owl-nav .owl-prev:before,
.glyphicon-chevron-left:before {
    content: "\e079"
}

.customers-slider .owl-nav .owl-next:before,
.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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

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

.glyphicon-rub:before,
.glyphicon-ruble: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"
}

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

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

.thumbnail {
    display: block;
    padding: 4px;
    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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

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

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -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 {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active {
    display: block;
    left: 0
}

.carousel-inner>.next {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%
}

.carousel-inner>.prev {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right,
.col-xs-push-12 {
    left: 100%
}

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

.img-thumbnail {
    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;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

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

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

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

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

h2,
h3 {
    margin-top: 20px
}

h4,
h5,
h6 {
    font-family: inherit;
    margin-top: 10px
}

.h1,
.h2,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px
}

[role=button] {
    cursor: pointer
}

h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px
}

h2 .small,
h2 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px
}

h3 .small,
h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

h4 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px
}

h4 .small,
h4 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%
}

h5 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px
}

h5 .small,
h5 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%
}

h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 12px
}

.h1,
.h2,
.h3 {
    font-family: inherit;
    margin-top: 20px
}

h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%
}

.h1 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px
}

.h1 .small,
.h1 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

.h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px
}

.h2 .small,
.h2 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

.h3 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 10px;
    font-size: 24px
}

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

.h3 .small,
.h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

.h4 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px
}

.h4 .small,
.h4 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%
}

.h5 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px
}

.h5 .small,
.h5 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%
}

.h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 12px
}

.h6 .small,
.h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%
}

p {
    margin: 0 0 10px
}

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

dt,
label {
    font-weight: 700
}

.table>thead>tr>th,
address,
dd,
dt {
    line-height: 1.42857143
}

.small {
    font-size: 85%
}

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

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

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

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

dl,
ol,
ul {
    margin-top: 0
}

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

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

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

dl {
    margin-bottom: 20px
}

dd {
    margin-left: 0
}

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

.form-control[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio] {
    cursor: not-allowed
}

.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-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.table,
address {
    margin-bottom: 20px
}

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

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

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

.blockquote-reverse footer:before {
    content: ''
}

.blockquote-reverse footer:after {
    content: '\00A0 \2014'
}

.blockquote-reverse small:before {
    content: ''
}

.blockquote-reverse small:after {
    content: '\00A0 \2014'
}

.blockquote-reverse .small:before {
    content: ''
}

.blockquote-reverse .small:after {
    content: '\00A0 \2014'
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.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-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-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,
.container,
.container .jumbotron,
.container-fluid,
.container-fluid .jumbotron {
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

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

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

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

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

address {
    font-style: normal
}

.pre-scrollable {
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto
}

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

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

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

.col-xs-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333333%
}

.col-lg-1,
.col-md-1,
.col-sm-1 {
    position: relative;
    min-height: 1px
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66666667%
}

.col-lg-2,
.col-md-2,
.col-sm-2 {
    position: relative;
    min-height: 1px
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%
}

.col-lg-3,
.col-md-3,
.col-sm-3 {
    position: relative;
    min-height: 1px
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333333%
}

.col-lg-4,
.col-md-4,
.col-sm-4 {
    position: relative;
    min-height: 1px
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66666667%
}

.col-lg-5,
.col-md-5,
.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%
}

.col-lg-6,
.col-md-6,
.col-sm-6 {
    position: relative;
    min-height: 1px
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333333%
}

.col-lg-7,
.col-md-7,
.col-sm-7 {
    position: relative;
    min-height: 1px
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66666667%
}

.col-lg-8,
.col-md-8,
.col-sm-8 {
    position: relative;
    min-height: 1px
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%
}

.col-lg-9,
.col-md-9,
.col-sm-9 {
    position: relative;
    min-height: 1px
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333333%
}

.col-lg-10,
.col-md-10,
.col-sm-10 {
    position: relative;
    min-height: 1px
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66666667%
}

.col-lg-11,
.col-md-11,
.col-sm-11 {
    position: relative;
    min-height: 1px
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%
}

.col-lg-12,
.col-md-12,
.col-sm-12 {
    position: relative;
    min-height: 1px
}

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

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

.form-control,
output {
    font-size: 14px;
    color: #555
}

.table {
    width: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    border-top: 0
}

.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>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom-width: 2px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkbox,
.form-control,
.radio,
input[type=file],
output {
    display: block
}

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

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

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

output {
    padding-top: 7px;
    line-height: 1.42857143
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    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 {
    border: 0;
    background-color: transparent
}

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

fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed
}

fieldset[disabled] .btn {
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

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

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

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.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
}

textarea.form-control {
    height: auto
}

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

.radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

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

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

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

.checkbox {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

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

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

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

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

.radio-inline {
    position: relative;
    margin-bottom: 0
}

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

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

.checkbox-inline {
    position: relative;
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

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

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

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

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

.collapsing,
.dropdown,
.dropup {
    position: relative
}

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

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

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

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

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

.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;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.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;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.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;
    border-color: #a94442;
    background-color: #f2dede
}

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret,
.popover>.arrow:after {
    content: ""
}

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

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

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

.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    color: #333
}

.btn:active {
    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:active.focus,
.btn:active:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:hover {
    color: #333
}

.btn .caret {
    margin-left: 0
}

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

.btn.active {
    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.active:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    color: #333
}

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

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled {
    pointer-events: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-info.focus {
    border-color: #1b6d85
}

.btn-info.active {
    border-color: #269abc
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.btn-group-xs>.btn {
    padding: 1px 5px
}

.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

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

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

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

.dropup .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

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

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

.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    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);
    background-clip: padding-box
}

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

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap
}

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

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

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

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

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

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

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

.dropdown-header {
    font-size: 12px;
    color: #777
}

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

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

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

.pull-right {
    float: right!important
}

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

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

.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

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

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

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

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before {
    content: " "
}

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

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

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

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

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.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+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.input-group-btn:last-child>.btn,
.input-group-btn>.btn+.btn {
    margin-left: -1px
}

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

.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 .dropdown-toggle:active {
    outline: 0
}

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

.btn-group-vertical {
    position: relative
}

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

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.input-group .form-control:not(:first-child):not(:last-child) {
    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-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table
}

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

.btn-group.open .dropdown-toggle {
    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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    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 .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    display: table-cell;
    width: 1%;
    vertical-align: middle
}

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

.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

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
}

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-addon {
    white-space: nowrap;
    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:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.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-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

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

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

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

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

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

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

.input-group-btn:last-child>.btn {
    z-index: 2
}

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

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

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

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

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

.nav>li>a {
    padding: 10px 15px
}

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

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

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

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

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

.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-tabs {
    border-bottom: 1px solid #ddd
}

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

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

.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;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

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

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

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

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

.nav-pills>li {
    float: left
}

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

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

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.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-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

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

.nav-justified {
    width: 100%
}

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

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

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

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

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

@media (max-width:900px) {
        .navbar {
            top:0px;
        }
}
.navbar:after {
    clear: both
}

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

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

.media,
.media-body,
.modal-open,
.progress {
    overflow: hidden
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px
}

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

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

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

.navbar-brand>img {
    display: block
}

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

.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.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)
}

.navbar-toggle:focus {
    outline: 0
}

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

.breadcrumb>li,
.pagination {
    display: inline-block
}

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

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

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

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

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

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

.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-nav>li>a,
.navbar-default .navbar-text {
    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-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

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

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

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

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

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

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

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

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

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
    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-nav>li>a,
.navbar-inverse .navbar-text {
    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-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb>.active {
    color: #777
}

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

.pager li,
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    margin-left: -1px;
    text-decoration: none;
    position: relative
}

.pagination>li>a {
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd
}

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

.pagination>li>span {
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd
}

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

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

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

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

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

.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

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

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

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

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

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

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

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px
}

.pager li>a {
    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 li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.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;
    background-color: #fff;
    cursor: not-allowed
}

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

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

.badge,
.media-middle {
    vertical-align: middle
}

.label:empty {
    display: none
}

.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;
    color: #fff;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.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:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.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 {
    color: inherit
}

.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.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 {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #c7ddef
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

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

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

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

.alert .alert-link,
.close {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.jumbotron .container {
    max-width: 100%
}

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    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-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-striped {
    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-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.media {
    margin-top: 15px;
    zoom: 1
}

.media:first-child {
    margin-top: 0
}

.media-body {
    zoom: 1;
    width: 10000px
}

.media-object {
    display: block
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.media-object.img-thumbnail {
    max-width: none
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.list-group+.panel-footer {
    border-top-width: 0
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    color: #555;
    width: 100%;
    text-align: left
}

button.list-group-item .list-group-item-heading {
    color: #333
}

button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text {
    color: #777
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

button.list-group-item-success {
    color: #3c763d
}

button.list-group-item-success .list-group-item-heading {
    color: inherit
}

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 {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

button.list-group-item-info {
    color: #31708f
}

button.list-group-item-info .list-group-item-heading {
    color: inherit
}

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 {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

button.list-group-item-warning {
    color: #8a6d3b
}

button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

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 {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

button.list-group-item-danger {
    color: #a94442
}

button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

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
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.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-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 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>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>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>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-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>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,
.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:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-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,
.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:last-child,
.panel>.table:last-child>tbody:last-child>tr: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,
.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-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.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-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-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:first-child,
.panel>.table:first-child>tbody:first-child>tr: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:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table+.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-responsive {
    border: 0;
    margin-bottom: 0
}

.panel>.table-responsive:last-child>.table:last-child,
.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,
.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 {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.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,
.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 {
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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>thead:first-child>tr:first-child td:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.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>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody: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 {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody: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 th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

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

.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

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

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel-footer,
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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-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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 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;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
    text-transform: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-caption,
.carousel-control,
.tooltip-inner {
    color: #fff;
    text-align: center
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

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

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel-control,
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.popover,
.tooltip,
.tooltip-arrow {
    position: absolute
}

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

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

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

.tooltip {
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.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 {
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    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)
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

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

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

.popover>.arrow:after {
    border-width: 10px
}

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

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

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

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

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

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

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

.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;
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    background-color: transparent
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    position: absolute
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-control .customers-slider .owl-nav .owl-next,
.carousel-control .customers-slider .owl-nav .owl-prev,
.carousel-control .glyphicon-chevron-left,
.customers-slider .owl-nav .carousel-control .owl-next,
.customers-slider .owl-nav .carousel-control .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    left: 50%;
    margin-left: -10px
}

.carousel-control .customers-slider .owl-nav .owl-next,
.carousel-control .glyphicon-chevron-right,
.customers-slider .owl-nav .carousel-control .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    right: 50%;
    margin-right: -10px
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

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

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    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
    }
    .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: block!important
    }
    .visible-print-inline {
        display: inline!important
    }
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

@media (min-width:768px) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
    .form-inline .checkbox label,
    .form-inline .radio label,
    .navbar-fixed-top .navbar-collapse,
    .navbar-form .checkbox label,
    .navbar-form .radio label,
    .navbar-static-top .navbar-collapse {
        padding-left: 0
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
    .lead {
        font-size: 21px
    }
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .container {
        width: 750px
    }
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .col-sm-1 {
        float: left;
        width: 8.33333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.66666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.33333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.66666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.33333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.66666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.33333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.66666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .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
    }
    .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 .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        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 .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-header,
    .navbar-nav,
    .navbar-nav>li {
        float: left;
    }


/* ipad handling */
@media screen and (min-width: 768px) and (max-width: 994px) {
    .navbar-nav li {
    width:100%!important;
    }

   .site-header .navbar-collapse {
        position:relative;
        top:40px;
    } 
.site-header .navbar-nav {
width:100%;
}
.site-header .navbar-right {
    float:left!important;
}
}
/* end ipad */

    .navbar-form,
    .navbar-right~.navbar-right {
        margin-right: 0
    }
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        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-justified>li>a {
        margin-bottom: 0
    }
    .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
    }
    .navbar {
        border-radius: 4px
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
    .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
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-toggle {
        display: none
    }
    .navbar-nav {
        margin: 0
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .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 .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        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 .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .navbar-left {
        float: left!important
    }
    .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) {
    .container {
        width: 970px
    }
    .col-md-1 {
        float: left;
        width: 8.33333333%
    }
    .col-md-2 {
        float: left;
        width: 16.66666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.33333333%
    }
    .col-md-5 {
        float: left;
        width: 41.66666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.33333333%
    }
    .col-md-8 {
        float: left;
        width: 66.66666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.33333333%
    }
    .col-md-11 {
        float: left;
        width: 91.66666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .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
    }
    .modal-lg {
        width: 900px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .col-lg-1 {
        float: left;
        width: 8.33333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.66666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.33333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.66666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.33333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.66666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.33333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.66666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .visible-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
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

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

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

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

@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>li>a {
        padding: 5px 15px 5px 25px;
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
    .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-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
    }
    .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
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
    .hidden-xs {
        display: none!important
    }
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .carousel-control .customers-slider .owl-nav .owl-next,
    .carousel-control .customers-slider .owl-nav .owl-prev,
    .carousel-control .glyphicon-chevron-left,
    .customers-slider .owl-nav .carousel-control .owl-next,
    .customers-slider .owl-nav .carousel-control .owl-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
        margin-left: -10px
    }
    .carousel-control .customers-slider .owl-nav .owl-next,
    .carousel-control .glyphicon-chevron-right,
    .customers-slider .owl-nav .carousel-control .owl-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
        margin-right: -10px
    }
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
        margin-left: -10px
    }
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

@media all and (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 {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

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

@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
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
    .hidden-sm {
        display: none!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
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
    .hidden-md {
        display: none!important
    }
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon-fonts/icomoon.eot?9b3r5w);
    src: url(../fonts/icomoon-fonts/icomoon.eot?9b3r5w#iefix) format("embedded-opentype"), url(../fonts/icomoon-fonts/icomoon.ttf?9b3r5w) format("truetype"), url(../fonts/icomoon-fonts/icomoon.woff?9b3r5w) format("woff"), url(../fonts/icomoon-fonts/icomoon.svg?9b3r5w#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

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

.icon-check_mark:before {
    content: "\e90d"
}

.icon-home_icon:before {
    content: "\e90c"
}

.icon-down-arrrow:before {
    content: "\e90b"
}

.icon-left-arrrow:before {
    content: "\e904"
}

.icon-right-arrrow:before {
    content: "\e90a"
}

.custom-dots-container .owl-prev:before,
.icon-banner-arrow-left:before {
    content: "\e900"
}

.custom-dots-container .owl-next:before,
.icon-banner-arrow-right:before {
    content: "\e901"
}

.icon-dot:before {
    content: "\e902"
}

.icon-facebook:before {
    content: "\e903"
}

.icon-linkedin:before {
    content: "\e905"
}

.icon-msg:before {
    content: "\e906"
}

.icon-Phone:before {
    content: "\e907"
}

.icon-search-icon:before {
    content: "\e908"
}

.icon-twitter:before {
    content: "\e909"
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/static/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px
}

.bx-wrapper .bx-next {
    right: 10px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.btn-arrow,
.learnmore-btn {
    height: 20px;
    text-align: center
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

ol,
ul {
    list-style-type: none;
    padding: 0
}

ul:not([class])>li {
    font-size: 17.28px
}

.container .container {
    width: 100%
}

@font-face {
    font-family: MinionPro-Regular;
    src: url(../fonts/wd-fonts/MinionPro-Regular.otf)
}

@font-face {
    font-family: Museo_Slab100;
    src: url(../fonts/wd-fonts/Museo_Slab_100.otf)
}

@font-face {
    font-family: Museo_Slab_300;
    src: url(../fonts/wd-fonts/Museo_Slab_300.otf)
}

@font-face {
    font-family: Museo_Slab_700;
    src: url(../fonts/wd-fonts/Museo_Slab_700.otf)
}

@font-face {
    font-family: MuseoSans-100;
    src: url(../fonts/wd-fonts/MuseoSans-100.otf)
}

@font-face {
    font-family: MuseoSans-300;
    src: url(../fonts/wd-fonts/MuseoSans-300.otf)
}

@font-face {
    font-family: MuseoSans-500;
    src: url(../fonts/wd-fonts/MuseoSans-500.otf)
}

@font-face {
    font-family: MuseoSans_700;
    src: url(../fonts/wd-fonts/MuseoSans_700.otf)
}

@font-face {
    font-family: MuseoSans_900;
    src: url(../fonts/wd-fonts/MuseoSans_900.otf)
}

.font-minion {
    font-family: MinionPro-Regular
}

.child-quote-section .table-cell p,
.cost-slider-bgwrapper .cost-slider .cost-slider-list h2,
.date,
.feature-section .custom-col .service-box-outer .service-box .media-body h4.feat-sec-heading,
.font-slab-100,
.news-col h4,
.quote-section p,
.resource-tab-wrapper h2.title,
.sec-title span,
.specialist-partner-section .title,
.startegic-partner .title {
    font-family: Museo_Slab100;
    font-weight: 400
}

.banner-wrapper .news-slider .date,
.child-quote-section .table-cell span.block,
.feature-section .custom-col .service-box-outer .service-box .media-body h4,
.font-slab-300,
.quote-section,
.wework-section .workquote-section .quote-author {
    font-family: Museo_Slab_300;
    font-weight: 400
}

.font-slab-700,
.news-col h4 span {
    font-family: Museo_Slab_700;
    font-weight: 400
}

.about-us-section .abt-wrap p,
.banner-wrapper .hero-slider .slide .title,
.banner-wrapper.common-slider-wrapper .slide .description,
.casestudy-customer-wrap .custom-row .custom-col p,
.casestudy-landingpage .detail-section a.cp-link,
.casestudy-landingpage .detail-section ul li,
.cost-slider-bgwrapper .cost-slider .cost-slider-list p,
.feature-section .custom-col .service-box-outer .service-box .media-body p,
.font-sans-100,
.idea-technology-section .box-wrap p,
.news-tab-wrapper .news-list>li .ul-list>li,
.partnership-network .newsletter-form a.learnmore-btn,
.sec-title,
.select2-results__options .select2-results__option .select2-results__options.select2-results__options--nested li:first-child,
.specialist-partner-section .title span,
.startegic-partner .title span,
.support-table-wrap table tbody tr td {
    font-family: MuseoSans-100;
    font-weight: 400
}

.cheat-sheet-wrap .sec-description,
.comparison-table-wrap .comparison-table tbody tr td p,
.control,
.email-box,
.feature-section .custom-col .service-box-outer .service-box-descp p,
.font-sans-300,
.subcribe-heading .main-heading {
    font-family: MuseoSans-300;
    font-weight: 400
}

.font-sans-500 {
    font-family: MuseoSans-500;
    font-weight: 400
}

#inv_feed_page a.more-link,
.casestudy-landingpage .detail-section h5,
.cost-slider-bgwrapper .cost-slider .cost-slider-list span,
.font-sans-700,
.form-col .submit-btn,
.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 span:nth-child(2),
.share-btn li p,
.support-table-wrap table tbody tr td.bg-white,
.support-table-wrap table tbody tr:first-child td,
.video-tab-wrapper .tab-wrap h3.sec-title span {
    font-family: MuseoSans_700;
    font-weight: 400
}

.font-sans-900 {
    font-family: MuseoSans_900;
    font-weight: 400
}

body,
html {
    font-family: MuseoSans-100;
    color: #1d1d1b
}

body sup,
html sup {
    font-size: 10.08px
}

.wd-tech-icon {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0
}

.container-1150 {
    max-width: 1150px;
    margin: 0 auto
}

ul {
    margin: 0
}

p {
    font-size: 17.28px
}

p a:not([class]) {
    color: #40b5e6;
    font-family: MuseoSans-300
}

.learnmore-btn,
strong {
    font-family: MuseoSans_700
}

a:not([class]) {
    color: #40b5e6
}

a {
    user-select: none
}

.social-icon-black {
    font-size: 15px;
    text-decoration: none;
    color: #b1a398
}

.social-icon-black:hover {
    color: #000007;
    outline: 0
}

.social-icon-black:active,
.social-icon-black:active:hover,
.social-icon-black:focus,
.social-icon-black:focus:hover {
    color: #b1a398;
    outline: 0
}

a,
a:active,
a:focus,
a:hover,
button,
button:focus {
    outline: 0;
    text-decoration: none
}

.uppercase {
    text-transform: uppercase
}

.custom-row {
    margin-left: -5px;
    margin-right: -5px
}

.custom-row .custom-col {
    padding-left: 5px;
    padding-right: 5px
}

.table-cell-small {
    display: table-cell;
    float: none
}

.table-cell-small.bottom {
    vertical-align: bottom
}

.mt-15 {
    margin-top: 15px
}

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

.mt-20 {
    margin-top: 20px
}

.mt-22 {
    margin-top: 22px
}

.mt-25 {
    margin-top: 25px
}

.mb-0 {
    margin-bottom: 0
}

.mb-22 {
    margin-bottom: 22px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-10 {
    margin-bottom: 10px
}

.mt-19 {
    margin-top: 19px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.block {
    display: block
}

.inline-block,
.learnmore-btn {
    display: inline-block
}

.black {
    color: #000
}

.orange {
    color: #ff6a00
}

.white {
    color: #fff
}

.dark_grey,
.gray {
    color: #1d1d1b
}

.seeall-link {
    color: #b2a499;
    padding-left: 20px;
    margin-left: 20px;
    position: relative
}

.seeall-link:hover {
    color: #111516
}

.seeall-link:active,
.seeall-link:focus {
    color: #b2a499
}

.seeall-link:before {
    content: "|";
    position: absolute;
    left: -4px;
    color: #b2a499
}

.seeall-link .btn-arrow {
    margin-left: 12px;
    vertical-align: middle
}

.learnmore-btn {
    font-size: 11.2px;
    color: #b2a499;
    background-color: #fff;
    min-width: 160px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase
}

.learnmore-btn:active,
.learnmore-btn:focus {
    color: #b2a499;
    outline: 0;
    text-decoration: none
}

.learnmore-btn.gray,
.learnmore-btn.gray:active,
.learnmore-btn.gray:focus {
    background-color: #b2a499;
    color: #fff
}

.learnmore-btn.lighter-grey,
.learnmore-btn.lighter-grey:active,
.learnmore-btn.lighter-grey:focus {
    background-color: #d7d1cb;
    color: #fff
}

.learnmore-btn.gray:hover,
.learnmore-btn.lighter-grey:hover,
.learnmore-btn:hover .icon-right-arrrow {
    color: #111516
}

.learnmore-btn:hover {
    text-decoration: none;
    color: #111516;
    outline: 0
}

.learnmore-btn.block {
    display: block
}

.learnmore-btn.wpdownload-btn {
    border: none;
    box-shadow: none;
    padding: 0
}

.learnmore-btn .btn-arrow {
    color: #fff
}

.form-col .submit-btn:focus,
.form-col .submit-btn:focus .icon-right-arrrow,
.form-col .submit-btn:hover,
.form-col .submit-btn:hover .icon-right-arrrow,
.submit-btn:focus,
.submit-btn:focus .icon-right-arrrow,
.submit-btn:hover,
.submit-btn:hover .icon-right-arrrow {
    color: #111516
}

.btn-arrow {
    width: 20px;
    background-color: #ff6a00;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    border: none
}

.btn-arrow.lg {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.btn-arrow.lg:hover {
    width: 30px
}

.btn-arrow.md {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px
}

.sec-title,
.title {
    line-height: 1.2;
    margin-top: 0
}

.title {
    font-size: 36px
}

.sec-title {
    font-size: 28.08px;
    margin-bottom: 38px
}

.sec-title sup {
    font-size: 16.37px
}

.date {
    font-size: 11px;
    color: #1d1d1b
}

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

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

.flexbox-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.mb-5 {
    margin-bottom: 5px
}

.mb-30 {
    margin-bottom: 30px
}

strong {
    font-weight: 400
}

.plugin-list-wrapper {
    background: #ebe8e5;
    margin: 0 0 10px;
    padding-top: 23px;
    padding-bottom: 39px
}

.plugin-list-wrapper .row>div:first-of-type {
    padding-right: 5px
}

.plugin-list-wrapper .row>div:last-of-type {
    padding-left: 5px
}

.plugin-list-wrapper .title-wrapper {
    margin-bottom: 16px
}

.plugin-list-wrapper .title-wrapper .icon {
    display: inline-block;
    padding-right: 15px;
    width: 66px
}

.plugin-list-wrapper .title-wrapper .title {
    display: inline-block;
    max-width: calc(100% - 72px)
}

.plugin-list-wrapper .title-wrapper .title h3 {
    font-size: 28.07px;
    margin-bottom: 0
}

.plugin-list-wrapper .title-wrapper .title h3 span {
    color: #ff6a00;
    display: block
}

.plugin-list-wrapper .title-wrapper .title h3 sup {
    font-size: 16.37px
}

.plugin-list-wrapper .description {
    font-size: 17.28px;
    max-width: 524px;
    margin-bottom: 30px
}

.plugin-list-wrapper ul li {
    margin-bottom: 5px;
    position: relative
}

.plugin-list-wrapper ul li a {
    background: #fff;
    font-size: 17.27px;
    padding: 1px 85px 22px 10px;
    display: block;
    color: #1d1d1b;
    cursor: pointer;
    position: relative;
    min-height: 143px
}

.plugin-list-wrapper ul li a h4 {
    color: #ff6a00;
    font-size: 28.07px;
    margin-bottom: 6px
}

.plugin-list-wrapper ul li a h4 span {
    color: #1d1d1b;
    display: block;
    font-size: 17.27px;
    margin-bottom: 10px
}

.plugin-list-wrapper ul li a:hover {
    background: #b2a499;
    color: #1d1d1b;
    text-decoration: none
}

.plugin-list-wrapper ul li a:hover:after {
    background-position: 84px 0
}

.plugin-list-wrapper ul li a:hover h4 {
    color: #fff
}

.plugin-list-wrapper ul li a .desc {
    max-width: 458px;
    line-height: 1.3
}

.plugin-list-wrapper ul li a:after {
    content: "";
    background-image: url(../images/plug-in-tile-arrow-sprite.png);
    background-position: 0 0;
    width: 84px;
    height: 84px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

.button-wrapper {
    font-size: 15.11px;
    text-align: right;
    padding-top: 35px
}

.button-wrapper a {
    background: #ebe8e5;
    color: #ff6a00;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 36px 4px 30px;
    position: relative
}

.button-wrapper a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 0;
    top: 0
}

.button-wrapper a span {
    color: #1d1d1b
}

.button-wrapper a:active,
.button-wrapper a:active:focus,
.button-wrapper a:active:hover,
.button-wrapper a:focus,
.button-wrapper a:hover {
    color: #ff6a00;
    text-decoration: none
}

.button-wrapper a:active span,
.button-wrapper a:active:focus span,
.button-wrapper a:active:hover span,
.button-wrapper a:focus span,
.button-wrapper a:hover span {
    color: #1d1d1b
}

.button-wrapper a .icon-down-arrrow,
.button-wrapper a .icon-right-arrrow {
    background: #ff6a00;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.button-wrapper a .icon-down-arrrow:before,
.button-wrapper a .icon-right-arrrow:before {
    padding: 10px;
    line-height: 30px
}

.button-wrapper a:hover .icon-right-arrrow {
    color: #1d1d1b
}

.button-wrapper.request-quote-btn a {
    min-width: 273px
}

.pricing-table .nav-tabs {
    float: right;
    padding-top: 4px
}

.pricing-table .nav-tabs li.active {
    border: none
}

.pricing-table .nav-tabs li.active a {
    background: #ebe8e5;
    color: #1d1d1b;
    display: inline-block;
    text-transform: uppercase;
    position: relative
}

.pricing-table .nav-tabs li.active a:before {
    border-width: 31px 31px 0 0
}

.pricing-table .nav-tabs li.active a:active,
.pricing-table .nav-tabs li.active a:active:focus,
.pricing-table .nav-tabs li.active a:active:hover,
.pricing-table .nav-tabs li.active a:focus,
.pricing-table .nav-tabs li.active a:hover {
    color: #1d1d1b;
    border: none;
    outline: transparent;
    text-decoration: none
}

.pricing-table .nav-tabs li.active a .icon-right-arrrow {
    width: 31px;
    background: #ff6a00;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.pricing-table .nav-tabs li a {
    background: #f7f6f5;
    border-radius: 0;
    color: #1d1d1b;
    font-size: 15.11px;
    border: none;
    padding: 5px 40px 5px 20px;
    min-width: 130px
}

.pricing-table .nav-tabs li a:before {
    border-width: 31px 31px 0 0
}

.pricing-table .nav-tabs li a .icon-right-arrrow {
    background: #ebe8e5;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0)
}

.pricing-table .nav-tabs li a:active,
.pricing-table .nav-tabs li a:active:focus,
.pricing-table .nav-tabs li a:active:hover,
.pricing-table .nav-tabs li a:focus,
.pricing-table .nav-tabs li a:hover {
    color: #1d1d1b;
    text-decoration: none;
    outline: 0
}

.pricing-table .nav-tabs li:last-child a {
    margin-right: 0
}

.pricing-table table {
    background: #ebe8e5;
    width: 100%
}

.pricing-table table tr {
    border-bottom: 1px solid #fff
}

.pricing-table table tr:last-of-type {
    border-bottom: none
}

.pricing-table table td,
.pricing-table table th {
    color: #1d1d1b;
    font-size: 15.11px;
    padding: 6px;
    width: 33.33%
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section,
.quick-start-guide-wrapper section .button img,
.quick-start-guide-wrapper section .icon img {
    width: 100%
}

.pricing-table table th {
    padding: 8px 6px 6px;
    vertical-align: top
}

.pricing-table table th span {
    display: block;
    font-family: MuseoSans-100
}

.quick-start-guide-wrapper {
    background: #b2a499;
    padding: 10px 0
}

.quick-start-guide-wrapper section {
    display: table
}

.quick-start-guide-wrapper section .button,
.quick-start-guide-wrapper section .icon {
    display: table-cell;
    vertical-align: middle
}

.quick-start-guide-wrapper section .button {
    vertical-align: bottom
}

.quick-start-guide-wrapper section .desc-wrapper {
    display: table-cell;
    padding: 0 18px;
    vertical-align: bottom
}

.quick-start-guide-wrapper section .desc-wrapper.dr-quick-sec h4 {
    font-size: 28.07px;
    margin-bottom: 0
}

.quick-start-guide-wrapper section .desc-wrapper h3 {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 28.07px
}

.quick-start-guide-wrapper section .desc-wrapper h3 span {
    color: #fff
}

.quick-start-guide-wrapper section .desc-wrapper .desc {
    display: table
}

.quick-start-guide-wrapper section .desc-wrapper .desc>div {
    padding: 0 35px 0 0;
    display: table-cell;
    vertical-align: bottom
}

.quick-start-guide-wrapper section .desc-wrapper .desc>div p {
    line-height: 17px;
    margin-bottom: 0
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper {
    padding: 0!important
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section>a {
    display: block
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .icon {
    height: 72px
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .icon img {
    width: 84px;
    height: auto;
    max-width: 100%
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .icon.ibm-icon {
    width: 200px
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .icon.ibm-icon img {
    width: 100%
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .desc-wrapper {
    padding: 10px;
    vertical-align: middle
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .desc-wrapper h3 {
    color: #1d1d1b;
    font-size: 23.76px;
    margin-bottom: 0
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .button {
    vertical-align: middle
}

.page-wrapper .quick-start-guide-wrapper.q-wrapper section .button a {
    display: block;
    margin: 0 0 0 auto
}

.page-wrapper .quick-start-guide-wrapper.ibm-new-banner section .desc-wrapper {
    padding: 10px 10px 10px 22px
}

.page-wrapper .quick-start-guide-wrapper.ibm-new-banner section .desc-wrapper h3 {
    font-size: 23px
}

.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper {
    padding-left: 0!important;
    padding-top: 22px!important;
    padding-bottom: 18px!important
}

.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 {
    font-size: 27.91px
}

.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 span:nth-child(2) {
    color: #1d1d1b
}

.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 span:nth-child(2) sup {
    font-size: 12.88px;
    top: -.8em
}

.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper .button {
    width: 160px
}

.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper .button a {
    min-width: auto
}

.customers-slider {
    background-color: #fff
}

.customers-slider .owl-stage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    align-items: center;
    height: 77px
}

.customers-slider .owl-item {
    flex: 0 0 auto
}

.customers-slider.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: 60px;
    margin: 0 auto
}

.customers-slider .owl-nav .owl-next,
.customers-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -32px;
    color: #fff;
    font-size: 25px
}

.customers-slider .owl-nav .owl-next {
    left: auto;
    right: -32px
}

.newsletter-section {
    padding: 16px 0;
    background-color: #b1a398
}

.newsletter-section .row {
    display: table;
    width: 100%;
    margin: 0
}

.newsletter-section .row>div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 0
}

.newsletter-section .newsletter-form {
    position: relative;
    padding-right: 30px
}

.newsletter-section .newsletter-form .nws-ip {
    max-width: 338px;
    width: 100%;
    background-color: #fff;
    height: 30px;
    text-align: center;
    outline: 0;
    border: 1px solid #fff;
    float: right;
    padding: 0 10px
}

.newsletter-section .newsletter-form .submit-btn {
    float: left;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.product-info+.plugin-list-wrapper,
.quote-section+.contact-spl-form,
.technology-section+.plugin-list-wrapper {
    margin-top: 10px
}

.know-more-wrapper {
    padding-top: 10px
}

.know-more-wrapper .wrapper {
    padding: 11px 15px 8px;
    background: #b2a499;
    display: table;
    width: 100%;
    min-height: 90px;
    margin-bottom: 12px
}

.know-more-wrapper .icon,
.know-more-wrapper .title {
    display: table-cell
}

.know-more-wrapper .title {
    width: 80%;
    vertical-align: bottom
}

.know-more-wrapper .title h2 {
    margin-top: 0;
    font-size: 23.08px;
    color: #1d1d1b;
    margin-bottom: 0
}

.know-more-wrapper .title h2 span {
    color: #fff
}

.know-more-wrapper .icon img {
    max-width: 86px;
    margin: 0 0 0 auto;
    max-height: 80px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1d1d1b
}

.contact-sales-wrapper {
    height: 100%;
    background: #b2a499
}

@media (min-width:1680px) {
    .container {
        width: 1568px
    }
}

@media (min-width:1200px) and (max-width:1679px) {
    .container {
        width: 1160px
    }
}

@media screen and (min-width:0px) and (max-width:1024px) {
    .plugin-list-wrapper ul li a {
        min-height: 170px
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .plugin-list-wrapper .row>div:first-of-type {
        padding-right: 15px
    }
    .plugin-list-wrapper .row>div:last-of-type {
        padding-left: 15px
    }
    .plugin-list-wrapper ul li a {
        min-height: 0
    }
}

form .form-val-err {
    border: 1px solid red!important
}

.product-wrapper .quick-start-guide-wrapper.ibm-new-banner section .desc-wrapper {
    padding: 10px 10px 10px 22px
}
.site-footer {
    padding: 44px 0 55px;
    background-color: #1d1d1b;
    color: #b2a499
}

.site-footer [class*=" icon-"],
.site-footer [class^=icon-] {
    color: #b2a499;
    font-size: 15px
}

.site-footer .footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    width: 182px;
    max-width: 100%
}

.site-footer .footer-logo img {
    width: 182px;
    height: 20px
}

.site-footer .footer-nav {
    margin-bottom: 12px
}

.site-footer .footer-nav>li {
    float: left;
    padding: 0 8px;
    font-size: 10px;
    border-left: 1px solid #b2a499;
    font-family: Museo_Slab_300
}

.site-footer .footer-nav>li:first-child {
    padding-left: 0;
    border-left: none
}

.site-footer .footer-nav>li a {
    color: #b2a499;
    text-transform: uppercase
}

.site-footer .f-social-nav {
    margin-top: 8px
}

.site-footer .f-social-nav>li {
    padding-right: 6px
}

.site-footer .contact-info {
    font-size: 10px;
    color: #fff;
    font-family: Museo_Slab_300
}

.site-footer .contact-info .contact-list {
    margin-bottom: 5px
}

.site-footer .contact-info .contact-list>li {
    margin-right: 10px
}

.site-footer .contact-info .contact-list>li:first-child {
    margin-right: 5px
}

.site-footer .contact-info .contact-list>li [class^=icon-] {
    display: inline-block;
    margin-top: -1px
}

.site-footer .contact-info .contact-list>li span {
    color: #b2a499;
    font-family: Museo_Slab_700;
    display: inline-block;
    margin-right: 2px
}

.site-footer .contact-info a,
.site-footer .contact-info a:hover i[class^=icon-],
.site-footer .f-social-nav>li>a:hover i[class^=icon-] {
    color: #fff
}

.site-footer .contact-info .icon-msg {
    margin-right: 5px;
    vertical-align: middle
}

.site-footer .copyright-section p {
    font-size: 9px;
    font-family: Museo_Slab100
}

.site-footer ul {
    padding: 0
}

.site-footer.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 10px
}

.breadcrumbs,
.breadcrumbs ul {
    position: relative
}

.footer-form {
    background-color: #b1a398;
    padding: 30px 0 13px
}

.footer-form .title {
    margin-bottom: 25px
}

.form-col {
    margin-bottom: 10px;
    line-height: normal
}

.form-col::-webkit-input-placeholder {
    color: #b2a499;
    opacity: 1;
    text-transform: uppercase
}

.form-col:-moz-placeholder {
    color: #b2a499;
    opacity: 1;
    text-transform: uppercase
}

.form-col::-moz-placeholder {
    opacity: 1;
    color: #b2a499;
    text-transform: uppercase
}

.form-col:-ms-input-placeholder {
    opacity: 1;
    color: #b2a499!important;
    text-transform: uppercase
}

.form-col .frm-ip,
.form-col .frm-zone {
    width: 100%;
    font-size: 14px;
    color: #1d1d1b;
    padding: 0 10px;
    border: 1px solid #f2f0ee;
    height: 37px;
    outline: 0
}

.form-col .frm-textarea {
    height: 132px;
    line-height: 16px;
    max-width: 100%;
    padding: 10px;
    position: relative
}

.form-col::-webkit-resizer {
    width: 0;
    height: 0;
    border: none;
    border-bottom: 17px solid #b2a499;
    border-left: 17px solid transparent;
    border-right: 0 solid transparent
}

.form-col .required {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px
}

.form-col select::-webkit-input-placeholder {
    color: #b2a499;
    opacity: 1;
    text-transform: uppercase
}

.form-col select:-moz-placeholder {
    color: #b2a499;
    opacity: 1;
    text-transform: uppercase
}

.form-col select::-moz-placeholder {
    opacity: 1;
    color: #b2a499;
    text-transform: uppercase
}

.form-col select:-ms-input-placeholder {
    opacity: 1;
    color: #b2a499!important;
    text-transform: uppercase
}

.form-col .submit-btn {
    background: #fff;
    border: none;
    width: 160px;
    font-size: 11.2px;
    text-transform: uppercase;
    color: #b2a499;
    line-height: 20px;
    padding: 0
}

.form-select .select2-container {
    width: 100%!important
}

.form-select .select2-container .select2-selection {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    background: #fff;
    height: 37px
}

.form-select .select2-container .select2-selection .select2-selection__rendered {
    font-size: 14px;
    line-height: 37px;
    color: #1d1d1b
}

.form-select .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #b2a499
}

.form-select .select2-container .select2-selection .select2-selection__arrow {
    width: 19px;
    height: 13px;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/static/images/select-caret.png) center center no-repeat
}

.form-select .select2-container .select2-selection .select2-selection__arrow b[role=presentation] {
    display: none
}

.breadcrumbs ul {
    background-color: #d8d2cc;
    padding: 10px 0;
    height: 35px
}

.breadcrumbs ul span.gray-bg-arrow {
    width: 35px;
    height: 35px;
    background: url(/static/images/gray-arrow-svg.svg) right top no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: -35px
}

.breadcrumbs ul:after,
.news-col .description:before,
.video-wrapper .video-play:after {
    content: ""
}

.breadcrumbs ul:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 500%;
    height: 100%;
    min-height: 35px;
    background-color: #d8d2cc
}

.breadcrumbs ul>li {
    margin-right: 5px;
    color: #1d1d1b;
    font-size: 10.7px;
    text-transform: uppercase
}

.breadcrumbs ul>li .bcrm-arrow {
    margin-left: 5px;
    color: #fff;
    font-size: 8px
}

.breadcrumbs ul>li a {
    color: #1d1d1b;
    display: inline-block;
    text-transform: uppercase
}

.breadcrumbs ul>li a:first-child:before {
    color: #fff;
    font-size: 13px
}

.breadcrumbs ul>li a img {
    width: 12px;
    height: 12px
}

.breadcrumbs ul>li i {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 9px
}

.breadcrumbs ul>li i:before {
    position: absolute;
    top: 0;
    display: inline-block
}

.article-title {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1d1d1b
}

.article-title:hover {
    color: #1d1d1b
}

.news-col {
    font-size: 11px
}

.news-col .article-main-title {
    font-family: MuseoSans_700;
    margin-bottom: 18px;
    font-size: 22px
}

.news-col h4,
.registration-form .form-col:last-child {
    margin-bottom: 0
}

.news-col h4 {
    font-size: 11px
}

.news-col .description {
    margin-top: 10px;
    padding: 20px 13px;
    background: #d7d1cb;
    background: -webkit-linear-gradient(#d7d1cb, transparent);
    background: -o-linear-gradient(#d7d1cb, transparent);
    background: -moz-linear-gradient(#d7d1cb, transparent);
    background: linear-gradient(#d7d1cb, transparent);
    position: relative
}

.news-col .description p {
    font-size: 15.12px
}

.news-col .description:before {
    position: absolute;
    left: 13px;
    top: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.video-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.video-wrapper img {
    width: 100%
}

.video-wrapper .video-play {
    color: #9f9992;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.video-wrapper .video-play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95px;
    height: 95px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/static/images/play-icon.png) center center no-repeat;
    background-size: contain
}

.video-responsive .img-responsive {
    width: 100%
}

.registration-form {
    background-color: #b2a499;
    padding: 16px 0 20px
}

.navbar-toggle {
    border-color: #ddd;
    margin: 0
}

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

@keyframes hidetagline {
    0% {
        opacity: 1;
        height: 42px;
        display: block
    }
    100% {
        opacity: 0;
        height: 0;
        display: none
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .site-header .navbar .main-nav:before {
        position: absolute;
        display:none;
        top: 0;
        bottom: 0;
        left: -35px;
        right: 0;
        content: "";
        border-bottom: 35px solid #ff6a00;
        border-left: 35px solid transparent;
        border-right: 0 solid transparent;
        width: 0;
        height: 0
    }
    .casestudy-customer-wrap .eqcolumn-box .eqcol-wrap .video-wrapper,
    .data-section .wd-fusion-image .fusion-logo svg {
        height: 300px
    }
    .idea-technology-section .video-wrapper img,
    .patented-tech-section-wrap .video-wrapper img {
        height: 250px
    }
    .casestudy-customer-wrap.patented-tech-section-wrap .eqcolumn-box .eqcol-wrap .video-wrapper {
        height: 238px
    }
    body .product-page-wrapper .product-info .desc ul {
        padding-left: 15px
    }
    .plugin-list-wrapper .title-wrapper .icon img {
        height: 60px
    }
    .site-header.fixed-site-header.fancybox-margin {
        padding-right: 0
    }
}

@supports (-ms-ime-align:auto) {
    .site-header .navbar .main-nav:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -34px;
        right: 0;
        content: "";
        display:none;
        border-bottom: 35px solid #ff6a00;
        border-left: 35px solid transparent;
        border-right: 0 solid transparent;
        width: 0;
        height: 0
    }
}

@media screen and (min-width:0px) and (max-width:991px) {
    .site-header .navbar.orange-ribbon:after,
    .site-header .top-header,
    .site-header .top-nav>li a:before,
    .site-header .top-nav>li+li:before {
        display: none
    }
    .site-header .navbar .main-nav {
        background-color: #fff;
        float: none!important
    }
    .site-header .navbar .main-nav>li {
        border-bottom: 1px solid #ebe8e5;
        float: none
    }
    .site-header .navbar .main-nav>li:hover>a,
    .site-header .navbar .main-nav>li>a,
    .site-header .navbar .main-nav>li>a.active-menu,
    .site-header .navbar .main-nav>li>a:hover {
        color: #1d1d1b
    }
    .site-header .navbar .main-nav>li .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .site-header .navbar .main-nav .dropdown-menu li a {
        text-align: left;
        padding-left: 30px
    }
    .site-header {
        min-height: 50px;
        padding-top: 10px
    }
    .site-header .right-header-mobile {
        background-color: #b1a398
    }
    .site-header .right-header-mobile .social-nav {
        background-color: #fff;
        padding: 5px 12px;
        margin: 0
    }
    .site-header .search-box {
        width: 100%;
        background-color: #b1a398;
        padding: 10px 34px 10px 15px
    }
    .site-header .search-box .search-ip {
        height: 22px;
        line-height: 22px
    }
    .site-header .search-box .search-btn {
        right: 7px
    }
    .site-header .top-nav>li {
        width: 20%;
        padding: 2px 15px
    }
    .site-header .top-nav>li a {
        padding: 6px 0
    }
    .site-header .navbar-nav {
        margin: 0;
        max-height: 212px;
        overflow-x: auto
    }
    .site-header .trial-btn {
        margin: 0;
        padding-left: 15px
    }
    .site-header .main-logo {
        padding-right: 55px;
        padding-bottom: 10px;
        position: relative
    }
    .site-header .main-logo .navbar-toggle {
        position: absolute;
        right: 0;
        top: 0
    }
    .site-header .navbar-default .navbar-collapse {
        border: none;
        max-height: 75vh;
        overflow-y: auto;
        margin-left: -15px;
        margin-right: -15px
    }
    .site-header .navbar {
        min-height: inherit
    }
    .navbar-collapse.collapse {
        display: none!important;
        margin: 0!important;
        width: 100%
    }
    .navbar-collapse.in {
        display: block!important
    }
    .navbar-collapse.collapsing {
        overflow: hidden!important
    }
    .site-header .navbar-collapse {
        position: absolute;
        z-index: 99;
        width: 100%!important;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0;
        margin: 0!important
    }
    .form-col .frm-ip {
        font-size: 11.3px
    }
}

.data-section,
.know-more-wrapper,
.wework-section {
    overflow-x: hidden
}

body,
html {
    min-height: 100vh;
    position: relative
}

.page-wrapper {
    min-height: calc(100vh - 2px);
    height: auto!important;
    position: relative;
    overflow: hidden
}

.site-footer {
    position: relative;
    width: 100%;
    bottom: 0
}

.home-wrapper .tweeter-handler-wrapper {
    display: flex;
    padding-left: 2px;
    font-size: 12.96px;
    font-family: MuseoSans-100
}

.banner-wrapper.common-slider-wrapper,
.home-wrapper .tweeter-handler-wrapper>div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box
}

.home-wrapper .tweeter-handler-wrapper h2 i:before {
    font-size: 28px
}

.home-wrapper .tweeter-handler-wrapper>div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.home-wrapper .tweeter-handler-wrapper section {
    margin-top: 3px;
    border: 1px solid #ebe8e5
}

.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets:last-of-type {
    margin-bottom: 30px
}

.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p {
    font-size: 12.96px;
    margin-bottom: 5px
}

.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p.name {
    margin-bottom: 1px
}

.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p a {
    font-size: 12.96px;
    color: #40b5e6;
    cursor: pointer
}

.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p a:active,
.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p a:focus,
.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p a:focus:hover,
.home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p a:hover .home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets p a:active:hover {
    color: #40b5e6
}

.home-wrapper .tweeter-handler-wrapper section .bx-wrapper {
    padding: 6px 10px;
    overflow-y: hidden
}

.home-wrapper .tweeter-handler-wrapper section .bx-wrapper:hover {
    overflow-y: auto
}

.home-wrapper .tweeter-handler-wrapper section .bx-wrapper .bx-viewport {
    height: 100vh;
    box-shadow: none;
    border: none;
    word-wrap: break-word
}

.home-wrapper .tweeter-handler-wrapper .tweet-section-title {
    display: none
}

.custom-dots-container {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    left: 0;
    width: 100%
}

.custom-dots-container .container {
    position: relative
}

.custom-dots-container .carousel-indicators {
    position: static;
    width: auto;
    left: auto;
    margin: 0
}

.custom-dots-container .carousel-indicators li {
    border: none
}

.custom-dots-container .owl-dot,
.custom-dots-container .owl-dots,
.custom-dots-container .owl-nav,
.custom-dots-container .owl-nav .owl-prev,
.custom-dots-container .owl-next {
    display: inline-block;
    vertical-align: middle
}

.custom-dots-container .owl-next,
.custom-dots-container .owl-prev {
    display: block!important;
    width: 15px;
    height: 15px;
    font-size: 0;
    cursor: pointer
}

.custom-dots-container .owl-next:after,
.custom-dots-container .owl-next:before,
.custom-dots-container .owl-prev:after,
.custom-dots-container .owl-prev:before {
    font-size: 14px;
    color: #fff
}

.custom-dots-container .owl-prev {
    position: absolute;
    left: 15px;
    top: 5px
}

.banner-wrapper,
.data-section .table-sec .table-col {
    position: relative
}

.custom-dots-container .owl-dots {
    padding-left: 22px;
    margin: 0
}

.custom-dots-container .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background-color: #fff;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.custom-dots-container .owl-dots .owl-dot.active {
    background-color: #ff6a00
}

.banner-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 38px
}

.banner-wrapper .hero-slider .slide {
    padding-top: 54px
}

.banner-wrapper .hero-slider .slide .title {
    font-size: 43.2px;
    color: #fff;
    margin: 15px 0
}

.banner-wrapper .hero-slider .slide .title span {
    color: #ff6a00;
    display: block
}

.banner-wrapper .hero-slider .slide .title span.white {
    color: #fff
}

.banner-wrapper .hero-slider .slide .sld-logo {
    max-width: 204px
}

.banner-wrapper .hero-slider .slide .slide-quote-sec h3 {
    font-size: 36px;
    line-height: 1.2
}

.banner-wrapper .hero-slider .slide .slide-quote-sec h3.sub-quote {
    font-size: 28.07px;
    line-height: 1.2
}

.banner-wrapper .hero-slider .slide .slide-quote-sec h4 {
    font-size: 21.6px
}

.banner-wrapper sup {
    font-size: 25.19px
}

.banner-wrapper p sup {
    font-size: 10.07px
}

.banner-wrapper .news-slider .date {
    font-size: 20px;
    color: #1d1d1b;
    margin-bottom: 6px
}

.banner-wrapper .news-slider .description {
    margin-bottom: 30px;
    font-size: 24px
}

.banner-wrapper.common-slider-wrapper {
    min-height: 324px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-box-orient: vertical;
    -ms-box-pack: center;
    -webkit-align-items: center;
    align-items: center
}

.banner-wrapper.common-slider-wrapper .slide {
    padding-top: 40px
}

.banner-wrapper.common-slider-wrapper .slide h2:first-child,
.banner-wrapper.common-slider-wrapper .slide h3:first-child {
    margin-top: 0
}

.banner-wrapper.common-slider-wrapper .slide .description {
    margin-bottom: 0;
    font-size: 17.28px
}

.banner-wrapper.common-slider-wrapper .slide .title {
    margin: 0 0 15px
}

.banner-wrapper.common-slider-wrapper .slide .title.white {
    color: #fff;
    font-size: 43.2px
}

.banner-wrapper .our-cust-slider .slide .date {
    font-size: 17.28px;
    color: #fff
}

.banner-wrapper .our-cust-slider .slide .title {
    font-size: 71.99px;
    color: #1d1d1b;
    margin-bottom: 0
}

.banner-wrapper .our-cust-slider .slide .subtitle {
    font-size: 43.2px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px
}

.banner-wrapper.career-bg-wrap {
    background-size: 100% 100%;
    background-position: center bottom
}

.data-section {
    padding: 22px 0
}

.data-section .table-sec {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.data-section .table-sec .table-col .abs-sec {
    position: absolute;
    bottom: 38px
}

.data-section .wd-fusion-image .fusion-logo,
.data-section .wd-fusion-image img {
    width: 470px;
    margin-left: auto
}

.data-section .content-col {
    padding-top: 30px;
    height: 100%
}

.data-section .content-col p {
    max-width: 540px;
    line-height: 1.25;
    margin-bottom: 15px
}

.data-section .content-col.discover-cont {
    background-color: #ebe7e5;
    padding: 20px 0 10px 10px;
    position: relative
}

.data-section .content-col.discover-cont h2 {
    margin-bottom: 30px
}

.data-section .content-col.discover-cont:after {
    background: #ebe8e5;
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    height: 100%;
    top: 0;
    width: 500%
}

.patented-tech-section {
    padding: 18px 0 44px;
    background-color: #b1a398
}

.patented-tech-section .container {
    padding: 0 9px 0 15px
}

.patented-tech-section .container .row {
    display: table;
    width: 100%
}

.patented-tech-section .container .row>div {
    display: table-cell;
    float: none
}

.patented-tech-section .container .row>div:first-of-type {
    vertical-align: top
}

.patented-tech-section .container .row>div .video-wrapper {
    margin: 0 auto;
    width: 100%
}

.patented-tech-section .content-col:first-of-type {
    padding-right: 0;
    position: relative
}

.patented-tech-section .content-col .desc {
    margin-bottom: 34px
}

.patented-tech-section .content-col p {
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 545px
}

.patented-tech-section .content-col .learnmore-btn {
    margin-top: 20px;
    position: absolute;
    bottom: 0
}

.patented-tech-section .content-col .video-wrapper {
    display: none
}

.patented-tech-section.career-video-section {
    padding: 25px 0
}

.patented-tech-section.career-video-section .content-col .sec-title span {
    line-height: 25px
}

.quote-section {
    padding: 40px 0 20px;
    background-color: #1d1d1b;
    color: #fff;
    font-size: 15px
}

.quote-section p {
    font-size: 28px;
    color: #b2a499;
    line-height: 1.2;
    margin: 0 0 0 10px;
    text-indent: -9px
}

.quote-section .table-cell {
    display: table-cell;
    vertical-align: bottom;
    float: none;
    padding-top: 0;
    padding-bottom: 0
}

.post-section {
    padding: 18px 0 21px;
    background-color: #1d1d1b;
    color: #fff
}

.post-section .title {
    margin-bottom: 13px
}

.post-section .sticker-content {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.post-section .sticker-content .sticker-arrow {
    position: absolute;
    left: 0;
    top: 0
}

.post-section .sticker-content div>span {
    display: block;
    line-height: 1.2;
    color: #fff
}

.post-section .icon-right-arrrow:before {
    display: inline-block
}

.post-section .cat-list>li {
    margin: 0 5px;
    position: relative;
    float: left
}

.post-section .cat-list>li:before {
    position: absolute;
    content: "|";
    left: -8px;
    color: #b2a499
}

.post-section .cat-list>li:first-child {
    margin-left: 0
}

.post-section .cat-list>li:first-child:before {
    display: none
}

.post-section .cat-list>li a {
    font-size: 14px;
    color: #fff
}

.post-section .post-thumb {
    height: 128px;
    background-size: cover
}

.post-section .news-tabs .cat-list>li a,
.post-section .news-tabs>li {
    color: #b2a499
}

.post-section .news-tabs .cat-list>li a.active,
.post-section .news-tabs .cat-list>li a.active .cat-list>li a,
.post-section .news-tabs .cat-list>li a:hover,
.post-section .news-tabs .media-active .media-body span,
.post-section .news-tabs>li.active,
.post-section .news-tabs>li.active .cat-list>li a,
.post-section .news-tabs>li:hover {
    color: #fff
}

.post-section.home-post-section {
    padding-bottom: 0
}

.post-section.home-post-section .title {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    width: 100%
}

.post-section.home-post-section .sticker-content {
    padding-left: 0
}

.post-section.home-post-section .sticker-content div>span {
    display: block;
    line-height: 1.2;
    font-size: 15.11px
}

.post-section.home-post-section .cat-list>li {
    margin: 5px 0;
    position: relative;
    float: none
}

.post-section.home-post-section .cat-list>li:hover a {
    display: inline-block
}

.post-section.home-post-section .cat-list>li a {
    color: #b2a499;
    padding-left: 28px;
    line-height: 23px;
    font-size: 15.11px
}

.post-section.home-post-section .cat-list>li a:hover {
    color: #fff
}

.post-section.home-post-section .post-thumb {
    position: relative;
    height: 108px
}

.wework-section {
    padding: 40px 0 20px;
    background-color: #ebe7e5
}

.future-webinar-wrapper .webinar-list .media,
.future-webinar-wrapper .webinar-list .media .media-body {
    overflow: visible
}

.wework-section p {
    max-width: 480px
}

.wework-section .workquote-slider {
    position: relative;
    background: #b2a499;
    border: 1px solid #b2a499
}

.wework-section .workquote-section {
    margin: 0;
    padding: 10px 20px 30px 10px;
    background-color: #b1a398;
    font-family: Museo_Slab100;
    border: none
}

.wework-section .workquote-section p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
    max-width: 100%
}

.wework-section .workquote-section .quote-author {
    font-size: 15px
}

.latestnews-section {
    padding: 39px 0 45px
}

.latestnews-section>.container>.row {
    position: relative
}

.latestnews-section>.container>.row h2 {
    margin-bottom: 18px
}

.latestnews-section .news-item {
    padding-right: 4px
}

.latestnews-section .news-item .custom-row.flex-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.latestnews-section .news-item .custom-row .custom-col h3 .description {
    min-height: 180px
}

.latestnews-section .news-item .custom-row .custom-col .news-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.video-play {
    display: inline-block
}

@media screen and (min-width:0px) and (max-width:1600px) {
    .home-wrapper .tweeter-handler-wrapper section .bx-wrapper {
        min-height: 0
    }
}

@media screen and (min-width:0px) and (max-width:1024px) {
    .home-wrapper .tweeter-handler-wrapper section .tweets-wrapper {
        min-height: 332px
    }
}

@media screen and (max-width:991px) {
    .home-wrapper .tweeter-handler-wrapper .tweeter-handler-wrapper,
    .home-wrapper .tweeter-handler-wrapper .tweeter-handler-wrapper section,
    .home-wrapper .tweeter-handler-wrapper section {
        position: static
    }
    .home-wrapper .tweeter-handler-wrapper .tweeter-handler-wrapper section .tweets-wrapper,
    .home-wrapper .tweeter-handler-wrapper section .tweets-wrapper {
        min-height: inherit
    }
    .home-wrapper .tweeter-handler-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets:last-of-type,
    .home-wrapper .tweeter-handler-wrapper section .tweets-wrapper .tweets:last-of-type {
        margin-bottom: 0
    }
    .data-section .content-col p,
    .home-wrapper .data-section .content-col p {
        max-width: 100%
    }
    .home-wrapper .news-item .custom-col {
        padding-bottom: 20px
    }
    .home-wrapper .tweeter-handler-wrapper {
        position: static;
        height: auto!important
    }
    .home-wrapper .data-section .table-sec .table-col {
        width: 100%;
        left: 0
    }
    .home-wrapper .data-section .content-col.discover-cont:after {
        background: 0 0
    }
    .home-wrapper .data-section .wd-fusion-image .fusion-logo,
    .home-wrapper .data-section .wd-fusion-image img {
        margin: 0 auto
    }
    .home-wrapper .latestnews-section>.container .row>div {
        width: 100%
    }
    .home-wrapper .latestnews-section>.container .row>div.tweeter-handler-wrapper {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px
    }
    .home-wrapper .latestnews-section>.container .row>div.tweeter-handler-wrapper .tweeter-title-desktop {
        display: none
    }
    .home-wrapper .latestnews-section>.container .row>div.tweeter-handler-wrapper .tweet-section-title {
        display: block
    }
    .data-section .wd-fusion-image .fusion-logo,
    .data-section .wd-fusion-image img {
        margin: 5px auto
    }
}

@media screen and (max-width:768px) {
    .patented-tech-section .row {
        display: block
    }
    .patented-tech-section .row>div {
        width: 100%;
        display: block
    }
    .patented-tech-section .row>div.content-col {
        padding-right: 15px
    }
    .patented-tech-section .row>div.content-col .video-wrapper {
        display: block;
        margin: 0 auto 15px;
        max-width: 562px
    }
    .patented-tech-section .row>div.content-col .learnmore-btn {
        position: static
    }
    .patented-tech-section .row>div.content-col p {
        max-width: inherit;
        text-align: justify
    }
    .patented-tech-section .container .row>div {
        display: block
    }
    .patented-tech-section .container .row>div .video-wrapper {
        margin-top: 10px
    }
    .post-section .custom-row>div {
        width: 100%;
        margin-bottom: 15px
    }
    .news-tab-wrapper .news-col {
        margin-bottom: 20px
    }
    .banner-wrapper {
        padding-bottom: 70px;
        min-height: 120px!important
    }
    .banner-wrapper .hero-slider .slide {
        padding-top: 40px
    }
    .banner-wrapper .hero-slider .slide .title {
        font-size: 36px
    }
    .banner-wrapper .hero-slider .slide .title br {
        display: none
    }
    .banner-wrapper .child-banner-wrap p,
    .banner-wrapper p,
    .banner-wrapper.common-slider-wrapper .slide .description {
        font-size: 14px
    }
    .video-wrapper .video-play {
        background-size: 60px 60px
    }
}

.banner-wrapper .child-banner-wrap .title span,
.power-business-section .tech-list-wrapper span {
    display: block
}

@media screen and (min-width:0px) and (max-width:736px) {
    .fusion-image p {
        width: 250px
    }
    .fusion-image p:after {
        -webkit-transform: translateX(24%) translateY(-58%);
        -moz-transform: translateX(24%) translateY(-58%);
        -ms-transform: translateX(24%) translateY(-58%);
        -o-transform: translateX(24%) translateY(-58%);
        transform: translateX(24%) translateY(-58%)
    }
    .quote-table .table-cell:last-of-type {
        text-align: right
    }
    .newsletter-section .row>div {
        display: block
    }
    .latestnews-section>.container .row>div {
        padding-right: 15px
    }
    .latestnews-section .news-item .custom-row .custom-col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: block
    }
    .latestnews-section .tweeter-handler-wrapper {
        padding-left: 15px
    }
}

@media screen and (min-width:0px) and (max-width:479px) {
    .fusion-image img {
        margin-top: -20px
    }
    .info-wrap .media [class^=media] {
        display: block
    }
}

.banner-wrapper .child-banner-wrap {
    padding: 50px 0 0;
    width: 100%
}

.banner-wrapper .child-banner-wrap .title {
    font-size: 43px;
    color: #fff;
    margin: 15px 0
}

.banner-wrapper .child-banner-wrap p {
    color: #fff;
    font-size: 17.28px
}

.banner-wrapper .child-banner-wrap.partner-wrapper .title {
    margin-top: 0;
    line-height: 1;
    font-size: 43.2px
}

.power-business-section {
    padding: 40px 0
}

.power-business-section.solution-business-section {
    padding-bottom: 0
}

.power-business-section.solution-business-section .tech-listing-box a .tech-box-list .desc p {
    font-size: 17.18px
}

.power-business-section.solution-business-section .tech-listing-box a .tech-box-list .tech-list-head {
    padding: 30px 8px 30px 25px
}

.power-business-section.partner-solutions .tech-list .media .media-body .media-heading sup {
    font-size: 16.37px;
    top: -.6em
}

.power-business-section .tech-listing-box a .tech-box-list sup {
    vertical-align: super;
    top: 1px;
    font-size: 16.36px
}

.power-business-section .tech-listing-box a .tech-box-list .tech-list-head {
    padding: 20px 8px 20px 25px
}

.power-business-section .tech-listing-box a .tech-box-list .desc {
    min-height: 120px;
    background: rgba(124, 99, 84, .65)
}

.power-business-section .tech-listing-box a .tech-box-list .desc p {
    max-width: 424px;
    padding-right: 0;
    line-height: 1.15;
    font-size: 13.6px
}

.power-business-section .tech-list {
    display: inline-block
}

.power-business-section .tech-list .media {
    margin: 44px 0 0
}

.power-business-section .tech-list .media span img {
    margin: 0 0 20px
}

.power-business-section .tech-list .media .media-body .media-heading {
    font-size: 28.07px
}

.power-business-section .tech-list .media .media-body p {
    margin: 0
}

.power-business-section .custom-row .custom-col {
    padding-left: 11.5px;
    padding-right: 11.5px
}

.cost-slider-bgwrapper .cost-slider {
    background-size: cover;
    min-height: 290px
}

.cost-slider-bgwrapper .cost-slider.common-slide-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-box-orient: vertical;
    -ms-box-pack: center;
    -webkit-align-items: center;
    align-items: center
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list {
    padding-top: 34px;
    padding-bottom: 30px
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list.descp-text p sup {
    font-size: 75%;
    top: -.4em
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list.cloud-replication p,
.cost-slider-bgwrapper .cost-slider .cost-slider-list.iot p {
    font-size: 34.52px;
    line-height: 1.1
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list.analytics p,
.cost-slider-bgwrapper .cost-slider .cost-slider-list.data-lakes p,
.cost-slider-bgwrapper .cost-slider .cost-slider-list.developer-collaboration p,
.cost-slider-bgwrapper .cost-slider .cost-slider-list.hybrid-cloud p {
    font-size: 38.84px;
    line-height: 1.1
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list.disaster-recovery p {
    font-size: 43.15px;
    line-height: 1.1
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list h2 {
    font-size: 72px;
    color: #1b1b1b;
    margin: 0
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list p {
    font-size: 43px;
    color: #fff;
    line-height: 1.2
}

.cost-slider-bgwrapper .cost-slider .cost-slider-list span {
    font-size: 17.28px;
    color: #fff
}

.feature-section {
    background: #fff;
    padding: 47px 0 58px
}

.feature-section .custom-col {
    margin-bottom: 12px
}

.feature-section .custom-col .service-box-outer {
    border: 1px solid #e5e2df;
    height: 100%
}

.feature-section .custom-col .service-box-outer .service-box {
    background: #e5e2df;
    padding: 10px 12px 10px 22px
}

.feature-section .custom-col .service-box-outer .service-box .media-body.heading-sec {
    vertical-align: middle
}

.feature-section .custom-col .service-box-outer .service-box .media-body h4 {
    font-size: 28.08px;
    line-height: 1;
    margin: 0
}

.feature-section .custom-col .service-box-outer .service-box .media-body h4 span {
    margin-right: 10px;
    display: inline-block
}

.feature-section .custom-col .service-box-outer .service-box .media-body h4 span .btn-arrow.md {
    vertical-align: top
}

.feature-section .custom-col .service-box-outer .service-box .media-body p {
    font-size: 17.28px;
    color: #1d1d1b;
    max-width: 335px;
    margin: 0;
    line-height: 22px
}

.feature-section .custom-col .service-box-outer .service-box .media-right {
    vertical-align: middle;
    padding: 0
}

.feature-section .custom-col .service-box-outer .service-box .media-right .rightimg-box {
    border: 2px solid #a89d94;
    border-radius: 50%;
    padding: 10.5px
}

.feature-section .custom-col .service-box-outer .service-box .media-right .rightimg-box .servicebg-img {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain
}

.feature-section .custom-col .service-box-outer .service-box-descp p {
    padding: 10px 50px;
    margin-bottom: 0;
    color: #121617;
    font-size: 15.12px
}

.customerlogo-section {
    background: #ebe7e5;
    padding: 42px 0 25px
}

.customerlogo-section .sec-title {
    margin-bottom: 30px
}

.child-quote-section {
    background: #b1a398;
    padding: 30px 0 19px
}

.child-quote-section.study-quote-section {
    padding-top: 35px;
    padding-bottom: 30px
}

.child-quote-section.study-quote-section .table-cell span.block {
    color: #fff
}

.child-quote-section .table-cell {
    display: table-cell;
    vertical-align: bottom;
    float: none
}

.child-quote-section .table-cell p {
    font-size: 21.6px;
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 25px;
    text-indent: -9px
}

.child-quote-section .table-cell span.block {
    font-size: 15.12px;
    color: #1d1d1b
}

.child-quote-section .table-cell .author-wrap {
    max-width: 230px;
    margin: 0 auto;
    text-align: left
}

.idea-technology-section {
    background: #fff;
    padding: 40px 0 56px
}

.idea-technology-section.think-section {
    background: #ebe7e5;
    padding-top: 40px;
    padding-bottom: 22px
}

.idea-technology-section.think-section .box-wrap p {
    min-height: 0
}

.idea-technology-section.think-section .box-wrap ul {
    padding: 0;
    margin: 0 0 0 17px
}

.idea-technology-section.think-section .box-wrap ul li {
    list-style: disc;
    font-size: 17.28px
}

.idea-technology-section.think-section .box-wrap ul li:last-child {
    margin-bottom: 10px
}

.idea-technology-section.career-box-page {
    padding-top: 20px
}

.idea-technology-section .box-wrap {
    max-width: 475px
}

.idea-technology-section .box-wrap span {
    display: block
}

.idea-technology-section .box-wrap p {
    min-height: 240px
}

.idea-technology-section .video-wrapper {
    margin-top: 22px
}

.idea-technology-section .video-wrapper img {
    width: auto
}

.resource-tab-wrapper .article-section {
    padding-bottom: 40px
}

.resource-tab-wrapper .common-para-wrap p {
    margin-bottom: 30px
}

.resource-tab-wrapper .common-para-wrap h3 {
    margin-bottom: 10px
}

.resource-tab-wrapper .common-list.webinar-list li {
    padding: 0 0 6px;
    border: none
}

.resource-tab-wrapper .common-list.webinar-list li:last-child {
    padding: 0
}

.resource-tab-wrapper .common-list.resource-page-list li {
    border: none
}

.resource-tab-wrapper .common-list.resource-page-list li:nth-child(3) {
    padding-bottom: 0
}

.resource-tab-wrapper .common-list.resource-page-list li .webinar-list li {
    border-bottom: 1px solid #d2cac5
}

.resource-tab-wrapper .common-list li {
    padding: 18px 0 12px;
    border-bottom: 1px solid #d2cac5
}

.corporate-wrapper.investor-director-section .director-list,
.corporate-wrapper.investor-director-section .director-list ul.detail-listing li .media .media-body {
    border-bottom: none
}

.resource-tab-wrapper .common-list li:first-of-type {
    padding: 7px 0 12px
}

.resource-tab-wrapper .common-list li a h3.article-title {
    display: inline-block;
    color: #000;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px
}

.video-tab-wrapper .tab-wrap h3.sec-title span,
.video-tab-wrapper .tab-wrap span.date {
    display: block
}

.resource-tab-wrapper .common-list li .bottom h3 {
    margin-top: 0;
    margin-bottom: 17px
}

.video-page-wrapper h2 {
    font-size: 40px;
    margin: 0
}

.video-tab-wrapper {
    padding-top: 0
}

.video-tab-wrapper.casestudy-landingpage .tab-wrap a {
    margin-bottom: 0
}

.video-tab-wrapper .tab-wrap p {
    line-height: 1.3;
    margin: 0 0 17px
}

.video-tab-wrapper .tab-wrap a {
    margin-bottom: 25px
}

.video-tab-wrapper .tab-wrap h3.sec-title {
    line-height: 1
}

.casestudy-customer-wrap .eqcolumn-box,
.casestudy-customer-wrap .eqcolumn-box .custom-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box
}

.video-tab-wrapper .right-sidebar .library-list li p {
    margin-bottom: 5px
}

.video-tab-wrapper .wrapimg {
    max-width: 180px;
    float: right
}

.casestudy-customer-wrap .custom-row .custom-col .form-col h4.submit-btn,
.casestudy-customer-wrap .custom-row .custom-col h4.font-sans-700,
.form-col .casestudy-customer-wrap .custom-row .custom-col h4.submit-btn {
    font-size: 28.08px;
    margin-bottom: 42px;
    line-height: 28.08px;
    margin-top: 5px
}

.casestudy-customer-wrap .custom-row .custom-col .form-col h4.remark-head.submit-btn,
.casestudy-customer-wrap .custom-row .custom-col h4.font-sans-700.remark-head,
.form-col .casestudy-customer-wrap .custom-row .custom-col h4.remark-head.submit-btn {
    margin-bottom: 10px
}

.casestudy-customer-wrap .custom-row .custom-col .form-col h4.submit-btn span,
.casestudy-customer-wrap .custom-row .custom-col h4.font-sans-700 span,
.form-col .casestudy-customer-wrap .custom-row .custom-col h4.submit-btn span {
    font-size: 17.28px
}

.casestudy-customer-wrap .custom-row .custom-col p {
    margin-bottom: 37px;
    line-height: 22px
}

.casestudy-customer-wrap .custom-row .custom-col .mb-5:last-child {
    margin-bottom: 0
}

.casestudy-customer-wrap .custom-row .custom-col .description {
    min-height: auto;
    padding: 8px 30px 23px
}

.casestudy-customer-wrap .custom-row .custom-col .description .sec-title {
    margin-bottom: 20px
}

.casestudy-customer-wrap .custom-row .custom-col .description p {
    margin-bottom: 14px
}

.casestudy-customer-wrap .video-wrapper img {
    width: 100%
}

.casestudy-customer-wrap .eqcolumn-box {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.casestudy-customer-wrap .eqcolumn-box .custom-col {
    display: flex
}

.casestudy-customer-wrap .eqcolumn-box .custom-col .eqcol-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    width: 100%
}

.casestudy-customer-wrap .eqcolumn-box .custom-col .eqcol-wrap p {
    flex: 1 0 auto
}

.casestudy-customer-wrap .eqcolumn-box .custom-col .eqcol-wrap .video-wrapper {
    max-width: 100%;
    width: 100%
}

.casestudy-customer-wrap .eqcolumn-box .custom-col .eqcol-wrap .video-wrapper img {
    width: 100%
}

.casestudy-customer-wrap.career-video-section {
    background: #b1a398;
    padding: 25px 0
}

.casestudy-customer-wrap.career-video-section .custom-row .custom-col p {
    max-width: 530px;
    margin-bottom: 23px
}

.casestudy-customer-wrap.patented-tech-section-wrap {
    padding-bottom: 45px
}

.casestudy-customer-wrap.wdfusion-wrp {
    padding-top: 21px
}

.casestudy-customer-wrap.wdfusion-wrp .custom-row .custom-col p {
    margin-bottom: 18px
}

.casestudy-customer-wrap.career-video-section-box {
    background: #1d1d1b
}

.casestudy-customer-wrap.remark-video-section {
    padding: 47px 0
}

.casestudy-customer-wrap.remark-video-section h2.sec-title {
    margin-top: -6px;
    margin-bottom: 20px
}

.casestudy-customer-wrap.remark-video-section .remark-head {
    font-size: 28.07px;
    color: #121617;
    font-family: MuseoSans_700
}

.about-us-section {
    background: #ebe7e5;
    padding: 32px 0
}

.about-us-section .abt-wrap {
    max-width: 754px
}

.about-us-section .abt-wrap h4 {
    font-size: 15.12px;
    margin-bottom: 14px
}

.about-us-section .abt-wrap p {
    font-style: italic;
    font-size: 15.12px;
    margin-bottom: 0;
    line-height: 22px
}

.casestudy-landingpage.committee-wrap .content h2.title {
    margin-bottom: 20px
}

.casestudy-landingpage .content h2.title {
    margin-bottom: 14px
}

.casestudy-landingpage .detail-section h4 {
    font-size: 28.08px;
    line-height: 28.08px;
    margin-bottom: 45px
}

.casestudy-landingpage .detail-section h4 span {
    font-size: 17.28px
}

.casestudy-landingpage .detail-section h5 {
    font-size: 15.12px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin: 14px 0 12px
}

.casestudy-landingpage .detail-section h5:first-of-type {
    margin-top: 22px
}

.casestudy-landingpage .detail-section p {
    font-weight: 100;
    font-size: 15.12px
}

.casestudy-landingpage .detail-section a.cp-link {
    font-size: 15.12px;
    color: #40b5e6
}

.casestudy-landingpage .detail-section ul {
    list-style-type: disc;
    margin: 0 0 0 17px
}

.casestudy-landingpage .detail-section ul li {
    margin-bottom: 12px;
    font-size: 15.12px
}

.casestudy-landingpage .right-sidebar .library-list li p {
    margin-bottom: 5px
}

.article-main-title {
    margin-top: 0
}

.corporate-wrapper.investor-director-section .director-list ul.detail-listing li {
    margin-bottom: 35px
}

.corporate-wrapper.investor-director-section .director-list ul.detail-listing li:first-child .media {
    padding-top: 5px
}

.corporate-wrapper.investor-director-section .director-list ul.detail-listing li .media .media-body h4.media-heading {
    font-family: MuseoSans_700;
    color: #1d1d1b;
    font-size: 17.28px
}

.corporate-wrapper.investor-director-section .director-list ul.detail-listing li .media .media-body p {
    color: #1d1d1b;
    font-size: 17.28px;
    margin-bottom: 5px
}

.corporate-wrapper .content .title {
    font-size: 28.08px;
    margin-bottom: 38px
}

.corporate-wrapper .director-list {
    padding-bottom: 25px;
    border-bottom: 1px solid #c8bfb8
}

.corporate-wrapper .director-list ul.detail-listing {
    padding: 0;
    margin: 0 0 22px
}

.corporate-wrapper .director-list ul.detail-listing:last-of-type {
    margin: 0
}

.corporate-wrapper .director-list ul.detail-listing li {
    list-style: none;
    margin-bottom: 20px
}

.corporate-wrapper .director-list ul.detail-listing li:last-child {
    margin-bottom: 0
}

.corporate-wrapper .director-list ul.detail-listing li:last-child .media .media-body {
    border-bottom: none
}

.corporate-wrapper .director-list ul.detail-listing li:last-child .media .media-body p:last-of-type {
    margin-bottom: 16px
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-left span.thumb-img {
    display: block
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-left span.thumb-img img {
    width: 180px
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-body {
    position: relative;
    border-bottom: 1px solid #c8bfb8
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-body h4.media-heading {
    font-size: 15.12px;
    line-height: 1.4;
    margin-bottom: 8px
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-body p {
    font-size: 15.12px
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-body .social-links {
    position: absolute;
    top: 0;
    right: 0
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-body .social-links ul.link-list {
    padding: 0;
    margin: 0
}

.corporate-wrapper .director-list ul.detail-listing li .media .media-body .social-links ul.link-list li {
    display: inline-block;
    padding-left: 4px
}

.corporate-wrapper aside .right-sidebar.advisor-tab {
    padding-top: 14px;
    padding-bottom: 8px
}

.corporate-wrapper aside .right-sidebar.advisor-tab .title {
    margin-bottom: 28px
}

.corporate-wrapper aside .right-sidebar .ad-detail h4,
.corporate-wrapper aside .right-sidebar .ad-detail h5 {
    font-size: 15.12px
}

.corporate-wrapper aside .right-sidebar .ad-detail h4 {
    margin: 0 0 5px;
    line-height: 20px
}

.corporate-wrapper aside .right-sidebar .ad-detail h5 {
    margin: 0
}

.corporate-wrapper aside .right-sidebar .ad-detail p {
    font-size: 15.12px;
    margin-top: 10px;
    margin-bottom: 13px
}

.corporate-detail-wrapper {
    padding-bottom: 40px
}

.corporate-detail-wrapper.committee-wrap {
    padding-bottom: 0
}

.corporate-detail-wrapper.committee-wrap h2.title {
    margin-bottom: 20px
}

.corporate-detail-wrapper.committee-wrap a {
    color: #40b5e6;
    margin-bottom: 20px;
    display: inline-block
}

.corporate-detail-wrapper.committee-wrap a:last-child {
    margin-bottom: 0
}

.corporate-detail-wrapper.director-committe-section .content h3.title {
    color: #1d1d1b;
    font-size: 17.28px;
    font-family: MuseoSans_700;
    margin-bottom: 10px
}

.corporate-detail-wrapper.director-committe-section .content p {
    font-size: 17.28px;
    font-family: MuseoSans-100;
    margin-bottom: 5px
}

.corporate-detail-wrapper.director-committe-section .content a {
    margin-bottom: 36px
}

.corporate-detail-wrapper.director-committe-section .content a:last-child {
    margin-bottom: 0
}

.corporate-detail-wrapper.director-committe-section .content h2.main-head-title {
    margin-top: 35px
}

.corporate-detail-wrapper .content .title {
    font-size: 28.08px;
    margin-bottom: 35px
}

.corporate-detail-wrapper .name-title {
    font-size: 22px;
    margin: 0
}

.info-wrap {
    background: #ece8e6;
    padding: 46px 24px 8px
}

.info-wrap.wide-wrap {
    background: 0 0
}

.info-wrap.wide-wrap .media .media-body .media-heading {
    margin-bottom: 34px
}

.info-wrap.contact-box-wrap {
    padding-bottom: 15px
}

.info-wrap .media .media-left {
    padding-right: 22px
}

.info-wrap .media .media-body .media-heading {
    font-size: 28.09px;
    margin-bottom: 20px
}

.info-wrap .media .media-body .info-list {
    margin: 0;
    padding: 0
}

.info-wrap .media .media-body .info-list li {
    display: inline-block;
    float: left;
    padding-right: 32px;
    position: relative
}

.info-wrap .media .media-body .info-list li:last-child a:after {
    display: none
}

.info-wrap .media .media-body .info-list li p {
    font-size: 17.28px;
    line-height: 1.2
}

.info-wrap .media .media-body .info-list li a {
    text-decoration: none;
    color: #000;
    font-size: 17.28px
}

.info-wrap .media .media-body .info-list li a:after {
    position: absolute;
    content: '|';
    right: 14px;
    color: #fff
}

.info-wrap .media .media-body .info-list li h3.title-head {
    font-size: 15.12px;
    margin: 0 0 10px
}

.info-wrap .media .media-body .world-list {
    padding-right: 15px;
    margin-bottom: 20px
}

.info-wrap .media .media-body .world-list h3.title-head {
    font-size: 15.12px;
    margin: 0 0 10px
}

.info-wrap .media .media-body .world-list p {
    font-size: 15.12px
}

.info-wrap .media .media-body .world-list p.number {
    margin: 0
}

.info-wrap .media .media-body .world-list a {
    font-size: 15.12px;
    display: block;
    color: #40b5e6
}

.info-wrap .media .media-body .world-list a.view-list {
    margin-top: 12px
}

.info-wrap .media .media-body .world-list a.view-list .orange {
    font-size: 10px;
    padding-right: 5px;
    top: 0
}

.border-bt {
    border-bottom: 1px solid #c7beb7;
    margin-bottom: 20px
}

.future-webinar-wrapper .webinar-list.hadoop-web-list li {
    margin-top: 45px
}

.future-webinar-wrapper .webinar-list.hadoop-list .media {
    margin-bottom: 15px
}

.future-webinar-wrapper .webinar-list .media .media-left a {
    width: 100%
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp {
    position: relative
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp h4 {
    font-size: 15.12px
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp h4 br {
    display: block
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-zone-wrapper {
    width: 300px;
    position: absolute;
    right: -310px;
    top: -10px
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-zone-wrapper .select2 {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-zone-wrapper .select2 .select2-selection,
.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-zone-wrapper .select2 .select2-selection .select2-selection__rendered {
    outline: 0;
    font-size: 12.24px;
    font-family: MuseoSans-100
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-clock {
    color: #b2a499;
    font-size: 15.12px;
    cursor: pointer
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-clock .time-clock-pic {
    width: 24px;
    height: 24px
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap.clock-icon p:before {
    display: none
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap p {
    font-size: 15.12px;
    position: relative;
    padding-left: 32px;
    text-align: right
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap p span {
    line-height: 1.2;
    vertical-align: top
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap p span img {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -7px
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    right: -350px;
    top: 0;
    width: 300px;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown ul {
    padding: 0;
    margin: 0
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown ul li {
    list-style-type: none;
    font-size: 12.24px;
    display: block;
    padding: 8px 10px;
    color: #1d1d1b
}

.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown ul li:active,
.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown ul li:focus,
.future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown ul li:hover {
    outline: 0;
    text-decoration: none;
    background: #ff6a00
}

.future-webinar-wrapper .time-wrap {
    position: relative
}

.future-webinar-wrapper .time-wrap .time-zone-dropdown {
    position: absolute;
    right: 0;
    display: none
}

.future-webinar-wrapper .time-wrap .select2 {
    border: 1px solid #b2a499;
    outline: 0
}

.future-webinar-wrapper .time-wrap .select2 .select2-selection .select2-selection__arrow {
    right: 1px;
    background-size: 16px 11px
}

.future-webinar-wrapper .month-title {
    color: #b2a499;
    border-bottom: 1px solid #b2a499
}

.future-webinar-wrapper .event-link-btn a:first-child {
    margin-right: 8px
}

.select2-container .select2-results__option {
    font-size: 12.24px
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #ff6a00;
    color: #1d1d1b
}

.hadoop-form {
    display: none
}

.top-banner {
    padding: 60px 0;
    border-top: 1px solid #ccc
}

.top-banner .gsrearch-form-wrapper .main-search-form {
    margin: 0 auto;
    text-align: center
}

.top-banner .gsrearch-form-wrapper .main-search-form input {
    padding: 0 5px
}

.top-banner .gsrearch-form-wrapper .main-search-form button {
    font-size: 18px;
    line-height: 18px
}

.top-banner .gsc-tabHeader.gsc-tabhActive,
.top-banner .gsc-tabHeader.gsc-tabhInactive {
    padding: 0;
    text-align: center;
    overflow: hidden
}

.top-banner .search-wrap {
    position: relative
}

.top-banner .search-wrap .global-search button {
    background: url(/static/images/global-search.png) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 38px;
    position: absolute;
    right: 28px;
    top: 95px;
    width: 40px;
    padding: 0;
    outline: 0
}

.equal-box,
.equal-box .custom-col {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box
}

.top-banner .search-wrap .global-search input[type=text] {
    background: #FFF;
    border: 10px solid #D7D7D7;
    box-shadow: none;
    color: #666;
    font-size: 16px;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    outline: 0
}

.cheat-sheet-wrap .tab-wrap p,
.detail-wrap .detail-mian-head {
    font-size: 15.12px
}

.top-banner .gsc-control-cse {
    padding: 15px 0
}

.top-banner .gs-promotion-image-cell,
.top-banner .gsc-table-cell-thumbnail {
    padding-left: 7px
}

.page-not-found .pagenot-bg-wrapper {
    background: url(/static/images/404.png) center center no-repeat;
    background-size: cover;
    min-height: 324px;
    position: relative
}

.page-not-found .bg-box {
    background-color: #34b4d2;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEC7000', endColorstr='#FF64B04E');
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #ec7000), color-stop(2%, #eb6a05), color-stop(5%, #e75f0e), color-stop(14%, #dd3432), color-stop(18%, #d32346), color-stop(27%, #be2264), color-stop(36%, #a22281), color-stop(41%, #912790), color-stop(46%, #772da5), color-stop(54%, #4c3ac2), color-stop(59%, #3649d2), color-stop(62%, #2d57d8), color-stop(66%, #256ce3), color-stop(68%, #217ce4), color-stop(73%, #2199e4), color-stop(79%, #21b0e4), color-stop(82%, #27b0d6), color-stop(84%, #2db0c6), color-stop(96%, #5ab064), color-stop(100%, #64b04e));
    background-image: -moz-linear-gradient(left, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    background-image: -o-linear-gradient(left, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    background-image: linear-gradient(left, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    background-image: -ms-linear-gradient(left, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    position: relative
}

.page-not-found .page-content {
    padding: 30px 15px
}

.detail-list-descp-wrap.coverage-box .post-listing:last-child li:last-child h3.sec-title {
    margin-bottom: 30px
}

.detail-list-descp-wrap.coverage-box .post-listing:last-child li:last-child p {
    margin-bottom: 10px
}

.detail-list-descp-wrap .post-listing {
    margin-bottom: 40px
}

.detail-list-descp-wrap .post-listing:last-child,
.detail-list-descp-wrap .post-listing:last-child li:last-child,
.detail-list-descp-wrap .post-listing:last-child li:last-child p {
    margin-bottom: 0
}

.detail-wrap img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px
}

.detail-wrap iframe {
    width: 100%
}

.detail-wrap .news-descp-detail {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.detail-wrap .news-descp-detail:last-child {
    border-bottom: none
}

.cheat-sheet-wrap .sec-description {
    margin-bottom: 35px
}

.equal-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.equal-box .custom-col {
    display: -webkit-flex;
    display: flex
}

.equal-box .custom-col .equal-box-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    width: 100%
}

.equal-box .custom-col .equal-box-wrap .box-wrap {
    flex: 1 0 auto
}

.newevents-wrapper .article-section .title {
    font-size: 35.98px
}

.terms-wrapper p,
.trademark-box table tbody tr td,
.trademark-box table tbody tr td strong {
    font-size: 17.28px
}

.terms-wrapper {
    padding: 45px 0
}

.terms-wrapper .terms-heading {
    margin-top: 0;
    font-size: 17.28px;
    line-height: 23px
}

.terms-wrapper p {
    line-height: 23px
}

.trademark-box table {
    width: 100%;
    margin-bottom: 10px
}

.trademark-box table tbody {
    border-top: 1px solid #6c7478;
    border-bottom: 1px solid #6c7478
}

.trademark-box table tbody tr:first-child td {
    padding: 8px 5px;
    border-top: 0
}

.trademark-box table tbody tr:last-child td {
    border-bottom: 0
}

.trademark-box table tbody tr td {
    border: 1px solid #ccc;
    padding: 5px
}

.trademark-box table table tbody tr {
    background: 0 0
}

.trademark-box table tbody tr:nth-child(even) {
    background: #f3f3f3
}

.trademark-box table tbody tr td:first-child {
    border-left: 0
}

.trademark-box table tbody tr td:last-child {
    border-right: 0
}

.contact-spl-form .form-col .frm-textarea.specialist-comment-box {
    height: 178px
}

.fancybox-lock body {
    margin-right: 0
}

.fancybox-nav span {
    visibility: visible
}

@media screen and (min-width:0px) and (max-width:991px) {
    .banner-wrapper .child-banner-wrap p,
    .banner-wrapper p {
        font-size: 14.4px
    }
    .casestudy-customer-wrap .custom-row .custom-col p,
    .casestudy-customer-wrap.career-video-section .custom-row .custom-col p {
        max-width: 100%
    }
    .casestudy-customer-wrap .custom-row .custom-col .mb-5:last-child {
        margin-bottom: 5px
    }
    .future-webinar-wrapper .webinar-list .media .media-left {
        display: block;
        width: 100%
    }
    .future-webinar-wrapper .webinar-list .media .media-left a {
        margin: 10px 0;
        display: block;
        width: 180px
    }
    .future-webinar-wrapper .webinar-list .media .media-body.future-descp {
        display: block;
        width: 100%
    }
    .future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown {
        right: -236px;
        top: 32px
    }
}

.font15 {
    font-size: 15.12px
}

.gsc-adBlock {
    display: none!important
}

#inv_feed_page a.more-link {
    font-size: 15.12px;
    color: #40b5e6
}

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

.subscription-preferences {
    background: #b2a499;
    padding: 28px 0 36px
}

.subscription-preferences .title {
    margin-bottom: 26px
}

.subscription-preferences .first-box {
    padding-left: 58px
}

.subscription-preferences .first-box:first-child {
    padding-right: 0
}

.subcribe-heading {
    background: #fff;
    padding: 11px 14px
}

.subcribe-heading .main-heading {
    font-size: 14.4px;
    margin: 0
}

.custom-grid-wrap {
    padding-left: 49px
}

.custom-grid-wrap.custom-grid-outer-wrap {
    padding-left: 60px
}

.custom-grid-wrap.form-col {
    margin-top: 3px
}

.control-group {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 14px 0;
    width: 100%
}

.email-box-outer {
    padding: 14px 0 0
}

.control,
.email-box {
    padding-left: 50px;
    margin-bottom: 10px;
    font-size: 14.4px;
    display: block
}

.control {
    position: relative;
    cursor: pointer
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.email-box {
    position: relative
}

.email-box .frm-ip {
    position: relative;
    opacity: 1;
    background: #fff;
    width: 100%;
    z-index: 1;
    padding: 13px;
    outline: 0
}

.control .title-list-heading {
    display: block;
    width: 100%;
    background: #fff;
    padding: 9px 14px
}

.control .block {
    background: 0 0;
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #e4dfdb
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
    border: 1px solid #e4dfdb
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:checked:focus~.control__indicator,
.control input:checked~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator {
    background: #ff6a00
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after,
.control__indicator:before {
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control__indicator:after,
.control input:checked~.control__indicator:before {
    display: block
}

.control--checkbox .control__indicator:before {
    left: 18px;
    top: 5px;
    width: 2px;
    height: 25px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg)
}

.control--checkbox .control__indicator:after {
    left: 18px;
    top: 5px;
    width: 2px;
    height: 25px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.news-tab-wrapper .coverage-col .cov-sub-head p {
    font-size: 22px;
    line-height: 24px
}

.casestudy-landingpage .detail-section h4.usecase-head {
    line-height: 1.3
}

.usecase-head sup {
    font-size: 20px
}

.press-wrapper aside .right-sidebar .archive-accordian a.child-link-menu {
    padding-left: 15px
}

.press-wrapper aside .right-sidebar .archive-accordian .panel .panel.child-panel {
    padding-top: 0
}

.press-wrapper aside .right-sidebar .archive-accordian .panel .panel.child-panel p {
    margin-top: 4px
}

.tech-listing-box {
    padding-top: 44px
}

.tech-listing-box .custom-row .custom-col {
    padding-left: 5px;
    padding-right: 5px
}

.tech-listing-box a {
    background: #fff;
    display: block;
    color: #1d1d1b;
    cursor: pointer;
    position: relative
}

.tech-listing-box a:hover {
    background: #b2a499;
    color: #1d1d1b;
    text-decoration: none
}

.tech-listing-box a:hover:after {
    background-position: 84px 0
}

.tech-listing-box a:hover .tech-box-list.tech-list-head-box .desc {
    background: #b2a499;
    color: #1d1d1b;
    text-decoration: none
}

.tech-listing-box a:after {
    content: "";
    background-image: url(../images/plug-in-tile-white-arrow-sprite.png);
    background-position: 0 0;
    width: 84px;
    height: 84px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

.tech-listing-box a .tech-box-list.tech-list-head-box .tech-list-head {
    background: #fff
}

.tech-listing-box a .tech-box-list.tech-list-head-box .desc {
    background: #ebe7e5
}

.tech-listing-box a .tech-box-list.tech-list-head-box .desc p {
    color: #1d1d1b
}

.tech-listing-box a .tech-box-list .tech-list-head {
    padding: 8px 0 8px 25px;
    display: flex;
    align-items: center;
    border: 1px solid #eeebe9;
    border-bottom: none
}

.tech-listing-box a .tech-box-list .tech-list-head h4 {
    color: #fff;
    font-size: 28.07px;
    margin: 0
}

.tech-listing-box a .tech-box-list .desc {
    background: rgba(0, 0, 0, .3);
    min-height: 120px;
    border: 1px solid #eeebe9;
    border-top: none
}

.tech-listing-box a .tech-box-list .desc p {
    color: #fff;
    padding: 10px 125px 0 25px
}

.select2-results__options .select2-results__option .select2-results__options.select2-results__options--nested li:first-child {
    font-weight: 700
}

.product-form-select .select2-container .select2-selection .select2-selection__rendered[title="SELECT PRODUCT*"] {
    color: #b2a499
}

.share-btn {
    padding: 0;
    margin: 0;
    display: inline-block
}

.share-btn li {
    display: inline-block;
    float: left;
    padding-right: 10px
}

.share-btn li a {
    font-size: 15px
}

.share-btn li a:hover {
    color: #1d1d1b
}

.share-btn li p {
    margin-bottom: 0;
    line-height: 17px;
    font-size: 15px;
    color: #b1a398
}

.use-case-listing-box h3 a span.orange {
    font-size: 15.12px
}

.annual-report-box-wrapper {
    display: inline-block;
    background: #ece8e6;
    width: 100%;
    padding: 47px 24px 22px
}

.annual-report-box-wrapper .media {
    display: table
}

.annual-report-box-wrapper .media ul {
    list-style: none!important
}

.annual-report-box-wrapper .media ul li {
    color: #1d1d1b;
    font-size: 12.96px!important;
    font-family: MuseoSans_700!important;
    line-height: 1!important;
    position: relative;
    margin-top: 14px!important
}

.annual-report-box-wrapper .media ul li:before {
    content: "\e90a";
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    position: absolute;
    left: -12px;
    top: -1px;
    font-family: icomoon!important
}

.press-content p strong,
.press-wrapper .sec-title {
    font-family: MuseoSans_700
}

.annual-report-box-wrapper .media ul li:first-child {
    margin-top: 0!important
}

.annual-report-box-wrapper .media h2.media-heading {
    margin-bottom: 27px;
    line-height: 1;
    font-size: 36px
}

.annual-report-box-wrapper .media .media-left {
    padding-right: 25px
}

.annual-report-box-wrapper .media .media-left img {
    height: 167px
}

.unsubscribe-outer-box #unsub-submit {
    width: 100px;
    line-height: 35px
}

.unsubscribe-outer-box #unsub-submit i {
    height: 35px;
    line-height: 35px
}

.unsubscribe-outer-box #unsub-submit i:before {
    line-height: 35px;
    font-size: 16px
}

.press-content p,
.press-wrapper .content ul:not([class])>li {
    font-size: 15.12px
}

.unsubscribe-outer-box .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.unsubscribe-outer-box .iframe-unsubscribe-link {
    display: block;
    visibility: hidden
}

.press-content p {
    margin-bottom: 15px
}

.press-wrapper .tab-wrap p:last-child {
    margin-bottom: 0
}

.press-wrapper.future-webinar-wrapper .content .registration-form {
    margin-top: 0
}

.press-wrapper.investor-wrapper .content {
    padding-bottom: 38px;
    padding-top: 0
}

.press-wrapper .video-wrapper {
    max-width: 100%
}

.press-wrapper .content {
    max-width: 750px;
    padding-top: 40px;
    padding-bottom: 43px
}

.press-wrapper .content a br,
.press-wrapper .content h1 br,
.press-wrapper .content h2 br,
.press-wrapper .content h3 br,
.press-wrapper .content h4 br,
.press-wrapper .content h5 br,
.press-wrapper .content h6 br {
    display: none
}

.press-wrapper .content ul:not([class]) {
    list-style: disc;
    margin-left: 16px
}

.press-wrapper .content ul:not([class])>li+li {
    margin-top: 10px;
    line-height: 1.4
}

.press-wrapper .content .date {
    margin-bottom: 5px
}

.press-wrapper .content .registration-form {
    margin-top: 44px
}

.press-wrapper .title {
    margin-bottom: 20px
}

.press-wrapper .title.mb-0 {
    margin-bottom: 0
}

.press-wrapper .sec-title {
    font-size: 32.41px;
    line-height: 1.1;
    color: #1d1d1b;
    margin-top: 0;
    margin-bottom: 10px
}

.press-wrapper .sec-title.content-head {
    margin-bottom: 16px
}

.press-wrapper .sub-title {
    color: #1d1d1b;
    font-size: 21.6px;
    margin-top: 0;
    margin-bottom: 30px
}

.press-wrapper address p {
    margin-bottom: 0
}

.press-wrapper aside .arrow-link {
    font-size: 12.96px;
    color: #1d1d1b;
    position: relative;
    padding-left: 10px;
    display: block;
    font-family: MuseoSans-300
}

#inv_feed_page .press-wrapper aside a.arrow-link.more-link,
.casestudy-landingpage .detail-section .press-wrapper aside h5.arrow-link,
.cost-slider-bgwrapper .cost-slider .cost-slider-list .press-wrapper aside span.arrow-link,
.form-col .press-wrapper aside .arrow-link.submit-btn,
.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 .press-wrapper aside span.arrow-link:nth-child(2),
.press-wrapper aside #inv_feed_page a.arrow-link.more-link,
.press-wrapper aside .arrow-link.font-sans-700,
.press-wrapper aside .casestudy-landingpage .detail-section h5.arrow-link,
.press-wrapper aside .cost-slider-bgwrapper .cost-slider .cost-slider-list span.arrow-link,
.press-wrapper aside .form-col .arrow-link.submit-btn,
.press-wrapper aside .page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 span.arrow-link:nth-child(2),
.press-wrapper aside .share-btn li p.arrow-link,
.press-wrapper aside .support-table-wrap table tbody tr td.arrow-link.bg-white,
.press-wrapper aside .support-table-wrap table tbody tr:first-child td.arrow-link,
.press-wrapper aside .video-tab-wrapper .tab-wrap h3.sec-title span.arrow-link,
.share-btn li .press-wrapper aside p.arrow-link,
.support-table-wrap table tbody tr .press-wrapper aside td.arrow-link.bg-white,
.support-table-wrap table tbody tr:first-child .press-wrapper aside td.arrow-link,
.video-tab-wrapper .tab-wrap h3.sec-title .press-wrapper aside span.arrow-link {
    font-family: MuseoSans_700
}

.press-wrapper aside .arrow-link.alert-links,
.press-wrapper aside .arrow-link:hover {
    color: #fff
}

.press-wrapper aside .arrow-link .acc-arrow {
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 2px
}

.press-wrapper aside .right-sidebar {
    padding: 40px 12px 15px;
    background-color: #ece8e6;
    margin-bottom: 10px
}

.press-wrapper aside .right-sidebar .archive-accordian a,
.press-wrapper aside .right-sidebar .archive-accordian li,
.press-wrapper aside .right-sidebar .archive-accordian p {
    font-size: 12.96px;
    color: #1d1d1b
}

.press-wrapper aside .right-sidebar .archive-accordian a br,
.press-wrapper aside .right-sidebar .archive-accordian li br,
.press-wrapper aside .right-sidebar .archive-accordian p br {
    display: none
}

.press-wrapper aside .right-sidebar .archive-accordian .panel {
    margin: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.press-wrapper aside .right-sidebar .archive-accordian .panel .acc-arrow {
    color: #fff;
    font-size: 10px;
    margin-right: 5px
}

.press-wrapper aside .right-sidebar .archive-accordian .panel>a {
    text-transform: uppercase
}

.press-wrapper aside .right-sidebar .archive-accordian .panel.main-panel+.main-panel {
    padding-top: 9px
}

.press-wrapper aside .right-sidebar .archive-accordian .panel.main-panel>a {
    display: block
}

.press-wrapper aside .right-sidebar .archive-accordian .panel.main-panel>a[aria-expanded=true] .acc-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block
}

.press-wrapper aside .right-sidebar .archive-accordian .panel p {
    margin: 8px 0 0
}

.press-wrapper aside .right-sidebar .archive-accordian .panel .panel {
    padding-top: 6px
}

.press-wrapper aside .right-sidebar .archive-accordian a.arrow-link:hover {
    color: #fff
}

.press-wrapper aside .right-sidebar+.right-sidebar {
    padding-top: 20px
}

.press-wrapper aside .newsletter-section {
    padding: 0;
    margin-bottom: 20px;
    background-color: #b2a499
}

.press-wrapper aside .newsletter-section h4 {
    padding: 10px;
    margin: 0;
    font-family: Museo_Slab100;
    font-size: 15.8px
}

.press-wrapper aside .newsletter-section .nws-ip {
    border-color: #b2a499;
    max-width: inherit
}

.press-wrapper.casestudy-landingpage .content {
    padding-bottom: 26px
}

.press-wrapper.casestudy-landingpage aside .arrow-link:hover {
    color: #1d1d1b
}

.press-wrapper.cheat-sheet-wrap aside .library-list li:hover .arrow-link,
.press-wrapper.video-tab-wrapper aside .arrow-link:hover,
aside .viewlink-section:hover a {
    color: #fff
}

.press-wrapper .acc-title {
    font-family: MuseoSans_700
}

.press-wrapper.corporate-wrapper .content {
    padding-bottom: 18px
}

.event-wrapper .event-icon {
    width: 180px;
    border: 1px solid #cbc1ba;
    display: inline-block
}

.event-wrapper .event-icon img {
    margin: 0 auto
}

.event-wrapper .event-list h1:first-child,
.event-wrapper .event-list h2:first-child,
.event-wrapper .event-list h3:first-child,
.event-wrapper .event-list h4:first-child,
.event-wrapper .event-list h5:first-child,
.event-wrapper .event-list h6:first-child {
    margin-top: 0
}

.event-wrapper .event-list>li+li {
    margin-top: 20px;
    margin-bottom: 5px
}

.event-wrapper .event-list .city,
.event-wrapper .event-list .date {
    font-size: 15.12px;
    font-family: Museo_Slab_700
}

.event-wrapper .event-list .event-post-title {
    font-size: 32.41px;
    font-family: MuseoSans_700;
    margin-bottom: 10px;
    margin-top: 22px
}

.event-wrapper .event-list .event-description {
    padding-bottom: 10px;
    border-bottom: 1px solid #b2a499
}

.event-wrapper .event-list .event-description.future-descp-line {
    border-bottom: none
}

.event-wrapper .event-list .event-description p {
    font-size: 15.12px
}

.event-wrapper .panel-collapse p {
    font-family: MuseoSans-300
}

.trial-banner p strong,
.trial-feature-section p strong,
.webinar-tabs ul.nav-tabs.data-list li a,
aside .viewlink-section a {
    font-family: MuseoSans_700
}

aside .viewlink-section {
    background-color: #b2a499;
    padding: 10px;
    margin-bottom: 10px
}

aside .viewlink-section.data-list-sec a {
    font-size: 12.95px
}

aside .viewlink-section a {
    font-size: 12px;
    color: #1d1d1b;
    text-transform: uppercase
}

aside .viewlink-section a .acc-arrow {
    color: #fff;
    font-size: 10px;
    margin-right: 5px
}

aside .viewlink-section span.select-text {
    font-size: 12px;
    color: #1d1d1b;
    text-transform: uppercase;
    font-family: MuseoSans_700;
    margin-bottom: -6px
}

.our-customer-wrapper .about-customers-col {
    margin-bottom: 20px
}

.our-customer-wrapper .about-customers-col .sec-title {
    margin-bottom: 25px
}

.our-customer-wrapper .about-customers-col .cust-logo {
    padding: 10px 25px;
    border: 1px solid #ebe7e5;
    background-color: #fff
}

.our-customer-wrapper .about-customers-col .cust-logo .cust-logo-img {
    display: inline-block;
    width: 160px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.our-customer-wrapper .about-customers-col .description {
    padding: 30px 10px 25px;
    background-color: #ebe7e5
}

.our-customer-wrapper .technology-section {
    padding: 45px 0 25px
}

.our-customer-wrapper .wework-section {
    padding-top: 45px;
    padding-bottom: 95px;
    background-color: #ebe7e5
}

.our-customer-wrapper.casestudy-customer-wrap .technology-section {
    padding-top: 38px;
    padding-bottom: 15px
}

.our-customer-wrapper.casestudy-customer-wrap .technology-section h2.title {
    margin-bottom: 24px
}

.webinar-tabs {
    margin-bottom: 20px
}

.webinar-tabs ul.nav-tabs {
    list-style: none;
    margin: 0;
    border: none
}

.webinar-tabs ul.nav-tabs.data-list {
    margin-top: 18px;
    padding-bottom: 7px
}

.webinar-tabs ul.nav-tabs.data-list li {
    float: none
}

.webinar-tabs ul.nav-tabs.data-list li.active a {
    color: #1d1d1b;
    padding: 0
}

.webinar-tabs ul.nav-tabs.data-list li.active a:before {
    display: none
}

.webinar-tabs ul.nav-tabs.data-list li.active a:hover {
    color: #1b1b1b
}

.webinar-tabs ul.nav-tabs.data-list li a {
    font-size: 12.95px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
    display: inline-block
}

.webinar-tabs ul.nav-tabs li:first-child a:before,
.webinar-tabs ul.nav-tabs.data-list li a:before {
    display: none
}

.webinar-tabs ul.nav-tabs li:first-child a {
    padding-left: 0
}

.webinar-tabs ul.nav-tabs li.active a {
    color: #ff6a00;
    border: none
}

.webinar-tabs ul.nav-tabs li.active a:before {
    color: #b2a499
}

.webinar-tabs ul.nav-tabs li.active a:hover {
    color: #ff6a00
}

.webinar-tabs ul.nav-tabs li a {
    border: none;
    padding: 0 20px;
    margin: 0;
    color: #b2a499;
    line-height: 1
}

.webinar-tabs ul.nav-tabs li a:before {
    content: "";
    position: absolute;
    left: -4px
}

.webinar-tabs ul.nav-tabs li a:hover {
    background: 0 0;
    color: #1d1d1b
}

.webinar-tabs ul.nav-tabs li a:hover:before {
    color: #b2a499
}

.webinar-tabs ul.nav-tabs li a:focus {
    background: 0 0
}

.webinar-tabs ul.nav-tabs li a .btn-arrow {
    margin-left: 12px;
    vertical-align: middle;
    margin-bottom: 5px
}

.investor-wrapper .inv-sec .news-table-wrapper table td,
.r-news-table td {
    vertical-align: top
}

.sec-description {
    font-size: 21.6px;
    color: #1d1d1b;
    margin-bottom: 30px
}

.trial-banner {
    padding: 88px 0 70px
}

.trial-banner .title {
    color: #fff;
    margin-bottom: 20px
}

.trial-banner .title span {
    display: block
}

.investor-wrapper .reports-sec p a:first-child:before,
.post-wrapper h1 br,
.post-wrapper h2 br,
.post-wrapper h3 br,
.post-wrapper h4 br,
.post-wrapper h5 br,
.post-wrapper h6 br,
.sitemap-wrapper .sitemap-list li a br {
    display: none
}

.trial-banner p {
    color: #fff
}

.free-trial-tech-sec .power-business-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.trial-feature-section .flex-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.trial-feature-section .service-grid-item {
    background: #ebe7e5;
    padding: 20px 20px 18px 5px;
    height: 100%
}

.trial-feature-section .service-grid-item .media-heading {
    font-size: 28.08px;
    margin: 0 0 20px
}

.news-tab-wrapper .news-list ul>li,
.news-tab-wrapper .news-list>li p {
    font-size: 21.59px;
    line-height: 24px;
    margin-bottom: 0
}

.trial-feature-section .service-grid-item p {
    max-width: inherit;
    line-height: 1.3
}

.trial-feature-section .service-grid-item p+p {
    margin-top: 10px
}

.trial-feature-section .asksec-icon {
    width: 135px
}

.trial-feature-section .asksec-icon img {
    width: 100%
}

.news-tab-wrapper .article-section {
    padding-bottom: 43px
}

.news-tab-wrapper .article-section:first-child {
    padding-top: 40px
}

.news-tab-wrapper .article-section .title {
    margin-bottom: 20px
}

.news-tab-wrapper .news-list ul {
    list-style: disc;
    margin-left: 16px
}

.news-tab-wrapper .news-list>li {
    padding: 7px 0 20px;
    border-bottom: 1px solid #d2cac5
}

.news-tab-wrapper .news-list>li .article-title {
    margin-bottom: 0
}

.news-tab-wrapper .news-list>li .ul-list>li {
    font-size: 21px;
    list-style: disc inside
}

.news-tab-wrapper .coverage-row {
    margin-bottom: -10px
}

.news-tab-wrapper .coverage-col {
    padding: 10px;
    border: 1px solid #d2cac5
}

.news-tab-wrapper .coverage-col h3 {
    margin-bottom: 0
}

#inv_feed_page .news-tab-wrapper .coverage-col a.more-link p,
.casestudy-landingpage .detail-section .news-tab-wrapper .coverage-col h5 p,
.cost-slider-bgwrapper .cost-slider .cost-slider-list .news-tab-wrapper .coverage-col span p,
.form-col .news-tab-wrapper .coverage-col .submit-btn p,
.news-tab-wrapper .coverage-col #inv_feed_page a.more-link p,
.news-tab-wrapper .coverage-col .casestudy-landingpage .detail-section h5 p,
.news-tab-wrapper .coverage-col .cost-slider-bgwrapper .cost-slider .cost-slider-list span p,
.news-tab-wrapper .coverage-col .font-sans-700 p,
.news-tab-wrapper .coverage-col .form-col .submit-btn p,
.news-tab-wrapper .coverage-col .page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 span:nth-child(2) p,
.news-tab-wrapper .coverage-col .share-btn li p p,
.news-tab-wrapper .coverage-col .support-table-wrap table tbody tr td.bg-white p,
.news-tab-wrapper .coverage-col .support-table-wrap table tbody tr:first-child td p,
.news-tab-wrapper .coverage-col .video-tab-wrapper .tab-wrap h3.sec-title span p,
.page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper h3 .news-tab-wrapper .coverage-col span:nth-child(2) p,
.share-btn li .news-tab-wrapper .coverage-col p p,
.support-table-wrap table tbody tr .news-tab-wrapper .coverage-col td.bg-white p,
.support-table-wrap table tbody tr:first-child .news-tab-wrapper .coverage-col td p,
.video-tab-wrapper .tab-wrap h3.sec-title .news-tab-wrapper .coverage-col span p {
    font-size: 21.59px;
    line-height: 1.2
}

.news-tab-wrapper .blog-col {
    padding: 0 0 10px;
    border-bottom: 1px solid #d2cac5
}

.news-tab-wrapper.resource-tab-wrapper .article-section .title {
    margin-bottom: 12px
}

.tech-list-wrapper p:last-child {
    margin-bottom: 0
}

.post-wrapper .postlist-section .post-listing>li {
    margin-bottom: 30px
}

.post-wrapper .postlist-section .month {
    font-size: 17.28px;
    line-height: 1.2;
    color: #b2a499;
    border-bottom: 1px solid #cbc1ba;
    padding-bottom: 7px
}

.post-wrapper h1 a,
.post-wrapper h2 a,
.post-wrapper h3 a,
.post-wrapper h4 a,
.post-wrapper h5 a,
.post-wrapper h6 a {
    color: inherit
}

.bgcover-image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.title-28 {
    font-size: 28.08px;
    line-height: 1.1
}

.title-row {
    padding: 50px 0
}

.title-row.subscribe-outer-box-wrap {
    padding: 30px 0 26px
}

.title-row.subscribe-outer-box-wrap .title {
    margin: 0;
    line-height: 1.1
}

.title-row.gallery-bg {
    padding: 12px 0
}

.title-row.gallery-bg .title {
    margin-bottom: 0;
    line-height: 1.1
}

.title-row .page-title {
    font-size: 32.4px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.investor-wrapper p {
    line-height: 1.3
}

.investor-wrapper .section-title {
    font-size: 28.08px;
    margin-bottom: 30px;
    margin-top: 0
}

.investor-wrapper .scroll-heading {
    margin-top: 35px
}

.investor-wrapper .inv-sec {
    margin-top: 5px
}

.investor-wrapper .inv-sec.rule-list {
    margin-top: 25px
}

.investor-wrapper .inv-sec+.inv-sec {
    margin-top: 42px
}

.investor-wrapper .inv-sec p:last-child {
    margin-bottom: 0
}

.investor-wrapper .inv-sec.first-sec .section-title {
    margin-bottom: 40px
}

.investor-wrapper .inv-sec.first-sec p a:not([class]) {
    font-family: MuseoSans-100
}

.investor-wrapper .inv-sec h5 {
    margin-top: 30px;
    margin-bottom: 0
}

.investor-wrapper .inv-sec h5 .black:hover {
    color: #40b5e6
}

.investor-wrapper .inv-sec .news-table-wrapper h5 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25
}

.investor-wrapper .inv-sec .news-table-wrapper table td:first-of-type {
    padding-right: 13px
}

.investor-wrapper .reports-sec p {
    font-size: 14px
}

.investor-wrapper .reports-sec p a {
    padding: 0 8px 10px;
    position: relative;
    color: #40b5e6
}

.investor-wrapper .reports-sec p a:first-child {
    padding-left: 0
}

.investor-wrapper .reports-sec p a:before {
    content: "|";
    position: absolute;
    color: #1d1d1b;
    left: -4px;
    font-family: MuseoSans_700
}

.investor-wrapper .disclaimer-sec p {
    font-size: 12.96px
}

.investor-wrapper .rule-section p {
    margin-bottom: 7px
}

.investor-wrapper .rule-section p a {
    font-family: MuseoSans_700
}

.investor-wrapper .rule-section .inv-rule-list li {
    font-size: 17.28px;
    line-height: 1.6
}

.investor-wrapper .rule-section .inv-rule-list li a {
    color: #40b5e6
}

.investor-wrapper .news-table-wrapper {
    max-height: 630px
}

.investor-wrapper .news-table-wrapper .mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 42px
}

.investor-wrapper .news-table-wrapper .mCSB_scrollTools {
    overflow-y: auto;
    right: auto;
    left: 0;
    width: 22px
}

.investor-wrapper .news-table-wrapper .mCSB_scrollTools .mCSB_dragger,
.investor-wrapper .news-table-wrapper .mCSB_scrollTools .mCSB_dragger_bar {
    width: 22px;
    background: #b2a499
}

.investor-wrapper .news-table-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ece8e6;
    width: 22px;
    border-radius: 0
}

.shholder-table {
    width: 100%;
    min-width: 479px;
    border: none;
    margin-bottom: 5px
}

.shholder-table tr {
    font-size: 17.28px
}

.shholder-table tr th {
    font-size: 15.12px;
    padding: 4px 10px
}

.shholder-table tr th[align=right] {
    text-align: right
}

.shholder-table tr td {
    padding: 2px 10px;
    background-color: #ece8e6;
    border-bottom: 1px solid #fff
}

.r-news-table td {
    padding: 0 20px 10px 0
}

.r-news-table td a,
.r-news-table td a:active,
.r-news-table td a:active:hover,
.r-news-table td a:focus,
.r-news-table td a:focus:hover,
.r-news-table td a:hover {
    color: #1d1d1b;
    text-decoration: none;
    outline: 0
}

.home-wrapper .post-section .col-sm-4:hover .icon-right-arrrow:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.post-section .col-sm-6:hover {
    cursor: pointer
}

.plugin-features-wrapper .wd-tech-icon,
.power-business-section .tech-list .wd-tech-icon,
.product-page-wrapper .feature-list-wrapper .feat .wd-tech-icon {
    width: 85px;
    height: 85px;
    margin-bottom: 20px
}

.our-customer-wrapper .our-customer-slide .flex-box .slider-wrapper,
.our-customer-wrapper .workfilter-section .customer-logo img {
    width: 100%
}

@media screen and (min-width:0px) and (max-width:1024px) {
    .news-tab-wrapper .coverage-col {
        min-height: 210px
    }
}

@media screen and (min-width:0px) and (max-width:991px) {
    .press-wrapper .sec-title {
        font-size: 21px
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .news-tab-wrapper .coverage-col {
        min-height: 228px
    }
}

.our-customer-wrapper .workfilter-section {
    padding: 45px 0 95px;
    margin-bottom: 16px;
    background-color: #ebe7e5
}

.our-customer-wrapper .workfilter-section .sec-title {
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 1.1
}

.our-customer-wrapper .workfilter-section .form-select {
    margin-top: 19px
}

.our-customer-wrapper .workfilter-section .customer-logo {
    padding: 1px;
    text-align: center
}

.our-customer-wrapper .workfilter-section .filter-row {
    margin-left: -1px;
    margin-right: -1px
}

.our-customer-wrapper .contact-spl-form,
.our-customer-wrapper .newsletter-section {
    margin-bottom: 16px
}

.our-customer-wrapper .our-customer-slide {
    padding-top: 0;
    background-size: cover;
    background-position: right top
}

.our-customer-wrapper .our-customer-slide .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-box-orient: vertical;
    -ms-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 286px
}

.sitemap-wrapper {
    padding: 35px 0;
    border-top: 1px solid #d7d1cb
}

.sitemap-wrapper .sitemap-list {
    list-style-type: disc;
    margin-left: 13px
}

.sitemap-wrapper .sitemap-list li {
    color: #1d1d1b
}

.sitemap-wrapper .sitemap-list li a {
    font-size: 15px;
    line-height: 1.2;
    color: #1d1d1b;
    text-transform: uppercase
}

.sitemap-wrapper .sitemap-list li ul {
    list-style-type: disc
}

.sitemap-wrapper .sitemap-list ul {
    margin-left: 35px
}

.cust-hero-slider {
    background-color: #1d1d1b
}

.cust-hero-slider .slide-quote {
    font-size: 32px;
    line-height: 1.15;
    color: #fff;
    text-indent: -9px;
    padding-left: 11px;
    margin-bottom: 15px
}

.cust-hero-slider .sld-author {
    font-size: 15.1px;
    line-height: 1.1;
    color: #ff6a00;
    padding-left: 11px
}

.cust-tech-section {
    background-color: #f6f5f4
}

.product-page-wrapper .technology-section .ds-sec-container .casestudy-customer-wrap .custom-row {
    min-height: inherit
}

.product-page-wrapper .product-info.benefits-section {
    padding-bottom: 34px;
    min-height: inherit
}

.product-page-wrapper .product-info.benefits-section+.quick-start-guide-wrapper {
    margin-top: 0
}

.product-page-wrapper .product-info.benefits-section h3 {
    margin-bottom: 15px
}

.product-page-wrapper .product-info.benefits-section ul {
    list-style: disc;
    padding-left: 20px
}

.product-page-wrapper .product-info.benefits-section ul li {
    font-size: 17.28px;
    line-height: 1.3;
    margin-bottom: 7px
}

.product-page-wrapper .ds-sec-container {
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden
}

.product-page-wrapper .ds-sec-container .img-col {
    padding-left: 0
}

.product-page-wrapper .ds-sec-container .desc-col {
    padding-left: 40px;
    max-width: 555px
}

.product-page-wrapper .ds-sec-container .desc-col P {
    max-width: inherit
}

.sol-wrapper.banner-wrapper {
    padding-bottom: 0
}

.sol-wrapper.banner-wrapper .title {
    margin-bottom: 50px;
    margin-top: 10px
}

.sol-wrapper .sol-desc {
    background-color: rgba(0, 0, 0, .5);
    padding: 45px 0
}

.sol-wrapper .sol-desc P {
    line-height: 1.2
}

.sol-feat-section.feature-section {
    padding: 38px 0 33px
}

.sol-feat-section.sol-feat-wrap {
    padding-top: 30px
}

.cust-tech-wrapper .tech-list .wd-tech-icon {
    margin-bottom: 13px
}

.product-page-wrapper.disaster-page .quick-start-guide-wrapper {
    padding: 12px 0
}

.product-page-wrapper.disaster-page .quick-start-guide-wrapper section .icon {
    width: 44px
}

.product-page-wrapper .banner-wrapper {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

.product-page-wrapper .banner-wrapper .banner {
    background-size: cover
}

.product-page-wrapper .banner-wrapper .container {
    display: table;
    min-height: 324px;
    height: 324px;
    padding-top: 20px;
    padding-bottom: 20px
}

.product-page-wrapper .banner-wrapper .banner-title {
    display: table-cell;
    vertical-align: middle
}

.product-page-wrapper .banner-wrapper .banner-title .icon {
    height: 75px;
    width: 85px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: bottom
}

.product-page-wrapper .banner-wrapper .banner-title .icon img {
    margin-bottom: 6px;
    max-width: 75px
}

.product-page-wrapper .banner-wrapper .banner-title .title-wrapper {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px
}

.product-page-wrapper .banner-wrapper .banner-title .title-wrapper .subtitle {
    color: #ff6a00;
    font-size: 43.18px;
    margin-top: 0;
    margin-bottom: 10px
}

.product-page-wrapper .banner-wrapper .banner-title .title-wrapper .title {
    color: #ff6a00;
    font-size: 43.18px;
    font-family: MuseoSans_700;
    line-height: 1;
    margin-bottom: 0
}

.product-page-wrapper .banner-wrapper .banner-title .title-wrapper .title span {
    color: #fff
}

.product-page-wrapper .banner-wrapper .banner-title .title-wrapper .title sup {
    font-size: 25.18px
}

.product-page-wrapper .banner-wrapper .banner-title .title-wrapper .desc {
    font-size: 17.27px;
    line-height: 1.2;
    margin-bottom: 0
}

.product-page-wrapper .feature-list-wrapper {
    padding: 20px 0 0;
    line-height: 1.3
}

.product-page-wrapper .feature-list-wrapper h2 {
    color: #ff6a00;
    font-size: 28.08px;
    line-height: 1.2;
    margin-bottom: 8px
}

.product-page-wrapper .feature-list-wrapper .feat .wd-tech-icon {
    margin-top: 10px;
    margin-bottom: 12px
}

.product-page-wrapper .feature-list-wrapper .feat img {
    max-width: 85px;
    max-height: 85px
}

.product-page-wrapper .feature-list-wrapper .feat h3 {
    font-size: 28.07px;
    color: #ff6a00;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: Museo_Slab100;
    font-weight: 400
}

.product-page-wrapper .feature-list-wrapper .feat .desc {
    font-size: 17.27px
}

.product-page-wrapper .feature-list-wrapper .feat .desc p {
    line-height: 1.3
}

.product-page-wrapper .feature-list-wrapper .feat .desc a {
    color: #ff6a00;
    font-family: MuseoSans_700
}

.product-page-wrapper .feature-list-wrapper .feat .desc a:active,
.product-page-wrapper .feature-list-wrapper .feat .desc a:active:focus,
.product-page-wrapper .feature-list-wrapper .feat .desc a:active:hover,
.product-page-wrapper .feature-list-wrapper .feat .desc a:focus,
.product-page-wrapper .feature-list-wrapper .feat .desc a:hover {
    color: #ff6a00;
    text-decoration: none;
    outline: 0
}

.product-page-wrapper .feature-list-wrapper .power-desc {
    max-width: 558px;
    margin-bottom: 33px;
    line-height: 1.3
}

.product-page-wrapper .product-info {
    background: #ebe8e5;
    padding: 20px 0 24px;
    min-height: 322px
}

.product-page-wrapper .product-info h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 28.07px
}

.product-page-wrapper .product-info h3 span {
    color: #ff6a00;
    display: block
}

.product-page-wrapper .product-info .desc {
    font-size: 15.12px;
    max-width: 462px
}

.product-page-wrapper .product-info .desc.full-descp {
    max-width: 100%
}

.product-page-wrapper .product-info .desc ul {
    list-style-type: disc;
    padding-left: 20px
}

.product-page-wrapper .product-info .desc ul li {
    font-size: 15.12px;
    margin-bottom: 15px;
    line-height: 1.3
}

.product-page-wrapper .product-info .desc p {
    font-size: 15.12px
}

.product-page-wrapper .product-info .img-wrapper {
    max-width: 100%;
    position: relative;
    margin: 0 0 0 auto
}

.product-page-wrapper .pricing-structure-wrapper {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 34px
}

.product-page-wrapper .pricing-structure-wrapper .desc {
    max-width: 468px;
    line-height: 1.4
}

.product-page-wrapper .pricing-structure-wrapper .button-wrapper {
    padding-top: 4px
}

.product-page-wrapper .pricing-structure-wrapper .button-wrapper a:first-of-type {
    margin-right: 0
}

.product-page-wrapper .contact-spl-form,
.product-page-wrapper .newsletter-section {
    margin-bottom: 10px
}

.product-page-wrapper .quick-start-guide-wrapper section {
    width: 100%
}

.product-page-wrapper .quick-start-guide-wrapper section.q-start {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px
}

.product-page-wrapper .quick-start-guide-wrapper section.q-start .desc-wrapper {
    width: 46.6%
}

.product-page-wrapper .quick-start-guide-wrapper section.q-start .desc-wrapper h3 {
    font-size: 28.08px;
    margin-bottom: 8px
}

.product-page-wrapper .quick-start-guide-wrapper section.q-start .button {
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 6px
}

.product-page-wrapper .quick-start-guide-wrapper section.q-start>a.pdf-link {
    display: table-cell;
    width: 50.5%
}

.product-page-wrapper .quick-start-guide-wrapper section>a.pdf-link,
.product-page-wrapper .quick-start-guide-wrapper.sol-quick-start-guide-box section .button a,
.product-page-wrapper .quick-start-guide-wrapper.sol-quick-start-guide-box section>a {
    display: block
}

.product-page-wrapper .quick-start-guide-wrapper section.q-start>a.pdf-link .desc-wrapper {
    width: auto
}

.product-page-wrapper .quick-start-guide-wrapper section .icon {
    width: 55px
}

.product-page-wrapper .quick-start-guide-wrapper section .icon.ibm-icon {
    width: 200px
}

.product-page-wrapper .quick-start-guide-wrapper section .icon.ibm-icon img {
    max-width: 100%!important
}

.product-page-wrapper .quick-start-guide-wrapper section .desc-wrapper {
    vertical-align: middle
}

.product-page-wrapper .quick-start-guide-wrapper section .desc-wrapper h3 {
    font-size: 36px;
    margin-bottom: 0
}

.product-page-wrapper .quick-start-guide-wrapper section .desc-wrapper .desc {
    font-size: 15.12px
}

.product-page-wrapper .quick-start-guide-wrapper section .button {
    vertical-align: middle;
    text-align: right
}

.product-page-wrapper .quick-start-guide-wrapper section>a.pdf-link .desc-wrapper {
    width: auto
}

.product-page-wrapper .quick-start-guide-wrapper.sol-quick-start-guide-box section .button {
    min-width: 160px;
    width: 160px
}

.product-page-wrapper .technology-section {
    background: #b2a499;
    padding: 43px 0 28px
}

.product-page-wrapper .technology-section h2 {
    margin-bottom: 20px
}

.product-page-wrapper .technology-section h2 span,
.product-page-wrapper .technology-section h4 span {
    color: #fff
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row {
    position: relative;
    min-height: 296px
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col:first-of-type {
    left: 0
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col:last-of-type {
    right: 0
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col h2 {
    line-height: 1
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col h4 {
    margin-bottom: 16px
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col h4.subheading-sec sup {
    font-size: 75%;
    top: -.3em
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col p {
    margin-bottom: 18px
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .custom-row .custom-col .video-wrapper img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 0 0 auto
}

.product-page-wrapper .technology-section .casestudy-customer-wrap .video-btn {
    position: absolute;
    bottom: 0
}

.product-page-wrapper .product-info+.quick-start-guide-wrapper {
    margin-top: 10px
}

.product-page-wrapper .product-info+.quick-start-guide-wrapper.link-click-box,
.product-page-wrapper .product-info+.quick-start-guide-wrapper.top-margin,
.product-page-wrapper.svn-product .product-info+.quick-start-guide-wrapper {
    margin-top: 0
}

.product-page-wrapper .button-wrapper {
    padding-top: 18px
}

.product-page-wrapper .button-wrapper a:first-of-type {
    margin-right: -4px
}

.product-page-wrapper .button-wrapper a:only-of-type {
    margin-right: 4px
}

.product-page-wrapper.data-storage .quick-start-guide-wrapper {
    padding-bottom: 12px
}

.product-page-wrapper.data-storage .quick-start-guide-wrapper section .icon img {
    max-width: 48px
}

.product-page-wrapper.svn-product .button-wrapper {
    padding-top: 28px
}

.product-page-wrapper.svn-product .quick-start-guide-wrapper {
    padding: 12px 0
}

.product-page-wrapper.svn-product .quick-start-guide-wrapper section .icon {
    width: 43px
}

.product-page-wrapper.svn-product .quick-start-guide-wrapper section .desc-wrapper h3 {
    font-size: 28.08px
}

.product-page-wrapper.svn-product .product-info {
    padding-bottom: 50px
}

.product-page-wrapper.svn-product .product-info h3 {
    margin-bottom: 33px
}

.product-page-wrapper.svn-product .know-more-wrapper .wrapper {
    padding-top: 21px
}

.wd-fusion-wrapper .banner-wrapper {
    background-size: cover;
    min-height: 324px;
    color: #fff;
    padding-top: 80px
}

.wd-fusion-wrapper .banner-wrapper .banner-title .subtitle {
    color: #ff6a00;
    font-size: 43.18px;
    margin-top: 0
}

.wd-fusion-wrapper .banner-wrapper .banner-title .title {
    color: #ff6a00;
    font-size: 43.18px;
    font-family: MuseoSans_700
}

.wd-fusion-wrapper .banner-wrapper .banner-title .title span {
    color: #fff
}

.wd-fusion-wrapper .banner-wrapper .banner-title .title sup {
    font-size: 25.18px
}

.wd-fusion-wrapper .banner-wrapper .banner-title .desc {
    font-size: 17.27px;
    line-height: 1.2;
    margin-bottom: 0
}

.wd-fusion-wrapper .data-section {
    background: #ebe8e5;
    padding: 30px 0 28px
}

.wd-fusion-wrapper .data-section .title {
    font-size: 28.08px;
    margin-bottom: 38px
}

.wd-fusion-wrapper .data-section .title span {
    display: block;
    color: #ff6a00;
    line-height: 1
}

.wd-fusion-wrapper .data-section img {
    margin: 0 auto
}

.wd-fusion-wrapper .data-section .row>div {
    padding-right: 0
}

.wd-fusion-wrapper .data-section .row>div:nth-child(2) img {
    margin-top: 18px
}

.wd-fusion-wrapper .data-section .content-col {
    padding-left: 0;
    padding-right: 0
}

.wd-fusion-wrapper .plugin-features-wrapper {
    padding: 42px 0 20px
}

.wd-fusion-wrapper .plugin-features-wrapper h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 28.08px;
    line-height: 1.2
}

.wd-fusion-wrapper .plugin-features-wrapper .feat .wrapper .desc p,
.wd-fusion-wrapper .plugin-features-wrapper .power-desc p {
    line-height: 1.3
}

.wd-fusion-wrapper .plugin-features-wrapper h3 span {
    color: #ff6a00;
    display: block
}

.wd-fusion-wrapper .plugin-features-wrapper .power-desc {
    margin-bottom: 88px;
    max-width: 788px
}

.wd-fusion-wrapper .plugin-features-wrapper .feat {
    margin-bottom: 30px
}

.wd-fusion-wrapper .plugin-features-wrapper .feat .wrapper {
    margin: 0 -6px
}

.wd-fusion-wrapper .plugin-features-wrapper .feat .wrapper img {
    max-width: 85px;
    max-height: 85px
}

.wd-fusion-wrapper .plugin-features-wrapper .feat .wrapper h3 {
    color: #ff6a00;
    margin-bottom: 4px
}

.wd-fusion-wrapper .plugin-features-wrapper .feat .wrapper .wd-tech-icon {
    margin-bottom: 12px
}

.wd-fusion-wrapper .plugin-features-wrapper .feat:nth-last-child(-n+4) {
    margin-bottom: 0;
    min-height: 252px
}

.wd-fusion-wrapper .plugin-features-wrapper .row:last-of-type {
    padding-left: 10px;
    padding-right: 10px
}

.wd-fusion-wrapper .plugin-list-wrapper {
    margin-top: 0;
    margin-bottom: 0
}

.wd-fusion-wrapper .contact-spl-form,
.wd-fusion-wrapper .newsletter-section {
    margin-bottom: 10px
}

.wd-fusion-wrapper .patented-tech-section {
    padding-bottom: 22px;
    padding-top: 22px
}

.wd-fusion-wrapper .patented-tech-section h2 {
    line-height: 1.1;
    margin-bottom: 40px
}

.wd-fusion-wrapper .patented-tech-section sup {
    font-size: 10.08px
}

.wd-fusion-wrapper .patented-tech-section .content-col .desc {
    max-width: 523px
}

.wd-fusion-wrapper .quote-section {
    padding: 10px 0 18px
}

.wd-fusion-wrapper .button-wrapper {
    padding-top: 0
}

.wd-fusion-wrapper .button-wrapper a:first-of-type {
    margin-right: -5px
}

.wd-fusion-wrapper .button-wrapper a:only-child {
    margin-right: 0
}

@media screen and (min-width:768px) {
    .wd-fusion-wrapper .plugin-features-wrapper .feat .wrapper .desc {
        max-width: 266px
    }
}

@media screen and (min-width:0px) and (max-width:1024px) {
    .wd-fusion-wrapper .fusion-image img {
        margin: -60px auto 15px
    }
    .wd-fusion-wrapper .fusion-image p:after {
        -webkit-transform: translateX(3%) translateY(-58%);
        -moz-transform: translateX(3%) translateY(-58%);
        -ms-transform: translateX(3%) translateY(-58%);
        -o-transform: translateX(3%) translateY(-58%);
        transform: translateX(3%) translateY(-58%)
    }
    .wd-fusion-wrapper .data-section .discover-cont {
        width: 100%
    }
    .wd-fusion-wrapper .data-section .atdr-cols {
        width: 50%
    }
}

.scm-wrapper .data-section .row>div:nth-child(2) img,
.scm-wrapper .discover-cont .fusion-image img {
    margin-top: -145px
}

@media screen and (min-width:0px) and (max-width:768px) {
    .wd-fusion-wrapper .fusion-image p:after {
        -webkit-transform: translateX(30%) translateY(-69%);
        -moz-transform: translateX(30%) translateY(-69%);
        -ms-transform: translateX(30%) translateY(-69%);
        -o-transform: translateX(30%) translateY(-69%);
        transform: translateX(30%) translateY(-69%)
    }
}

@media screen and (min-width:0px) and (max-width:736px) {
    .wd-fusion-wrapper .fusion-image p:after {
        -webkit-transform: translateX(24%) translateY(-58%);
        -moz-transform: translateX(24%) translateY(-58%);
        -ms-transform: translateX(24%) translateY(-58%);
        -o-transform: translateX(24%) translateY(-58%);
        transform: translateX(24%) translateY(-58%)
    }
}

.scm-wrapper .discover-cont h2 {
    margin-bottom: 0
}

.scm-wrapper .discover-cont .abs-sec {
    margin-top: -21px
}

.scm-wrapper .data-section .content-col {
    padding-bottom: 0;
    padding-top: 0
}

.scm-wrapper .know-more-wrapper .col-md-6:nth-child(3) .wrapper .title h2,
.scm-wrapper .know-more-wrapper .col-md-6:nth-child(4) .wrapper .title h2 {
    margin-top: 6px
}

.scm-wrapper .know-more-wrapper .wrapper {
    padding-top: 16px
}

.scm-wrapper .plugin-features-wrapper .wd-tech-icon {
    margin-bottom: 12px
}

.partner-wrapper h3 {
    margin: 0;
    font-size: 43.2px
}

.specialist-partner-section {
    padding: 40px 0 34px
}

.specialist-partner-section .title {
    font-size: 28.08px;
    margin-bottom: 40px
}

.startegic-partner {
    background: #ece8e6;
    padding: 40px 10px 34px
}

.startegic-partner .custom-row .custom-col {
    padding-left: 5px;
    padding-right: 5px
}

.startegic-partner .title {
    font-size: 28.08px;
    margin-bottom: 22px
}

.partner-box .logo-img {
    display: block;
    padding-bottom: 26%;
    width: 100%;
    border: 36px solid transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    outline: #fff solid 1px;
    background-color: #fff
}

.partner-box a.link-url {
    width: 100%
}

.partnership-network .newsletter-form a.learnmore-btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15.12px
}

.partnership-network .newsletter-form a.learnmore-btn .btn-arrow {
    line-height: 30px;
    height: 30px;
    width: 30px
}

.logo-list-section {
    background: #ece8e6;
    padding-top: 23px;
    padding-bottom: 23px
}

.logo-list-section.gallery-box {
    background: 0 0;
    padding-top: 45px;
    padding-bottom: 15px
}

.logo-list-section.gallery-box .logo-box .logo-img {
    padding-bottom: 100%;
    border: none;
    outline: 0;
    height: 0;
    background-color: transparent;
    background-size: cover
}

.logo-list-section .custom-row .custom-col {
    padding-left: 5px;
    padding-right: 5px
}

.logo-list-section .logo-box .logo-img {
    display: block;
    padding-bottom: calc(68% - 25px);
    width: 100%;
    border: 25px solid transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    outline: #fff solid 1px;
    background-color: #fff;
    border-left-width: 10px;
    border-right-width: 10px
}

.partner-child-bgwrap {
    padding: 30px 0
}

.partner-child-bgwrap h2.title {
    margin-bottom: 0;
    line-height: 1
}

.partner-solutions .tech-list-wrapper img {
    margin-bottom: 45px
}

.specialist-partner-section .title-text {
    margin-bottom: 12px
}

.specialist-partner-section .plugin-list-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff
}

.specialist-partner-section .plugin-list-wrapper ul li a {
    background: #ece8e6
}

.specialist-partner-section .plugin-list-wrapper ul li a:hover {
    background: #b2a499
}

.supoort-packg-wrap .media .media-left {
    padding-right: 24px
}

.supoort-packg-wrap .media .media-left span {
    display: block;
    margin-bottom: 5px
}

.supoort-packg-wrap .media .media-left span img {
    width: 56px;
    height: 56px
}

.support-table-wrap,
.support-table-wrap table {
    width: 100%
}

.supoort-packg-wrap .media .media-body .media-heading {
    font-size: 32.38px;
    line-height: 1;
    margin-bottom: 0
}

.description-wrapper {
    padding: 45px 0 35px
}

.description-wrapper .descp-box .title {
    font-size: 28.06px;
    margin-bottom: 40px
}

.description-wrapper .descp-box.detail-descp .detail-head {
    font-size: 15.11px
}

.product-guide-wrapper {
    padding: 45px 0
}

.product-guide-wrapper .download-link {
    color: #40b5e6;
    font-size: 15.12px
}

.product-guide-wrapper .title {
    font-size: 28.08px
}

.support-table-box {
    padding-top: 45px
}

.support-table-wrap table tbody tr:first-child td {
    background: #fff;
    font-size: 17.27px;
    color: #ff6a00;
    text-align: center
}

.support-table-wrap table tbody tr td {
    padding: 2px 10px;
    background-color: #ece8e6;
    border: 1px solid #fff;
    font-size: 17.27px;
    text-align: center
}

.support-table-wrap table tbody tr td:first-child {
    text-align: left
}

.support-table-wrap table tbody tr td.bg-white {
    background: #fff;
    font-size: 15.11px;
    text-align: left
}

.support-table-wrap table tbody tr td.check-sign strong {
    color: #ff6a00;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff6a00
}

.support-table-wrap table tbody tr td.orange a {
    color: #ff6a00
}

.support-table-wrap table tbody tr td:not(:first-child) {
    width: 15%
}

.svn-about-wrap {
    background: #ece8e6;
    padding: 24px 0 35px
}

.svn-about-wrap .title {
    font-size: 28.08px
}

.support-table-box .support-table-wrap tr td:nth-child(2) {
    font-size: 12.96px
}

.support-table-box .support-table-wrap .orange a {
    color: #ff6a00;
    font-size: 12.96px
}

.support-table-box .support-table-wrap .orange a:hover {
    color: #ff6a00
}

.support-connect-wrap.guide-box {
    margin-top: 10px
}

.support-connect-wrap section .desc-wrapper h3 {
    font-size: 36px
}

.power-business-section+.support-table-box {
    padding-top: 0
}

.open-position-section {
    padding-bottom: 23px;
    padding-top: 43px
}

.open-position-section .grey-section {
    padding: 15px 20px;
    background-color: #b2a499
}

.open-position-section .grey-section .title {
    color: #1d1d1b;
    font-size: 28.05px;
    margin: 0
}

.open-position-section .architect-wrapper {
    border: 1px solid #b2a499;
    padding: 20px
}

.open-position-section .architect-wrapper .title {
    margin-bottom: 15px
}

.open-position-section .architect-wrapper+.architect-wrapper {
    margin-top: 20px
}

.open-position-section .architect-wrapper .flex-box {
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end
}

.open-position-section .architect-wrapper .flex-box .description {
    padding-right: 30px;
    flex-grow: 1
}

.open-position-section .architect-wrapper .flex-box .description p:last-child {
    margin-bottom: 0!important
}

@media only screen and (max-width:767px) {
    .open-position-section .architect-wrapper .flex-box {
        display: block
    }
}

.support-page .banner .title-row {
    padding: 32px 0
}

.support-page .banner .title-row .banner-title {
    display: table
}

.support-page .banner .title-row .banner-title .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
    width: 92px
}

.support-page .banner .title-row .banner-title .icon img {
    width: 67px;
    height: 67px
}

.support-page .banner .title-row .banner-title .title-wrapper {
    display: table-cell
}

.support-page .banner .title-row h2 {
    font-size: 32.4px;
    color: #ff6a00
}

.support-page .banner .title-row h2 span {
    color: #fff;
    display: block
}

.support-page.support-wrapper .banner .banner-title {
    min-height: 324px;
    height: 324px
}

.support-page.support-wrapper .banner .banner-title .title-wrapper {
    vertical-align: middle
}

.support-page.support-wrapper .banner .title-row {
    min-height: 324px
}

.support-page.support-wrapper .banner .title-row h2 {
    font-size: 43.2px;
    color: #fff;
    margin-bottom: 18px
}

.support-page.support-wrapper .banner .title-row h2 span {
    color: #ff6a00;
    display: block
}

.support-page.support-wrapper .banner .title-row .desc {
    color: #fff;
    max-width: 769px
}

.support-page.support-wrapper .feature-list-wrapper h2 {
    color: #1d1d1b;
    margin-bottom: 42px
}

.support-page.support-wrapper .feature-list-wrapper h2 span {
    color: #ff6a00;
    display: block
}

.support-page .feature-list-wrapper h3 {
    font-size: 17.28px;
    color: #ff6a00;
    margin-top: 0
}

.support-page .feature-list-wrapper .description p {
    font-size: 17.28px
}

.support-page .feature-list-wrapper .description ul {
    margin-left: 18px;
    list-style-type: disc
}

.support-page .feature-list-wrapper .description ul li {
    font-size: 17.28px;
    line-height: 1.3
}

.support-page .product-range-wrapper h2 {
    color: #ff6a00
}

.support-page .plugin-list-wrapper {
    background: 0 0;
    padding-top: 6px;
    padding-bottom: 1px
}

.support-page .plugin-list-wrapper li a {
    padding: 0;
    background: #b2a499;
    color: #fff;
    min-height: 60px
}

.support-page .plugin-list-wrapper li a .title-wrapper {
    display: table;
    width: 100%
}

.support-page .plugin-list-wrapper li a .title-wrapper .icon {
    display: table-cell;
    width: 75px
}

.support-page .plugin-list-wrapper li a .title-wrapper .title {
    display: table-cell;
    vertical-align: middle
}

.support-page .plugin-list-wrapper li a .title-wrapper .title h3 {
    font-size: 17.28px;
    margin: 0
}

.support-page .plugin-list-wrapper li a:hover {
    color: #1d1d1b
}

.support-page .plugin-list-wrapper li a:hover:after {
    background-position: 58px 0
}

.support-page .plugin-list-wrapper li a:active,
.support-page .plugin-list-wrapper li a:focus {
    color: #fff
}

.support-page .plugin-list-wrapper li a:after {
    background-image: url(../images/plug-in-tile-arrow-sprite2.png);
    width: 58px;
    height: 58px;
    background-size: cover
}

.support-page .support-products-wrapper {
    margin-bottom: 32px
}

.support-page .support-products-wrapper .plugin-list-wrapper {
    padding: 0
}

.support-page .support-products-wrapper .plugin-list-wrapper li a {
    background: #ebe8e5;
    padding: 14px 0 1px 12px
}

.support-page .support-products-wrapper .plugin-list-wrapper li a .title-wrapper .title {
    width: 100%
}

.support-page .support-products-wrapper .plugin-list-wrapper li a .title-wrapper .title h2 {
    color: #ff6a00;
    font-size: 28.08px
}

.support-page .support-products-wrapper .card-wrapper .wrapper {
    background: #ebe8e5;
    min-height: 195px;
    height: 195px;
    padding: 8px 15px 0
}

.support-page .support-products-wrapper .card-wrapper .wrapper .title {
    vertical-align: middle
}

.support-page .support-products-wrapper .card-wrapper .wrapper h2 {
    color: #ff6a00;
    margin-bottom: 20px
}

.support-page .support-products-wrapper .card-wrapper .wrapper p {
    max-width: 325px;
    margin-bottom: 10px
}

.support-page .support-products-wrapper .card-wrapper .wrapper p.contact-info {
    margin-bottom: 0
}

.support-page .support-products-wrapper .card-wrapper .icon {
    vertical-align: middle
}

.support-page .support-products-wrapper .card-wrapper .icon img {
    max-width: 136px;
    max-height: 136px
}

.support-page .support-products-wrapper .card-wrapper .plugin-list-wrapper li a:hover {
    background: #b2a499
}

.support-page .support-products-wrapper .card-wrapper .plugin-list-wrapper li a:hover .title-wrapper .title h2 {
    color: #fff
}

.support-page .support-products-wrapper .card-wrapper .plugin-list-wrapper li a:active,
.support-page .support-products-wrapper .card-wrapper .plugin-list-wrapper li a:focus {
    background: #ebe8e5
}

.service-page-wrapper {
    padding-bottom: 28px
}

.service-page-wrapper .service-wrapper .col-md-8 {
    padding-top: 18px
}

.service-page-wrapper .service-wrapper h2 {
    color: #1d1d1b;
    margin-top: 20px
}

.service-page-wrapper .service-wrapper h2 span {
    color: #ff6a00;
    display: block
}

.service-page-wrapper .service-wrapper h3 {
    font-size: 15.12px;
    margin-top: 13px
}

.service-page-wrapper .service-wrapper .description p,
.service-page-wrapper .service-wrapper .description ul li {
    font-size: 17.28px
}

.service-page-wrapper .service-wrapper .description ul {
    margin-left: 18px;
    margin-bottom: 6px;
    list-style-type: disc
}

.service-page-wrapper .service-wrapper .description a {
    font-size: 17.28px;
    text-decoration: none
}

.service-page-wrapper .service-wrapper aside .sidebar-content .right-sidebar {
    background: #ebe8e5;
    padding: 40px 10px 5px;
    margin-bottom: 10px
}

.service-page-wrapper .service-wrapper aside .sidebar-content .right-sidebar h2 {
    color: #ff6a00;
    font-size: 28.08px;
    margin: 0
}

.service-page-wrapper .service-wrapper aside .viewlink-section a {
    font-size: 12.96px
}

.download-page-wrapper .banner .title-row {
    padding: 32px 0
}

.download-page-wrapper .banner .title-row h2 {
    font-size: 32.4px;
    color: #ff6a00
}

.download-page-wrapper .banner .title-row h2 span {
    color: #fff;
    display: block
}

.download-page-wrapper .feature-list-wrapper {
    padding: 22px 0 32px
}

.download-page-wrapper .feature-list-wrapper h2 {
    color: #1d1d1b;
    margin-bottom: 42px
}

.download-page-wrapper .feature-list-wrapper h2 span {
    display: block;
    color: #ff6a00
}

.download-page-wrapper .feature-list-wrapper .power-desc {
    margin-bottom: 30px
}

.download-page-wrapper .note-wrapper {
    background: #ebe8e5;
    padding-bottom: 32px
}

.download-page-wrapper .note-wrapper h2 {
    color: #1d1d1b;
    margin-bottom: 3px;
    font-size: 28.08px;
    line-height: 1.2
}

.download-page-wrapper .note-wrapper h2 span {
    display: block;
    color: #ff6a00
}

.download-page-wrapper .note-wrapper .power-desc {
    max-width: 835px;
    line-height: 1.3
}

.download-page-wrapper .know-more-wrapper .row>div {
    position: relative
}

.download-page-wrapper .know-more-wrapper .row>div:first-of-type .wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 10px
}

.download-page-wrapper .know-more-wrapper .row>div:first-of-type .wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    content: "";
    width: 100%;
    min-height: 35px;
    background-color: #b2a499
}

.download-page-wrapper .know-more-wrapper .row>div .wrapper .title {
    width: 80%;
    vertical-align: middle
}

.download-page-wrapper .know-more-wrapper .row>div .wrapper .title.full-title {
    width: 60%;
    vertical-align: middle
}

.download-page-wrapper .know-more-wrapper .row>div .wrapper .button,
.download-page-wrapper .know-more-wrapper .row>div .wrapper .title.full-title .button {
    display: table-cell;
    vertical-align: middle
}

.download-page-wrapper .know-more-wrapper .row>div:last-of-type .wrapper {
    position: relative;
    padding-right: 0
}

.download-page-wrapper .know-more-wrapper .row>div:last-of-type .wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    width: 500%;
    height: 100%;
    min-height: 35px;
    background-color: #b2a499
}

.download-page-wrapper .know-more-wrapper .row>div .wrapper {
    padding-left: 8px
}

.download-page-wrapper .know-more-wrapper .row>div .wrapper .icon {
    width: 20%
}

.download-page-wrapper .know-more-wrapper .row>div .wrapper .icon img {
    max-width: 84px;
    max-height: 72px;
    margin: 0
}

.download-page-wrapper .binary-download-list {
    padding-bottom: 35px
}

.download-page-wrapper .binary-download-list .select2-container .select2-selection {
    background: #ebe8e5
}

.download-page-wrapper .binary-download-list .select2-container .select2-selection .select2-selection__rendered {
    font-size: 14.4px
}

.download-page-wrapper .binary-download-list ul li {
    margin-bottom: 10px
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper {
    border: 1px solid #b2a499
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper section {
    padding: 0 10px 10px
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper h5 {
    font-size: 28.08px;
    color: #ff6a00;
    margin-bottom: 8px;
    text-transform: capitalize
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper p {
    font-size: 17.28px;
    margin-bottom: 0
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper p.open-src {
    color: #1d1d1b
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper p.version {
    color: #40b5e6;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper p.support {
    margin-bottom: 3px;
    text-transform: capitalize
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper .install-guide {
    min-height: 25px
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper .install-guide a {
    color: #b2a499;
    font-size: 17.28px
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper .install-guide .icon-right-arrrow {
    display: inline-block;
    background: #ff6a00;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #fff;
    font-size: 15.11px
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper .install-guide .icon-right-arrrow:before {
    line-height: 24px;
    height: 24px;
    width: 24px;
    display: block;
    text-align: center;
    font-size: 12.96px
}

.download-page-wrapper .binary-download-list .view-alt-btn .btn-arrow:before,
.download-page-wrapper .form-select .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    font-size: 14.4px
}

.download-page-wrapper .binary-download-list ul li .installer-wrapper .form-col {
    margin-bottom: 0
}

.download-page-wrapper .binary-download-list .view-alt-btn {
    background: #b2a499;
    font-size: 14.4px;
    width: 100%;
    text-align: left;
    color: #fff;
    line-height: 37px;
    height: 37px;
    padding: 0 0 0 10px;
    margin-bottom: 10px
}

.download-page-wrapper .binary-download-list .view-alt-btn .btn-arrow {
    width: 37px;
    height: 37px;
    line-height: 37px
}

.download-page-wrapper .binary-download-list .view-alt-btn:hover {
    color: #1d1d1b
}

.download-page-wrapper .binary-download-list .view-alt-btn:active,
.download-page-wrapper .binary-download-list .view-alt-btn:active:hover,
.download-page-wrapper .binary-download-list .view-alt-btn:focus,
.download-page-wrapper .binary-download-list .view-alt-btn:focus:hover {
    color: #fff
}

.download-page-wrapper .modal .modal-body {
    padding: 0
}

.download-page-wrapper .modal .modal-body .contact-spl-form {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0
}

.support-download-form {
    padding: 30px 15px
}

body,
body.modal-open {
    padding-right: 0!important
}

.download-box-wrap .modal-dialog {
    width: 900px
}

body.modal-open {
    overflow: auto
}

body.modal-open .select2-container .select2-dropdown {
    z-index: 9999!important
}

.select2-container .select2-dropdown {
    z-index: 99
}

.blue {
    color: #40b5e6
}

.bdr-bg-img {
    padding: 40px 0
}

.bdr-bg-img .page-title {
    text-transform: none
}

.bdr-bg-img .page-title span:first-of-type {
    color: #ff6a00
}

.bdr-bg-img .page-title span:first-of-type sup {
    font-size: 25px
}

.bdr-bg-img .page-title span.block span {
    color: #40b5e6
}

.recommond-section {
    padding: 42px 0 45px
}

.recommond-section h3 {
    margin: 0 0 30px
}

.recommond-section h3 p {
    font-size: 28.07px;
    margin-bottom: 0
}

.recommond-section h3 p sup {
    font-size: 18px
}

.quote-section-wrap {
    background: #ece8e6;
    padding: 45px 0 22px
}

.quote-section-wrap.second-quote h3 p {
    font-size: 27.7px
}

.quote-section-wrap h3 {
    margin: 0
}

.quote-section-wrap h3 p {
    font-size: 28.07px;
    color: #1d1d1b;
    margin-bottom: 0;
    text-indent: -10px;
    margin-left: 10px
}

.comparison-table-wrap {
    padding-top: 22px
}

.comparison-table-wrap .comparison-table {
    margin-bottom: 45px
}

.comparison-table-wrap .comparison-table tbody tr:nth-child(2) td:first-child {
    padding-top: 22px;
    vertical-align: top;
    padding-right: 80px
}

.comparison-table-wrap .comparison-table tbody tr th {
    border-right: 5px solid #fff;
    padding: 12px 14px;
    font-size: 17.27px
}

.comparison-table-wrap .comparison-table tbody tr th:first-child {
    width: 24.5%;
    background: #ece8e6
}

.comparison-table-wrap .comparison-table tbody tr th:last-child {
    width: 43%;
    background: #ece8e6;
    border-right: 0
}

.comparison-table-wrap .comparison-table tbody tr th:nth-child(2) {
    background: #ff6a00;
    text-align: center
}

.comparison-table-wrap .comparison-table tbody tr th:nth-child(3) {
    background: #40b5e6;
    text-align: center
}

.comparison-table-wrap .comparison-table tbody tr td {
    border-right: 5px solid #fff;
    border-bottom: 1px solid #d2cbc5;
    background: 0 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.comparison-table-wrap .comparison-table tbody tr td:first-child {
    vertical-align: top;
    padding-right: 50px
}

.comparison-table-wrap .comparison-table tbody tr td.icon-size {
    vertical-align: middle
}

.comparison-table-wrap .comparison-table tbody tr td.icon-size span {
    font-size: 50px
}

.comparison-table-wrap .comparison-table tbody tr td p {
    font-size: 15.11px;
    margin-bottom: 0
}

.replication-section-wrap {
    padding: 38px 0 48px
}

.replication-section-wrap:last-of-type {
    padding-bottom: 90px
}

.replication-section-wrap h2.title {
    font-size: 28.07px;
    margin-bottom: 38px
}

.replication-section-wrap .replica-img {
    max-width: 275px;
    max-height: 190px;
    height: 190px
}

.replication-section-wrap .backup-img {
    max-width: 370px
}

.product-page-wrapper .banner-wrapper .banner-title .icon.mf-icon img {
    max-width: 87px
}

.product-page-wrapper .product-info .mf-desc {
    font-size: 17.28px
}

.product-page-wrapper .product-info .mf-desc ul li {
    font-size: inherit
}

.agreement-wrap .agreement-list div h4,
.agreement-wrap .agreement-list div p,
.agreement-wrap .agreement-list li h4,
.agreement-wrap .agreement-list li p,
.agreement-wrap .descp-title p {
    font-size: 15.12px
}

.mf-pr-row p {
    max-width: 93%
}

.agreement-wrap {
    padding: 45px 0
}

.agreement-wrap .descp-title {
    margin: 0
}

.agreement-wrap .descp {
    margin: 20px 0 40px
}

.agreement-wrap .descp p {
    margin-bottom: 0
}

.agreement-wrap .agreement-list li h4 {
    margin-bottom: 20px
}

.agreement-wrap .agreement-list div .second-title-head,
.agreement-wrap .agreement-list div:nth-child(3) p:first-of-type,
.agreement-wrap .agreement-list div:nth-child(5) ol li strong {
    text-decoration: underline
}

.agreement-wrap .agreement-list div ol {
    list-style-type: lower-alpha;
    margin: 0 0 0 30px
}

.agreement-wrap .agreement-list div ol li {
    margin-bottom: 20px
}

.agreement-wrap .agreement-list div ol li ol {
    list-style-type: lower-roman
}

.agreement-wrap .agreement-list div p strong {
    margin-left: 30px
}

.agreement-wrap .agreement-list div ul {
    margin-left: 60px
}

.agreement-wrap .agreement-list div ul li {
    font-size: 15.12px;
    position: relative
}

.agreement-wrap .agreement-list div ul li:before {
    position: absolute;
    content: '\2022 ';
    left: -8px;
    top: 2px;
    color: #ccc;
    font-size: 10px
}

.agreement-wrap .agreement-list div:last-of-type p strong {
    text-decoration: underline;
    margin-left: 0
}

.agreement-wrap .agreement-list div table {
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 20px
}

.agreement-wrap .agreement-list div table tr:first-child {
    background: #D9D9D9
}

.agreement-wrap .agreement-list div table tr:nth-child(even) {
    background: #f3f3f3
}

.agreement-wrap .agreement-list div table tr td {
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0;
    font-size: 15.12px
}

.agreement-wrap .agreement-list div table tr td strong {
    text-align: center;
    margin-left: 0
}

.agreement-wrap .agreement-list div table tr td:first-child {
    background: #D9D9D9
}

.agreement-wrap .agreement-list.agreement-second-list div:last-of-type p strong {
    text-decoration: none
}

.agreement-wrap .agreement-list.agreement-second-list div ol {
    list-style-type: none
}

.agreement-wrap .agreement-list.agreement-second-list div ol li ol li ol li {
    margin-bottom: 10px
}

.agreement-wrap .comp-table {
    border: 1px solid #ccc;
    min-width: 600px
}

.agreement-wrap .comp-table tr td,
.agreement-wrap .comp-table tr th {
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 9px 5px
}

.agreement-wrap .comp-table tr td p,
.agreement-wrap .comp-table tr th p {
    font-size: inherit;
    margin-bottom: 0
}

.campaign-wrap .required,
.investors-wrapper .investors .disclaimer-block p {
    font-size: 12px
}

.agreement-wrap .comp-table tr+tr:nth-child(odd) {
    background: #f3f3f3
}

.agreement-wrap .comp-table tr td+td {
    border-left: 1px solid #ccc
}

.campaign-wrap.info-wrap {
    padding-bottom: 40px
}

.campaign-wrap .camp-chk {
    margin-top: 14px;
    display: block
}

.campaign-wrap .frm-ip {
    max-width: 400px
}

.campaign-wrap .email-label {
    white-space: nowrap;
    display: block
}

.campaign-wrap .form-col .submit-btn {
    width: auto;
    padding-left: 10px
}

.campaign-wrap .form-col .submit-btn .btn-arrow {
    margin-left: 10px
}

.investors-wrapper p strong {
    color: #5a5d62
}

.investors-wrapper .investors .info-block {
    margin-bottom: 20px
}

.investors-wrapper .investors .newsrelease,
.investors-wrapper .investors table {
    border: 1px solid #ccc
}

.investors-wrapper .investors .table-responsive {
    margin: 20px 0 15px
}

.investors-wrapper .investors p strong {
    display: inline-block;
    margin-top: 15px
}

.investors-wrapper .investors .content .field-item:last-child hr {
    display: none
}

.investors-wrapper .investors#aim26 ol,
.investors-wrapper .investors#aim26 ul {
    margin: .5em 0;
    padding: 0 0 0 1.25em
}

.investors-wrapper .investors#aim26 ol li,
.investors-wrapper .investors#aim26 ul li {
    line-height: 1.5
}

.investors-wrapper hr {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFCCCCCC', endColorstr='#FFCCCCCC');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(20%, #ccc), color-stop(80%, #ccc), color-stop(100%, rgba(204, 204, 204, 0)));
    background-image: -moz-linear-gradient(left, rgba(204, 204, 204, 0) 0, #ccc 20%, #ccc 80%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0, #ccc 20%, #ccc 80%, rgba(204, 204, 204, 0) 100%);
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0) 0, #ccc 20%, #ccc 80%, rgba(204, 204, 204, 0) 100%);
    background-image: -ms-linear-gradient(to right, rgba(204, 204, 204, 0) 0, #ccc 20%, #ccc 80%, rgba(204, 204, 204, 0) 100%);
    height: 1px;
    border: 0;
    margin: 0
}

.investors-wrapper hr.sep {
    height: 4px;
    background-color: #64b04d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF64B04D', endColorstr='#FFD31F46');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YjA0ZCIvPjxzdG9wIG9mZnNldD0iNiUiIHN0b3AtY29sb3I9IiM1YmIyNjIiLz48c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzNjYjRhNiIvPjxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjMzRiNGJkIi8+PHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiMzNGI0ZDEiLz48c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzM0YjRkMiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjNDFhZmM3Ii8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM1NmE4YWYiLz48c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzczOWY4ZCIvPjxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjYWI4ZTRhIi8+PHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiNjMzg1MmQiLz48c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2RjN2EwZiIvPjxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjZWE3MTAxIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNlYjZjMDAiLz48c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ViNTYwMiIvPjxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjZWI0MzE1Ii8+PHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiNkYzJkMzQiLz48c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2Q0MjE0NCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDUyMjQzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDMxZjQ2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #64b04d), color-stop(6%, #5bb262), color-stop(17%, #3cb4a6), color-stop(21%, #34b4bd), color-stop(26%, #34b4d1), color-stop(31%, #34b4d2), color-stop(35%, #41afc7), color-stop(40%, #56a8af), color-stop(45%, #739f8d), color-stop(54%, #ab8e4a), color-stop(58%, #c3852d), color-stop(64%, #dc7a0f), color-stop(68%, #ea7101), color-stop(71%, #eb6c00), color-stop(78%, #eb5602), color-stop(84%, #eb4315), color-stop(92%, #dc2d34), color-stop(97%, #d42144), color-stop(99%, #d52243), color-stop(100%, #d31f46));
    background-image: -moz-linear-gradient(left, #64b04d 0, #5bb262 6%, #3cb4a6 17%, #34b4bd 21%, #34b4d1 26%, #34b4d2 31%, #41afc7 35%, #56a8af 40%, #739f8d 45%, #ab8e4a 54%, #c3852d 58%, #dc7a0f 64%, #ea7101 68%, #eb6c00 71%, #eb5602 78%, #eb4315 84%, #dc2d34 92%, #d42144 97%, #d52243 99%, #d31f46 100%);
    background-image: -webkit-linear-gradient(left, #64b04d 0, #5bb262 6%, #3cb4a6 17%, #34b4bd 21%, #34b4d1 26%, #34b4d2 31%, #41afc7 35%, #56a8af 40%, #739f8d 45%, #ab8e4a 54%, #c3852d 58%, #dc7a0f 64%, #ea7101 68%, #eb6c00 71%, #eb5602 78%, #eb4315 84%, #dc2d34 92%, #d42144 97%, #d52243 99%, #d31f46 100%);
    background-image: linear-gradient(to right, #64b04d 0, #5bb262 6%, #3cb4a6 17%, #34b4bd 21%, #34b4d1 26%, #34b4d2 31%, #41afc7 35%, #56a8af 40%, #739f8d 45%, #ab8e4a 54%, #c3852d 58%, #dc7a0f 64%, #ea7101 68%, #eb6c00 71%, #eb5602 78%, #eb4315 84%, #dc2d34 92%, #d42144 97%, #d52243 99%, #d31f46 100%);
    background-image: -ms-linear-gradient(to right, #64b04d 0, #5bb262 6%, #3cb4a6 17%, #34b4bd 21%, #34b4d1 26%, #34b4d2 31%, #41afc7 35%, #56a8af 40%, #739f8d 45%, #ab8e4a 54%, #c3852d 58%, #dc7a0f 64%, #ea7101 68%, #eb6c00 71%, #eb5602 78%, #eb4315 84%, #dc2d34 92%, #d42144 97%, #d52243 99%, #d31f46 100%)
}

.investors-wrapper address p {
    margin: 0;
    font-size: 15.12px
}

.investors-wrapper .float-left {
    float: left
}

.investors-wrapper .float-right {
    float: right
}

.investors-wrapper a.orange-link:hover,
.investors-wrapper a.orange-link:link,
.investors-wrapper a.orange-link:visited {
    color: #ff6a00
}

.investors-wrapper a.black-link {
    font-weight: 500
}

.investors-wrapper a.black-link:link {
    color: #000
}

.investors-wrapper a.black-link:hover {
    color: #ff6a00
}

.investors-wrapper a.black-link:visited {
    color: #000
}

.investors-wrapper .small {
    font-size: 12px
}

.investors-wrapper .center {
    text-align: center
}

.investors-wrapper p.down-arrow {
    text-align: center;
    padding: 10px 0
}

.investors-wrapper p.down-arrow [class*=icon-] {
    display: block;
    margin: 0 auto
}

.investors-wrapper .clearfix:after,
.investors-wrapper .comp.gridList:after,
.investors-wrapper .comp.webinar:after,
.investors-wrapper .form div.group:after,
.investors-wrapper .form div.item:after,
.investors-wrapper .hadoop-carousel:after,
.investors-wrapper .page-header:after,
.investors-wrapper .site-header:after,
.investors-wrapper .tabs .ui-tabs-nav:after,
.investors-wrapper article.bio .wrapper:after,
.investors-wrapper article.faq .question:after,
.investors-wrapper article.investors .wrapper:after,
.investors-wrapper div.wrapper:after,
.investors-wrapper form div.group:after,
.investors-wrapper form div.item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.investors-wrapper .hidden {
    display: none;
    visibility: hidden
}

.investors-wrapper .content {
    position: relative;
    width: 100%;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    -webkit-transition: left .2s linear;
    transition: left .2s linear
}

.investors-wrapper .lt-ie10 .grid {
    width: 100%
}

.investors-wrapper .back-link {
    padding-left: 20px;
    background: url(/static/investors/i/icon/back-arrow.png) left no-repeat
}

.investors-wrapper table tbody tr {
    background: 0 0
}

.investors-wrapper table tbody tr td {
    border: 1px solid #ccc
}

.investors-wrapper table tbody tr td:first-child,
.investors-wrapper table.expandable-table tr td.empty.borderless {
    border-left: 0
}

.investors-wrapper table tbody tr:first-child td,
.investors-wrapper table.expandable-table tr.expandable td {
    border-top: 0
}

.investors-wrapper table tbody tr td.fullWidth {
    background: #dfdfdf
}

.investors-wrapper table tbody tr:first-child td:nth-child(2) {
    text-align: center
}

.investors-wrapper table tbody tr:last-child td {
    border-bottom: 0
}

.investors-wrapper table tbody tr td:last-child {
    border-right: 0
}

.investors-wrapper table.expandable-table {
    font-size: 13px
}

.investors-wrapper table.expandable-table tr:first-child .left-header {
    background: url(/static/investors/i/icon/table-arrow-right.png) 7px 30px no-repeat
}

.investors-wrapper table.expandable-table tr:first-child .left-header.expanded {
    border-bottom: 0;
    background: url(/static/investors/i/icon/table-arrow-down.png) 5px 32px no-repeat #dfdfdf
}

.investors-wrapper table.expandable-table tr:first-child td {
    min-height: 100px
}

.investors-wrapper table.expandable-table tr td:first-child {
    padding-left: 17px
}

.investors-wrapper table.expandable-table tr td:last-child {
    border-right: 1px solid #ccc
}

.investors-wrapper table.expandable-table tr td.left-header {
    font-weight: 700;
    background: url(/static/investors/i/icon/table-arrow-right.png) 7px 10px no-repeat
}

.investors-wrapper table.expandable-table tr td.left-header.expanded {
    border-bottom: 0;
    background: url(/static/investors/i/icon/table-arrow-down.png) 5px 12px no-repeat #fff
}

.investors-wrapper table.expandable-table tr td.left-header:hover {
    cursor: pointer
}

.investors-wrapper table.expandable-table tr td.left-header.borderless {
    border-right: 0
}

.investors-wrapper table.expandable-table tr td.empty {
    width: 50%
}

.investors-wrapper table.expandable-table tr.expandable {
    background: #dfdfdf
}

.investors-wrapper .darker table.expandable-table .expandable,
.investors-wrapper .darker table.expandable-table tr .left-header.expanded {
    background-color: #000
}

.investors-wrapper article.dark {
    background: #f2f2f2
}

.investors-wrapper article.darker {
    background: #424e54;
    color: #fff
}

.investors-wrapper article.darker a,
.investors-wrapper article.darker h1,
.investors-wrapper article.darker h2,
.investors-wrapper article.darker h3,
.investors-wrapper article.darker h4,
.investors-wrapper article.darker h5,
.investors-wrapper article.darker h6 {
    color: #fff
}

.investors-wrapper h1,
.investors-wrapper h2,
.investors-wrapper h3,
.investors-wrapper h4,
.investors-wrapper h5,
.investors-wrapper h6 {
    font-weight: 500;
    margin: .5em 0;
    color: #000
}

.investors-wrapper h1,
.investors-wrapper h2 {
    font-size: 30px;
    font-weight: 300
}

.investors-wrapper h2 {
    margin-top: 0
}

.investors-wrapper h3 {
    font-size: 22px
}

.investors-wrapper h4 {
    font-size: 17px
}

.investors-wrapper h5 {
    font-size: 15px
}

.investors-wrapper h6 {
    font-size: 12px
}

.investors-wrapper h6.trusted {
    padding-top: 25px
}

.investors-wrapper ol ol,
.investors-wrapper ol ul,
.investors-wrapper ul ol,
.investors-wrapper ul ul {
    margin: 0
}

.investors-wrapper .gradient-intro-text {
    display: none\9
}

.investors-wrapper table {
    width: 100%;
    border-collapse: collapse
}

.investors-wrapper table td,
.investors-wrapper table th {
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.investors-wrapper table th {
    text-align: left
}

.investors-wrapper table thead th {
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc
}

.investors-wrapper table tbody tr:nth-child(even) {
    background: #f3f3f3
}

.investors-wrapper .icon-arrow-button,
.investors-wrapper .icon-back-arrow,
.investors-wrapper .icon-calc,
.investors-wrapper .icon-calculator,
.investors-wrapper .icon-carousel-left-disabled {
    background-image: url(/static/investors/i/icon-sdef9dffff9.png);
    background-repeat: no-repeat
}

.investors-wrapper table .vertical-header {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 50% 50%
}

.investors-wrapper .lt-ie10 table .vertical-header {
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 50% 50%
}

.investors-wrapper .lt-ie9 table .vertical-header {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    line-height: 1em;
    vertical-align: baseline
}

.investors-wrapper .lt-ie9 table .vertical-header strong {
    font-weight: 400
}

.investors-wrapper a.button,
.investors-wrapper button {
    display: inline-block;
    height: auto;
    width: auto;
    border: 0;
    padding: 6px 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background-color: #009aff;
    border-radius: 4px
}

.investors-wrapper a.button:hover,
.investors-wrapper button:hover {
    color: #fff
}

.investors-wrapper a.button:active,
.investors-wrapper a.button:focus,
.investors-wrapper a.button:hover {
    color: #fff!important
}

.investors-wrapper a.button.large,
.investors-wrapper button.large {
    min-width: 300px;
    padding: 15px 0
}

.investors-wrapper a.button.secondary,
.investors-wrapper button.secondary {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    color: #333
}

.investors-wrapper a.button.dropdown,
.investors-wrapper button.dropdown {
    width: 100%;
    height: 30px
}

.investors-wrapper a.button:disabled,
.investors-wrapper button:disabled {
    opacity: .5
}

.investors-wrapper .sub-button {
    margin-left: 10px
}

.investors-wrapper .form div.validationSummary,
.investors-wrapper form div.validationSummary {
    margin-bottom: 10px;
    color: #be3438
}

.investors-wrapper .form div.validationSummary ul,
.investors-wrapper form div.validationSummary ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.investors-wrapper .form div.item,
.investors-wrapper form div.item {
    margin-bottom: 10px
}

.investors-wrapper .form div.item>label,
.investors-wrapper form div.item>label {
    display: block;
    font-weight: 700
}

.investors-wrapper .form div.item>label span,
.investors-wrapper form div.item>label span {
    font-weight: 400
}

.investors-wrapper .form div.item input,
.investors-wrapper form div.item input {
    vertical-align: baseline
}

.investors-wrapper .form div.item>ul,
.investors-wrapper form div.item>ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.investors-wrapper .form div.item.horizontal>label,
.investors-wrapper form div.item.horizontal>label {
    display: inline-block;
    margin-right: 5px
}

.investors-wrapper .form input[type=checkbox],
.investors-wrapper .form input[type=radio],
.investors-wrapper form input[type=checkbox],
.investors-wrapper form input[type=radio] {
    margin-bottom: 0;
    margin-right: 5px
}

.investors-wrapper .icon-arrow-button {
    background-position: 0 -164px;
    width: 14px;
    height: 17px
}

.investors-wrapper .icon-arrow-button.text {
    padding-left: 19px
}

.investors-wrapper .icon-back-arrow {
    background-position: 0 -183px;
    width: 16px;
    height: 14px
}

.investors-wrapper .icon-back-arrow.text {
    padding-left: 21px
}

.investors-wrapper .icon-calc {
    background-position: 0 -283px;
    width: 53px;
    height: 45px
}

.investors-wrapper .icon-calc.text {
    padding-left: 58px
}

.investors-wrapper .icon-calculator {
    background-position: 0 -330px;
    width: 17px;
    height: 21px
}

.investors-wrapper .icon-calculator.text {
    padding-left: 22px
}

.investors-wrapper .icon-carousel-left-disabled {
    background-position: 0 -353px;
    width: 13px;
    height: 34px
}

.investors-wrapper article {
    padding: 45px 0
}

.investors-wrapper article article {
    padding: 0
}

.investors-wrapper article.center {
    text-align: center
}

.investors-wrapper article.intro {
    font-size: 17px
}

.investors-wrapper article#download {
    padding: 45px 0 25px
}

.investors-wrapper #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    filter: alpha(enabled=false);
    opacity: 1;
    z-index: 1000000
}

.investors-wrapper article.contact ul li {
    margin-bottom: 10px
}

.investors-wrapper article.contact ul li .button {
    width: 260px;
    text-align: left
}

.investors-wrapper article.contact select {
    width: 100%
}

.investors-wrapper article.contact div.group div.item {
    width: 50%
}

.investors-wrapper article.contact .phone {
    font-size: 25px;
    font-weight: 100;
    padding-left: 10px
}

.investors-wrapper article.multisite-impact .ui-tabs-panel#tabs-1 h3,
.investors-wrapper article.multisite-impact .ui-tabs-panel#tabs-2 h3,
.investors-wrapper article.multisite-impact .ui-tabs-panel#tabs-3 h3 {
    font-weight: 300
}

.investors-wrapper article.contact a {
    color: #fff
}

.investors-wrapper article.account {
    background-color: #f5f5f5
}

.investors-wrapper article.account div.inner {
    width: 320px
}

.investors-wrapper article.account div.inner.my-account,
.investors-wrapper article.account div.inner.profile {
    width: 100%
}

.investors-wrapper article.account div.password {
    float: left;
    padding-left: 8px;
    line-height: 1
}

.investors-wrapper article.account div.register {
    display: inline-block;
    margin-bottom: 12px
}

.investors-wrapper article.account div.partner-login {
    border-top: solid 1px #000;
    padding-top: 22px
}

.investors-wrapper article.account div#edit-account .confirm-parent,
.investors-wrapper article.account div#edit-account .password-parent {
    width: 39em
}

.investors-wrapper article.account div#edit-account input,
.investors-wrapper article.account input#edit-name,
.investors-wrapper article.account input#edit-pass {
    width: 320px
}

.investors-wrapper article.account input#edit-submit {
    float: left
}

.investors-wrapper article.multisite-impact .grid .col p {
    padding-bottom: 15px
}

.investors-wrapper article.multisite-impact .ui-tabs-nav .col {
    text-align: center
}

.investors-wrapper article.multisite-impact .ui-tabs-nav .col i {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.investors-wrapper article.multisite-impact .ui-tabs-nav .col.ui-state-active i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.investors-wrapper article.multisite-impact .ui-tabs-panel {
    padding: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    position: relative
}

.investors-wrapper article.multisite-impact .ui-tabs-panel span.active-arrow {
    background-image: url(/static/investors/active-grid-icon-top.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 23px;
    height: 12px;
    top: -1px
}

.investors-wrapper article.multisite-impact .ui-tabs-panel#tabs-1 .active-arrow {
    left: 155px
}

.investors-wrapper article.multisite-impact .ui-tabs-panel#tabs-2 .active-arrow {
    left: 480px
}

.investors-wrapper article.multisite-impact .ui-tabs-panel#tabs-3 .active-arrow {
    left: 800px
}

.investors-wrapper article.product-revolutionary-results h2 {
    margin-bottom: 0
}

.investors-wrapper article.product-revolutionary-results h2,
.investors-wrapper article.product-revolutionary-results p.navis {
    text-align: center
}

.investors-wrapper article.product-revolutionary-results .grid {
    width: 50%;
    margin: auto
}

.investors-wrapper article.product-revolutionary-results .grid .col {
    text-align: center;
    font-size: 15px;
    color: #0097ea
}

.investors-wrapper article.product-revolutionary-results .grid .col .num {
    display: block;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 200;
    line-height: 1
}

.investors-wrapper article.multisite-carousel .jcarousel-item {
    text-align: center;
    padding: 40px 0
}

.investors-wrapper article.evaluation-guide,
.investors-wrapper article.faq {
    padding-top: 15px
}

.investors-wrapper div.wrapper {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden
}

.investors-wrapper .lt-ie10 article.svn-download-list select {
    background: #fff
}

.investors-wrapper article.evaluation-guide .section {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px
}

.investors-wrapper article.evaluation-guide .section .inline-text {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    width: 465px
}

.investors-wrapper article.evaluation-guide .section .inline-text p,
.investors-wrapper article.evaluation-guide .section p {
    margin: 20px 0
}

.investors-wrapper article.evaluation-guide .section .question {
    margin: 30px 0
}

.investors-wrapper article.faq .back-link {
    margin-bottom: 25px;
    display: block
}

.investors-wrapper article.faq .question {
    margin-bottom: 40px
}

.investors-wrapper article.faq .question .top {
    float: right
}

.investors-wrapper article.feature-browser {
    background: #f2f2f2
}

.investors-wrapper article.feature-browser .feature-list {
    list-style-image: none;
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #ccc;
    float: left;
    width: 315px;
    position: relative
}

.investors-wrapper article.feature-browser .feature-list li {
    padding: 5px 0;
    color: #0097ea
}

.investors-wrapper article.feature-browser .feature-list li.active {
    color: #000
}

.investors-wrapper article.feature-browser .feature-list li:hover {
    cursor: pointer
}

.investors-wrapper article.feature-browser .feature-list li.active:before {
    background-image: url(/static/investors/i/icon/feature-arrow.png?1406296322);
    background-position: 0 2px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -19px;
    width: 20px;
    z-index: 1
}

.investors-wrapper article.feature-browser .feature-section {
    float: right;
    height: 565px;
    width: 560px;
    margin-top: 20px
}

.investors-wrapper article.feature-browser .feature-section .feature-item,
.investors-wrapper article.feature-browser .feature-section .jcarousel-items li {
    height: 520px;
    width: 562px
}

.investors-wrapper article.feature-browser .feature-section .feature-item p,
.investors-wrapper article.feature-browser .feature-section .jcarousel-items li p {
    font-size: 13px
}

.investors-wrapper article.feature-browser .feature-section .feature-item h3,
.investors-wrapper article.feature-browser .feature-section .jcarousel-items li h3 {
    font-weight: 300
}

.investors-wrapper article.feature-browser .feature-section .jcarousel-control {
    padding-bottom: 15px;
    margin-top: -15px
}

.investors-wrapper article.banner.git-banner {
    background-color: #f4f4f4
}

.investors-wrapper article.banner.git-banner p {
    color: #fff
}

.investors-wrapper article.banner.git-banner p.tryItForFreeSmallPrint {
    font-size: 12px;
    color: #000;
    padding: 10px 0 0;
    margin: 8px 0
}

.investors-wrapper article.banner.git-banner.landing {
    background-color: #6922aa;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFF1F52', endColorstr='#FF6922AA');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMWY1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MjJhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #ff1f52), color-stop(100%, #6922aa));
    background-image: -moz-linear-gradient(left, #ff1f52 0, #6922aa 100%);
    background-image: -webkit-linear-gradient(left, #ff1f52 0, #6922aa 100%);
    background-image: linear-gradient(to right, #ff1f52 0, #6922aa 100%);
    background-image: -ms-linear-gradient(to right, #ff1f52 0, #6922aa 100%)
}

.investors-wrapper article.sitemap {
    background: #f6f6f6
}

.investors-wrapper article.sitemap h1 {
    text-align: center;
    padding: 30px 0
}

.investors-wrapper article.sitemap .section {
    border-top: 1px solid #c9ccd0;
    padding-top: 20px;
    padding-bottom: 60px
}

.investors-wrapper article.sitemap .section .section-column {
    width: 33%;
    display: inline-block;
    vertical-align: top
}

.investors-wrapper article.sitemap .section .section-column ul {
    padding: 0;
    list-style-type: none
}

.investors-wrapper article.sitemap .section .section-column ul li {
    line-height: 2em
}

.investors-wrapper article.bio {
    padding: 15px
}

.investors-wrapper article.bio .wrapper {
    margin: auto;
    overflow: visible;
    padding-right: 15px
}

.investors-wrapper article.bio .wrapper .managementIntro p {
    float: left;
    width: 70%
}

.investors-wrapper article.bio .wrapper .managementIntro img {
    float: right;
    margin-bottom: 30px
}

.investors-wrapper article.bio .wrapper h5 {
    padding-bottom: 15px
}

.investors-wrapper article.bio .wrapper p {
    margin-top: 0
}

.investors-wrapper article.bio .wrapper .bio-content {
    max-width: 725px;
    width: calc(100% - 170px);
    float: right
}

.investors-wrapper article.bio .wrapper .bio-content p img {
    float: right;
    margin-left: 10px
}

.investors-wrapper article.bio .wrapper .bio-content .bio-content-links p {
    padding-top: 5px
}

.investors-wrapper article.bio .wrapper .bio-left {
    float: left;
    width: 165px
}

.investors-wrapper article.bio .wrapper .bio-left .bio-image {
    position: relative;
    margin-right: 10px;
    width: 152px;
    border: 1px solid #666
}

.investors-wrapper article.bio .wrapper .bio-left .bio-image .firstImage,
.investors-wrapper article.bio .wrapper .bio-left .bio-image .secondImage {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease-in-out
}

.investors-wrapper article.bio .wrapper .bio-left .bio-image .firstImage.active,
.investors-wrapper article.bio .wrapper .bio-left .bio-image .secondImage.active {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease-in-out
}

.investors-wrapper article.bio .wrapper .bio-left .hof {
    height: 152px
}

.investors-wrapper article.bio .wrapper .bio-left .captain-image {
    position: relative;
    margin-right: 10px;
    width: 152px;
    height: 152px;
    border: 1px solid #666
}

.investors-wrapper article.bio .wrapper .bio-left .socialMedia-icons {
    float: left;
    padding-top: 15px
}

.investors-wrapper article.bio .wrapper .bio-left .socialMedia-icons .link-down {
    display: block
}

.investors-wrapper article.bio .wrapper .bio-left .socialMedia-icons .link-up,
.investors-wrapper article.bio .wrapper .bio-left .socialMedia-icons:hover .link-down {
    display: none
}

.investors-wrapper article.bio .wrapper .bio-left .socialMedia-icons:hover .link-up {
    display: block
}

.investors-wrapper article.investors .wrapper hr {
    margin: 20px 0
}

.investors-wrapper article.investors .wrapper .investors-buttons {
    padding: 20px 0;
    text-align: center
}

.investors-wrapper article.investors .wrapper .investors-buttons ul li {
    padding-left: 15px;
    list-style-type: none;
    display: inline-block
}

.investors-wrapper article.investors .wrapper .info-block {
    padding-top: 25px
}

.investors-wrapper article.investors .wrapper .link-list {
    text-align: center
}

.investors-wrapper article.investors .wrapper .link-list a {
    margin: 15px 10px 15px 40px;
    display: block
}

.investors-wrapper article.investors .wrapper .link-list .center-links,
.investors-wrapper article.investors .wrapper .link-list .left-links,
.investors-wrapper article.investors .wrapper .link-list .right-links {
    float: left
}

.investors-wrapper article.investors .wrapper table {
    margin: 15px 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.investors-wrapper article.investors .wrapper table tr.tableHeader {
    background: #dfdfdf
}

.investors-wrapper .evaluation-colorBar {
    height: 30px;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF64B04D', endColorstr='#FF354BD2');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YjA0ZCIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiM2NGIwNGUiLz48c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iIzViYjM2MiIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjNTBiNTc4Ii8+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyZWI1YzUiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzI2YjVkOCIvPjxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjMjFiNWU0Ii8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiMyMWFjZTQiLz48c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzIxOWFlNCIvPjxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjMjg3ZGU0Ii8+PHN0b3Agb2Zmc2V0PSI4NiUiIHN0b3AtY29sb3I9IiMzMjU4ZDYiLz48c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzM1NGJkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1NGJkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #64b04d), color-stop(4%, #64b04e), color-stop(11%, #5bb362), color-stop(17%, #50b578), color-stop(35%, #2eb5c5), color-stop(40%, #26b5d8), color-stop(46%, #21b5e4), color-stop(53%, #21ace4), color-stop(61%, #219ae4), color-stop(71%, #287de4), color-stop(86%, #3258d6), color-stop(94%, #354bd2), color-stop(100%, #354bd2));
    background-image: -moz-linear-gradient(left, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%);
    background-image: -webkit-linear-gradient(left, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%);
    background-image: linear-gradient(to right, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%);
    background-image: -ms-linear-gradient(to right, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%)
}

.investors-wrapper .evaluation-colorBar .dotted-background {
    padding: 15px 0;
    background: url(/static/investors/i/bg/home-map.png) 50% no-repeat;
    background-size: cover
}

.investors-wrapper article.faq-banner {
    height: 30px
}

.investors-wrapper article.faq-banner .dotted-background {
    padding: 15px 0;
    background: url(/static/investors/i/bg/home-map.png) 50% no-repeat;
    background-size: cover
}

.investors-wrapper .hadoop-benefits {
    background: #fff
}

.investors-wrapper .hadoop-benefits ul.gridListThree li {
    margin: 0
}

.investors-wrapper .hadoop-benefits ul.gridListThree li p {
    text-align: left;
    padding: 30px 0 10px 10px;
    margin-right: -20p
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit1,
.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit2,
.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit3 {
    padding-top: 0;
    height: 133px
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit4,
.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit5,
.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit6 {
    border-bottom: 0
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit3,
.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit6 {
    border-right: 0
}

.investors-wrapper .hadoop-benefits ul.gridListThree li:after {
    background: #fff;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit3:after {
    left: 287px;
    top: 108px;
    content: ""
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit4:after {
    right: 291px;
    top: 108px;
    content: ""
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit5:after {
    top: 262px;
    left: 287px;
    content: ""
}

.investors-wrapper .hadoop-benefits ul.gridListThree li#benefit6:after {
    top: 262px;
    right: 291px;
    content: ""
}

.investors-wrapper .hadoop-benefits ul.gridListThree li img {
    float: left;
    margin: 30px 0 30px -40px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.investors-wrapper .hadoop-benefits ul.gridListThree li img:hover {
    cursor: default
}

.investors-wrapper .HadoopProducts h2 {
    padding-top: 10px
}

.investors-wrapper .HadoopProducts h4>a {
    color: #000
}

.investors-wrapper .HadoopProducts p.productButton {
    padding-bottom: 0
}

.investors-wrapper .HadoopProducts p.productButton a {
    width: 100%
}

.investors-wrapper .HadoopProducts button {
    background: #009aff;
    width: 100%
}

.investors-wrapper .HadoopProducts .buttonPadding {
    padding-top: 25px
}

.investors-wrapper .HadoopProducts p.productLogo {
    min-height: 60px
}

.investors-wrapper .HadoopProducts p.productDesc {
    min-height: 70px;
    color: #5a5d62
}

.investors-wrapper .HadoopProducts div.col {
    background-color: #fff;
    padding: 10px 15px
}

.investors-wrapper .HadoopProducts div.five {
    border-spacing: 4px;
    width: 940px;
    margin: 0
}

.investors-wrapper .HadoopCaseStudy {
    text-align: center
}

.investors-wrapper .HadoopCaseStudy img {
    padding: 40px 0 30px
}

.investors-wrapper .HadoopCaseStudy p {
    font-size: 20px;
    width: 680px;
    margin: auto;
    padding-bottom: 30px
}

.investors-wrapper .HadoopCaseStudy p .seniorVP,
.investors-wrapper article.intro p.introParagraph {
    font-size: 16px
}

.investors-wrapper article.carousel {
    padding: 10px 0
}

.investors-wrapper .hadoop-carousel img {
    float: left;
    padding: 50px 0 20px 50px
}

.investors-wrapper .hadoop-carousel .carousel-content {
    text-align: left;
    color: #000
}

.investors-wrapper .Hadoop-download {
    padding-top: 45px
}

.investors-wrapper #features .gridList,
.investors-wrapper .Hadoop-seeMore {
    padding-top: 20px
}

.investors-wrapper article.hadoop-banner {
    background-color: #f4f4f4
}

.investors-wrapper article#compare .tabs ul {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.investors-wrapper article#compare .tabs ul li {
    margin-right: 50px;
    display: inline-block;
    position: relative
}

.investors-wrapper article#compare .tabs ul li .active-arrow {
    display: none
}

.investors-wrapper article#compare .tabs ul li.ui-tabs-selected a {
    font-weight: 700;
    color: #fff
}

.investors-wrapper article#compare .tabs ul li.ui-tabs-selected:before {
    background-image: url(/static/investors/i/icon/feature-arrow-down.png?1406296322);
    background-color: #fff;
    height: 12px;
    width: 21px;
    position: absolute;
    bottom: -27px;
    left: 40%;
    display: block;
    content: ""
}

.investors-wrapper article#compare.darker .tabs ul li.ui-tabs-selected:before {
    background-color: #424e54
}

.investors-wrapper article.intro p.intro-link {
    margin-bottom: 25px
}

.investors-wrapper article.intro p.intro-link i {
    margin-right: 7px
}

.investors-wrapper .productButtons .col .button {
    width: 240px
}

.investors-wrapper article.features {
    padding-bottom: 0
}

.investors-wrapper article.features .grid .col ul li {
    padding-bottom: 10px;
    width: 385px
}

.investors-wrapper article.findOutMore,
.investors-wrapper article.smartSVN-promoBar {
    padding: 15px 0;
    background: #f2f2f2
}

.investors-wrapper article.smartSVN-promoBar ul.listCol {
    margin: 0
}

.investors-wrapper article.smartSVN-promoBar .col {
    margin-right: 20px
}

.investors-wrapper article.smartSVN-promoBar .col img {
    margin: 0 0 0 30px
}

.investors-wrapper article.findOutMore>div>div>div>a {
    float: left
}

.investors-wrapper article.findOutMore>div>div>div>p {
    float: left;
    padding: 10px 20px
}

.investors-wrapper article.findOutMore p.lead {
    font-size: 30px;
    text-align: left;
    line-height: 1.5;
    color: #5a5d62
}

.investors-wrapper .jobSearch .row .col a,
.investors-wrapper .node-type-tcareers #jobListings a,
.investors-wrapper .node-type-tcareers article.more-questions a,
.investors-wrapper .node-type-tcareerslisting article.more-questions a {
    color: #fff
}

.investors-wrapper article.smartSVN-training {
    background: #f2f2f2;
    padding: 15px 0 25px
}

.investors-wrapper article.smartSVN-training .header-bold {
    font-weight: 700
}

.investors-wrapper article.smartSVN-training ul {
    list-style-type: none;
    margin-left: -20px
}

.investors-wrapper article.smartSVN-training ul li {
    float: left;
    background-image: url(/static/investors/i/prod-detail/training_39x24.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.investors-wrapper article.smartSVN-training ul li a {
    margin: 0 60px
}

.investors-wrapper .jobSearch .row {
    width: 100%
}

.investors-wrapper .jobSearch .row .col {
    float: left;
    width: 50%
}

.investors-wrapper .button.bigger {
    padding-top: 10px;
    padding-bottom: 15px
}

.investors-wrapper .button.bigger a {
    height: 34px
}

.investors-wrapper article.performance .learn-more ul li a.button.bigger {
    width: 180px;
    height: 34px
}

.investors-wrapper article.performance .learn-more ul li a.button.bigger span {
    margin: 0 -10px
}

.investors-wrapper .node-type-tcasestudy .form-item-jump {
    float: right
}

.investors-wrapper .searchCol h4 {
    color: #fff;
    font-size: 17px;
    line-height: 13px
}

.investors-wrapper .banner.careers.careers2,
.investors-wrapper .banner.products {
    background-color: #34b4d2;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEC7000', endColorstr='#FF64B04E');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNzAwMCIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNlYjZhMDUiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZTc1ZjBlIi8+PHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkZDM0MzIiLz48c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2QzMjM0NiIvPjxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjYmUyMjY0Ii8+PHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNhMjIyODEiLz48c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzkxMjc5MCIvPjxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjNzcyZGE1Ii8+PHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiM0YzNhYzIiLz48c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzM2NDlkMiIvPjxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjMmQ1N2Q4Ii8+PHN0b3Agb2Zmc2V0PSI2NiUiIHN0b3AtY29sb3I9IiMyNTZjZTMiLz48c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzIxN2NlNCIvPjxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjMjE5OWU0Ii8+PHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiMyMWIwZTQiLz48c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzI3YjBkNiIvPjxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjMmRiMGM2Ii8+PHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiM1YWIwNjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NGIwNGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #ec7000), color-stop(2%, #eb6a05), color-stop(5%, #e75f0e), color-stop(14%, #dd3432), color-stop(18%, #d32346), color-stop(27%, #be2264), color-stop(36%, #a22281), color-stop(41%, #912790), color-stop(46%, #772da5), color-stop(54%, #4c3ac2), color-stop(59%, #3649d2), color-stop(62%, #2d57d8), color-stop(66%, #256ce3), color-stop(68%, #217ce4), color-stop(73%, #2199e4), color-stop(79%, #21b0e4), color-stop(82%, #27b0d6), color-stop(84%, #2db0c6), color-stop(96%, #5ab064), color-stop(100%, #64b04e));
    background-image: -moz-linear-gradient(left, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    background-image: -webkit-linear-gradient(left, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    background-image: linear-gradient(to right, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%);
    background-image: -ms-linear-gradient(to right, #ec7000 0, #eb6a05 2%, #e75f0e 5%, #dd3432 14%, #d32346 18%, #be2264 27%, #a22281 36%, #912790 41%, #772da5 46%, #4c3ac2 54%, #3649d2 59%, #2d57d8 62%, #256ce3 66%, #217ce4 68%, #2199e4 73%, #21b0e4 79%, #27b0d6 82%, #2db0c6 84%, #5ab064 96%, #64b04e 100%)
}

.investors-wrapper section.alternate,
.investors-wrapper section.norm {
    width: 100%;
    overflow: hidden;
    margin: 20px 0
}

.investors-wrapper section.alternate img,
.investors-wrapper section.norm img {
    margin-top: 20px;
    margin-bottom: 20px
}

.investors-wrapper section.alternate a img,
.investors-wrapper section.norm a img {
    margin-top: 0;
    margin-bottom: 0
}

.investors-wrapper section.alternate>div>div,
.investors-wrapper section.norm>div>div {
    width: 50%;
    font-size: 14px;
    padding: 20px
}

.investors-wrapper section.alternate .homeContainer,
.investors-wrapper section.norm .homeContainer {
    text-align: left;
    width: 940px;
    margin: auto
}

.investors-wrapper section.alternate .homeContainer h3,
.investors-wrapper section.norm .homeContainer h3 {
    color: #06f;
    font-weight: 100
}

.investors-wrapper section.alternate.panel,
.investors-wrapper section.norm.panel {
    text-align: center
}

.investors-wrapper section.alternate.panel p,
.investors-wrapper section.norm.panel p {
    margin: 0;
    padding-bottom: 0;
    line-height: 2.5em;
    font-size: 18px;
    font-weight: 100
}

.investors-wrapper section.alternate.panel p a,
.investors-wrapper section.norm.panel p a {
    color: #06f
}

.investors-wrapper section.alternate div.techBriefLink,
.investors-wrapper section.norm div.techBriefLink {
    display: inline-block
}

.investors-wrapper section.alternate div.techBriefLink img,
.investors-wrapper section.norm div.techBriefLink img {
    height: 22px;
    float: left;
    margin: 0 10px 0 0
}

.investors-wrapper section.alternate div.techBriefLink p,
.investors-wrapper section.norm div.techBriefLink p {
    float: left;
    margin: 0;
    padding-bottom: 0
}

.investors-wrapper section.norm {
    background-color: #fff
}

.investors-wrapper section.norm>div>div {
    float: right
}

.investors-wrapper section.alternate {
    background-color: #ededed;
    margin: 0 0 20px
}

.investors-wrapper section.alternate>div>div {
    float: left
}

.investors-wrapper #selective {
    margin-bottom: 0
}

.investors-wrapper .moreContent h5 {
    cursor: pointer;
    color: #06f
}

.investors-wrapper .moreContent h5:focus {
    outline: 0
}

.investors-wrapper .breadCrumbs {
    text-transform: uppercase;
    color: #06f;
    font-weight: 300;
    font-size: 14px;
    padding-top: 10px
}

.investors-wrapper .breadCrumbs span {
    font-size: 25px;
    line-height: 1em;
    display: inline-block;
    vertical-align: -2px;
    font-weight: 100
}

.investors-wrapper .breadCrumbs a {
    font-weight: 100;
    color: #06f
}

.investors-wrapper article.banner p.mainPara {
    font-size: 40px;
    color: #515151;
    text-align: left;
    margin-bottom: -7px
}

.investors-wrapper article.banner p.secondaryPara {
    font-size: 14px;
    color: #515151;
    text-align: left
}

.investors-wrapper p.dconePowered {
    position: relative;
    z-index: 1
}

.investors-wrapper p.dconePowered:before {
    border-top: 1px solid #686868;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 1.64em;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.investors-wrapper p.dconePowered span {
    background: #f4f4f4;
    padding: 0 15px
}

.investors-wrapper article.banner p.tryItForFree {
    margin-bottom: -12px
}

.investors-wrapper article.banner p.tryItForFree a.button {
    font-size: 13px;
    font-weight: 500;
    min-width: 188px;
    height: 46px;
    padding: 17px 0
}

.investors-wrapper article.banner p.requestQuote a.quote {
    font-size: 11px;
    font-weight: 300
}

.investors-wrapper article.webinar-banner {
    padding-top: 6px;
    height: 51px;
    width: 100%;
    background-color: #2e2e2e;
    background-image: -moz-linear-gradient(90deg, #2e2e2e 0, #4f4f4f 100%);
    background-image: -webkit-linear-gradient(90deg, #2e2e2e 0, #4f4f4f 100%);
    background-image: -ms-linear-gradient(90deg, #2e2e2e 0, #4f4f4f 100%);
    font-size: 13px;
    font-weight: 300;
    color: #fff
}

.investors-wrapper article.webinar-banner a p {
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    text-align: center
}

.investors-wrapper article.webinar-banner a p span {
    display: inline-block;
    margin-left: 4px;
    vertical-align: -8px;
    height: 24px;
    width: 24px;
    background: url(/sites/all/themes/wandisco/images/newimages/webinar-banner-link.png) top left no-repeat
}

.investors-wrapper .whitepaperBanner {
    text-align: center;
    background: url(/static/investors/i/bg/whitepaper-banner2.png) 50% no-repeat;
    background-size: cover;
    height: 292px
}

.investors-wrapper .whitepaperBanner h1 {
    font-size: 48px;
    font-weight: 100;
    padding-top: 50px;
    margin: 0
}

.investors-wrapper section.resources.alternate,
.investors-wrapper section.resources.norm {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    overflow: hidden
}

.investors-wrapper section.resources.alternate .resourcesContainer,
.investors-wrapper section.resources.norm .resourcesContainer {
    position: relative;
    text-align: left
}

.investors-wrapper section.resources.alternate .resourcesContainer h2,
.investors-wrapper section.resources.norm .resourcesContainer h2 {
    padding-bottom: 21px;
    margin-bottom: 0;
    font-size: 27px;
    color: #515151
}

.investors-wrapper section.resources.alternate .resourcesContainer .copy,
.investors-wrapper section.resources.norm .resourcesContainer .copy {
    padding: 0 20px 0 0;
    float: left
}

.investors-wrapper section.resources.alternate .resourcesContainer .copy p.published,
.investors-wrapper section.resources.norm .resourcesContainer .copy p.published {
    font-size: 11px;
    color: #ff6b00
}

.investors-wrapper section.resources.alternate .resourcesContainer .copy p.description,
.investors-wrapper section.resources.alternate .resourcesContainer .copy ul,
.investors-wrapper section.resources.norm .resourcesContainer .copy p.description,
.investors-wrapper section.resources.norm .resourcesContainer .copy ul {
    font-size: 16px;
    color: #626262
}

.investors-wrapper section.resources.alternate .resourcesContainer.video .copy,
.investors-wrapper section.resources.norm .resourcesContainer.video .copy {
    width: 380px
}

.investors-wrapper section.resources.alternate .resourcesContainer.video .video,
.investors-wrapper section.resources.norm .resourcesContainer.video .video {
    padding: 0;
    float: none;
    text-align: center;
    width: initial
}

.investors-wrapper section.resources.alternate .resourcesContainer.whitepaper .copy,
.investors-wrapper section.resources.norm .resourcesContainer.whitepaper .copy {
    width: 450px
}

.investors-wrapper section.resources.alternate .resourcesContainer.whitepaper .link,
.investors-wrapper section.resources.norm .resourcesContainer.whitepaper .link {
    padding: 0 20px;
    width: 490px;
    text-align: right
}

.investors-wrapper section.resources.alternate .resourcesContainer.whitepaper .link .button,
.investors-wrapper section.resources.norm .resourcesContainer.whitepaper .link .button {
    width: 300px;
    height: 45px;
    font-size: 18px;
    padding-top: 14px
}

.investors-wrapper section.resources.alternate .resourcesContainer.whitepaper .link .cover,
.investors-wrapper section.resources.norm .resourcesContainer.whitepaper .link .cover {
    margin: 12px 75px 20px 0;
    max-width: 150px
}

.investors-wrapper section.resources.norm {
    background-color: #fff
}

.investors-wrapper section.resources.alternate {
    background-color: #ededed
}

.investors-wrapper .page-header.gitlab-offer {
    background: #548
}

.investors-wrapper .page-header.gitlab-offer-ends {
    background-color: #f4f4f4;
    border-bottom: none
}

.investors-wrapper .page-header.gitlab-offer-ends p {
    float: right;
    color: #548;
    font-size: 10px
}

.investors-wrapper .comp.testimonial {
    font-size: 15px;
    text-align: center
}

.investors-wrapper .comp.testimonial blockquote {
    color: #5a5d62
}

.investors-wrapper .comp.testimonial blockquote p {
    font-size: 22px;
    font-weight: 200
}

.investors-wrapper .comp.testimonial blockquote cite {
    font-style: normal
}

.investors-wrapper .comp.testimonial p.caseStudy {
    padding-bottom: 6px
}

.investors-wrapper .lt-ie9 .comp.gridListFlex .row .cell:first-child:after {
    content: none
}

.investors-wrapper article.about-us-intro {
    padding-top: 75px;
    height: 351px;
    background: url(/static/investors/i/bg/about-intro.jpg?1406296322) 50% center no-repeat #5a5d62;
    background-size: cover
}

.investors-wrapper table tbody.smartsvn tr {
    background: 0 0
}

.investors-wrapper table tbody.smartsvn tr.smartsvn-section {
    background: #999
}

.investors-wrapper table.views-table,
.investors-wrapper table.views-table tr td {
    background-color: #FFF
}

.investors-wrapper .inline-content {
    width: 600px;
    border-radius: 10px;
    font-family: "museo sans", Museo, Arial
}

.investors-wrapper div.view-find-a-partner div.view-content div.views-row {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cecece;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.investors-wrapper article.news {
    padding: 0 0 45px
}

.investors-wrapper div.articleSource {
    display: inline-block
}

.investors-wrapper table.views-table tr {
    vertical-align: center
}

.investors-wrapper article.cs-page {
    padding: 45px 0!important
}

.investors-wrapper button,
.investors-wrapper html input[type=button],
.investors-wrapper input[type=reset],
.investors-wrapper input[type=submit] {
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3D3D3D', endColorstr='#FF000000');
    background: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0, #000), color-stop(100%, #3e3d3d));
    background: -webkit-linear-gradient(bottom, #000 0, #3e3d3d 100%);
    background: -moz-linear-gradient(bottom, #000 0, #3e3d3d 100%);
    background: -o-linear-gradient(bottom, #000 0, #3e3d3d 100%);
    background: linear-gradient(bottom, #000 0, #3e3d3d 100%);
    background: -ms-linear-gradient(bottom, #000 0, #3e3d3d 100%);
    display: inline-block;
    height: auto;
    width: auto;
    border: 0;
    border-radius: 4px;
    padding: 6px 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1
}

.investors-wrapper ul.discs li {
    color: #0097EA;
    list-style: disc
}

.investors-wrapper article a,
.investors-wrapper article a:active,
.investors-wrapper article a:active:hover,
.investors-wrapper article a:focus,
.investors-wrapper article a:focus:hover,
.investors-wrapper article a:hover {
    color: #40b5e6;
    text-decoration: none;
    outline: 0
}

.investors-wrapper p.spread {
    padding-bottom: 20px
}

.investors-wrapper tbody {
    border-top: 1px solid #6c7478;
    border-bottom: 1px solid #6c7478
}

.investors-wrapper article a {
    font-size: 15.12px
}

.investors-wrapper input.default,
.investors-wrapper select.default {
    color: #b2a499!important
}

.investors-wrapper .input-wrapper.focused label {
    display: none
}

.investors-wrapper .floating-nav-wrapper.side {
    height: auto
}

.investors-wrapper .floating-nav {
    background-color: #64b04d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF64B04D', endColorstr='#FF354BD2');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YjA0ZCIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiM2NGIwNGUiLz48c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iIzViYjM2MiIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjNTBiNTc4Ii8+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyZWI1YzUiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzI2YjVkOCIvPjxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjMjFiNWU0Ii8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiMyMWFjZTQiLz48c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzIxOWFlNCIvPjxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjMjg3ZGU0Ii8+PHN0b3Agb2Zmc2V0PSI4NiUiIHN0b3AtY29sb3I9IiMzMjU4ZDYiLz48c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzM1NGJkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1NGJkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #64b04d), color-stop(4%, #64b04e), color-stop(11%, #5bb362), color-stop(17%, #50b578), color-stop(35%, #2eb5c5), color-stop(40%, #26b5d8), color-stop(46%, #21b5e4), color-stop(53%, #21ace4), color-stop(61%, #219ae4), color-stop(71%, #287de4), color-stop(86%, #3258d6), color-stop(94%, #354bd2), color-stop(100%, #354bd2));
    background-image: -moz-linear-gradient(left, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%);
    background-image: -webkit-linear-gradient(left, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%);
    background-image: linear-gradient(to right, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%);
    background-image: -ms-linear-gradient(to right, #64b04d 0, #64b04e 4%, #5bb362 11%, #50b578 17%, #2eb5c5 35%, #26b5d8 40%, #21b5e4 46%, #21ace4 53%, #219ae4 61%, #287de4 71%, #3258d6 86%, #354bd2 94%, #354bd2 100%)
}

.investors-wrapper .floating-nav .wrapper {
    overflow: visible
}

.investors-wrapper .floating-nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    overflow: visible;
    text-align: center
}

.annual-report-page-wrapper .logo-name,
.investors-wrapper .floating-nav.side ul {
    text-align: left
}

.investors-wrapper .floating-nav ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.investors-wrapper .floating-nav li.selected span.marker {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4bb584;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -10px
}

.investors-wrapper .floating-nav a {
    z-index: 9999;
    position: relative;
    display: inline-block;
    height: 81px;
    padding: 30px 20px;
    color: #fff;
    text-decoration: none
}

.investors-wrapper .floating-nav a.flt-menu-active:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: calc(50% - 5px);
    bottom: -9px;
    border-top: 10px solid #424e54;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.investors-wrapper .floating-nav .invmenu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #424e54 transparent transparent;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.investors-wrapper .floating-nav.floating {
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 9999
}

.investors-wrapper .floating-nav.floating .inner {
    margin-left: 0!important
}

.investors-wrapper .floating-nav.side {
    position: absolute;
    height: auto;
    width: 125px;
    filter: none;
    background: 0 0;
    margin: 25px 0 0 10px;
    font-size: 11px
}

.investors-wrapper .floating-nav.side.collapsed {
    width: 15px;
    overflow: hidden
}

.investors-wrapper .floating-nav.side li {
    display: block;
    margin-bottom: 15px
}

.investors-wrapper .floating-nav.side li.selected a {
    color: #000
}

.investors-wrapper .floating-nav.side li.selected a span.marker {
    bottom: 50%;
    left: 0;
    margin-left: 0;
    height: 15px;
    width: 15px;
    border: 0;
    background-color: #0097ea
}

.investors-wrapper .floating-nav.side a {
    height: auto;
    padding: 0 0 0 25px;
    color: #ccc
}

.investors-wrapper .floating-nav.side a span.marker {
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -7px;
    display: block;
    height: 15px;
    width: 15px;
    background: #f2f2f2;
    border-radius: 50%
}

.investors-wrapper .floating-nav.alt {
    background: #424e54;
    filter: none
}

.investors-wrapper .floating-nav.alt li.selected span.marker {
    border-top: 10px solid #424e54
}

.investors-wrapper .floating-nav.alt.darker {
    background: #696969
}

.investors-wrapper .floating-nav.alt.darker li.selected span.marker {
    border-top: 10px solid #696969
}

.investors-wrapper.inv-sub-wrapper .inv-sec,
.investors-wrapper.inv-sub-wrapper .inv-sub-sec {
    padding-top: 25px
}

@media screen and (min-width:1680px) {
    div.container {
        max-width: 1568px
    }
}

@media screen and (max-width:1199px) {
    .investors-wrapper .floating-nav,
    .investors-wrapper .floating-nav-wrapper {
        height: inherit
    }
    .investors-wrapper .floating-nav li a {
        height: inherit;
        font-size: 14px;
        padding: 15px
    }
}

@media screen and (max-width:1024px) {
    .investors-wrapper .floating-nav li a {
        font-size: 13px;
        padding: 15px 10px
    }
}

@media screen and (max-width:991px) {
    .investors-wrapper .floating-nav,
    .investors-wrapper .floating-nav li a,
    .investors-wrapper .floating-nav-wrapper {
        height: inherit
    }
    .investors-wrapper .floating-nav a {
        font-size: 12px;
        padding: 15px 10px
    }
}

html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden
}

main {
    display: block
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0!important
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.annual-report-page-wrapper {
    position: relative;
    min-height: 100%
}

.annual-report-page-wrapper a {
    transition: color, background-color .1s linear
}

.annual-report-page-wrapper p {
    margin: 0 0 20px;
    font-weight: 100;
    font-size: 12px
}

.annual-report-page-wrapper header {
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0
}

.annual-report-page-wrapper .fixed-element {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #f0eeec
}

.annual-report-page-wrapper .logo img {
    top: 7px;
    position: relative;
    width: 189px;
    height: 20px
}

.annual-report-page-wrapper .logo-name p {
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    margin: 0
}

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

.annual-report-page-wrapper .btn.btn-theme.download:before,
.annual-report-page-wrapper .btn.btn-theme:before {
    content: '\f054';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 22px;
    top: 0;
    right: 0;
    color: #fff
}

.annual-report-page-wrapper .btn.btn-theme:before {
    background: #f26b21!important;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute
}

.annual-report-page-wrapper .btn.btn-theme.download {
    background-color: #CCC5BE;
    border: 1px solid #CCC5BE;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 35px 8px 8px;
    position: relative;
    text-align: center;
    border-radius: 0;
    top: 0;
    height: 32px;
    width: 180px
}

.annual-report-page-wrapper .btn.btn-theme.download:before {
    background: #f26b21!important;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute
}

.annual-report-page-wrapper .btn-burger {
    background-color: transparent;
    padding: 4px 0 0;
    margin: 0 0 0 50px;
    outline: 0;
    border: none;
    height: 17px;
    width: 24px
}

.annual-report-page-wrapper .btn-burger.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.annual-report-page-wrapper .btn-burger.collapsed .middle-bar {
    opacity: 1
}

.annual-report-page-wrapper .btn-burger.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.annual-report-page-wrapper .btn-burger .icon-bar {
    background-color: grey;
    display: block;
    height: 3px;
    width: 24px
}

.annual-report-page-wrapper .btn-burger .icon-bar+.icon-bar {
    margin-top: 4px
}

.annual-report-page-wrapper .btn-burger .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    -webkit-animation-duration: 20s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.annual-report-page-wrapper .btn-burger .middle-bar {
    opacity: 0
}

.annual-report-page-wrapper .btn-burger .bottom-bar {
    transform: rotate(-49deg);
    -webkit-transform: rotate(-49deg);
    -moz-transform: rotate(-49deg);
    -o-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    -webkit-animation-duration: 20s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

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

.annual-report-page-wrapper #site-nav {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 36px;
    left: 0;
    line-height: 36px;
    opacity: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 54px;
    -webkit-transition: opacity .2s, z-index 0s .5s;
    -moz-transition: opacity .2s, z-index 0s .5s;
    -ms-transition: opacity .2s, z-index 0s .5s;
    -o-transition: opacity .2s, z-index 0s .5s;
    transition: opacity .2s, z-index 0s .5s;
    z-index: -1
}

.annual-report-page-wrapper #site-nav.open {
    -webkit-transition: opacity .2s .1s, z-index 0s 0s;
    -moz-transition: opacity .2s .1s, z-index 0s 0s;
    -ms-transition: opacity .2s .1s, z-index 0s 0s;
    -o-transition: opacity .2s .1s, z-index 0s 0s;
    transition: opacity .2s .1s, z-index 0s 0s;
    opacity: 1;
    z-index: 99
}

.annual-report-page-wrapper #site-nav ul {
    margin: auto;
    width: auto
}

.annual-report-page-wrapper #site-nav ul.list-unstyled {
    padding-left: 0;
    list-style: none
}

.annual-report-page-wrapper #site-nav ul li a {
    font-weight: 300;
    color: #fff
}

.annual-report-page-wrapper #site-nav ul li a:hover {
    color: #f36c21
}

.annual-report-page-wrapper footer {
    bottom: 0;
    padding: 15px 0;
    width: 100%;
    height: 200px;
    background-color: #242424;
    text-align: left;
    color: #a69b91;
    line-height: 14px;
    font-size: 12px
}

.annual-report-page-wrapper footer a {
    color: #a69b91;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    border-right: 2px solid #a69b91
}

.annual-report-page-wrapper footer .footer-logo {
    margin-bottom: 20px
}

.annual-report-page-wrapper footer img {
    float: left
}

.annual-report-page-wrapper footer .sitemap p {
    text-align: left;
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase
}

.annual-report-page-wrapper footer .sitemap p:last-child a {
    border-right: none
}

.annual-report-page-wrapper footer .sitemap ul {
    padding-left: 0;
    padding-top: 10px
}

.annual-report-page-wrapper footer .sitemap ul li {
    display: inline-block
}

.annual-report-page-wrapper footer .social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #a69b91;
    border-radius: 50px;
    margin-right: 5px;
    background: #a69b91
}

.annual-report-page-wrapper footer .social-links a i {
    font-size: 18px;
    color: #242424;
    text-align: center;
    width: 100%;
    padding-top: 4px
}

.annual-report-page-wrapper .fp-tableCell .container {
    max-width: 100%
}

.annual-report-page-wrapper section.backgroundImage h2 {
    font-size: 54px;
    line-height: 58px
}

.annual-report-page-wrapper section.backgroundImage h2 span.title {
    color: #fff;
    display: inline-block;
    font-family: MuseoSans-100;
    font-size: 54px;
    line-height: 58px
}

.annual-report-page-wrapper section.backgroundImage h2 span sup {
    color: #fff;
    font-size: 22px;
    font-family: MuseoSans-100;
    top: -1em;
    position: relative
}

.annual-report-page-wrapper section.backgroundImage p {
    color: #fff;
    font-size: 20px;
    line-height: 24px
}

.annual-report-page-wrapper section.primaryBackground {
    background-color: #f5f5f5
}

.annual-report-page-wrapper section .headline-heading {
    display: block;
    position: relative;
    margin-top: 55px
}

.annual-report-page-wrapper section .headline-heading h2 {
    color: #f26b21;
    font-family: Museo_Slab100;
    margin: 20px 0 30px
}

.annual-report-page-wrapper #headline-section .bodycopy {
    font-family: MuseoSans-100;
    margin-bottom: 50px
}

.annual-report-page-wrapper #headline-section .bodycopy ul {
    list-style: disc;
    display: block
}

.annual-report-page-wrapper #headline-section .bodycopy ul li {
    color: #f26b21;
    font-weight: 100
}

.annual-report-page-wrapper #headline-section .bodycopy ul li span {
    color: #000
}

.annual-report-page-wrapper #downloads-section .media {
    padding: 10px;
    margin-bottom: 10px;
    max-height: 100%;
    height: 100%
}

.annual-report-page-wrapper #downloads-section .media:first-child {
    margin-top: 0
}

.annual-report-page-wrapper #downloads-section .media .media-body {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative
}

.annual-report-page-wrapper #downloads-section .media .media-body p {
    padding: 0;
    margin: 15px 0 0;
    position: relative;
    font-size: 18px;
    line-height: 24px
}

.annual-report-page-wrapper #downloads-section .media .media-body p:nth-child(3) {
    bottom: 0;
    position: absolute
}

.annual-report-page-wrapper #downloads-section .media .media-body h4 {
    padding: 0;
    margin: 0;
    color: #f26b21!important;
    font-family: MuseoSans-300!important;
    font-size: 20px;
    line-height: 22px
}

.annual-report-page-wrapper #downloads-section .downloads .d-p-media-object {
    background: #f4f2f1
}

.annual-report-page-wrapper #downloads-section .downloads .d-p-media-object .media img.media-object,
.annual-report-page-wrapper #downloads-section .downloads .d-p-media-object .media svg {
    width: 100%;
    height: auto;
    position: relative;
    left: 50px;
    top: 25px
}

.annual-report-page-wrapper #downloads-section .downloads .d-p-media-object .media .media-right {
    padding-left: 0
}

.annual-report-page-wrapper #downloads-section .downloads .d-p-media-object .media .media-right .media-body {
    padding-right: 1em;
    width: auto
}

.annual-report-page-wrapper #highlights-section .add-divider,
.annual-report-page-wrapper #what-we-do-section .add-divider {
    padding-right: 80px;
    border-right: 1px solid #000
}

.annual-report-page-wrapper #downloads-section .downloads .add-divider:nth-child(odd) .d-p-media-object .media .media-right {
    vertical-align: middle;
    left: -25px;
    top: -10px;
    position: relative
}

.annual-report-page-wrapper #downloads-section h3.page-title {
    margin-bottom: 40px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px
}

.annual-report-page-wrapper #highlights-section .add-padding {
    padding-left: 80px
}

.annual-report-page-wrapper #highlights-section .add-padding h4 {
    color: #f26b21
}

.annual-report-page-wrapper #highlights-section h1 {
    color: #f26b21;
    font-weight: 200;
    font-family: Museo_Slab100
}

.annual-report-page-wrapper #highlights-section h3 {
    font-size: 20px;
    line-height: 22px;
    color: #f26b21
}

.annual-report-page-wrapper #highlights-section h3.page-title {
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    line-height: 28px
}

.annual-report-page-wrapper #highlights-section .bodycopy ul {
    padding-left: 36px
}

.annual-report-page-wrapper #highlights-section .bodycopy ul li {
    color: #333;
    font-size: 16px;
    line-height: 23px;
    font-family: MuseoSans-300;
    text-align: left
}

.annual-report-page-wrapper #highlights-section .bodycopy ul li:before {
    content: "\f111";
    font-family: fontawesome;
    font-size: 6px;
    margin-right: -6px;
    color: #f26b21;
    vertical-align: middle;
    top: -1px;
    position: relative;
    left: -14px
}

.annual-report-page-wrapper #highlights-section .bodycopy ul li ul {
    list-style-type: none;
    padding-left: 15px
}

.annual-report-page-wrapper #highlights-section .bodycopy ul li ul li:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
    margin-right: -6px;
    color: #f26b21
}

.annual-report-page-wrapper #what-we-do-section h3.page-title {
    font-size: 18px;
    line-height: 28px;
    font-family: MuseoSans-300;
    margin: 20px 0;
    color: #f26b21
}

.annual-report-page-wrapper #what-we-do-section h1.page-title {
    margin: 0;
    font-family: Museo_Slab100;
    font-size: 37px;
    line-height: 37px;
    color: #f26b21
}

.annual-report-page-wrapper #what-we-do-section h2.page-title {
    font-family: MuseoSans-100;
    margin-bottom: 35px;
    font-size: 37px
}

.annual-report-page-wrapper #what-we-do-section .add-divider h3 {
    position: relative;
    bottom: -25px;
    color: #f26b21
}

.annual-report-page-wrapper #what-we-do-section .add-divider .ccm-layout-column-wrapper {
    margin-top: 50px
}

.annual-report-page-wrapper #what-we-do-section .add-divider h1 {
    color: #f26b21
}

.annual-report-page-wrapper #what-we-do-section .add-divider p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-weight: 200
}

.annual-report-page-wrapper #what-we-do-section .add-padding {
    padding-left: 80px
}

.annual-report-page-wrapper #what-we-do-section .add-padding p {
    font-size: 16px;
    line-height: 23px;
    color: #333
}

.annual-report-page-wrapper #what-we-do-section .add-padding ul {
    display: inline-block
}

.annual-report-page-wrapper #what-we-do-section .add-padding ul li {
    padding: 0 0 10px;
    margin-bottom: 20px
}

.annual-report-page-wrapper #what-we-do-section .add-padding ul li img {
    width: 65px;
    height: 65px
}

.annual-report-page-wrapper #what-we-do-section .add-padding ul li h4 {
    font-size: 14px;
    line-height: 19px;
    color: #f26b21;
    font-family: MuseoSans-500;
    margin-bottom: 5px
}

.annual-report-page-wrapper #what-we-do-section .bodycopy {
    margin-top: 15px
}

.annual-report-page-wrapper #what-we-do-section .bodycopy p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 23px;
    font-family: MuseoSans-300;
    color: #333
}

.annual-report-page-wrapper #what-we-do-section h3 {
    font-family: MuseoSans-300;
    font-size: 20px;
    line-height: 22px
}

.annual-report-page-wrapper #what-we-do-section h1 {
    text-align: left;
    font-family: Museo_Slab100
}

.annual-report-page-wrapper #our-products-in-action-section h3.page-title {
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0
}

.annual-report-page-wrapper #our-products-in-action-section .overlay p {
    font-size: 14px;
    line-height: 19px;
    font-family: MuseoSans-300
}

.annual-report-page-wrapper #our-products-in-action-section .overlay h1 {
    font-family: MuseoSans-900!important;
    font-weight: 700
}

.annual-report-page-wrapper #our-products-in-action-section .swiper-slide:first-child img {
    width: 1890px
}

.annual-report-page-wrapper #our-products-in-action-section .swiper-slide:last-child img {
    width: 1330px
}

.annual-report-page-wrapper #report-section h3.page-title {
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    line-height: 28px
}

.annual-report-page-wrapper #report-section .add-divider {
    padding-right: 40px
}

.annual-report-page-wrapper #report-section .add-divider h1 {
    font-size: 39px;
    line-height: 39px;
    font-family: MuseoSans-100
}

.annual-report-page-wrapper #report-section .add-divider h3.descp {
    padding: 20px 0 40px;
    color: #000;
    font-size: 25px;
    line-height: 31.5px;
    font-family: MuseoSans-300;
    font-weight: 200
}

.annual-report-page-wrapper #report-section .add-divider h3.descp:before {
    content: url(../images/speech.png);
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.annual-report-page-wrapper #report-section .bodycopy p {
    color: #f26b21;
    font-size: 18px;
    line-height: 19px;
    font-family: MuseoSans-300;
    margin-bottom: 20px
}

.annual-report-page-wrapper #report-section .bodycopy ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 20px
}

.annual-report-page-wrapper #report-section .bodycopy ul li {
    color: #f26b21;
    font-size: 16px;
    line-height: 23px
}

#fp-nav.right {
    right: 35px
}

#fp-nav ul li .fp-tooltip.right {
    color: #f26b21
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background-color: #ebe7e5;
    height: 20px;
    width: 20px;
    margin: -2px 0 0 -2px;
    border-radius: 100%
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 20px
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-radius: 0!important;
    background: #9b9b9b
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background-color: #ebe7e5;
    height: 20px;
    width: 20px;
    margin: -2px 0 0 -2px;
    border-radius: 100%
}

.modal-body p {
    font-size: 16px;
    line-height: 23px;
    font-family: MuseoSans-300;
    color: #333;
    font-weight: 400
}

#fp-nav ul li:last-child {
    display: none
}

.d-p-media-object .media .media-right {
    padding-left: 0
}

@media (min-width:1366px) {
    .annual-report-page-wrapper .fp-tableCell .container {
        width: 1438px
    }
}

@media (max-width:991px) {
    .annual-report-page-wrapper #highlights-section .add-divider,
    .annual-report-page-wrapper #what-we-do-section .add-divider,
    .annual-report-page-wrapper footer a {
        border-right: none
    }
    .annual-report-page-wrapper .logo img {
        float: left;
        top: 0
    }
    .annual-report-page-wrapper .logo-name {
        top: 15px;
        margin-bottom: 10px;
        font-family: 'Museo Sans W01_500'!important
    }
    .annual-report-page-wrapper .btn-burger {
        padding-top: 0;
        margin-right: 10px
    }
    .annual-report-page-wrapper footer .sitemap {
        padding-left: 15px!important
    }
    .annual-report-page-wrapper footer .disclaimer p {
        font-size: 12px;
        line-height: 18px;
        width: 100%
    }
    .annual-report-page-wrapper #site-nav ul li {
        margin-bottom: 10px
    }
    .annual-report-page-wrapper #site-nav ul li a {
        font-weight: 300
    }
    .navigation.text-right {
        overflow: hidden
    }
    .annual-report-page-wrapper #what-we-do-section .add-padding {
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .annual-report-page-wrapper #site-nav ul li {
        margin-bottom: 20px
    }
    .annual-report-page-wrapper footer {
        padding-top: 60px!important
    }
    .annual-report-page-wrapper footer .media,
    .annual-report-page-wrapper footer .sitemap {
        padding-left: 0!important
    }
    .annual-report-page-wrapper footer .sitemap p a {
        padding-right: 10px!important;
        padding-left: 3px
    }
    .annual-report-page-wrapper section .headline-heading .card {
        text-align: left;
        width: 645px
    }
    .annual-report-page-wrapper #downloads-section,
    .annual-report-page-wrapper #downloads-section .fp-tableCell,
    .annual-report-page-wrapper #highlights-section .fp-tableCell,
    .annual-report-page-wrapper #report-section .fp-tableCell,
    .annual-report-page-wrapper #what-we-do-section,
    .annual-report-page-wrapper #what-we-do-section .fp-tableCell {
        text-align: left;
        height: auto!important
    }
    .annual-report-page-wrapper .section h1 {
        font-size: 37px;
        line-height: 37px
    }
    .ccm-page footer .media {
        margin-top: -30px;
        margin-bottom: 20px;
        padding-left: 0!important
    }
    .ccm-page footer .sitemap p a {
        padding-left: 3px
    }
    .ccm-page #report-section .bodycopy {
        margin-top: -30px
    }
}

@media (min-width:768px) {
    .ccm-page .d-p-media-object .media-middle {
        vertical-align: middle;
        left: -25px;
        top: -10px;
        position: relative
    }
}

.inv-banner-section {
    position: relative;
    padding: 80px 0
}

.inv-banner-section .share-price-box {
    position: absolute;
    top: -72px;
    border: 1px solid #fff;
    padding: 14px;
    right: 0
}

.inv-banner-section .share-price-box .frame-box iframe#banner-widget {
    width: 275px;
    height: 145px
}

.inv-banner-section .share-price-box .price-title {
    margin: 0;
    font-size: 15.12px;
    font-family: Museo_Slab_700
}

.inv-banner-section .share-price-box .price-sec-title {
    font-size: 28.08px;
    color: #fff;
    margin: 5px 0;
    font-family: Museo_Slab100
}

.inv-banner-section .share-price-box .price-value {
    font-size: 12px;
    color: #fff
}

.inv-banner-section .share-price-box .price-descp {
    font-size: 8.64px;
    color: #b2a499;
    margin: 0
}

.investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list .social-icon-black,
.investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list li .inv-mail {
    font-size: 17.28px
}

.investor-left-section .sidebar-content .right-sidebar li p {
    margin-bottom: 6px
}

.investor-left-section .sidebar-content .right-sidebar.page-link-list {
    margin-bottom: 0
}

.investor-left-section .sidebar-content .right-sidebar.alert-link-section {
    background-color: #b2a499;
    padding: 14px 10px 10px
}

.investor-left-section .sidebar-content .right-sidebar.more-info-section {
    background-color: transparent;
    padding-top: 35px
}

.investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list .social-icon-black:hover {
    color: #1d1d1b
}

.investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list .inv-icon i {
    color: #b1a398;
    padding-right: 5px
}

.investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list li .inv-mail i {
    color: #b1a398
}

.investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list li .inv-mail span {
    color: #40b5e6;
    font-size: 17.28px
}

.investor-left-section .sidebar-content .right-sidebar .sec-title {
    font-size: 12.96px
}

.investor-left-section .investor-director-section .section-title {
    margin-top: 0
}

.investor-left-section .shareholder-section {
    padding-left: 8px
}

.investor-left-section .shareholder-section.reports-list-section .content .inv-sec p {
    margin-bottom: 45px
}

.investor-left-section .shareholder-section.reports-list-section .content .inv-sec .yr-descp p {
    margin-bottom: 9px
}

.investor-left-section .shareholder-section .content {
    padding-bottom: 82px
}

.investor-left-section .shareholder-section .content .inv-sec .section-title {
    margin-top: 0;
    font-family: Museo_Slab100;
    font-size: 28.08px
}

.investor-left-section .shareholder-section .content .inv-sec p {
    margin-bottom: 6px;
    line-height: 1.3
}

.investor-left-section .director-committe-section .content {
    padding-top: 0;
    padding-bottom: 0
}

.investor-left-section .director-committe-section .content a {
    color: #b2a499;
    font-size: 17.28px
}

.investor-left-section .director-committe-section .content a i {
    font-size: 10px;
    padding-right: 2px;
    position: relative;
    top: -2px
}

.investor-left-section .director-committe-section .content .name-title {
    font-size: 17.28px
}

.investor-left-section .director-committe-section .content .sub-member-list,
.investor-left-section .inv-rule-list h2.section-title {
    margin-top: 0
}

.investor-left-section .inv-rule-list .inv-rulelist {
    padding-bottom: 2px;
    padding-top: 12px
}

.investor-left-section .inv-rule-list .inv-rulelist li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ece8e6;
    padding: 20px 0
}

.investor-left-section .inv-rule-list .inv-rulelist li .descp,
.investor-left-section .inv-rule-list .inv-rulelist li .link,
.investor-left-section .inv-rule-list .inv-rulelist li p {
    margin-bottom: 0;
    font-family: MuseoSans_700;
    color: #1d1d1b;
    font-size: 17.28px
}

.investor-left-section .inv-rule-list .inv-rulelist li p {
    font-family: MuseoSans-100
}

.investor-left-section .inv-rule-list .inv-rulelist li p strong {
    padding-bottom: 8px;
    display: inline-block
}

.investor-left-section .inv-rule-list .inv-rulelist li .link {
    flex-grow: 1;
    text-align: right
}

.investor-left-section .inv-rule-list .inv-rulelist li .link a {
    color: #b2a499
}

.investor-left-section .inv-rule-list .inv-rulelist li .link a i {
    font-size: 10px;
    padding-right: 2px;
    position: relative;
    top: -2px
}

.investor-left-section .regulatory-news-outer-box .content {
    padding-bottom: 70px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section h2.section-title {
    margin-top: 0;
    margin-bottom: 78px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .custom-col .news-btn {
    min-width: 100%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .custom-col .reset-btn {
    min-width: 100px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box h2.title,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box label.title {
    background-color: #ece8e6;
    font-size: 17.28px;
    padding: 5px;
    margin-bottom: 5px;
    color: #1b1b1b
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .form-group,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager {
    margin-bottom: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group input {
    width: 66.6%;
    border-radius: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group input:active,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group input:focus {
    outline: 0;
    box-shadow: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn {
    padding-right: 0;
    padding-left: 0;
    width: 33.33333333%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn .button {
    width: 100%;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    border: 1px solid #ccc
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn .button:active,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn .button:focus {
    outline: 0;
    box-shadow: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn .button:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #b2a499 transparent transparent;
    position: absolute;
    top: 13px;
    right: 8px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn .dropdown-menu {
    padding: 5px;
    z-index: 998;
    margin-top: 0;
    border-radius: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn .dropdown-menu a.dropdown-item {
    display: block;
    padding: 3px 8px;
    color: #1d1d1b
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn.form-select {
    border: 1px solid #ccc;
    position: relative
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn.form-select .select2-container .select2-selection {
    height: 32px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn.form-select .select2-container .select2-selection .select2-selection__rendered {
    line-height: 32px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn.form-select .select2-container .select2-selection .select2-selection__arrow {
    background: 0 0;
    right: 0;
    top: 0;
    transform: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .search-section .input-group-btn.form-select .select2-container .select2-selection .select2-selection__arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #b2a499 transparent transparent;
    position: absolute;
    top: 13px;
    right: 8px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group {
    width: 100%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group button {
    width: 100%;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group button:active,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group button:focus {
    outline: 0;
    box-shadow: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group button .caret {
    position: absolute;
    right: 10px;
    top: 48%;
    color: #b2a499
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group .dropdown-menu {
    padding: 5px;
    min-width: 100%;
    z-index: 998;
    margin-top: 0;
    border-radius: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group .dropdown-menu li a {
    padding: 3px 8px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group .dropdown-menu li a:hover {
    background-color: transparent
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group.form-select {
    border: 1px solid #ccc;
    position: relative
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group.form-select .select2-container .select2-selection {
    height: 32px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group.form-select .select2-container .select2-selection .select2-selection__rendered {
    line-height: 32px;
    font-size: 14.4px;
    color: #b2a499;
    font-family: MuseoSans-100
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group.form-select .select2-container .select2-selection .select2-selection__arrow {
    background: 0 0;
    right: 0;
    top: 0;
    transform: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .date-section .custom-col .btn-group.form-select .select2-container .select2-selection .select2-selection__arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #b2a499 transparent transparent;
    position: absolute;
    top: 13px;
    right: 8px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .category-section .custom-col.col-md-12,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .filter-section-box .show-section .custom-col.col-md-12 {
    padding: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table {
    width: 100%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr:first-child th {
    border-bottom: none
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr td,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr th {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr th:first-child {
    width: 30%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr th:nth-child(2) {
    width: 60%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr th:last-child {
    width: 10%
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .regulatory-news-table tr td a img {
    width: 30px;
    height: 30px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination {
    display: block
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li {
    position: relative
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li:nth-child(1):before {
    position: absolute;
    content: "\00AB";
    font-size: 14px;
    color: #1b1b1b;
    width: 10px;
    height: 10px;
    top: -2px;
    left: -3px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li:nth-child(2) {
    border-right: 1px solid #ddd;
    padding-right: 5px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li:nth-child(2):before {
    position: absolute;
    content: "\2039";
    font-size: 14px;
    color: #1b1b1b;
    width: 10px;
    height: 10px;
    left: -3px;
    top: -2px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li:nth-child(3):before {
    position: absolute;
    content: "\203A";
    font-size: 14px;
    color: #1b1b1b;
    width: 10px;
    height: 10px;
    right: -3px;
    top: -2px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li:nth-child(4):before {
    position: absolute;
    content: "\00BB";
    font-size: 14px;
    color: #1b1b1b;
    width: 10px;
    height: 10px;
    right: -3px;
    top: -2px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li .list-link {
    border: none;
    color: #b1a398;
    padding: 5px 8px
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li .list-link:focus,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li .list-link:hover {
    background-color: transparent
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li .list-link.active,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination .pager li .list-link:active {
    color: #1b1b1b
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .news-list .pagination p {
    font-size: 14px;
    color: #b1a398
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box label.title {
    width: 100%;
    background-color: #ece8e6;
    font-size: 17.28px;
    padding: 5px;
    margin-bottom: 5px;
    color: #1b1b1b;
    font-weight: 500
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box input {
    outline: 0;
    border-radius: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box input:active,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box input:focus {
    outline: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .col-md-6:first-child,
.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .col-md-6:nth-child(2) {
    padding-left: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .col-md-6:nth-child(1) .learnmore-btn {
    background-color: #b2a499;
    color: #fff
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .col-md-6:nth-child(1) .learnmore-btn:hover {
    color: #1b1b1b
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .col-md-6:nth-child(2) {
    padding-right: 0
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .col-md-6:nth-child(2) .learnmore-btn {
    background-color: #ece8e6
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn .learnmore-btn {
    width: 100%;
    text-align: center
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn p {
    font-size: 14px;
    color: #b1a398;
    padding-top: 10px;
    display: inline-block
}

.investor-left-section .regulatory-news-outer-box .regulatory-news-section .email-alert-form .filter-section-box .email-login-btn p i {
    font-size: 9px;
    position: relative;
    top: -2px;
    padding-right: 5px
}

.investor-left-section .regulatory-news-outer-box .frame-outer-box {
    margin-top: 22px
}

.investor-left-section .share-price-section-outer-box .content {
    padding-bottom: 62px
}

.investor-left-section .share-price-section-outer-box .share-price-section h2.section-title {
    margin-top: 0;
    margin-bottom: 67px
}

.investor-left-section .share-price-section-outer-box .share-price-section .price-list {
    display: inline-block;
    width: 100%;
    background-color: #ece8e6;
    margin-top: 16px
}

.investor-left-section .share-price-section-outer-box .share-price-section .price-list li {
    float: left;
    margin-right: 2px;
    border-right: 2px solid #fff
}

.investor-left-section .share-price-section-outer-box .share-price-section .price-list li:last-child {
    border-right: none;
    margin-right: 0
}

.investor-left-section .share-price-section-outer-box .share-price-section .price-list li a {
    padding: 5px 20px 5px 5px;
    color: #1b1b1b;
    display: inline-block;
    background-color: #ece8e6;
    text-align: left;
    min-width: 80px;
    font-size: 17.28px;
    font-family: Museo_Slab100
}

.investor-left-section .share-price-section-outer-box .share-price-section .price-list li a i {
    color: #fff;
    font-size: 10px;
    padding-right: 5px
}

.investor-left-section .share-price-section-outer-box .frame-outer-box {
    margin-top: 0
}

.investor-left-section .reports-list-section .content {
    padding-bottom: 82px
}

.investor-left-section .reports-list-section h2.section-title {
    font-family: Museo_Slab100;
    color: #ff6a00;
    font-size: 28.08px;
    text-align: left;
    transform: scaleX(1.0001);
    margin-top: 0;
    margin-bottom: 80px
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list {
    border-bottom: none
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list li {
    position: relative
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list li.active a {
    background-color: #ece8e6;
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #1b1b1b
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list li.active a i {
    color: #fff
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list li a {
    border: 1px solid #ddd;
    color: #b2a499;
    background-color: #fff;
    margin-right: 2px;
    padding: 5px 10px
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list li a:after {
    position: absolute;
    width: 2px;
    height: 35px;
    content: "";
    background: #fff;
    top: -1px;
    right: -3px
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .yr-list li a i {
    font-size: 10px;
    margin-right: 5px
}

.investor-left-section .reports-list-section .current-yr-section.all-yr-section .current-yr-table table tr:last-child td,
.investor-left-section .reports-list-section .current-yr-section.other-yr-section .current-yr-table table tr:last-child td {
    border-bottom: 1px solid #ddd
}

.investor-left-section .reports-list-section .current-yr-section .yr-list {
    background-color: #ece8e6;
    border-bottom: none;
    margin-bottom: 15px
}

.investor-left-section .reports-list-section .current-yr-section .yr-list li {
    margin-bottom: 0
}

.investor-left-section .reports-list-section .current-yr-section .yr-list li.active a {
    background-color: #ece8e6;
    border: none;
    color: #1b1b1b
}

.investor-left-section .reports-list-section .current-yr-section .yr-list li.active a:hover {
    background-color: transparent
}

.investor-left-section .reports-list-section .current-yr-section .yr-list li a {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 0
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr td:first-child,
.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr th:first-child,
.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr:first-child td:first-child {
    padding-left: 0
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr td:last-child,
.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr:first-child td:last-child {
    padding-right: 0
}

.investor-left-section .reports-list-section .current-yr-section .yr-list li a:hover {
    background-color: transparent;
    color: #1b1b1b
}

.investor-left-section .reports-list-section .current-yr-section .yr-list li a:hover i {
    color: #fff
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr:first-child td {
    border-top: none
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr:last-child td {
    border-bottom: 2px solid #ddd
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr th {
    border-bottom: none;
    font-family: MuseoSans_700;
    color: #1d1d1b;
    font-size: 12.96px
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr th:last-child {
    text-align: right;
    padding-right: 0
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr td {
    border-bottom: 1px solid #ddd;
    font-family: MuseoSans-300;
    color: #1d1d1b;
    font-size: 17.28px;
    transform: scaleX(1.0001);
    cursor: pointer
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr td a {
    color: #1d1d1b;
    display: block
}

.investor-left-section .reports-list-section .current-yr-section .current-yr-table table tr td a.download-icon img {
    width: 26px;
    height: 26px
}

.investor-left-section .reports-list-section .yr-descp h3.title {
    font-family: MuseoSans_700;
    color: #1d1d1b;
    font-size: 10.8px;
    margin-bottom: 9px
}

.investor-left-section .reports-list-section .yr-descp p {
    font-family: MuseoSans-300;
    color: #1d1d1b;
    font-size: 10.8px;
    margin-bottom: 9px
}

.investor-left-section .overview-section .content {
    padding-bottom: 90px
}

.investor-left-section .overview-section h2.section-title {
    margin-top: 0
}

.investor-left-section .overview-section h2.section-title.register-title {
    padding: 0 .3em;
    font-size: 26px
}

.investor-left-section .overview-section .share-price-box h3.title {
    background: #ece8e6;
    font-family: Museo_Slab100;
    color: #ff6a00;
    font-size: 28.08px;
    padding: 10px 5px 35px;
    margin-bottom: 5px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box {
    border: 1px solid #ddd;
    padding: 38px 0;
    margin-bottom: 5px;
    height: 362px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.annual-report {
    padding: 0;
    background: #ece8e6
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box {
    padding: 38px 24px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table {
    width: 100%
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr {
    border-bottom: 1px solid #ddd
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr:first-child td {
    padding: 0 0 10px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr:last-child {
    border-bottom: none
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr td {
    font-family: MuseoSans-300;
    color: #b2a499;
    font-size: 12.96px;
    padding: 5px 0 10px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr td i {
    color: #b2a499;
    font-size: 10px;
    margin-right: 5px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr td span {
    color: #1b1b1b;
    font-family: MuseoSans-500
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box.overview-regulatory-news-box .overview-regulatory-news-table tbody tr td a img {
    width: 26px;
    height: 26px
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box .main-title {
    font-family: Museo_Slab_700;
    color: #ff6a00;
    font-size: 23.76px;
    margin-top: 0
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box span.price-date-list {
    color: #b2a499
}

.investor-left-section .overview-section .share-price-box .share-price-descp-box img {
    margin: 0 auto;
    height: 362px
}

.investor-left-section .overview-section .share-price-box.annual-report .learnmore-btn {
    display: block
}

.investor-left-section .overview-section .share-price-box .learnmore-btn {
    width: 100%;
    color: #fff
}

.investor-left-section .overview-section .share-price-box .learnmore-btn:hover {
    color: #1b1b1b
}

.investor-left-section .advisor-list-section .advisor-list .custom-col:last-child .advisor-detail-list {
    padding-bottom: 25px;
    margin-bottom: 0
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list {
    border-bottom: 1px solid #d8d2cc;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list h3.main-title br {
    display: block
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list h3.main-title,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list h4.sub-title {
    margin: 0 0 10px;
    font-size: 17.28px;
    color: #b2a499
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list h4.sub-title {
    color: #1d1d1b;
    margin: 0 0 8px
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list p {
    font-family: MuseoSans-100;
    font-size: 17.28px;
    color: #1d1d1b;
    margin: 0
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .contact-list li a,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .contact-list li p,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .email-list li a,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .email-list li p {
    font-family: MuseoSans-100;
    font-size: 17.28px;
    color: #1d1d1b;
    margin-bottom: 0
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .contact-list li a span,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .contact-list li p span,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .email-list li a span,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .email-list li p span {
    padding-right: 5px
}

.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .contact-list li a span.social-icon-black:hover,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .contact-list li p span.social-icon-black:hover,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .email-list li a span.social-icon-black:hover,
.investor-left-section .advisor-list-section .advisor-list .advisor-detail-list .email-list li p span.social-icon-black:hover {
    color: #b1a398
}

.investor-left-section .register-alerts-section .login-alerts-list {
    width: 100%;
    height: 270px
}

.investor-left-section .register-alerts-section .register-alerts-list {
    width: 100%;
    height: 670px;
    display: block
}

.investor-left-section .register-sec .register-btn {
    min-width: 100%
}

.investor-left-section .register-sec .custom-col {
    padding-left: 10px;
    padding-right: 10px
}

.select2-results__options .select2-results__option .select2-results__group {
    padding: 0 0 0 6px!important
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 6px!important
}

.frame-outer-box-descp {
    margin-top: 45px
}

.frame-outer-box .share-price-box {
    height: 100%
}

.frame-outer-box .share-price-box .frame-box {
    height: calc(100% - 108px);
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px
}

.frame-outer-box .share-price-box .frame-box iframe.share-price {
    width: 100%;
    height: 362px;
    padding: 32px 0
}

.frame-outer-box .share-price-box .frame-box iframe.share-price.price-chart {
    padding: 24px 0
}

.frame-outer-box .share-price-box .frame-box iframe.share-price.rns-news {
    width: 100%;
    height: 362px;
    padding: 25px
}

.frame-outer-box .share-price-box .frame-box iframe.share-price#share-price {
    padding: 75px 0
}

.frame-outer-box .rns-newslist-box .frame-box .rns-news-list {
    width: 100%;
    height: 1080px
}

.frame-outer-box .rns-newslist-box .frame-box .rns-news-list.email-alert {
    height: 270px
}

.frame-outer-box .rns-newslist-box .frame-box .login-link iframe.login-alerts-list-box {
    display: none
}

.frame-outer-box .share-price-outer-box .frame-box .share-price-chart-box {
    width: 100%;
    height: 740px
}

@media screen and (min-width:1200px) and (max-width:2600px) {
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 680px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .frame-outer-box .share-price-box .annual-report-btn .learnmore-btn {
        width: 100%;
        min-width: 100%
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price,
    .investor-left-section .overview-section .share-price-box .share-price-descp-box.annual-report,
    .investor-left-section .overview-section .share-price-box .share-price-descp-box.annual-report img {
        height: 400px
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price.price-chart {
        padding: 40px 0
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price.rns-news {
        height: 400px;
        padding: 32px 25px
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list {
        height: 1100px
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list.email-alert {
        height: 710px
    }
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 740px
    }
    .investor-left-section .register-alerts-section .login-alerts-list {
        height: 290px
    }
}

@media screen and (min-width:991px) and (max-width:1023px) {
    .frame-outer-box .share-price-box .frame-box iframe.share-price,
    .investor-left-section .overview-section .share-price-box .share-price-descp-box img,
    .investor-left-section .overview-section .share-price-box .share-price-descp-box.annual-report {
        height: 380px
    }
    .frame-outer-box .share-price-box .annual-report-btn .learnmore-btn {
        margin-bottom: 5px;
        min-width: 100%
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price.price-chart {
        padding: 40px 0
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price.rns-news {
        height: 380px;
        padding: 22px
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list {
        height: 1340px
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list.email-alert {
        height: 960px
    }
    .frame-outer-box .share-price-outer-box .frame-box .share-price-chart-box {
        height: 1020px
    }
    .investor-left-section .register-alerts-section .login-alerts-list {
        height: 390px
    }
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 990px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .frame-outer-box .share-price-outer-box .frame-box .share-price-chart-box {
        height: 1040px
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price,
    .investor-left-section .overview-section .share-price-box .share-price-descp-box img,
    .investor-left-section .overview-section .share-price-box .share-price-descp-box.annual-report {
        height: 340px
    }
    .frame-outer-box .share-price-box .annual-report-btn .learnmore-btn {
        margin-bottom: 5px;
        width: 100%
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price.price-chart {
        padding: 0
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price.rns-news {
        height: 340px;
        padding: 25px
    }
    .frame-outer-box .share-price-box .frame-box iframe.share-price#share-price {
        padding: 68px 0
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list {
        height: 1310px
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list.email-alert {
        height: 960px
    }
    .investor-left-section .register-alerts-section .login-alerts-list {
        height: 400px
    }
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 1000px
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .frame-outer-box .share-price-box.share-chart-box {
        margin-top: 15px
    }
    .frame-outer-box .share-price-box .annual-report-btn .learnmore-btn {
        margin-bottom: 5px;
        width: 100%
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list {
        height: 1360px
    }
    .frame-outer-box .rns-newslist-box .frame-box .rns-news-list.email-alert {
        height: 1000px
    }
    .frame-outer-box .share-price-outer-box .frame-box .share-price-chart-box {
        height: 1030px
    }
    .inv-banner-section .share-price-box {
        position: relative;
        top: 10px
    }
    .inv-banner-section .share-price-box .frame-box {
        text-align: center
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    .investor-left-section .register-alerts-section .login-alerts-list {
        height: 300px
    }
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 760px
    }
}

@media screen and (min-width:480px) and (max-width:639px) {
    .investor-left-section .register-alerts-section .login-alerts-list {
        height: 420px
    }
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 990px
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .investor-left-section .register-alerts-section .login-alerts-list {
        height: 420px
    }
    .investor-left-section .register-alerts-section .register-alerts-list {
        height: 1130px
    }
}

@media screen and (min-width:360px) and (max-width:640px) {
    .frame-outer-box .share-price-box .frame-box iframe.share-price,
    .frame-outer-box .share-price-box .frame-box iframe.share-price.rns-news {
        height: 390px;
        padding: 28px 6px
    }
}

@media screen and (min-width:320px) and (max-width:991px) {
    .investor-left-section .sidebar-content .right-sidebar.more-info-section .library-list li .inv-mail span {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media screen and (min-width:1680px) and (max-width:2600px) {
    .unsubscribe-outer-box .input-box-wrap {
        margin-left: 7%
    }
}

@media screen and (min-width:1441px) {
    .data-section .wd-fusion-image .fusion-logo {
        width: 90%
    }
}

@media screen and (min-width:1366px) and (max-width:1600px) {
    .plugin-list-wrapper .title-wrapper .title h3 {
        font-size: 27px
    }
}

@media screen and (min-width:768px) {
    .investor-left-section .sidebar-content {
        float: left
    }
    .container-fluid>.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px
    }
    .sidebar-content {
        width: 275px;
        float: right;
        max-width: 100%;
        margin-bottom: 20px
    }
    .press-wrapper .col-sm-8.pr-0 {
        padding-right: 0
    }
    .newsletter-section .title,
    .trial-feature-section .custom-col {
        margin-bottom: 0
    }
    .quote-section p {
        max-width: 99%
    }
    .product-page-wrapper .feature-list-wrapper .feat .desc {
        width: 324px;
        max-width: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .feature-section .service-box .media-right .rightimg-box .servicebg-img {
        width: 72px;
        height: 72px
    }
    .info-wrap .media .media-body .info-list li {
        padding-right: 22px
    }
    .info-wrap .media .media-body .info-list li a:after {
        right: 8px
    }
    .feature-section .custom-col .service-box .media-right .rightimg-box {
        padding: 20px
    }
    .feature-section .custom-col .service-box .media-right .rightimg-box .servicebg-img {
        width: 75px;
        height: 75px
    }
    .plugin-list-wrapper .title-wrapper .title h3,
    .plugin-list-wrapper ul li a h4 {
        font-size: 22px
    }
    .newsletter-section .title,
    .product-page-wrapper .quick-start-guide-wrapper section .desc-wrapper h3 {
        font-size: 28px
    }
    .site-header .row-middle .tagline {
        position: relative;
        left: 8%
    }
}

@media screen and (max-width:991px) {
    .casestudy-customer-wrap .eqcolumn-box,
    .navbar-toggle {
        display: block
    }
    .sec-title {
        margin-bottom: 28px
    }
    .trial-feature-section .asksec-icon {
        width: 85px
    }
    .product-page-wrapper .product-info .desc {
        max-width: 100%
    }
    .casestudy-customer-wrap .eqcolumn-box .custom-col .eqcol-wrap .wrapper,
    .data-section .content-col.discover-cont {
        margin-top: 10px
    }
    .newsletter-section .title,
    .page-wrapper .quick-start-guide-wrapper.q-wrapper section,
    .product-page-wrapper .quick-start-guide-wrapper section .desc-wrapper h3 {
        font-size: 22px;
        line-height: 1.2
    }
    .download-box-wrap .modal-dialog {
        width: calc(100% - 20px)
    }
    .subscription-preferences .first-box:first-child {
        padding-right: 15px
    }
    .idea-technology-section.career-box-page .equal-box .custom-col:first-child {
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .site-header .main-logo {
        margin-top: 15px
    }
    .site-header .row-middle .tagline {
        margin: 20px 0 10px
    }
    .site-header .navbar .main-nav>li>a {
        margin: 0 10px
    }
    .casestudy-customer-wrap .video-wrapper img,
    .idea-technology-section .video-wrapper img {
        margin: 0 auto
    }
    .feature-section .service-box .media-body h4 {
        word-break: break-word
    }
    .casestudy-customer-wrap .custom-row .custom-col p,
    .idea-technology-section .box-wrap {
        max-width: 100%
    }
    .idea-technology-section .box-wrap p {
        min-height: auto
    }
    .info-wrap .media .media-body .info-list.mob-call-list li,
    .info-wrap .media .media-body .info-list.mob-info-list li {
        width: 50%
    }
    .info-wrap .media .media-body .info-list.mob-info-list li:nth-child(2n+2) a:after {
        display: none
    }
    .product-page-wrapper .feature-list-wrapper .feat,
    .wd-fusion-wrapper .plugin-features-wrapper .feat {
        margin-top: 0
    }
    .product-page-wrapper .feature-list-wrapper .feat:nth-child(1),
    .product-page-wrapper .feature-list-wrapper .feat:nth-child(2),
    .wd-fusion-wrapper .plugin-features-wrapper .feat:nth-child(1),
    .wd-fusion-wrapper .plugin-features-wrapper .feat:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0
    }
    .equal-box .custom-col {
        width: 100%
    }
    .future-webinar-wrapper .webinar-list .media .media-body.future-descp .event-link-btn a:first-child {
        margin-bottom: 5px
    }
    .feature-section .custom-col .service-box-outer .service-box .media-body h4 {
        font-size: 18px;
        line-height: 1.2
    }
    .investor-left-section .inv-rule-list .inv-rulelist li .link {
        text-align: left
    }
}

@media screen and (min-width:0px) and (max-width:991px) {
    .product-page-wrapper .feature-list-wrapper .feat {
        margin-top: 0
    }
    .product-page-wrapper .product-info .desc {
        max-width: 100%
    }
    .product-page-wrapper .product-info .video-wrapper {
        margin-top: 10px
    }
    .menu-opener-inner {
        background: #888!important;
        height: 2px;
        margin-bottom: .5rem;
        margin-top: .5rem;
        width: 22px;
        -webkit-transition: 250ms all;
        transition: 250ms all
    }
    .menu-opener-inner.active {
        background: 0 0!important
    }
    .menu-opener-inner.active::before {
        transform: translateY(0) rotate(-45deg);
        -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        animation: menuclose_before .5s;
        -webkit-animation: menuclose_before .5s;
        -moz-animation: menuclose_before .5s;
        -ms-animation: menuclose_before .5s;
        -o-animation: menuclose_before .5s
    }
    .menu-opener-inner.active::after {
        transform: translateY(-.2rem) translateX(0) rotate(45deg);
        -webkit-transform: translateY(-.2rem) translateX(0) rotate(45deg);
        -ms-transform: translateY(-.2rem) translateX(0) rotate(45deg);
        animation: menuclose_after .5s;
        -webkit-animation: menuclose_after .5s;
        -moz-animation: menuclose_after .5s;
        -ms-animation: menuclose_after .5s;
        -o-animation: menuclose_after .5s
    }
    .menu-opener-inner::after,
    .menu-opener-inner::before {
        background: #888;
        content: '';
        display: block;
        height: 2px;
        width: 22px;
        -webkit-transition: 250ms all;
        transition: 250ms all;
        animation-delay: 250ms
    }
    .menu-opener-inner::before {
        -webkit-transform: translateY(-.5rem);
        -ms-transform: translateY(-.5rem);
        transform: translateY(-.5rem)
    }
    .menu-opener-inner::after {
        -webkit-transform: translateY(.25rem);
        -ms-transform: translateY(.25rem);
        transform: translateY(.25rem)
    }
    .menu-opener-inner.ham-menuopen::before {
        animation: menuopen_before .5s;
        -webkit-animation: menuopen_before .5s;
        -moz-animation: menuopen_before .5s;
        -ms-animation: menuopen_before .5s;
        -o-animation: menuopen_before .5s
    }
    .menu-opener-inner.ham-menuopen::after {
        animation-name: menuopen_after .5s;
        -webkit-animation-name: menuopen_after .5s;
        -moz-animation-name: menuopen_after .5s;
        -ms-animation-name: menuopen_after .5s;
        -o-animation-name: menuopen_after .5s
    }
    @keyframes menuclose_before {
        0% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
    }
    @-webkit-keyframes menuclose_before {
        0% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
    }
    @-moz-keyframes menuclose_before {
        0% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
    }
    @-ms-keyframes menuclose_before {
        0% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
    }
    @-o-keyframes menuclose_before {
        0% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
    }
    @keyframes menuclose_after {
        0% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            transform: translateY(-.2rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.2rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.2rem) translateX(0) rotate(45deg)
        }
    }
    @-webkit-keyframes menuclose_after {
        0% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            transform: translateY(-.2rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.2rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.2rem) translateX(0) rotate(45deg)
        }
    }
    @-moz-keyframes menuclose_after {
        0% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
    }
    @-ms-keyframes menuclose_after {
        0% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -moz-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg)
        }
    }
    @-o-keyframes menuclose_after {
        0% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            transform: translateY(-.2rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.2rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.2rem) translateX(0) rotate(45deg)
        }
    }
    @keyframes menuopen_before {
        0% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
    }
    @-webkit-keyframes menuopen_before {
        0% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
    }
    @-moz-keyframes menuopen_before {
        0% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
    }
    @-ms-keyframes menuopen_before {
        0% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
    }
    @-o-keyframes menuopen_before {
        0% {
            transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg)
        }
        50% {
            -webkit-transform: translateY(.5rem);
            -moz-transform: translateY(.5rem);
            -ms-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }
        100% {
            -webkit-transform: translateY(-.75rem);
            -moz-transform: translateY(-.75rem);
            -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem)
        }
    }
    @keyframes menuopen_after {
        0% {
            transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -moz-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
    }
    @-webkit-keyframes menuopen_after {
        0% {
            transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -moz-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
    }
    @-moz-keyframes menuopen_after {
        0% {
            transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -moz-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
    }
    @-ms-keyframes menuopen_after {
        0% {
            transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -moz-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
    }
    @-o-keyframes menuopen_after {
        0% {
            transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -moz-transform: translateY(-.5rem) translateX(0) rotate(45deg);
            -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg)
        }
        50% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(.25rem);
            -moz-transform: translateY(.25rem);
            -ms-transform: translateY(.25rem);
            transform: translateY(.25rem)
        }
    }
    .site-header>.container {
        width: 100%;
        padding: 0
    }
    .site-header>.container .main-logo {
        padding-left: 24px;
        padding-right: 24px
    }
    .site-header>.container .main-logo .navbar-toggle {
        right: 24px
    }
    .site-header .main-logo .logo img {
        width: 80%
    }
    .site-header .right-header-mobile form {
        padding-left: 15px;
        padding-right: 15px
    }
    .site-header .right-header-mobile .top-nav {
        padding-left: 10px;
        padding-right: 10px
    }
    .site-header .right-header-mobile .social-nav {
        padding: 5px 24px
    }
    .site-header .navbar .main-nav li {
        padding-left: 15px;
        padding-right: 15px
    }
    .site-header .trial-btn {
        padding-left: 24px
    }
    .tech-listing-box .custom-row .custom-col {
        padding-top: 25px
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .feature-section .custom-col .service-box .media-body p,
    .idea-technology-section .box-wrap {
        max-width: 100%
    }
    .data-section .wd-fusion-image img {
        margin-right: auto
    }
    .data-section .content-col.discover-cont:after {
        display: none
    }
    .news-tab-wrapper .row.flex-box,
    .quote-table .table-cell {
        display: block
    }
    .news-tab-wrapper .row.flex-box .text-right {
        margin-top: 20px
    }
    .custom-row {
        margin-left: -15px;
        margin-right: -15px
    }
    .idea-technology-section .video-wrapper,
    .power-business-section .tech-list .media span img {
        margin-left: auto;
        margin-right: auto
    }
    .custom-row .custom-col {
        padding-left: 15px;
        padding-right: 15px
    }
    .quote-section p {
        font-size: 20px
    }
    .quote-table .table-cell:first-child {
        margin-bottom: 15px
    }
    .quote-table .table-cell.text-center {
        padding: 10px 0 0
    }
    .quote-table .table-cell .author-wrap {
        text-align: left;
        max-width: 100%;
        padding: 0 15px
    }
    .feature-section .custom-col .service-box,
    .feature-section .custom-col .service-box-outer .service-box-descp p,
    .power-business-section .tech-list .media,
    .product-page-wrapper .feature-list-wrapper .feat,
    .wd-fusion-wrapper .plugin-features-wrapper .feat {
        text-align: center
    }
    .idea-technology-section .box-wrap p {
        min-height: auto
    }
    .feature-section .custom-col .service-box .media-body {
        display: block;
        width: 100%
    }
    .feature-section .custom-col .service-box .media-right .rightimg-box {
        display: inline-block
    }
    .post-section .news-tabs>li+li {
        margin-top: 15px
    }
    .video-tab-wrapper .wrapimg {
        margin: 0 auto;
        float: none
    }
    .corporate-wrapper .director-list ul.detail-listing li .media .media-left {
        display: block
    }
    .corporate-wrapper .director-list ul.detail-listing li .media .media-left span.thumb-img img {
        margin: 0 auto
    }
    .news-col .article-main-title {
        height: inherit!important;
        min-height: inherit
    }
    .news-col .article-main-title br {
        display: none
    }
    .newsletter-section .row>div {
        display: block
    }
    .newsletter-section .row>div .newsletter-form .nws-ip {
        max-width: inherit
    }
    .casestudy-customer-wrap .video-wrapper {
        margin-top: 20px
    }
    .casestudy-customer-wrap .video-wrapper img {
        height: inherit;
        margin-left: auto;
        margin-right: auto
    }
    .casestudy-customer-wrap .custom-row .custom-col p {
        max-width: 100%
    }
    .cost-slider-bgwrapper .cost-slider .cost-slider-list h2 {
        font-size: 36px
    }
    .product-page-wrapper .feature-list-wrapper .feat,
    .wd-fusion-wrapper .plugin-features-wrapper .feat {
        margin-top: 30px
    }
    .product-page-wrapper .feature-list-wrapper .feat:first-child,
    .wd-fusion-wrapper .plugin-features-wrapper .feat:first-child {
        margin-top: 0
    }
    .press-wrapper .content {
        padding-top: 30px
    }
    .info-wrap {
        padding: 30px 10px 8px
    }
    .info-wrap .media .media-left {
        padding-right: 15px
    }
    .video-wrapper .video-play:after {
        width: 60px;
        height: 60px
    }
    .data-section .wd-fusion-image .fusion-logo {
        width: 100%;
        padding-right: 10px
    }
    .download-page-wrapper .know-more-wrapper .row>div:first-of-type .wrapper:before,
    .download-page-wrapper .know-more-wrapper .row>div:last-of-type .wrapper:before {
        display: none
    }
    .download-page-wrapper .know-more-wrapper .row>div:first-of-type .wrapper .title {
        padding-left: 15px
    }
    .logo-list-section {
        padding-left: 10px;
        padding-right: 10px
    }
    .product-page-wrapper .banner-wrapper .container {
        width: 100%;
        min-height: inherit;
        height: auto
    }
    .product-page-wrapper .quick-start-guide-wrapper section>a {
        display: block
    }
    .product-page-wrapper .quick-start-guide-wrapper section .icon.ibm-icon {
        width: 150px
    }
    .product-page-wrapper .quick-start-guide-wrapper section .desc-wrapper {
        padding: 0 15px
    }
    .download-page-wrapper .know-more-wrapper .row>div:last-of-type .wrapper {
        padding-right: 10px
    }
    .product-page-wrapper .ds-sec-container,
    .tech-listing-box .custom-row .custom-col {
        padding-right: 15px;
        padding-left: 15px
    }
    .support-page .feature-list-wrapper .description>div[class^=col-md] {
        margin-bottom: 15px
    }
    .custom-grid-wrap.custom-grid-outer-wrap,
    .subscription-preferences .first-box {
        padding-left: 15px
    }
    .feature-section .custom-col .service-box-outer .service-box .media-right {
        display: block;
        margin-top: 10px
    }
    .product-page-wrapper .ds-sec-container .img-col {
        padding-left: 15px
    }
    .product-page-wrapper .ds-sec-container .desc-col {
        padding-left: 15px;
        max-width: 100%
    }
    .annual-report-box-wrapper .media-left img {
        margin: 0 auto
    }
    .annual-report-box-wrapper .media {
        display: block;
        text-align: center
    }
    .annual-report-box-wrapper .media .media-left {
        padding-right: 0;
        display: block
    }
    .annual-report-box-wrapper .media h2.media-heading {
        font-size: 28px;
        padding-top: 10px
    }
    .open-position-section .architect-wrapper .flex-box .description {
        padding-bottom: 6px
    }
    .investor-left-section .shareholder-section {
        padding-left: 15px
    }
}

@media screen and (max-width:640px) {
    .site-header {
        padding-top: 15px
    }
    .site-header .main-logo .logo {
        display: inline-block;
        max-width: 100%
    }
    .info-wrap .media .media-body .info-list.mob-call-list li {
        width: 100%
    }
    .info-wrap .media .media-body .info-list.mob-info-list li,
    .startegic-partner .custom-row .custom-col {
        width: 50%
    }
    .info-wrap .media .media-body .info-list.mob-info-list li:nth-child(2n+2) a:after {
        display: none
    }
    .product-page-wrapper .banner-wrapper .banner-title {
        height: auto;
        padding: 15px 0
    }
    .product-page-wrapper .banner-wrapper .banner-title .title-wrapper {
        padding-left: 0
    }
    .product-page-wrapper .banner-wrapper .banner-title .title-wrapper .subtitle,
    .product-page-wrapper .banner-wrapper .banner-title .title-wrapper .title,
    .support-page.support-wrapper .banner .title-row h2 {
        font-size: 30px
    }
    .product-page-wrapper .quick-start-guide-wrapper section,
    .wd-fusion-wrapper .quick-start-guide-wrapper section {
        display: block
    }
    .product-page-wrapper .quick-start-guide-wrapper section .button,
    .wd-fusion-wrapper .quick-start-guide-wrapper section .button {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .quick-start-guide-wrapper.support-connect-wrap section {
        display: block
    }
    .quick-start-guide-wrapper.support-connect-wrap section .button {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .quick-start-guide-wrapper.support-connect-wrap section .button .learnmore-btn {
        display: block
    }
    .future-webinar-wrapper .webinar-list .media .media-body.future-descp .event-link-btn a:first-child {
        margin-bottom: 5px
    }
    .button-wrapper.request-quote-btn {
        font-size: 12px
    }
    .button-wrapper.request-quote-btn a {
        min-width: inherit;
        height: 30px;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .quick-start-guide-wrapper.discover-guide-wrapper section,
    .quick-start-guide-wrapper.discover-guide-wrapper section .desc-wrapper {
        display: block
    }
    .page-wrapper .quick-start-guide-wrapper.q-wrapper section .button {
        padding-bottom: 10px
    }
    .page-wrapper .quick-start-guide-wrapper.discover-guide-wrapper .button a {
        min-width: 160px
    }
}

@media screen and (max-width:479px) {
    .info-wrap .media .media-body .world-list {
        width: 100%;
        border-bottom: 1px solid #c7beb7;
        padding-bottom: 20px
    }
    .info-wrap .media .media-body .info-list.mob-info-list li {
        width: 100%
    }
    .info-wrap .media .media-body .info-list.mob-info-list li a:after {
        display: none
    }
    .site-footer .contact-list .icon-Phone {
        display: inline-block;
        padding-bottom: 15px
    }
    .title {
        font-size: 28px
    }
    .logo-list-section .custom-row .custom-col,
    .our-customer-wrapper .workfilter-section .customer-logo {
        width: 50%
    }
    .product-page-wrapper .banner-wrapper .banner-title {
        height: auto;
        padding: 15px 0
    }
    .product-page-wrapper .banner-wrapper .banner-title .title-wrapper {
        display: block;
        padding-top: 10px
    }
    .logo-list-section.gallery-box .mob-section,
    .startegic-partner .custom-row .custom-col {
        width: 100%
    }
    .product-page-wrapper .quick-start-guide-wrapper section .icon.ibm-icon {
        width: 100px
    }
    .site-header .top-nav>li {
        width: 33%
    }
    .button-wrapper.request-quote-btn {
        font-size: 15.12px
    }
    .button-wrapper.request-quote-btn a,
    .button-wrapper.request-quote-btn a:first-of-type {
        margin: 0 0 10px;
        display: block;
        text-align: center
    }
    .button-wrapper.request-quote-btn a:before,
    .button-wrapper.request-quote-btn a:first-of-type:before {
        display: none
    }
    .feature-section .custom-col .service-box-outer .service-box .media-body h4 {
        font-size: 21px;
        line-height: 1.2
    }
}

@media screen and (max-width:420px) {
    .future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-wrap .time-clock .mob-text {
        display: none
    }
    .future-webinar-wrapper .webinar-list .media .media-body.future-descp .time-dropdown {
        right: -6px
    }
}

@media screen and (max-width:360px) {
    .custom-grid-wrap .mob-left-btn {
        float: left!important;
        margin-top: 10px
    }
    .custom-grid-wrap .mob-left-btn .submit-btn .btn-arrow {
        float: right
    }
    .feature-section .custom-col .service-box-outer .service-box .media-body h4 {
        font-size: 18px;
        line-height: 1.2
    }
    .power-business-section.solution-business-section .tech-listing-box a .tech-box-list .desc p {
        max-width: 230px
    }
}

#ChangeToggle {
border:0;
}
