.signin-wrapper {
    position: relative;
    margin: 30px auto 5px;
    border-radius: 5px 5px 0px 1px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 20px;
    width: 335px;
    background-color: #fff;
    box-shadow: 0 8px 17px rgba(22,24,27,.2);
}

    .signin-wrapper .signin-brand {
        margin: 20px 0 40px;
        text-align: center;
        font-size: 34px;
    }

.signin-alt {
    margin-bottom: 20px;
}

.signin-cr {
    margin: 20px 0;
    text-align: center;
}

@media (max-width:768px) {
    .signin-wrapper {
        width: 95%;
        height: 650px;
    }
}

.locked-wrapper {
    position: relative;
    margin: 60px auto 5px;
    padding: 20px;
    width: 420px;
    background-color: #fff;
    box-shadow: 0 8px 17px rgba(22,24,27,.2);
}

    .locked-wrapper .locked-container {
        padding: 20px;
        background-color: #fff;
    }

    .locked-wrapper .locked-brand {
        margin: 15px 0;
        font-size: 24px;
        text-align: center;
    }

.locked-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: .4;
    filter: alpha(opacity=40);
}

    .locked-actions:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.locked-avatar {
    margin-bottom: 10px;
    text-align: center;
}

.locked-email, .locked-status, .locked-username {
    margin: 0;
    text-align: center;
}

.locked-username {
    font-size: 27px;
    line-height: 1;
}

.locked-email, .locked-status {
    color: rgba(22,24,27,.54);
}

.locked-status {
    margin-bottom: 15px;
}

.locked-loader {
    line-height: 34px;
    color: rgba(22,24,27,.54);
    text-align: center;
    font-size: 32px;
}

.locked-cr {
    margin: 20px 0;
    text-align: center;
}

@media (max-width:480px) {
    .locked-wrapper {
        width: 90%;
    }
}

.error-wrapper {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 80px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 8px 17px rgba(22,24,27,.2);
    text-align: center;
    font-size: 24px;
}

@media (min-width:768px) {
    .error-wrapper {
        top: 200px;
    }
}

.error-wrapper .error-brand {
    font-size: 3em;
    margin-top: -1em;
}

.error-wrapper .error-brand, .error-wrapper .error-control, .error-wrapper .error-messages {
    margin-bottom: 20px;
}

.help-control.affix {
    top: 0;
    min-width: 250px;
}

.pricing-table {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px -1px rgba(22,24,27,.26);
}

.pricing-header {
    padding: 12px;
    text-align: center;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

    .pricing-header > h1, .pricing-header > h2, .pricing-header > h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.pricing-title {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 5px;
    font-weight: 500;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pricing-price {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}

    .pricing-price > sup {
        font-size: 55%;
    }

    .pricing-price > small {
        font-size: 13px;
        font-weight: 400;
    }

.pricing-bar {
    display: table;
    width: 100%;
}

    .pricing-bar > .pricing-bar-item {
        display: table-cell;
        padding: 6px 12px;
        width: 50%;
        text-align: center;
        vertical-align: middle;
    }

.pricing-features {
    margin: 0;
    padding: 18px;
    list-style: none;
}

    .pricing-features > li {
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid rgba(22,24,27,.12);
        text-align: center;
    }

        .pricing-features > li:last-child {
            border-bottom: none;
        }

.pricing-footer {
    padding: 12px;
    text-align: center;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.gallery-control {
    margin-bottom: 20px;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: 0 1px 3px -1px rgba(22,24,27,.26);
}

.gallery-content {
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

@media (min-width:768px) {
    .gallery-content {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.gallery-content:after, .gallery-content:before {
    content: " ";
    display: table;
}

.gallery-content:after {
    clear: both;
}

.gallery-content .embed-responsive a {
    color: inherit;
}

    .gallery-content .embed-responsive a:focus, .gallery-content .embed-responsive a:hover {
        color: rgba(22,24,27,.87);
        text-decoration: none;
    }

.gallery-content > .gallery-col {
    padding: 5px;
}

@media (min-width:768px) {
    .gallery-content > .gallery-col {
        padding: 15px;
    }
}

.gallery-content .gallery-item {
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 1px 3px -1px rgba(22,24,27,.26);
}

    .gallery-content .gallery-item > .gallery-img, .gallery-content .gallery-item > .thumbnail {
        margin-bottom: 0;
        position: relative;
        background-color: #E6E9ED;
        border-radius: 0;
        box-shadow: none;
    }

    .gallery-content .gallery-item.gallery-fail > .gallery-img, .gallery-content .gallery-item.gallery-fail > .thumbnail {
        background-color: #434A54;
    }

.gallery-content .gallery-loader, .gallery-content .img-fail {
    position: absolute;
    top: 50%;
    left: 50%;
}

.gallery-content .img-fail {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3em;
    text-align: center;
    color: #ED5565;
    -webkit-transform: translate(-30px,-30px);
    -ms-transform: translate(-30px,-30px);
    transform: translate(-30px,-30px);
}

.gallery-content .gallery-info {
    display: block;
    overflow: hidden;
}

    .gallery-content .gallery-info:focus, .gallery-content .gallery-info:hover {
        text-decoration: none;
    }

    .gallery-content .gallery-info .info-heading, .gallery-content .gallery-info h3 {
        margin: 0;
    }

.gallery-grid .hidden-gallery-grid {
    display: none;
}

.gallery-grid > .gallery-col {
    width: 50%;
    float: left;
}

@media (min-width:992px) {
    .gallery-grid > .gallery-col {
        width: 33.33333%;
    }
}

@media (min-width:1200px) {
    .gallery-grid > .gallery-col {
        width: 25%;
    }
}

.gallery-grid .gallery-item {
    position: relative;
}

    .gallery-grid .gallery-item:hover .embed-responsive .embed-bar {
        z-index: 3;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        transition-delay: 250ms;
    }

    .gallery-grid .gallery-item:hover .gallery-info {
        z-index: 2;
        cursor: pointer;
    }

    .gallery-grid .gallery-item:hover .embed-responsive .embed-bar, .gallery-grid .gallery-item:hover .gallery-info {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.gallery-grid .embed-responsive .embed-bar {
    padding: 6px;
    font-size: 12px;
    color: rgba(22,24,27,.54);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    transition: all 250ms ease;
}

    .gallery-grid .embed-responsive .embed-bar.embed-bar-bottom {
        -webkit-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        transform: translate(0,100%);
    }

.gallery-grid .gallery-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 18px;
    background-color: rgba(255,255,255,.9);
    color: rgba(22,24,27,.54);
    font-size: 12px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 250ms ease;
}

    .gallery-grid .gallery-info .info-heading, .gallery-grid .gallery-info h3 {
        font-size: 18px;
    }

@media (max-width:480px) {
    .gallery-grid .img-desc {
        display: none;
    }
}

.gallery-list .hidden-gallery-list {
    display: none;
}

.gallery-list > .gallery-col {
    width: 100%;
    float: none;
}

@media (min-width:768px) {
    .gallery-list > .gallery-col {
        padding: 10px 15px;
    }
}

.gallery-list .gallery-item {
    zoom: 1;
}

    .gallery-list .gallery-item > .gallery-info, .gallery-list .gallery-item > .thumbnail {
        color: rgba(22,24,27,.87);
        display: table-cell;
        vertical-align: top;
    }

    .gallery-list .gallery-item > .thumbnail {
        width: 200px;
        cursor: pointer;
    }

@media (max-width:480px) {
    .gallery-list .gallery-item > .thumbnail {
        width: 100px;
        vertical-align: middle;
    }
}

.gallery-list .gallery-item > .gallery-info {
    padding: 0 12px;
    width: 10000px;
    zoom: 1;
}

    .gallery-list .gallery-item > .gallery-info .img-title {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media (max-width:480px) {
    .gallery-list .gallery-item > .gallery-info .img-desc {
        display: none;
    }
}

.gallery-list .embed-responsive {
    width: 200px;
}

@media (max-width:480px) {
    .gallery-list .embed-responsive {
        width: 100px;
    }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

    .pswp * {
        box-sizing: border-box;
    }

    .pswp img {
        max-width: none;
    }

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4,0,.22,1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #16181B;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 333ms cubic-bezier(0.4,0,.22,1);
    transition: transform 333ms cubic-bezier(0.4,0,.22,1);
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4,0,.22,1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #434A54;
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ED5565;
}

    .pswp__error-msg a {
        color: #ED5565;
        text-decoration: underline;
    }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    position: relative;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none;
}

    .pswp__button:focus, .pswp__button:hover {
        opacity: 1;
    }

    .pswp__button:active {
        outline: 0;
        opacity: .9;
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(../images/photoswipe/default-skin.png) 0 0/264px 88px no-repeat;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/photoswipe/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: 0 0;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

    .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
        content: '';
        top: 35px;
        background-color: rgba(0,0,0,.3);
        height: 30px;
        width: 32px;
        position: absolute;
    }

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }

        .pswp__share-tooltip a:hover {
            text-decoration: none;
            color: #000;
        }

        .pswp__share-tooltip a:first-child {
            border-radius: 2px 2px 0 0;
        }

        .pswp__share-tooltip a:last-child {
            border-radius: 0 0 2px 2px;
        }

.pswp__share-modal--fade-in {
    opacity: 1;
}

    .pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3E5C9A;
    }

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

    .pswp__caption small {
        font-size: 11px;
        color: #BBB;
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

    .pswp__preloader--active .pswp__preloader__icn {
        background: url(../images/photoswipe/preloader.gif) no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise 500ms linear infinite;
        animation: clockwise 500ms linear infinite;
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4,0,.22,1) infinite;
        animation: donut-rotate 1000ms cubic-bezier(0.4,0,.22,1) infinite;
    }

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0;
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4,0,.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__caption, .pswp__top-bar {
    background-color: rgba(0,0,0,.5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0,0,0,.3);
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none!important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0;
}

.timeline {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
}

    .timeline:after, .timeline:before {
        content: " ";
        display: table;
    }

    .timeline:after {
        clear: both;
    }

    .timeline, .timeline > li {
        list-style: none;
    }

        .timeline > li:nth-child(even) {
            float: left;
            clear: left;
        }

        .timeline > li:nth-child(odd) {
            float: right;
            clear: right;
        }

.timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: rgba(22,24,27,.12);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

    .timeline-line + .timeline-item {
        margin-top: -20px;
    }

.timeline-group {
    display: block;
    position: relative;
    margin: 20px 0;
    text-align: center;
    float: none!important;
    z-index: 1;
}

.timeline-poster {
    margin-top: -20px;
}

    .timeline-poster .btn-link {
        color: rgba(22,24,27,.54);
    }

        .timeline-poster .btn-link.active, .timeline-poster .btn-link:active, .timeline-poster .btn-link:focus, .timeline-poster .btn-link:hover {
            text-decoration: none;
            color: rgba(22,24,27,.87);
        }

.timeline-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px 20px;
}

    .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before {
        content: '';
        position: absolute;
        right: 19px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid rgba(22,24,27,.12);
        z-index: 1;
    }

    .timeline-item:nth-child(even):after {
        right: 20px;
        top: 11px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 11px solid #fff;
    }

    .timeline-item:nth-child(even) > .timeline-badge {
        right: -6px;
    }

    .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
        content: '';
        position: absolute;
        left: 19px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid rgba(22,24,27,.12);
        z-index: 1;
    }

    .timeline-item:nth-child(odd):after {
        left: 20px;
        top: 11px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-right: 11px solid #fff;
    }

    .timeline-item:nth-child(odd) > .timeline-badge {
        left: -6px;
    }

    .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
        width: 100%;
        margin-top: 5px;
    }

        .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before {
            left: 50%;
            right: auto;
            top: -11px;
            border: none;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid rgba(22,24,27,.12);
            -webkit-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
        }

        .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after {
            top: -10px;
            border: none;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-bottom: 11px solid #fff;
        }

        .timeline-item.block:nth-child(even) > .timeline-badge, .timeline-item.block:nth-child(odd) > .timeline-badge {
            top: -28px;
            left: 50%;
            right: auto;
            -webkit-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
        }

    .timeline-item > .timeline-badge {
        position: absolute;
        top: 12px;
        z-index: 1;
    }

        .timeline-item > .timeline-badge > a {
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 2px solid #48CFAD;
            border-radius: 24px;
            background-color: #fff;
            text-decoration: none;
            transition: all ease .3s;
        }

            .timeline-item > .timeline-badge > a.active, .timeline-item > .timeline-badge > a:active, .timeline-item > .timeline-badge > a:focus, .timeline-item > .timeline-badge > a:hover {
                -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                transform: scale(1.5);
            }

    .timeline-item > .timeline-panel > .timeline-resume {
        padding-top: 0;
        border: none;
    }

    .timeline-item > .timeline-panel:hover .timeline-actions {
        display: block;
    }

.timeline-actions {
    display: none;
}

@media (max-width:1199px) {
    .timeline {
        padding-left: 15px;
    }

    .timeline-line {
        left: 15px;
    }

    .timeline-group {
        display: inline-block;
        margin-left: 4px;
    }

    .timeline-item {
        width: 100%;
        margin-top: 0!important;
        padding-right: 10px;
    }

        .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
            padding-bottom: 0;
        }

            .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
                left: 19px;
                top: 10px;
                border: none;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-right: 12px solid rgba(22,24,27,.12);
                -webkit-transform: translate(0,0);
                -ms-transform: translate(0,0);
                transform: translate(0,0);
            }

            .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after, .timeline-item:nth-child(even):after, .timeline-item:nth-child(odd):after {
                left: 20px;
                top: 11px;
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                border-right: 11px solid #fff;
            }

            .timeline-item.block:nth-child(even) > .timeline-badge, .timeline-item.block:nth-child(odd) > .timeline-badge, .timeline-item:nth-child(even) > .timeline-badge, .timeline-item:nth-child(odd) > .timeline-badge {
                top: 12px;
                left: -6px;
                right: auto;
                -webkit-transform: translate(0,0);
                -ms-transform: translate(0,0);
                transform: translate(0,0);
            }
}

@media (max-width:480px) {
    .timeline {
        padding: 0;
    }

    .timeline-line {
        display: none;
    }

    .timeline-item {
        display: block;
        padding: 0 0 20px!important;
    }

        .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd), .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
            float: none;
            clear: both;
        }

            .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item.timeline-poster > .timeline-badge, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
                display: none;
            }

        .timeline-item > .timeline-badge {
            top: -8px!important;
            left: 50%!important;
            margin-left: -16px;
        }

            .timeline-item > .timeline-badge > a {
                height: 1px;
                width: 32px;
                border-width: 3px;
            }
}

.inbox-wrapper {
    position: relative;
    display: block;
    padding: 15px 0;
    margin-top: -15px;
    margin-bottom: -15px;
}

@media (min-width:992px) {
    .inbox-wrapper {
        padding-left: 215px;
    }
}

.inbox-control {
    position: absolute;
    left: 0;
    width: 200px;
    z-index: 1;
}

.inbox-paper {
    position: relative;
    margin-top: -120px;
    min-height: 720px;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(22,24,27,.26);
    transition: all .5s cubic-bezier(0.35,0,.25,1);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

    .inbox-paper.open {
        -webkit-transform: translate(215px,0);
        -ms-transform: translate(215px,0);
        transform: translate(215px,0);
    }

    .inbox-paper > .inbox-paper-footer, .inbox-paper > .inbox-paper-heading {
        padding: 15px;
    }

    .inbox-paper > .inbox-paper-body {
        position: relative;
        z-index: 1;
    }

@media (min-width:992px) {
    .inbox-paper > .inbox-paper-body {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.inbox-paper > .inbox-paper-footer, .inbox-paper > .inbox-paper-heading {
    position: relative;
    height: 60px;
    z-index: 2;
}

.inbox-paper > .inbox-paper-heading {
    top: 0;
}

.inbox-paper > .inbox-paper-footer {
    bottom: 0;
}

.inbox-paper .panel.inbox-list-item {
    margin-bottom: 0;
}

    .inbox-paper .panel.inbox-list-item:after {
        content: '';
        height: 1px;
        display: block;
        margin-left: 70px;
        background-color: rgba(22,24,27,.12);
    }

    .inbox-paper .panel.inbox-list-item.panel-expanded {
        position: relative;
    }

        .inbox-paper .panel.inbox-list-item.panel-expanded > .panel-heading .media-left {
            min-width: 76px;
        }

            .inbox-paper .panel.inbox-list-item.panel-expanded > .panel-heading .media-left > .btn {
                vertical-align: top;
                padding-left: 0;
                padding-right: 0;
            }

        .inbox-paper .panel.inbox-list-item.panel-expanded > .panel-body {
            padding-left: 86px;
        }

.inbox-paper .panel {
    box-shadow: none;
}

    .inbox-paper .panel [data-toggle=panel-expand] {
        cursor: pointer;
    }

@media (max-width:768px) {
    .signin-wrapper {
        width: 95%;
        height: 650px;
    }

    .img-login {
        height: 100px;
        width: 60%;
        margin-left: 23%;
    }

    .img-Line {
        height: 100px;
        margin-left: 50%;
    }
}
.mrg15B {
    margin-bottom: 15px!important;
}
.mrg15T {
    margin-top: 15px!important;
    margin-bottom:15px !important;
}

.fileinput .btn {
    vertical-align: middle;
}
.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}