/* input(1419,23): run-time error CSS1036: Expected expression, found '#'
input(1425,27): run-time error CSS1038: Expected hex color, found '#00003'
input(1431,27): run-time error CSS1036: Expected expression, found '#'
input(1445,20): run-time error CSS1038: Expected hex color, found '#2b304'
input(4031,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
input(4040,9): run-time error CSS1030: Expected identifier, found ' '
input(4040,10): run-time error CSS1031: Expected selector, found '75%'
input(4040,10): run-time error CSS1025: Expected comma or open brace, found '75%'
input(4041,1): run-time error CSS1019: Unexpected token, found '}'
input(4043,1): run-time error CSS1019: Unexpected token, found '}'
input(5829,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(8016,38): run-time error CSS1038: Expected hex color, found '#transparent' */
/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+
	
	[1]		Header
	[2]		Navigation


*/

html {
}

body {
    background-color: #f3f7f9;
    color: #4b6272;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #5fad4f;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
}

    a.btn, a.no-bg {
        background-size: 0% !important;
    }

    a.disabled {
        opacity: .4;
        cursor: default;
        color: #1f1f1f !important;
    }

        a.disabled:hover, a.disabled:focus {
            color: #1f1f1f !important;
        }

    a:hover, a:focus {
        color: #5fad4f;
        -webkit-text-shadow: 0 0 .01px #5fad4f;
        -moz-text-shadow: 0 0 .01px #5fad4f;
        text-shadow: 0 0 .01px #5fad4f;
        background-size: 100% 1px;
    }

    a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
    select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: 0;
        outline: none !important;
    }


@media (min-width: 1200px) {
    .main-header .container, .main-footer .container, .container.container-wide {
        max-width: 1600px !important;
    }
}


/*===============================
========== Typography ==========
===============================*/
p {
    font-family: 'Montserrat', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 1.05em;
}

/* Typography */

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 2.4em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.4em;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 0;
    color: #1f1f1f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 500;
    }

.text-muted {
    color: #b0bdd2;
}

.text-notransform {
    text-transform: none;
}


/*===============================
========== Logo ==========
===============================*/
.logo-shape-0 {
    fill: #1f1f1f;
}

.logo-shape-1 {
    fill: #FF7043;
}

.logo-shape-2 {
    fill: #EF9A9A;
}

.logo-shape-3 {
    fill: #F48FB1;
}

.logo-shape-4 {
    fill: #CE93D8;
}

.logo-shape-5 {
    fill: #FFA726;
}

.logo-shape-6 {
    fill: #00B8D4;
}

.logo-shape-7 {
    fill: #FFEE58;
}

.logo-shape-8 {
    fill: #D4E157;
}

.logo-shape-9 {
    fill: #5fad4f;
}

.logo-shape10 {
    fill: #81D4FA;
}

.logo-shape-11 {
    fill: #0174c3;
}


/*Orpalis Logo*/
.orpalis-logo {
    max-width: 240px;
    margin: 0 auto 25px;
}

    .orpalis-logo a {
        background-size: 0%;
    }

.orpalis-logo-st0 {
    fill: #fff;
}

.orpalis-logo-st1 {
    fill: #fff;
}

/*===============================
========== Columns Overwrite ==========
===============================*/

.no-gutter > .row {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }


/*===============================
========== Main Wrapper ==========
===============================*/
.main-wrapper {
    background-color: #fff;
}

.relative-wrapper {
    position: relative;
}

.inline-wrapper {
    display: inline-block;
}


/*===============================
========== Header ==========
===============================*/
.main-header {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #e8eef8;
    z-index: 10;
}

.header-line:before {
    content: "";
    border-bottom: 1px solid #e8eef8;
    width: 100%;
    height: 100px;
    position: absolute;
    display: block;
}

.header-middle {
    position: relative;
    z-index: 21;
}

.header-account {
    position: relative;
}

.header-desktop {
    position: relative;
    border-right: 1px solid #e8eef8;
    padding-right: 16px;
}

.header-anounce-wrapper {
    position: absolute;
    top: 100%;
    right: 50%;
}

.header-anounce {
    position: absolute;
    background-color: #1f1f1f;
    color: #ffffff;
    padding: 10px 15px;
    top: 0;
    right: 0;
    min-width: 256px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .header-anounce p {
        margin: 0;
    }

.anounce-arrow {
    position: absolute;
    top: -12px;
    right: -20px;
}

    .anounce-arrow svg {
        fill: none;
        stroke: #1f1f1f;
    }

.activate-arrow {
    position: absolute;
    top: -30px;
    left: -40px;
}

    .activate-arrow svg {
        fill: none;
        stroke: #1f1f1f;
    }

/* Blog Notification */
.pp-top-bar-notification {
    background-color: rgba(243, 247, 249, 1);
    color: #ffffff;
}

    .pp-top-bar-notification p {
        margin: 0;
        display: block;
        position: relative;
    }

    .pp-top-bar-notification .blog-news-title {
        padding: 10px;
        display: inline-block;
        background-color: rgba(15, 157, 255, 0.7);
        font-weight: 600;
    }

    .pp-top-bar-notification .blog-news-link {
        color: #1f1f1f !important;
        border-bottom: 1px dashed;
        margin: 10px;
        display: inline-block;
        font-size: 14px;
    }

        .pp-top-bar-notification .blog-news-link:hover {
            color: #0f9dff !important;
        }

/*CSS Animation*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 1;
    background: #fff;
    -webkit-animation: seconds 0.6s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 1s;
    animation: seconds 0.6s forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
}

.loader-wrapper-visual {
    height: 96px;
    width: 96px;
}

@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


/*===============================
========== Navigation ==========
===============================*/
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}



/* Grid demo styles */
.grid-demo {
    padding: 10px 30px;
}

    .grid-demo [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
    }

/* Navbar */
.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 40px;
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default {
    background-color: transparent;
}

    .navbar-default .navbar-brand {
        width: 205px;
        padding: 20px 0px 17px 0;
        margin-bottom: 0;
        color: #fff !important;
        line-height: 14px;
        background-size: 0% !important;
    }

        .navbar-default .navbar-brand span {
            font-weight: 300;
            margin-left: 70px;
            position: relative;
            font-size: 0.85em;
            display: block;
        }

.navbar-nav {
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
    padding: 18px !important;
    line-height: 1.5;
    margin: 0;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(255,255,255,1);
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,1);
    }

.navbar-nav > li > a {
    line-height: 1em;
    font-size: 1em;
    margin: 7px 0;
    font-weight: 400;
    color: #fff;
    background-size: 0%;
}

.navbar-nav > li > .dropdown-menu {
    border: 1px solid #e8eef8;
    padding: 0;
    margin: 1px 0 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(1,117,195,0.04);
    box-shadow: 0px 5px 10px 0px rgba(1,117,195,0.04);
}

    .navbar-nav > li > .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.875em 2em;
        line-height: 2em;
        clear: both;
        font-weight: 400;
        color: #1f1f1f;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
        font-size: 0.875em;
        border-bottom: 1px solid #e8eef8;
    }

        .navbar-nav > li > .dropdown-menu .dropdown-item:last-child {
            border-bottom: 1px solid transparent;
        }

        .navbar-nav > li > .dropdown-menu .dropdown-item:focus, .navbar-nav > li > .dropdown-menu .dropdown-item:hover {
            color: #5fad4f;
            background-size: 0;
            background-color: transparent;
        }

.dropdown-toggle::after {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dropdown.show .dropdown-toggle::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}


.navbar-default .navbar-nav > li > a {
    color: #445963;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #232b43;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #232b43;
    background-color: transparent;
}

.navbar-toggler .navmenu {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-toggler.collapsed .dropdown-toggle-icon, .dropdown-toggle-icon {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-toggler .dropdown-toggle-icon, .dropdown-toggle-icon-open {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px;
}

/* Toggle menu mobile devices*/
.navbar-toggler {
    border: none;
    background: transparent !important;
}

    .navbar-toggler:hover {
        background: transparent !important;
    }

    .navbar-toggler .icon-bar {
        width: 22px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

.navbar-default .navbar-toggler .icon-bar {
    background-color: #232b43;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

#navbar-sidebar {
    z-index: 1 !important;
}

/*===============================
========== Home ==========
===============================*/
.main-slider-wrapper {
    background-color: #ffffff;
    border: 1px solid #e8eef8;
    margin: 45px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slider-item {
    padding: 30px;
}

.main-slider-bg-1 {
    background-image: url('../img/main-slider-bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important; /* For WebKit*/
    background-size: cover !important; /* Generic*/
}

.home-apps-wrapper {
    display: block;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e8eef8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 45px;
}

    .home-apps-wrapper:hover {
        transform: translate3d(0,-4px,0);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
        transition-property: box-shadow,transform;
        transition-duration: 600ms;
        transition-timing-function: cubic-bezier(.16,1,.29,.99);
    }


    .home-apps-wrapper p {
        color: #546c96;
    }

.home-apps-media {
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.home-apps-desc {
    padding: 20px;
    text-align: center;
}



/*===============================
========== Main Content ==========
===============================*/
/* Google Captcha */
.grecaptcha-badge {
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3) !important;
    bottom: 50% !important;
}

.main-content {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 8;
}

.main-content-header {
    padding: 0 0 15px;
}

.main-content-wrapper {
    position: relative;
    width: 100%;
    padding: 3em 0 4em;
}

    .main-content-wrapper.wrapper-padding {
        padding: 60px 0 60px;
    }


/*===============================
========== Footer ==========
===============================*/
.main-footer {
    width: 100%;
    background-color: #ffffff;
    padding: 1.875rem 0;
    border-top: 1px solid #e8eef8;
    z-index: 1;
}

    .main-footer a {
        color: #4b6272;
        border-bottom: 2px solid transparent;
    }

        .main-footer a:hover, .main-footer a:focus {
            color: #5fad4f;
        }

.footer-top {
    padding: 0 0 0.625rem;
}

    .footer-top p {
        margin: 0;
    }

.footer-middle {
    padding: 0.3125rem 0 0.3125rem;
}

    .footer-middle p {
        margin: 0;
    }

.footer-bottom {
    padding: 10px 0 0;
}

    .footer-bottom p {
        margin: 0;
    }

    .footer-bottom a {
        color: #5fad4f;
    }

.footer-title {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 30px;
}


/* Footer Menu */
.footer-menu {
    margin: 0;
    text-align: center;
    display: inline-block;
}

    .footer-menu li {
        padding: 0 0.9375rem;
        margin-bottom: 0;
        margin-right: 0 !important;
        line-height: 1.4;
    }

        .footer-menu li.active a {
            color: #fff;
            border-bottom: 2px solid #0b79d3;
        }

        .footer-menu li:not(:last-child) {
            border-right: 2px solid #1f1f1f
        }


/* Social Footer */
.social-list {
    margin: 0;
    text-align: center;
}

    .social-list li {
        display: inline-block;
    }

        .social-list li:last-child {
            margin-right: 0;
        }

        .social-list li a {
            display: block;
        }

            .social-list li a span {
                font-size: 1.086em;
                height: 34px;
                width: 34px;
                line-height: 32px;
                border: 2px solid;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }


    .social-list .blog {
        color: #51b2f4;
    }

    .social-list li a:hover .blog {
        background-color: #51b2f4;
        color: #ffffff !important;
        border-color: #51b2f4;
    }

    .social-list .facebook {
        color: #6675e2;
    }

    .social-list li a:hover .facebook {
        background-color: #6675e2;
        color: #ffffff !important;
        border-color: #6675e2;
    }

    .social-list .twitter {
        color: #0174c3;
    }

    .social-list li a:hover .twitter {
        background-color: #0174c3;
        color: #ffffff !important;
        border-color: #0174c3;
    }

    .social-list .google {
        color: #ff7043;
    }

    .social-list li a:hover .google {
        background-color: #ff7043;
        color: #ffffff !important;
        border-color: #ff7043;
    }

    .social-list .pinterest {
        color: #bd081c;
    }

    .social-list li a:hover .pinterest {
        background-color: #d42538;
        color: #ffffff !important;
        border-color: #d42538;
    }

    .social-list .linkedin {
        color: #82bbf9;
    }

    .social-list li a:hover .linkedin {
        background-color: #82bbf9;
        color: #ffffff !important;
        border-color: #82bbf9;
    }

    .social-list .instagram {
        color: #cd83dd;
    }

    .social-list li a:hover .instagram {
        background-color: #cd83dd;
        color: #ffffff !important;
        border-color: #cd83dd;
    }

    .social-list .rss {
        color: #ff9900;
    }

    .social-list li a:hover .rss {
        background-color: #feae35;
        color: #ffffff !important;
        border-color: #feae35;
    }

    .social-list .newsletter {
        color: #ff9900;
        margin-top: 0 !important;
    }

    .social-list li a:hover .newsletter {
        background-color: #feae35;
        color: #ffffff !important;
        border-color: #feae35;
    }


/*social color*/
.blog {
    color: #0174c3;
}

.facebook {
    color: #6675e2;
}

.twitter {
    color: #0174c3;
}

.google {
    color: #ff7043;
}

.microsoft {
    color: #2672ec;
}

.pinterest {
    color: #bd081c;
}


.linkedin {
    color: #0177b5;
}

.rss {
    color: #ff9900;
}

.newsletter {
    color: #ff9900;
}

/* Copyright */
.copyright {
}

    .copyright p {
        font-weight: 400;
    }

    .copyright span {
    }

/*===============================
========== Back To Top ==========
===============================*/
.scrollup {
    display: none;
    width: 48px;
    height: 48px;
    background: #1f1f1f;
    color: #e8eef8;
    font-size: 1.571em;
    line-height: 48px;
    position: fixed;
    margin: 0 auto;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 1100;
    opacity: 0.9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .scrollup span {
        width: 40px;
    }

    .scrollup:hover, .scrollup:focus {
        opacity: 1;
        color: #e8eef8;
    }


/*===============================
========== Buttons ==========
===============================*/

.btn-group .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

button:focus {
    outline: none;
}

.btn {
    padding: 18px 32px;
    font-size: 1em;
    line-height: 1;
    border: none;
    margin: 0;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border: none !important;
    min-width: initial;
    text-transform: none;
    white-space: normal;
}

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus, .btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active, .btn.disabled.active, .btn.active[disabled], fieldset[disabled] .btn.active {
        cursor: default;
    }

    .btn:hover, .btn:focus {
        color: #8c8c8c;
    }

    .btn:active, .btn.active {
        outline: 0 !important;
        outline-offset: 0 !important;
        box-shadow: none !important;
    }

    .btn.disabled, .btn:disabled {
        opacity: .35;
    }

.btn-active {
    color: #1f1f1f !important;
    background-color: #fff;
}

.navbar-btn {
    margin: 10px 0 10px 16px !important;
    text-transform: none;
    font-size: 0.8125rem;
    padding: 13px 18px 14px !important;
}

    .navbar-btn.btn {
        margin-bottom: 17px;
        margin-top: 17px;
        font-size: 1em;
        font-weight: 500;
        text-transform: none !important;
        padding: 12px 18px !important;
    }

        .navbar-btn.btn .fa, .navbar-btn.btn .fas {
            font-size: 0.8125rem;
        }

    .navbar-btn.btn-alt:active {
    }

/*button default*/
.btn-default {
    color: #ffffff !important;
    background-color: #0f9dff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #ffffff !important;
        background-color: #0165c3;
    }

        .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
            background-color: #0165c3;
            color: #fff !important;
        }
    /*alt*/
    .btn-default.btn-alt {
        color: #0f9dff !important;
        background-color: #fff;
        border: 2px solid #0f9dff !important;
        padding: 10px 28px !important;
        -webkit-box-shadow: 0px 4px 0px -1px rgba(1,117,195,0.1);
        -moz-box-shadow: 0px 4px 0px -1px rgba(1,117,195,0.1);
        box-shadow: 0px 4px 0px -1px rgba(1,117,195,0.1);
    }

        .btn-default.btn-alt:hover, .btn-default.btn-alt:focus, .btn-default.btn-alt:active, .btn-default.btn-alt.active, .open .dropdown-toggle.btn-default.btn-alt {
            background-color: #0f9dff;
            color: #ffffff !important;
        }

/*button primary*/
.btn-primary {
    color: #ffffff;
    background-color: #004fad;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #00378a !important;
        color: #ffffff;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    }

    .btn-primary .badge {
        color: #00378a;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-primary.btn-alt {
        background-color: transparent;
    }

        .btn-primary.btn-alt:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt {
            color: #ffffff !important;
            background-color: #0174c3;
        }

/*button orpalis*/
.btn-orpalis {
    color: #ffffff;
    background-color: #51a3da;
}

    .btn-orpalis:hover, .btn-orpalis:focus, .btn-orpalis:active, .btn-orpalis.active, .open .dropdown-toggle.btn-orpalis {
        background-color: #117bbf !important;
        color: #ffffff;
    }

    .btn-orpalis.disabled, .btn-orpalis[disabled], fieldset[disabled] .btn-orpalis, .btn-orpalis.disabled:hover, .btn-orpalis[disabled]:hover, fieldset[disabled] .btn-orpalis:hover,
    .btn-orpalis.disabled:focus, .btn-orpalis[disabled]:focus, fieldset[disabled] .btn-orpalis:focus, .btn-orpalis.disabled:active, .btn-orpalis[disabled]:active, fieldset[disabled] .btn-orpalis:active, .btn-orpalis.disabled.active, .btn-orpalis[disabled].active, fieldset[disabled] .btn-orpalis.active {
    }

    .btn-orpalis .badge {
        color: #117bbf;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-orpalis.btn-alt {
        color: #0174c3;
        background-color: transparent;
    }

        .btn-orpalis.btn-alt:hover, .btn-orpalis.btn-alt:focus, .btn-orpalis.btn-alt:active, .btn-orpalis.btn-alt.active, .open .dropdown-toggle.btn-orpalis.btn-alt {
            color: #ffffff;
            background-color: #0174c3;
        }

/*button success*/
.btn-success {
    color: #ffffff !important;
    background-color: #5fad4f;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #4ba139 !important;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #bbdb66;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-success.btn-alt {
        color: #5fad4f !important;
        background-color: #fff;
        border: 2px solid #5fad4f !important;
        padding: 10px 28px !important;
        -webkit-box-shadow: 0px 4px 0px -1px rgba(95,173,79,0.1);
        -moz-box-shadow: 0px 4px 0px -1px rgba(95,173,79,0.1);
        box-shadow: 0px 4px 0px -1px rgba(95,173,79,0.1);
    }

        .btn-success.btn-alt:hover, .btn-success.btn-alt:focus, .btn-success.btn-alt:active, .btn-success.btn-alt.active, .open .dropdown-toggle.btn-success.btn-alt {
            color: #ffffff !important;
            background-color: #5fad4f;
        }

/*button info*/
.btn-info {
    color: #ffffff;
    background-color: #33ccff;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #1abcf2 !important;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #66eeee;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-info.btn-alt {
        color: #1abcf2;
        background-color: transparent;
    }

        .btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active, .open .dropdown-toggle.btn-info.btn-alt {
            color: #ffffff;
            background-color: #1abcf2;
        }

/*button warning*/
.btn-warning {
    color: #ffffff;
    background-color: #ff9900;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ff8b18 !important;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #ff9900;
    }

    .btn-warning .badge {
        color: #ff8b18;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-warning.btn-alt {
        color: #ff8b18;
        background-color: transparent;
    }

        .btn-warning.btn-alt:hover, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.btn-alt:focus, .btn-warning.btn-alt:active, .btn-warning.btn-alt.active, .open .dropdown-toggle.btn-warning.btn-alt {
            color: #ffffff;
            background-color: #ff8b18;
        }

/*button danger*/
.btn-danger {
    color: #ffffff;
    background-color: #ff5050;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #ff3131 !important;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #ff9999 !important;
    }

    .btn-danger .badge {
        color: #ff3131;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-danger.btn-alt {
        color: #ff3131;
        background-color: transparent;
    }

        .btn-danger.btn-alt:hover, .btn-danger.btn-alt:focus, .btn-danger.btn-alt:active, .btn-danger.btn-alt.active, .open .dropdown-toggle.btn-danger.btn-alt {
            color: #ffffff;
            background-color: #ff3131;
        }

/*button white*/
.btn-white {
    background-color: #fff;
    color: #004fad !important;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        color: #000033;
        background-color: #fff !important;
    }

    .btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover,
    .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
        color: #dcecff;
        background-color: #f5f5f5;
    }

    .btn-white .badge {
        color: #d9534f;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-white.btn-alt {
        color: #ffffff;
        background-color: transparent;
    }

        .btn-white.btn-alt:hover, .btn-white.btn-alt:focus, .btn-white.btn-alt:active, .btn-white.btn-alt.active, .open .dropdown-toggle.btn-white.btn-alt {
            color: #0174c3;
            background-color: #ffffff;
        }

/*button dark*/
.btn-dark {
    background-color: ##2b304;
    color: #fff !important;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
        color: #fff !important;
        background-color: #00003 !important;
    }

    .btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark, .btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active, .btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark.active {
        color: #fff;
        background-color: ##2b304;
    }

    .btn-dark .badge {
        color: #d9534f;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-dark.btn-alt {
        color: #ffffff;
        background-color: transparent;
    }

        .btn-dark.btn-alt:hover, .btn-dark.btn-alt:focus, .btn-dark.btn-alt:active, .btn-dark.btn-alt.active, .open .dropdown-toggle.btn-dark.btn-alt {
            color: #2b304;
            background-color: #ffffff;
        }

/*button purple*/
.btn-purple {
    background-color: #775ca6;
    color: #ffffff;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
        color: #ffffff;
        background-color: #664c92 !important;
    }

    .btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple, .btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover,
    .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active, .btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active {
        color: #ffffff;
        background-color: #775ca6;
    }

    .btn-purple .badge {
        color: #775ca6;
        background-color: #ffffff;
    }
    /*alt*/
    .btn-purple.btn-alt {
        color: #775ca6;
        background-color: transparent;
    }

        .btn-purple.btn-alt:hover, .btn-purple.btn-alt:focus, .btn-purple.btn-alt:active, .btn-purple.btn-alt.active, .open .dropdown-toggle.btn-purple.btn-alt {
            color: #ffffff;
            background-color: #775ca6;
        }




/*button sizes*/
.btn.btn-alt {
    padding: 16px 28px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 24px 48px;
    font-size: 1.2em;
}

    .btn-lg.btn-alt, .btn-group-lg > .btn.btn-alt {
        padding: 14px 28px;
    }

.btn-md, .btn-group-md > .btn {
    padding: 20px 36px;
    font-size: 1.286em;
}

    .btn-md.btn-alt, .btn-group-md > .btn.btn-alt {
        padding: 14px 28px;
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 14px 20px;
    font-size: 1em;
}

    .btn-sm.btn-alt, .btn-group-sm > .btn.btn-alt {
        padding: 12px 18px;
    }

.btn-xs, .btn-group-xs > .btn {
    padding: 8px 16px;
    font-size: 0.857em;
}

    .btn-xs.btn-alt, .btn-group-xs > .btn.btn-alt {
        padding: 6px 14px;
    }

.btn-group > .btn, .btn-group-vertical > .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.btn-social {
    position: relative;
    padding-left: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        width: 38px;
        font-size: 1.4em;
        line-height: 1.4em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.3);
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-social.btn-lg {
        padding-left: 61px
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em
        }

    .btn-social.btn-sm {
        padding-left: 48px;
        font-size: 0.929em;
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 38px;
            font-size: 1em
        }

    .btn-social.btn-xs {
        padding-left: 30px
    }

        .btn-social.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em
        }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2)
    }

    .btn-social-icon.btn-lg {
        padding-left: 61px
    }

        .btn-social-icon.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em
        }

    .btn-social-icon.btn-sm {
        padding-left: 38px
    }

        .btn-social-icon.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em
        }

    .btn-social-icon.btn-xs {
        padding-left: 30px
    }

        .btn-social-icon.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em
        }

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0
    }

    .btn-social-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0
    }

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0,0,0,0.2)
}

    .btn-adn:focus, .btn-adn.focus {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-adn:hover {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
            color: #fff;
            background-color: #b94630;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
        background-image: none
    }

    .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
        background-color: #d87a68;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-adn .badge {
        color: #d87a68;
        background-color: #fff
    }

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0,0,0,0.2)
}

    .btn-bitbucket:focus, .btn-bitbucket.focus {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-bitbucket:hover {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
            color: #fff;
            background-color: #0f253c;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
        background-image: none
    }

    .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
        background-color: #205081;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-bitbucket .badge {
        color: #205081;
        background-color: #fff
    }

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0,0,0,0.2)
}

    .btn-dropbox:focus, .btn-dropbox.focus {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-dropbox:hover {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
            color: #fff;
            background-color: #0a568c;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
        background-image: none
    }

    .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
        background-color: #1087dd;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-dropbox .badge {
        color: #1087dd;
        background-color: #fff
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2)
}

    .btn-facebook:focus, .btn-facebook.focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
            color: #fff;
            background-color: #23345a;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none
    }

    .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
        background-color: #3b5998;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff
    }

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0,0,0,0.2)
}

    .btn-flickr:focus, .btn-flickr.focus {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-flickr:hover {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
            color: #fff;
            background-color: #a80057;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
        background-image: none
    }

    .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
        background-color: #ff0084;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-flickr .badge {
        color: #ff0084;
        background-color: #fff
    }

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0,0,0,0.2)
}

    .btn-foursquare:focus, .btn-foursquare.focus {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-foursquare:hover {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
            color: #fff;
            background-color: #e30742;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
        background-image: none
    }

    .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
        background-color: #f94877;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-foursquare .badge {
        color: #f94877;
        background-color: #fff
    }

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0,0,0,0.2)
}

    .btn-github:focus, .btn-github.focus {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-github:hover {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
            color: #fff;
            background-color: #191919;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
        background-image: none
    }

    .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
        background-color: #444;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-github .badge {
        color: #444;
        background-color: #fff
    }

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2)
}

    .btn-google:focus, .btn-google.focus {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-google:hover {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
            color: #fff;
            background-color: #a32b1c;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
        background-image: none
    }

    .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
        background-color: #dd4b39;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #fff
    }

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0,0,0,0.2)
}

    .btn-instagram:focus, .btn-instagram.focus {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-instagram:hover {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
            color: #fff;
            background-color: #26455d;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
        background-image: none
    }

    .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
        background-color: #3f729b;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #fff
    }

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2)
}

    .btn-linkedin:focus, .btn-linkedin.focus {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-linkedin:hover {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
            color: #fff;
            background-color: #00405f;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
        background-image: none
    }

    .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
        background-color: #007bb6;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #fff
    }

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0,0,0,0.2)
}

    .btn-microsoft:focus, .btn-microsoft.focus {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-microsoft:hover {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
            color: #fff;
            background-color: #0f4bac;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
        background-image: none
    }

    .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
        background-color: #2672ec;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-microsoft .badge {
        color: #2672ec;
        background-color: #fff
    }

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0,0,0,0.2)
}

    .btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-odnoklassniki:hover {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
            color: #fff;
            background-color: #b14c09;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
        background-image: none
    }

    .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
        background-color: #f4731c;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-odnoklassniki .badge {
        color: #f4731c;
        background-color: #fff
    }

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0,0,0,0.2)
}

    .btn-openid:focus, .btn-openid.focus {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-openid:hover {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
            color: #fff;
            background-color: #b86607;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
        background-image: none
    }

    .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
        background-color: #f7931e;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-openid .badge {
        color: #f7931e;
        background-color: #fff
    }

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2)
}

    .btn-pinterest:focus, .btn-pinterest.focus {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-pinterest:hover {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
            color: #fff;
            background-color: #801419;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
        background-image: none
    }

    .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
        background-color: #cb2027;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-pinterest .badge {
        color: #cb2027;
        background-color: #fff
    }

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0,0,0,0.2)
}

    .btn-reddit:focus, .btn-reddit.focus {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-reddit:hover {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
            color: #000;
            background-color: #98ccff;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
        background-image: none
    }

    .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
        background-color: #eff7ff;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-reddit .badge {
        color: #eff7ff;
        background-color: #000
    }

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0,0,0,0.2)
}

    .btn-soundcloud:focus, .btn-soundcloud.focus {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-soundcloud:hover {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
            color: #fff;
            background-color: #a83800;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
        background-image: none
    }

    .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
        background-color: #f50;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-soundcloud .badge {
        color: #f50;
        background-color: #fff
    }

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0,0,0,0.2)
}

    .btn-tumblr:focus, .btn-tumblr.focus {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-tumblr:hover {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
            color: #fff;
            background-color: #111c26;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
        background-image: none
    }

    .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
        background-color: #2c4762;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-tumblr .badge {
        color: #2c4762;
        background-color: #fff
    }

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2)
}

    .btn-twitter:focus, .btn-twitter.focus {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-twitter:hover {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
            color: #fff;
            background-color: #1583d7;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
        background-image: none
    }

    .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
        background-color: #55acee;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #fff
    }

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0,0,0,0.2)
}

    .btn-vimeo:focus, .btn-vimeo.focus {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-vimeo:hover {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
            color: #fff;
            background-color: #0f7b9f;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
        background-image: none
    }

    .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
        background-color: #1ab7ea;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-vimeo .badge {
        color: #1ab7ea;
        background-color: #fff
    }

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0,0,0,0.2)
}

    .btn-vk:focus, .btn-vk.focus {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-vk:hover {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
            color: #fff;
            background-color: #3a526b;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
        background-image: none
    }

    .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
        background-color: #587ea3;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-vk .badge {
        color: #587ea3;
        background-color: #fff
    }

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0,0,0,0.2)
}

    .btn-yahoo:focus, .btn-yahoo.focus {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-yahoo:hover {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
            color: #fff;
            background-color: #39074e;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
        background-image: none
    }

    .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
        background-color: #720e9e;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-yahoo .badge {
        color: #720e9e;
        background-color: #fff
    }

/* Buttons Icons */
.btn-icon {
    padding: 0px;
    text-align: center;
    min-width: auto;
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 1.4;
    margin-top: -4px;
    background-color: transparent !important;
    color: #ff9900 !important;
}

    .btn-icon:hover, .btn-icon:active, .btn-icon:focus {
        background-color: transparent !important;
        color: #ff8b18 !important;
    }


.btn-refresh {
    padding: 15px;
    min-width: auto;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: -60px;
    border: 1px solid #e8eef8;
    background-color: #ffffff;
    color: #004fad !important;
}

/*===============================
========== Colors==========
===============================*/
/*========== Backgrounds and Colors ==========*/
/*bg*/

.bg-default {
    background-color: #0f9dff !important;
}

.bg-primary {
    background-color: #0174c3 !important;
}

.bg-success {
    background-color: #5fad4f !important;
}

.bg-info {
    background-color: #33ccff !important;
}

.bg-warning {
    background-color: #ff9900 !important;
}

.bg-danger {
    background-color: #ff5050 !important;
}

.bg-dark {
    background-color: #004fad !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-semilight {
    background-color: #f9fcfd !important;
}


.bg-none {
    background-color: transparent !important
}

.bg-border {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}


.bg-primary a, .bg-success a, .bg-info a, .bg-warning a, .bg-danger a {
}

    .bg-primary a:hover, .bg-success a:hover, .bg-info a:hover, .bg-warning a:hover, .bg-danger a:hover, .bg-primary a:active, .bg-success a:active, .bg-info a:active, .bg-warning a:active, .bg-danger a:active {
    }

.bg-default-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-success-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-info-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-warning-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-danger-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.bg-dark-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-white-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-success-hover:hover {
    background-color: #5fad4f !important;
}

.bg-info-hover:hover {
    background-color: #33ccff !important;
}

.bg-warning-hover:hover {
    background-color: #ff9900 !important;
}

.bg-danger-hover:hover {
    background-color: #ff5050 !important;
}

.bg-dark-hover:hover {
    background-color: #004fad !important;
}

.bg-white-hover:hover {
    background-color: #ffffff !important;
}

/*colors*/

.text-default {
    color: #0f9dff !important;
}

.text-primary {
    color: #0174c3 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2696f0;
}


.text-orpalis {
    color: #51a3da !important;
}

a.text-orpalis:hover,
a.text-orpalis:focus {
    color: #51a3da;
}



.text-success {
    color: #5fad4f !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #4ba139;
}

.text-info {
    color: #33ccff !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #1abcf2;
}

.text-warning {
    color: #ff9900 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ff8b18;
}

.text-danger {
    color: #ff5050 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff3131;
}

.text-white {
    color: #ffffff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e8eef8;
}

.text-dark {
    color: #1f1f1f !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #2a2a2a;
}

.text-dark-blue {
    color: #235d96 !important;
}

a.text-dark-blue:hover,
a.text-dark-blue:focus {
    color: #1f5284;
}

.text-purple {
    color: #775ca6 !important;
}

a.text-purple:hover,
a.text-purple:focus {
    color: #664c92;
}


/*cfill*/
.fill-primary {
    fill: #0174c3 !important;
}

.fill-success {
    fill: #5fad4f !important;
}

.fill-info {
    fill: #33ccff !important;
}

.fill-warning {
    fill: #ff9900 !important;
}

.fill-danger {
    fill: #ff5050 !important;
}

.fill-white {
    fill: #ffffff !important;
}

.fill-dark {
    fill: #1f1f1f !important;
}

.fill-dark-blue {
    fill: #235d96 !important;
}

.fill-purple {
    fill: #775ca6 !important;
}

.fill-none {
    fill: none !important;
}

/*cfill*/
.stroke-primary {
    stroke: #0174c3 !important;
}

.stroke-success {
    stroke: #5fad4f !important;
}

.stroke-info {
    stroke: #33ccff !important;
}

.stroke-warning {
    stroke: #ff9900 !important;
}

.stroke-danger {
    stroke: #ff5050 !important;
}

.stroke-white {
    stroke: #ffffff !important;
}

.stroke-dark {
    stroke: #1f1f1f !important;
}

.stroke-dark-blue {
    stroke: #235d96 !important;
}


/*Borders-Colors*/
.border-color-primary {
    border-color: #0174c3 !important;
}

.border-color-success {
    border-color: #5fad4f !important;
}

.border-color-info {
    border-color: #33ccff !important;
}

.border-color-warning {
    border-color: #ff9900 !important;
}

.border-color-danger {
    border-color: #ff5050 !important;
}

.border-color-white {
    border-color: #ffffff !important;
}

.border-color-dark {
    border-color: #1f1f1f !important;
}

.border-color-dark-blue {
    border-color: #235d96 !important;
}



/* Backgrounds Shades */
.bg-color-shade1 {
    border-color: #ce4949;
    border-color: rgba(206, 73, 73, 1);
}

    .bg-color-shade1.tool-item-icon svg path {
        fill: rgba(206, 73, 73, 1);
    }

.bg-color-shade2 {
    border-color: #eb653d;
    border-color: rgba(235, 101, 61, 1);
}

    .bg-color-shade2.tool-item-icon svg path {
        fill: rgba(235, 101, 61, 1);
    }

.bg-color-shade3 {
    border-color: #ee9423;
    border-color: rgba(238, 148, 35, 1);
}

    .bg-color-shade3.tool-item-icon svg path {
        fill: rgba(238, 148, 35, 1);
    }

.bg-color-shade4 {
    border-color: #f3b423;
    border-color: rgba(243, 180, 35, 1);
}

    .bg-color-shade4.tool-item-icon svg path {
        fill: rgba(243, 180, 35, 1);
    }

.bg-color-shade5 {
    border-color: #f2d03e;
    border-color: rgba(242, 208, 62, 1);
}

    .bg-color-shade5.tool-item-icon svg path {
        fill: rgba(242, 208, 62, 1);
    }

.bg-color-shade6 {
    border-color: #ccd852;
    border-color: rgba(204, 216, 82, 1);
}

    .bg-color-shade6.tool-item-icon svg path {
        fill: rgba(204, 216, 82, 1);
    }

.bg-color-shade7 {
    border-color: #93c260;
    border-color: rgba(147, 194, 96, 1);
}

    .bg-color-shade7.tool-item-icon svg path {
        fill: rgba(147, 194, 96, 1);
    }

.bg-color-shade8 {
    border-color: #58a45b;
    border-color: rgba(88, 164, 91, 1);
}

    .bg-color-shade8.tool-item-icon svg path {
        fill: rgba(88, 164, 91, 1);
    }

.bg-color-shade9 {
    border-color: #1d7f74;
    border-color: rgba(29, 127, 116, 1);
}

    .bg-color-shade9.tool-item-icon svg path {
        fill: rgba(29, 127, 116, 1);
    }

.bg-color-shade10 {
    border-color: #218c97;
    border-color: rgba(33, 140, 151, 1);
}

    .bg-color-shade10.tool-item-icon svg path {
        fill: rgba(33, 140, 151, 1);
    }

.bg-color-shade11 {
    border-color: #26a0dd;
    border-color: rgba(38, 160, 221, 1);
}

    .bg-color-shade11.tool-item-icon svg path {
        fill: rgba(38, 160, 221, 1);
    }

.bg-color-shade12 {
    border-color: #3683cd;
    border-color: rgba(54, 131, 205, 1);
}

    .bg-color-shade12.tool-item-icon svg path {
        fill: rgba(54, 131, 205, 1);
    }

.bg-color-shade13 {
    border-color: #505eae;
    border-color: rgba(80, 94, 174, 1);
}

    .bg-color-shade13.tool-item-icon svg path {
        fill: rgba(80, 94, 174, 1);
    }

.bg-color-shade14 {
    border-color: #473597;
    border-color: rgba(71, 53, 151, 1);
}

    .bg-color-shade14.tool-item-icon svg path {
        fill: rgba(71, 53, 151, 1);
    }

.bg-color-shade15 {
    border-color: #473597;
    border-color: rgba(71, 53, 151, 1);
}

    .bg-color-shade15.tool-item-icon svg path {
        fill: rgba(71, 53, 151, 1);
    }

.bg-color-shade16 {
    border-color: #6346aa;
    border-color: rgba(99, 70, 170, 1);
}

    .bg-color-shade16.tool-item-icon svg path {
        fill: rgba(99, 70, 170, 1);
    }

.bg-color-shade17 {
    border-color: #a141b1;
    border-color: rgba(161, 65, 177, 1);
}

    .bg-color-shade17.tool-item-icon svg path {
        fill: rgba(161, 65, 177, 1);
    }

.bg-color-shade18 {
    border-color: #e45987;
    border-color: rgba(228, 89, 135, 1);
}

    .bg-color-shade18.tool-item-icon svg path {
        fill: rgba(228, 89, 135, 1);
    }

.bg-color-shade19 {
    border-color: #e9759e;
    border-color: rgba(233, 117, 158, 1);
}

    .bg-color-shade19.tool-item-icon svg path {
        fill: rgba(233, 117, 158, 1);
    }


.bg-color-shade20 {
    border-color: #f3aac6;
    border-color: rgba(243, 170, 198, 1);
}

    .bg-color-shade20.tool-item-icon svg path {
        fill: rgba(243, 170, 198, 1);
    }


/*===============================
========== Progress ==========
===============================*/
.progress-bar {
    background-color: #0174c3;
}

#downloading .progress {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    height: 8px;
    border-radius: 0 0 4px 4px;
}

/*===============================
========== Utils ==========
===============================*/
.vmiddle {
    display: flex;
    align-items: center;
}



/*========== Align ==========*/

.alignleft {
    float: left;
    margin: 0;
}

.alignright {
    float: right;
    margin: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.alignnone {
    float: none;
    margin: 0 auto;
}

/*========== Alerts ==========*/
.header-alert{

}
    .header-alert .alert {
        background: #333333;
        color: #fff;
        border-radius: 0;
        border: none;
        padding: .75rem  0;
    }

        .header-alert .alert .badge {
            border-radius: 2px;
            padding: 5px;
            background:#fff;
            color:#333;
        }

.alert-success {
    background-color: #f6ffee;
    border-color: #d7ebc7;
    color: #5fad4f;
}

.alert-info {
    background-color: #ecfaff;
    border-color: #aad6e4;
    color: #33ccff;
}


.alert-warning {
    background-color: #fff2e2;
    border-color: #fde5c6;
    color: #ff9900;
}


.alert-danger {
    background-color: #ffeae8;
    border-color: #fed5d1;
    color: #ff5050;
}

.language-notification {
    margin: 0;
    color: #0174c3;
    padding: 15px 0;
    z-index: 10;
    width: 100%;
    border-top: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

    .language-notification.alert-dismissable .close, .language-notification.alert-dismissible .close {
        opacity: .6;
        right: 0;
    }

.alert-out {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
}

/*========== Lead Paragraph ==========*/
.lead {
    font-size: 1.4rem;
    font-weight: inherit;
}

    .lead.lead-xsmall {
        font-size: 1rem !important;
    }

    .lead.lead-small {
        font-size: 1.2rem !important;
    }

    .lead.lead-xmedium {
        font-size: 1.3rem !important;
    }

    .lead.lead-medium {
        font-size: 1.4rem !important;
    }

    .lead.lead-xbig {
        font-size: 1.6rem !important;
    }

    .lead.lead-big {
        font-size: 2rem !important;
    }

/*========== Special Headings ==========*/
.title-big {
    font-size: 4.4em;
}

.title-large {
    font-size: 2.4em;
}

.title-medium {
    font-size: 2.2em;
}

.title-xmedium {
    font-size: 2em;
}

.title-normal {
    font-size: 1.8em;
}

.title-xnormal {
    font-size: 1.6em;
}

.title-small {
    font-size: 1.4em;
}

.title-xsmall {
    font-size: 1.3em;
}

.title-exsmall {
    font-size: 1em;
}

.title-header {
    font-size: 1.764em;
}

/*========== Font Weight ==========*/
.xlight {
    font-weight: 100 !important;
}

.light {
    font-weight: 300 !important;
}

.normal {
    font-weight: 400 !important
}

.medium {
    font-weight: 500 !important;
}

.sbold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.ubold {
    font-weight: 900 !important;
}

/*========== White Space ==========*/
.white-space {
    display: block;
    width: 100%;
}

    .white-space.space-xmini {
        padding: 3px 0;
    }

    .white-space.space-mini {
        padding: 5px 0;
    }

    .white-space.space-xsmall {
        padding: 10px 0;
    }

    .white-space.space-small {
        padding: 15px 0;
    }

    .white-space.space-medium {
        padding: 30px 0;
    }

    .white-space.space-big {
        padding: 60px 0;
    }

    .white-space.space-xbig {
        padding: 70px 0;
    }


/*Theme Icons*/
.fa {
    font-family: "Font Awesome 5 Free" !important;
}

.icon {
    display: inline-block;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.material-icons {
    font-size: inherit;
    vertical-align: top;
}

.round-title-icon {
    background: #1f1f1f;
    width: 32px;
    height: 32px;
    color: #fff !important;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

    .round-title-icon.bg-default {
        background: #0f9dff !important;
    }


/* makes the font 33% larger relative to the icon container */
.icon-lg {
    font-size: 1.33333333em;
    line-height: 1em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em !important;
}

.icon-3x {
    font-size: 3em !important;
}

.icon-4x {
    font-size: 4em !important;
}

.icon-5x {
    font-size: 5em !important;
}

/* icon position */
.iconright {
    margin-left: 10px;
}

.iconleft {
    margin-right: 10px;
}

/* Icon Boxes */
.iconbox {
}

    .iconbox .iconbox-wrapper {
        float: left;
        margin-right: 30px;
        margin-bottom: 60px;
        text-align: center;
        font-size: 1.33333em;
        line-height: 0.75em;
        padding: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .iconbox .iconbox-wrapper.pull-right {
            margin-left: 20px;
            margin-right: 0;
        }

    .iconbox .iconbox-content {
        overflow: hidden;
    }

.iconbox-list {
    margin-bottom: 0px;
}

    .iconbox-list li {
        margin-top: 20px;
    }

        .iconbox-list li:first-child {
            margin-top: 0px;
        }

.iconbox .iconbox-wrapper .icon {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.iconbox .iconbox-wrapper.icon-2x {
    padding: 10px;
}

.iconbox .iconbox-wrapper .fa {
    line-height: 1.33333333em;
    vertical-align: -15%;
    height: 1.33333333em;
    width: 1.33333333em;
}

    .iconbox .iconbox-wrapper .fa.fa-2x, .iconbox .iconbox-wrapper .fa.fa-3x, .iconbox .iconbox-wrapper .fa.fa-4x, .iconbox .iconbox-wrapper .fa.fa-5x {
        line-height: 1.03em;
        height: 1.03em;
        width: 1.03em;
    }


/* icon box vertical */
.iconbox.vertical {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .iconbox.vertical .iconbox-wrapper {
        display: inline-block;
        float: none;
        margin: 0 auto 30px;
    }

/* icon box circle */
.iconbox .iconbox-wrapper.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .iconbox .iconbox-wrapper.circle.icon-2x {
        padding: 20px;
    }

/* icon border */
.iconbox .iconbox-wrapper.border {
    border: 2px solid;
}

    .iconbox .iconbox-wrapper.border.circle {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .iconbox .iconbox-wrapper.border.icon-2x {
        padding: 20px;
    }

/* icon box hover */
.iconbox:hover .iconbox-wrapper.border {
    color: #ffffff;
    border-color: #ffffff !important;
}

.iconbox:hover .iconbox-wrapper.color-primary.border {
    border-color: #ffffff !important;
}

.iconbox:hover .iconbox-wrapper.color-primary.border, .panel-card:hover .iconbox-wrapper.color-primary.border {
    color: #ffffff !important;
    background-color: #0174c3 !important;
    border-color: #0174c3 !important;
}

.iconbox:hover .iconbox-wrapper.color-success.border, .panel-card:hover .iconbox-wrapper.color-success.border {
    color: #ffffff !important;
    background-color: #5fad4f !important;
    border-color: #5fad4f !important;
}

.iconbox:hover .iconbox-wrapper.color-info.border, .panel-card:hover .iconbox-wrapper.color-info.border {
    color: #ffffff !important;
    background-color: #33ccff !important;
    border-color: #33ccff !important;
}

.iconbox:hover .iconbox-wrapper.color-warning.border, .panel-card:hover .iconbox-wrapper.color-warning.border {
    color: #ffffff !important;
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
}

.iconbox:hover .iconbox-wrapper.color-danger.border, .panel-card:hover .iconbox-wrapper.color-danger.border {
    color: #ffffff !important;
    background-color: #ff5050 !important;
    border-color: #ff5050 !important;
}

.iconbox:hover .iconbox-wrapper.color-dark.border, .panel-card:hover .iconbox-wrapper.color-dark.border {
    color: #ffffff !important;
    background-color: #004fad !important;
    border-color: #004fad !important;
}

/* icon button */
.icon-button {
}

/*========== Features Grid ==========*/

.features-grid .col-lg-1, .features-grid .col-lg10, .features-grid .col-lg-11, .features-grid .col-lg-12, .features-grid .col-lg-2, .features-grid .col-lg-3, .features-grid .col-lg-4, .features-grid .col-lg-5, .features-grid .col-lg-6, .features-grid .col-lg-7, .features-grid .col-lg-8, .features-grid .col-lg-9, .features-grid .col-md-1, .features-grid .col-md10, .features-grid .col-md-11, .features-grid .col-md-12, .features-grid .col-md-2, .features-grid .col-md-3, .features-grid .col-md-4, .features-grid .col-md-5, .features-grid .col-md-6, .features-grid .col-md-7, .features-grid .col-md-8, .features-grid .col-md-9, .features-grid .col-sm-1, .features-grid .col-sm10, .features-grid .col-sm-11, .features-grid .col-sm-12, .features-grid .col-sm-2, .features-grid .col-sm-3, .features-grid .col-sm-4, .features-grid .col-sm-5, .features-grid .col-sm-6, .features-grid .col-sm-7, .features-grid .col-sm-8, .features-grid .col-sm-9, .features-grid .col-xs-1, .features-grid .col-xs10, .features-grid .col-xs-11, .features-grid .col-xs-12, .features-grid .col-xs-2, .features-grid .col-xs-3, .features-grid .col-xs-4, .features-grid .col-xs-5, .features-grid .col-xs-6, .features-grid .col-xs-7, .features-grid .col-xs-8, .features-grid .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}

.features-grid .panel-card {
    padding: 40px;
    border: 1px solid #e8eef8;
    margin: 0 0 -1px -1px;
    height: 100%;
}

.features-grid.features-dark {
}

    .features-grid.features-dark .panel-card {
        border: thin solid #1f1f1f;
        background-color: transparent;
        color: #ffffff;
        margin: 0;
    }

.features-grid.features-bordless {
}

    .features-grid.features-bordless .panel-card {
        border: none;
        margin: 0;
    }

.features-grid .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .features-grid .panel .panel-body {
        padding: 40px;
    }

        .features-grid .panel .panel-body p {
            margin-bottom: 0;
        }


/*========== Panels ==========*/

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e8eef8;
    margin-bottom: 30px;
}

.panel-body {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.sign-panel {
    padding: 4%;
    border: 1px solid #e8eef8;
}

.account-panel {
}

    .account-panel .navbar-nav .dropdown-divider {
        margin: 0;
        border-width: 5px;
    }

.panel-subscribe {
    background-color: rgba(255, 255, 255, .7);
}

.panel-default {
    border-color: #e8eef8;
}

    .panel-default > .panel-heading {
        background-color: #ecf0f1;
        border-color: #ecf0f1;
    }

    .panel-default > .panel-footer {
        background-color: #ecf0f1;
        border-color: #ecf0f1;
    }

.panel-primary > .panel-heading {
}

.panel-primary > .panel-footer {
    color: #ffffff;
}

.panel-success {
    border-color: #5fad4f;
}

    .panel-success > .panel-heading, .panel-success > .panel-footer {
        background-color: #5fad4f;
        border-color: #5fad4f;
        color: #ffffff;
    }

.panel-info {
    border-color: #33ccff;
}

    .panel-info > .panel-heading, .panel-info > .panel-footer {
        background-color: #33ccff;
        border-color: #33ccff;
        color: #ffffff;
    }

.panel-warning {
    border-color: #ff9900;
}

    .panel-warning > .panel-heading, .panel-warning > .panel-footer {
        background-color: #ff9900;
        border-color: #ff9900;
        color: #ffffff;
    }

.panel-danger {
    border-color: #ff5050;
}

    .panel-danger > .panel-heading, .panel-danger > .panel-footer {
        background-color: #ff5050;
        border-color: #ff5050;
        color: #ffffff;
    }

.panel-dark {
    border-color: #1f1f1f;
}

    .panel-dark > .panel-heading, .panel-dark > .panel-footer {
        background-color: #1f1f1f;
        border-color: #1f1f1f;
        color: #ffffff;
    }

.panel-border {
    border: 1px solid #e8eef8;
}

/*========== Panel Card ==========*/

.panel-card {
    background-color: #ffffff;
    border: 1px solid #e8eef8;
    margin-bottom: 30px;
    padding: 40px 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .panel-card .panel-card-content {
        position: relative;
        z-index: 20;
    }

    .panel-card .panel-card-title {
        font-size: 1.35em;
        font-weight: 600;
    }

    .panel-card p {
        margin-bottom: 0;
    }

    .panel-card.panel-hover:hover {
        color: #ffffff;
    }

        .panel-card.panel-hover:hover .panel-card-title {
            color: #fff;
        }


    .panel-card:hover .iconbox .iconbox-wrapper {
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.panel-card-hover {
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .panel-card-hover.bg-overlay {
        height: 0;
        top: auto;
    }

.panel-card.panel-hover:hover .panel-card-hover {
    height: 100%;
}

.panel-card.panel-hover:hover .iconbox-wrapper {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox-wrapper.color-dark {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper.color-dark {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox-wrapper.color-primary {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper.color-primary {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox-wrapper.color-success {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper.color-success {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox-wrapper.color-info {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper.color-info {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox-wrapper.color-warning {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper.color-warning {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox-wrapper.color-danger {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .iconbox:hover .iconbox-wrapper.color-danger {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.panel-card.panel-hover:hover .btn.btn-alt {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

    .panel-card.panel-hover:hover .btn.btn-alt:hover {
        color: #232b43 !important;
        background: #ffffff !important;
        border-color: #ffffff !important;
    }

/*========== Cards ==========*/
.card {
    border: 1px solid #e8eef8;
    overflow: hidden;
}

.card-shadow {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
}

.card-pp {
    padding: 0 0 60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.card-pp-content {
    padding: 0 20px;
}

.card-pp-image {
    margin: 0 auto 30px;
}

.card-pp-icon {
    width: 96px;
    margin: 0 auto 30px;
}

.card-pp-pp-title {
}

.card-pp-description {
    min-height: 75px;
}

.card-pp:hover {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    -moz-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
}

    .card-pp:hover .card-pp-title, .card-pp:hover .card-pp-description {
    }

.card-header {
    background-color: rgba(250,253,255,.8);
    border-bottom: 1px solid rgba(223,230,236,.8);
}

.card-footer {
    background-color: rgba(250,253,255,.8);
    border-top: 1px solid rgba(223,230,236,.8);
}

.card-sidebar {
    overflow: visible !important;
}


/*========== Stiky Sidebar ==========*/

.container-border {
    border: 1px solid #e8eef8;
}

.content-section {
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}


.sidebar-item {
    border-right: 1px solid rgba(223,230,236,.8);
    width: 100%;
    height: 100%;
    /* Position the items */
    // &:nth-child(2)

{
    top: 25%;
}

// &:nth-child(3) {
    top: 50%;
}

// &:nth-child(4) {
    top: 75%;
}

}


.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


/*========== Forms ==========*/
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white !important;
}

input, textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    background-clip: padding-box;
}

.form-control {
    height: calc(1.5em + .75rem + 10px);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #434965;
    border: 1px solid #e8eef8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #98bdea;
        font-size: 1em;
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #98bdea;
        font-size: 1em;
    }

    .form-control::-ms-input-placeholder { /* IE 10+ */
        color: #98bdea;
        font-size: 1em;
    }

    .form-control::-moz-placeholder { /* Firefox 18- */
        color: #98bdea;
        font-size: 1em;
    }

.form-group {
    margin-bottom: 30px;
}

.input-lg {
    height: 50px;
    font-size: 1em;
}

.input-sm {
    height: 30px;
}

.input-group-btn {
    font-size: 14px;
}

.input-group > .form-control, .input-group > .input-group-addon, .input-group > .input-group-btn > .btn {
    padding: .375rem .9375rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 50px;
    font-size: 1em;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 25px;
}

.form-group-lg .form-control {
    height: 60px;
}

.input-group .form-control {
    z-index: inherit;
}

.input-group-addon {
    background-color: #0789e1;
    border-color: #0789e1;
    color: #fff;
}

    .input-group-addon.input-success {
        background-color: #f0fbf1;
        border-color: #f0fbf1;
        color: #5fad4f;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control label {
    background-color: #f7fbff;
}

    .form-control[disabled]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #a2c4ed;
    }

    .form-control[disabled]::-moz-placeholder { /* Firefox 19+ */
        color: #a2c4ed;
    }

    .form-control[disabled]::-ms-input-placeholder { /* IE 10+ */
        color: #a2c4ed;
    }

    .form-control[disabled]::-moz-placeholder { /* Firefox 18- */
        color: #a2c4ed;
    }

/* border form */
.border-form .form-control {
    background: transparent;
}

/* dark form */
.border-form.dark-form .form-control {
    background: transparent;
    border: 1px solid #1f1f1f;
}

    .border-form.dark-form .form-control::-moz-placeholder {
        color: #1f1f1f;
    }


label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: .875em;
    color: #1f1f1f;
}

@media (max-width: 992px) {
    .form-inline .form-group {
        margin-bottom: 15px;
    }
}


.input-group-text {
    border-color: #f3f7f9;
    background-color: #f3f7f9;
    color: #1f1f1f;
    font-size: 0.875em;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    padding: 14px 32px;
}


/* Select Styling */
.language-select {
    margin-bottom: 0px !important;
}

    .language-select .custom-select {
        font-family: 'Arial', sans-serif;
        margin: 0;
        padding: 4px 25px 4px 10px;
        border: none;
        color: #4b6272;
        font-size: 0.875em;
        height: auto;
        line-height: 1.4;
        vertical-align: middle;
        width: 100%;
        cursor: pointer;
    }

        .language-select .custom-select:focus {
            box-shadow: none;
        }

    .language-select .dropdown-toggle {
        padding: 0;
    }

    .language-select .dropdown-menu {
        border: 1px solid #1f1f1f !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 0;
    }

        .language-select .dropdown-menu li {
            border: none;
            padding: 0;
            font-size: 0.875rem;
        }

/* Register Code form */
.register-code-wrapper {
    margin-bottom: 45px;
}


/*Subscribe Form */
.subscribe-form {
    position: relative;
}

    .subscribe-form input {
        border-color: #0174c3;
    }

#message-container {
    position: absolute;
}

    #message-container p {
        padding: 8px 16px;
        border: 2px solid #e8eef8;
        background: #fff;
        margin-top: 2px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 0.857em;
    }

        #message-container p:before {
            position: absolute;
            z-index: 1000;
            content: "";
            top: -5px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #ff5050;
        }

        #message-container p.newsletter-error {
            background: #ff5050;
            border: 2px solid #ff5050;
            color: #fff;
        }

        #message-container p.newsletter-success {
            background: #5fad4f;
            border: 2px solid #5fad4f;
            color: #fff;
        }

            #message-container p.newsletter-success:before {
                border-bottom: 10px solid #5fad4f;
            }

/* Login & Sign up */
.validation-summary-errors {
    margin-left: 0 !important;
    color: #ffffff !important;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ff5050;
    border: 2px solid #ff3131;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.field-validation-error {
    display: inline-block;
    margin: 5px 0;
    font-size: 0.857em;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.857em;
}

.social-login {
}

    .social-login .col-sm-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

.sign-form {
}

    .sign-form .checkbox {
        margin: 0;
        display: inline-block;
    }

    .sign-form .forgot-pass {
        min-height: 20px;
        text-align: right;
        line-height: 26px;
        float: right;
    }

.fa-microsoft:before {
    content: "\f17a";
}


/*========== Account Settings ==========*/

/*Manage Profile*/
.nav-profile {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 0;
    width: 100%;
    padding-top:10px;
}

    .nav-profile.nav-stacked > li + li {
    }

    .nav-profile.nav-stacked > li {
        margin-top: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .nav-profile.nav-stacked > li:last-child {
            border-bottom: none;
        }

        .nav-profile.nav-stacked > li.active, .nav-profile.nav-stacked > li:hover {
        }


        /*.nav-profile > li.active > a:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-right: 22px solid #f3f8fc;
        position: absolute;
        right: -2px;
        top: 50%;
        margin-top: -22px;
    }

    .nav-profile > li.active > a:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 21px solid #ffffff;
        position: absolute;
        margin-top: -21px;
        top: 50%;
        right: -1px;
        z-index: 1001;
    }*/

        .nav-profile.nav-stacked > li:first-child {
            border-top: none;
        }

    .nav-profile > li > a {
        display: block;
        color: #000033;
        font-size: 0.925rem;
        padding: 1.5rem 1.5rem;
        border-left:4px solid transparent;
        font-weight: 500;
        margin: 0;
        line-height: 1.6;
    }

    .nav-profile > li:last-child > a {
        border-bottom: none;
    }

    .nav-profile .open > a, .nav-profile .open > a:hover, .nav-profile .open > a:focus {
        background: #f3f8fc;
        color: #546c96;
    }

    .nav-profile .dropdown-menu {
        position: relative;
        top: -1px;
        left: 0;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 0 -2px -1px;
        border: 1px solid #e8eef8;
        border-right: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .nav-profile .dropdown-menu > li > a {
            padding: 15px 30px 15px 50px;
        }

            .nav-profile .dropdown-menu > li > a:hover, .nav-profile .dropdown-menu > li > a:focus {
                background-color: #ffffff;
                color: #0174c3;
            }

        .nav-profile .dropdown-menu > .active > a, .nav-profile .dropdown-menu > .active > a:hover, .nav-profile .dropdown-menu > .active > a:focus {
            background-color: transparent;
            color: #0174c3;
        }

    .nav-profile .open > a, .nav-profile .open > a:hover, .nav-profile .open > a:focus {
        border-color: #f3f8fc;
    }


.nav > li.disabled > a {
    background: #ffffff;
    color: #d8e6f8;
}

.nav-profile > li > a .icon {
    margin-right: 5px;
}

.nav-profile > li > a:hover, .nav-profile > li > a:focus {
    background-color: #f3f7f9;
    color: #0f9dff;
}

.nav-profile > li.disabled > a:hover, .nav-profile > li.disabled > a:focus {
    background: #ffffff;
    color: #d8e6f8;
}

.nav-profile > li.active > a {
    background-color: #fff;
    border-left: 4px solid;
}

    .nav-profile > li.active > a:hover, .nav-profile > li.active > a:focus {
        background-color: #f3f7f9;
        color: #0f9dff;
    }


.account-menu {
    background: #f9fcfd !important;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .account-menu .navbar-toggler.collapsed {
        width: 100%;
        float: none;
        margin: 0;
        padding: 30px 15px;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: left;
        font-size: 1.286em;
        font-weight: 400;
        background-color: #f3f7f9 !important;
        border: 1px solid #e8eef8;
        color: #1f1f1f;
    }

    .account-menu .navbar-toggler {
        width: 100%;
        float: none;
        margin: 0;
        padding: 30px 15px;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: left;
        font-size: 1.286em;
        font-weight: 400;
        background-color: #e2f1fb !important;
        border: 1px solid #e8eef8;
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
    }



    .account-menu .navbar-collapse {
    }

    .account-menu .navbar-toggler .icon {
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
    }

    .account-menu .navbar-toggler .icon { /* Safari */
    }

    .account-menu .navbar-toggler.collapsed .icon {
        /* Safari */
        -webkit-transform: rotate(180deg);
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* IE */
        -ms-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
    }

.account-settings-options {
    padding: 1.7rem 0;
}


.account-menu:after {

}

#account-options-title {
    margin-bottom: 45px;
}

.account-options-title-wrapper {
}

    .account-options-title-wrapper .title-header {
        margin-bottom: 0;
        text-align: center;
        font-weight: 600;
    }



/*My Passport */
.my-passport {
    padding: 0;
}

    .my-passport [class*='col-md-8'] {
        padding: 0;
    }

    .my-passport .row {
        margin: 0;
    }

.my-passport-plan {
    margin-bottom: 60px;
    text-align: center;
}


.my-passport-info-plan {
    background-color: #ffffff;
    color: #1f1f1f;
    padding: 30px 15px;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    border-color: #efefef;
    border-style: solid;
}

    .my-passport-info-plan .info-plan {
        font-size: 1.25em;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500;
    }

.my-passport-info-credits {
    padding: 30px 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: #f3f7f9;
    border-width: 0 1px 0 1px;
    border-color: #efefef;
    border-style: solid;
}

    .my-passport-info-credits .info-credits {
        margin: 0;
        font-size: 0.929em;
        font-weight: 700;
        line-height: 1.4;
        color: #0174c3;
    }

    .my-passport-info-credits .info-credits-value {
        font-size: 1.271em;
        margin: 5px 0 0;
        padding: 0;
        font-weight: 300;
        line-height: 1.4;
    }


.my-passport-info-status {
    padding: 61px 15px;
    border: 1px solid #e8eef8;
    margin-top: -2px;
}

    .my-passport-info-status .info-status {
        font-size: 2em;
        margin: 0;
    }

.my-passport-info-price {
    padding: 30px 15px 15px;
    border-width: 1px 1px 0 1px;
    border-color: #efefef;
    border-style: solid;
}

    .my-passport-info-price .info-price {
        font-size: 1.725em;
        font-weight: 700;
        margin: 0;
    }

.my-passport-plan .btn {
}

    .my-passport-plan .btn:hover, .my-passport-plan .btn:focus {
        background-color: #2696f0;
        color: #ffffff;
    }

.my-passport-key-request {
    text-align: center;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-width: 0 1px 1px 1px;
    border-color: #efefef;
    border-style: solid;
    border-radius: 0 0 4px 4px;
}

.blured {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

    .blured .btn {
        cursor: default;
    }

.over-blur {
    position: relative;
    width: 100%;
    z-index: 10;
}



/* free plan*/
.my-passport-plan.free-plan {
}

    .my-passport-plan.free-plan .my-passport-info-plan {
    }

        .my-passport-plan.free-plan .my-passport-info-plan .info-plan {
        }

    .my-passport-plan.free-plan .my-passport-info-price .info-price {
        margin-bottom: 28px;
    }

    .my-passport-plan.free-plan .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.free-plan .btn {
    }

        .my-passport-plan.free-plan .btn:hover, .my-passport-plan.free-plan .btn:focus {
        }


/* starter plan*/
.my-passport-plan.starter-plan {
}

    .my-passport-plan.starter-plan .my-passport-info-plan {
    }

    .my-passport-plan.starter-plan .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.starter-plan .btn {
    }

        .my-passport-plan.starter-plan .btn:hover, .my-passport-plan.starter-plan .btn:focus {
        }

/* professional plan*/
.my-passport-plan.professional-plan {
}

    .my-passport-plan.professional-plan .my-passport-info-plan {
    }

    .my-passport-plan.professional-plan .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.professional-plan .btn {
    }

        .my-passport-plan.professional-plan .btn:hover, .my-passport-plan.professional-plan .btn:focus {
        }

/* business plan*/
.my-passport-plan.business-plan {
}

    .my-passport-plan.business-plan .my-passport-info-plan {
    }

    .my-passport-plan.business-plan .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.business-plan .btn {
    }

        .my-passport-plan.business-plan .btn:hover, .my-passport-plan.business-plan .btn:focus {
        }

/* enterprise plan*/
.my-passport-plan.enterprise-plan {
}

    .my-passport-plan.enterprise-plan .my-passport-info-plan {
    }

    .my-passport-plan.enterprise-plan .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.enterprise-plan .btn {
    }

        .my-passport-plan.enterprise-plan .btn:hover, .my-passport-plan.enterprise-plan .btn:focus {
        }

/* elite plan*/
.my-passport-plan.elite-plan {
}

    .my-passport-plan.elite-plan .my-passport-info-plan {
    }

    .my-passport-plan.elite-plan .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.elite-plan .btn {
    }

        .my-passport-plan.elite-plan .btn:hover, .my-passport-plan.elite-plan .btn:focus {
        }


/* elite plan*/
.my-passport-plan.plan-disabled {
    opacity: 0.4;
    -webkit-filter: blur(.11em);
    -moz-filter: blur(.11em);
    -o-filter: blur(.11em);
    -ms-filter: blur(.11em);
    filter: blur(.11em);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

    .my-passport-plan.plan-disabled .my-passport-info-plan {
    }

    .my-passport-plan.plan-disabled .my-passport-info-credits .info-credits {
    }

    .my-passport-plan.plan-disabled .btn {
    }

        .my-passport-plan.plan-disabled .btn:hover, .my-passport-plan.plan-disabled .btn:focus {
        }



.account-premium-offers {
    padding: 0;
}

    .account-premium-offers:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        top: 0;
        left: -2px;
        background-color: #dcecff;
    }


/* Pricing Plans Tables */
.pp-pricing-plan {
    background: #f9fcfd;
    border: 1px solid #e8eef8;
    margin-bottom: 2rem;
    padding: 30px 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .pp-pricing-plan p {
        margin: 0;
    }

    .pp-pricing-plan:hover {
        background:#ffffff;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
        -moz-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
        box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    }

    .pp-pricing-plan .pp-price {
        font-size: 1.6em;
        font-weight: 700;
        margin: 15px 0;
        padding: 0 30px;
    }

    .pp-pricing-plan .pp-pricing-plan-credits p {
        font-size: 1.4em;
        font-weight: 500;
        color: #1f1f1f;
        padding: 0 30px;
    }

    .pp-pricing-plan .pp-price sup {
        font-weight: 500;
        font-size: 1rem;
    }

    .pp-pricing-plan .pp-pricing-plan-type .pp-plan-type {
        font-size: 1.6em;
        font-weight: 700;
        margin: 0 0 15px;
        color: #0f9dff;
        padding: 0 30px;
    }

    .pp-pricing-plan.free-plan .pp-pricing-plan-type .pp-plan-type {
        color: #5fad4f;
    }

    .pp-pricing-plan .pp-pricing-plan-select {
        padding: 15px 30px;
        background: #f3f7f9;
    }


/*My Passports */
.passport-name {
    float: left;
    font-weight: 700;
    color: #0f9dff;
    font-size: 1.898em;
}

.passport-credits {
    float: left;
    font-size: 1.4em;
    line-height: 2.2;
    margin-left: 5px;
}


.passport-name-icon {
    float: left;
    margin-left: 5px;
    cursor: default;
    margin-bottom: 10px;
    margin-top: 4px;
}

.passport-status {
    height: 28px;
    width: 28px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.status-active {
    color: #5fad4f;
}

.status-inactive {
    color: #ff5050;
}


/*My Profile */
#my-profile {
    margin-top: 0px;
}

#my-security {
    margin-top: 45px;
}

#my-logins {
    margin-top: 45px;
}

.title-section-wrapper {
    margin-bottom: -1px;
}

.title-section {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 15px 25px;
    border: 1px solid #d4eafa;
    background-color: #d4eafa;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.section-row {
}

.title-section-row {
    font-size: 1.4em;
    font-weight: 700;
}


.active-logins-service {
    float: left;
    width: 100%;
    clear: both;
    padding: 30px 15px;
    border-top: 1px solid #d4eafa;
    background-color: #f3f8fc;
}

.active-logins-name {
    font-weight: 600;
    line-height: 1.7;
    font-size: 1.1rem;
}

.active-login-service-email {
    line-height: 2.2;
    margin: 0;
}

.remove-login {
    text-transform: lowercase;
}

/* My profile navigation */
.my-profile-nav {
    margin-top: 30px;
    margin-bottom: -16px;
}

    .my-profile-nav .nav {
        width: 100%;
    }

        .my-profile-nav .nav > li {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .my-profile-nav .nav > li {
            background-color: #f9fcfd;
        }

            .my-profile-nav .nav > li > a {
                -webkit-border-radius: 0;
                border-radius: 0;
                color: #1f1f1f;
                border: 1px solid #fff;
                background-size: 0% !important;
                padding:1rem;
            }

            .my-profile-nav .nav > li:hover {
                background-color: #e3f4ff;
            }

            .my-profile-nav .nav > li.active {
                background-color: #fff;
            }

                .my-profile-nav .nav > li.active > a, .my-profile-nav .nav > li.active > a:hover, .my-profile-nav .nav > li.active > a:focus {
                    background-color: transparent;
                    color: #0f9dff;
                    border: 1px solid #d4eafa;
                    border-bottom: none;
                }

            .my-profile-nav .nav > li > a:hover {
                color: #0f9dff;
                background-size: 0%;
            }


.my-profile-nav-toggle {
    cursor: pointer;
}

/* my profile user*/
.my-profile-nav .nav > li.my-profile-user {
    background: #ffffff;
    border-color: #0174c3 !important;
}

    .my-profile-nav .nav > li.my-profile-user > a {
        color: #0174c3;
    }

    .my-profile-nav .nav > li.my-profile-user.active, .my-profile-nav .nav > li.my-profile-user:hover {
        background: #0174c3 !important;
    }

        .my-profile-nav .nav > li.my-profile-user.active > a, .my-profile-nav .nav > li.my-profile-user:hover > a {
            color: #ffffff;
        }

/* close account list */
.end-account {
    margin-bottom: 0;
}

    .end-account li {
        border-left: 1px solid #969cac;
        padding-left: .5rem;
    }

        .end-account li:first-child {
            border: none;
            padding-left: 0;
        }

        .end-account li a {
            color: #969cac;
            font-size: .825rem;
        }

            .end-account li a:hover, .end-account li a:focus {
                color: #1f1f1f;
            }

/* my profile password*/
.my-profile-nav .nav > li.my-profile-password {
    background: #ffffff;
    border-color: #5fad4f !important;
}

    .my-profile-nav .nav > li.my-profile-password > a {
        color: #5fad4f;
    }

    .my-profile-nav .nav > li.my-profile-password.active, .my-profile-nav .nav > li.my-profile-password:hover {
        background: #5fad4f !important;
    }

        .my-profile-nav .nav > li.my-profile-password.active > a, .my-profile-nav .nav > li.my-profile-password:hover > a {
            color: #ffffff;
        }

/* my profile logins*/
.my-profile-nav .nav > li.my-profile-logins {
    background: #ffffff;
    border-color: #FFA726 !important;
}

    .my-profile-nav .nav > li.my-profile-logins > a {
        color: #FFA726;
    }

    .my-profile-nav .nav > li.my-profile-logins.active, .my-profile-nav .nav > li.my-profile-logins:hover {
        background: #FFA726 !important;
    }

        .my-profile-nav .nav > li.my-profile-logins.active > a, .my-profile-nav .nav > li.my-profile-logins:hover > a {
            color: #ffffff;
        }

/* my profile notifications*/

.notification-description {
    min-height: 70px;
}


/* Last transactions */
/*table*/
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #e8eef8;
}

table.dataTable {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fafcfd;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 50%;
    margin-top: -8px;
    left: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0174c3;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    background-color: #2696f0;
}



/* pagination */
.pagination > li > a, .pagination > li > span {
    color: #0174c3;
    padding: 6px 10px;
    border: 1px solid;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0174c3 !important;
    border-color: #0174c3 !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color: #e8eef8;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    color: #0174c3;
}

thead {
    color: #1f1f1f;
}

/*========== Desktop Apps ==========*/

.desktop-app {
    margin-top: 30px;
}

    .desktop-app:first-child {
        margin-top: 0;
    }

    .desktop-app p {
        margin: 0;
    }


.desktop-app-name {
    padding: 15px;
}

    .desktop-app-name .app-name-title {
        font-size: 1.35em;
        margin: 0 0 10px;
        font-weight: 600;
    }

    .desktop-app-name .app-name-subtitle {
        font-size: 1em;
    }

.desktop-app-description-wrapper {
    padding: 30px 15px;
}

    .desktop-app-description-wrapper .desktop-app-description {
        margin: 0;
        font-size: 0.929em;
        font-weight: 300;
        line-height: 1.4;
    }

.desktop-app-download {
}


.desktop-app-visuals {
    padding: 15px 15px;
    border-top: none;
    text-align: left;
}

    .desktop-app-visuals .col-xs-4 {
    }

.desktop-app-title-wrapper {
}

.desktop-app-icon {
    text-align: center;
}

.desktop-app-screen {
    text-align: center;
}

    .desktop-app-screen a {
        background-size: 0%;
    }

        .desktop-app-screen a:hover img {
            -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
            box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
        }

    .desktop-app-screen img {
        margin: 0 auto;
        border: 1px solid #e8eef8;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        width: 100%;
    }


/*========== Icon List Styles ==========*/
.fa-ul {
    margin-left: 2em;
}

    .fa-ul > li {
    }

    .fa-ul .fa-li {
    }

.icon-ul {
    list-style-type: none;
    margin-left: 2em;
    padding-left: 0;
}

    .icon-ul > li {
        position: relative;
        line-height: 2em;
    }

    .icon-ul .icon-li {
        left: -2em;
        position: absolute;
        text-align: center;
        width: 2em;
        height: 2em;
        line-height: 2.3;
    }


    .fa-ul.icon-border, .icon-ul.icon-border, .fa-ul.icon-bg-box, .icon-ul.icon-bg-box {
        margin-left: 2.5em;
    }

.icon-border li, .icon-bg-box li {
    margin-bottom: 10px;
}

.icon-border > li > .icon-li, .icon-border > li > .fa-li {
    border: 1px solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: -2.5em;
}

.icon-border > li > a > .icon-li, .icon-border > li > a > .fa-li {
    border: 1px solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: -2.5em;
}

.icon-bg-box > li > .icon-li, .icon-bg-box > li > .fa-li {
    background: #f2f2f2;
    left: -2.5em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.icon-bg-box > li > a > .icon-li, .icon-bg-box > li > a > .fa-li {
    background: #f2f2f2;
    left: -2.5em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.icon-radius > li > .icon-li, .icon-radius > li > .fa-li {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-radius > li > a > .icon-li, .icon-radius > li > a > .fa-li {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* Icon List */
.icon-list {
    margin-left: 0 !important;
}

    .icon-list li {
        margin: 0;
    }

    .icon-list > li > a > .icon-li, .icon-list > li > a > .fa-li {
        display: block;
        position: relative;
        left: 0;
    }

.footer-container .icon-list > li > a, .footer-container .icon-list > li > a, .footer-container .icon-list > li > a, .footer-container .icon-list > li > a {
    color: #ffffff;
}

/* List Group */
.list-group-item {
    color: #1f1f1f;
    font-weight: 500;
    background: none;
    padding: 1.4em 2em;
}

    .list-group-item.active {
        background-color: #0f9dff;
        border-color: #0f9dff;
    }

.list-group-item-action:focus, .list-group-item-action:hover {
    background-size: 0;
    color: #0f9dff;
}

.list-group-item-action.active:focus, .list-group-item-action.active:hover {
    color: #ffffff;
}



/* Separator List */
.separator-list {
}

    .separator-list > li {
        border-left: 1px solid;
    }

        .separator-list > li:first-child {
            border-left: none;
            padding-left: 0 !important;
        }

/* List Medium */
.list-medium > li {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.fa-ul.list-medium, .icon-ul.list-medium {
    margin-left: 3em;
}

/* List Big */
.list-big > li {
    font-size: 1.4em;
    margin-bottom: 15px;
}

.fa-ul.list-big, .icon-ul.list-big {
    margin-left: 3.5em;
}

/* Media List */
.media-heading {
    text-transform: none;
}

/*========== Accordion and Toggles ==========*/
.accordion .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

.accordion.panel-group {
    margin: 0;
}

.accordion .panel .panel-heading {
    border: none;
    padding: 0;
    background: none;
}

.accordion .panel-title {
    font-weight: 400;
    font-size: 1em;
}

    .accordion .panel-title a {
        display: block;
        padding: 15px;
    }

        .accordion .panel-title a .fa {
            margin-right: 10px;
        }

.accordion .panel-body {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
}

.accordion .accordion-toggle.collapsed-icon:after {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 0.857em;
    line-height: 1.4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.accordion .accordion-toggle.collapsed.collapsed-icon:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
}

.accordion .accordion-toggle.collapsed-icon-left.collapsed-icon:after {
    float: left;
    margin-right: 10px;
}

.accordion .accordion-toggle.collapsed-icon-left.collapsed.collapsed-icon:after {
    float: left;
    margin-right: 10px;
}

/* Accordion & Toggle - default stytle  */
.accordion .accordion-toggle {
    color: #0174c3;
    border: 2px solid;
}

    .accordion .accordion-toggle.collapsed {
        color: #546c96;
        border: 2px solid #e8eef8;
    }

        .accordion .accordion-toggle.collapsed:hover {
            color: #0174c3;
            border: 2px solid;
        }

/* Accordion & Toggle - alternativestytle  */
.accordion.accordion-alt .panel-heading {
    border: none;
    background: #f8f8f8;
}

.accordion.accordion-alt .accordion-toggle {
    color: #fff;
}

    .accordion.accordion-alt .accordion-toggle.collapsed {
        background: #f8f8f8;
        color: #848494;
    }

        .accordion.accordion-alt .accordion-toggle.collapsed:hover {
            color: #fff;
        }

/* PP Collapse  */
.pp-collapse {
    background-color: #ffffff;
    border: 1px solid #e8eef8;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .pp-collapse:hover, .pp-collapse:focus {
        -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
        -moz-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
        box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    }

    .pp-collapse .pp-collapse-link {
        display: block;
        padding: 1.5rem 3rem;
        background-size: 0% !important;
        font-weight: 500;
        font-size: 1.1875em;
        color: #0f9dff;
    }

        .pp-collapse .pp-collapse-link.collapsed {
            color: #1f1f1f;
        }

        .pp-collapse .pp-collapse-link:hover {
            color: #0f9dff !important;
        }


        .pp-collapse .pp-collapse-link.collapsed::before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
        }

        .pp-collapse .pp-collapse-link::before {
            border: none;
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            font-weight: 900;
            vertical-align: middle;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            font-size: 20px;
            position: absolute;
            left: 1.3rem;
            top: 1.3rem;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
        }


    .pp-collapse .pp-collapse-content {
        padding: 0 3rem 1.5rem;
    }


/*========== Dividers ==========*/
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px #e8eef8 solid;
}
    /* hr fancy */
    hr.hr-fancy {
        border: 0 solid #e8eef8;
        border-top-width: 1px;
        height: 0;
        display: block;
        width: 100%;
        position: relative;
    }

        hr.hr-fancy:after {
            content: " ";
            width: 30%;
            height: 5px;
            position: relative;
            bottom: 3px;
            display: block;
        }

    hr.text-center.hr-fancy:after {
        margin: 0 auto;
    }

    hr.text-right.hr-fancy:after {
        float: right;
    }
    /* hr fade margins */
    hr.hr-fade {
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0));
        background-image: -moz-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0));
        background-image: -ms-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0));
        background-image: -o-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0));
    }
    /* hr double border */
    hr.hr-double {
        padding: 4px;
        border: none;
        border-top: 1px solid #e8eef8;
        border-bottom: 1px solid #e8eef8;
    }
/* hr icon */
.hr-icon {
    position: relative;
    display: block;
}

    .hr-icon hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.icon-divider {
    background-color: #FFFFFF;
    display: block;
    font-size: 2.714em;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    width: 80px;
    top: -25px;
}

.text-divider {
    display: inline-block;
    font-size: 1.286em;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: -15px;
    margin: 0 auto;
}

    .text-divider span {
        padding: 0 10px;
        background-color: #FFFFFF;
    }


.hr-vertical {
    position: relative;
    height: 100%;
}

    .hr-vertical:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #546c96;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .hr-vertical .hr-vertical-text {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        margin: -25px auto 0;
        font-size: 1.286em;
        height: 40px;
        line-height: 40px;
        background-color: #FFFFFF;
    }

/* hr dashed */
hr.hr-dashed {
    border-top: 1px dashed #d6d6d6;
    height: 0;
    display: block;
    width: 100%;
    position: relative;
    margin: 10px 0;
}
/* hr dashed */
hr.hr-dotted {
    border-top: 2px dotted #d6d6d6;
    height: 0;
    display: block;
    width: 100%;
    position: relative;
}
/* hr small */
hr.hr-small {
    margin: 10px 0;
}

/*========== Tooltips ==========*/

.tooltip {
    top: 0;
}

.tooltip-inner {
    background-color: #0789e1;
    color: #fff;
    padding: 10px;
    font-size: .75rem;
    opacity: 1 !important !important;
    filter: alpha(opacity=100) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #0789e1;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #0789e1;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #0789e1;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #0789e1;
}

.tooltip.show {
    opacity: 1 !important;
}


/*========== Popover ==========*/
.popover {
    box-shadow: none;
    background-color: #fafcfe;
    border-color: #d7dcee;
    font-size: 1em;
}

/*========== Position ==========*/
.p-static {
    position: static !important;
}

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-sticky {
    position: sticky !important;
}



/*========== Margins ==========*/
/*top*/
.margin-top0 {
    margin-top: 0px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-top50 {
    margin-top: 50px !important;
}

.margin-top60 {
    margin-top: 60px !important;
}

.margin-top70 {
    margin-top: 70px !important;
}

.margin-top80 {
    margin-top: 80px !important;
}

.margin-top90 {
    margin-top: 90px !important;
}

.margin-top100 {
    margin-top: 100px !important;
}

/*bottom*/
.margin-bottom0 {
    margin-bottom: 0px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-bottom50 {
    margin-bottom: 50px !important;
}

.margin-bottom60 {
    margin-bottom: 60px !important;
}

.margin-bottom70 {
    margin-bottom: 70px !important;
}

.margin-bottom80 {
    margin-bottom: 80px !important;
}

.margin-bottom90 {
    margin-bottom: 90px !important;
}

.margin-bottom100 {
    margin-bottom: 100px !important;
}

/*left*/
.margin-left0 {
    margin-left: 0px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.margin-left30 {
    margin-left: 30px !important;
}

.margin-left40 {
    margin-left: 40px !important;
}

.margin-left50 {
    margin-left: 50px !important;
}

.margin-left60 {
    margin-left: 60px !important;
}

.margin-left70 {
    margin-left: 70px !important;
}

.margin-left80 {
    margin-left: 80px !important;
}

.margin-left90 {
    margin-left: 90px !important;
}

.margin-left100 {
    margin-left: 100px !important;
}

/*right*/
.margin-right0 {
    margin-right: 0px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-right30 {
    margin-right: 30px !important;
}

.margin-right40 {
    margin-right: 40px !important;
}

.margin-right50 {
    margin-right: 50px !important;
}

.margin-right60 {
    margin-right: 60px !important;
}

.margin-right70 {
    margin-right: 70px !important;
}

.margin-right80 {
    margin-right: 80px !important;
}

.margin-right90 {
    margin-right: 90px !important;
}

.margin-right100 {
    margin-right: 100px !important;
}

/*========== Padding ==========*/

.no-padding {
    padding: 0 !important;
}

/*top*/
.padding-top0 {
    padding-top: 0px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.padding-top30 {
    padding-top: 30px !important;
}

.padding-top40 {
    padding-top: 40px !important;
}

.padding-top50 {
    padding-top: 50px !important;
}

.padding-top60 {
    padding-top: 60px !important;
}

.padding-top70 {
    padding-top: 70px !important;
}

.padding-top80 {
    padding-top: 80px !important;
}

.padding-top90 {
    padding-top: 90px !important;
}

.padding-top100 {
    padding-top: 100px !important;
}

/*bottom*/
.padding-bottom0 {
    padding-bottom: 0px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom30 {
    padding-bottom: 30px !important;
}

.padding-bottom40 {
    padding-bottom: 40px !important;
}

.padding-bottom50 {
    padding-bottom: 50px !important;
}

.padding-bottom60 {
    padding-bottom: 60px !important;
}

.padding-bottom70 {
    padding-bottom: 70px !important;
}

.padding-bottom80 {
    padding-bottom: 80px !important;
}

.padding-bottom90 {
    padding-bottom: 90px !important;
}

.padding-bottom100 {
    padding-bottom: 100px !important;
}

/*inner padding*/
.small-inner-padding {
    padding: 10px;
}

.normal-inner-padding {
    padding: 20px;
}

.big-inner-padding {
    padding: 30px;
}

/*===============================
========== Overlay ==========
===============================*/
.overlay-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5)
}

.overlay-container-wrapper {
    margin: 0 15px;
    padding: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

    .overlay-container-wrapper h3 {
        margin: 20px 0 0 0;
        line-height: 1em;
    }


/*===============================
========== Parallax On/OFF ==========
===============================*/
.bg-parallax {
    background-image: url('../img/main-content-bg.png?v=bPgKMcGhIPbzOddol_mQwQi5kCc');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #fcfcfc;
    -webkit-background-size: cover !important; /* For WebKit*/
    background-size: cover !important; /* Generic*/
}

.bg-no-image {
    background-color: #fcfcfc;
}

/*===============================
========== Coming Soon ==========
===============================*/
.coming-soon {
    position: relative;
}

    .coming-soon::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.7);
        z-index: 20;
    }

.coming-soon-message {
    position: absolute;
    z-index: 21;
    width: 100%;
    top: 50%;
    font-weight: 700;
    margin-top: -25px;
}


.coming-soon-header {
    text-align: center;
}

/*===============================
========== Generic Error ==========
===============================*/

.error-wrapper {
    display: none;
}

.generic-error-wrapper {
    position: relative;
}

    .generic-error-wrapper .panel-border {
        background-image: url('../img/pp-error-bg.png?v=5ffn9QW0VXeHB0uN-8tPN1SENMc');
        background-position: bottom center;
        background-repeat: no-repeat;
        -webkit-background-size: 60% auto !important; /* For WebKit*/
        background-size: 60% auto !important; /* Generic*/
    }

.pp-mascot-error {
    display: block;
    margin: 0 auto 0;
    max-width: 190px;
    padding-bottom: 20px;
    padding-top: 80px;
}

.pp-mascot-error-sing {
    display: block;
    max-width: 260px;
    position: absolute;
    top: -60px;
    right: 5%;
}

.pp-sun-error {
    position: absolute;
    left: -84px;
    top: -84px;
    width: 168px;
    height: 168px;
    background-image: url('../img/pp-sun-error.png?v=ZISor70JfJqkYaoH4lbr87bw8xk');
}

/*===============================
========== 404 Error ==========
===============================*/
.error-img {
    max-width: 340px;
    margin: 0 auto -80px;
}


/*===============================
========== Contact Us ==========
===============================*/
.contact-info {
    background-image: url('../img/contact-info-bg.png?v=N6C3yqOaptzMwcsMDK97gkSQV4o');
    background-repeat: no-repeat;
    background-position: right 98%;
    background-size: 228px 148px;
}

.contact-form-wrapper {
    background-color: #fff;
    border: 1px solid #e8eef8;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
}

    .contact-form-wrapper .validation-summary-valid ul {
        margin: 0;
    }

.contact-success {
    background: #5fad4f;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

    .contact-success p {
        margin: 0;
        font-weight: 400;
    }

.contact-send {
    text-align: right;
    margin-top: 40px;
}

/*===============================
========== Cookies ==========
===============================*/
.cc-window.cc-floating {
    padding: 0 !important;
}

.cc-window {
    background: #1f1f1f;
}

.cc-message {
    width: auto;
    padding: 15px 10px;
    margin: 10px !important;
    line-height: 1.2em;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .857em;
    line-height: 1.5em;
}

.cc-link {
    color: #ffffff !important;
}

.cc-btn {
    background: #0174c3;
    color: #ffffff !important;
    border: none !important;
    padding: 10px !important;
}

    .cc-btn:hover, .cc-btn:focus {
        background-color: #2696f0;
        color: #ffffff;
    }


/*===============================
========== Materials Design Overwrite ==========
===============================*/

/* Fields*/
.pmd-textfield-floating-label label {
    font-size: 1em;
    line-height: 1.4;
}

.pmd-textfield .form-control {
    font-size: 1em;
    border-color: #d7dcee;
}

.pmd-textfield label {
    color: #000033;
}

.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
    color: #d4dae5;
}

.pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before, .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label::before {
    border-color: #1f1f1f;
}

.pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before {
    background-color: #1f1f1f;
}

.pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label, .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label {
    padding-left: 15px;
}

    .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before, .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label::before {
        width: 16px;
        height: 16px;
        top: 0px;
    }

    .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::after, .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label::after {
        left: 5px;
        top: 1px;
    }

.pmd-textfield textarea.form-control {
    height: 120px;
}

/*input focus bar*/
.pmd-textfield-focused {
    background-color: #0174c3;
}

/* Switch */

.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label::after, .togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label::after {
    background-color: #0174c3;
}

.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label, .togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label {
    background-color: rgba(66,165,245,.5);
}

    .pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label:active::after, .togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label:active::after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(66,165,245,.2);
    }

.pmd-switch label .pmd-switch-label, .pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label {
    background-color: #f2f2f2;
}

.pmd-switch-label.disabled {
    opacity: 0.4;
}

.pmd-switch label .pmd-switch-label::after {
    background-color: #e5e5e5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Alerts */
.pmd-alert-container .pmd-alert {
    padding-bottom: 40px;
    font-weight: normal;
}

    /* alert container for error*/
    .pmd-alert-container .pmd-alert.error {
        color: #fff;
        background: #ff5050;
    }

    /* alert container for information*/
    .pmd-alert-container .pmd-alert.information {
        color: #fff;
        background: #33ccff;
    }

    /* alert container for warning*/
    .pmd-alert-container .pmd-alert.warning {
        color: #fff;
        background: #ff9900;
    }

    /* alert container for success*/
    .pmd-alert-container .pmd-alert.success {
        color: #fff;
        background: #5fad4f;
    }

.pmd-alert-close {
    right: 4px !important;
    color: #1f1f1f !important;
    bottom: 4px;
    padding: 2px 10px;
    background: #ffffff;
    font-size: 0.857em;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

    .pmd-alert-close:hover, .pmd-alert-close:focus {
        background: #1f1f1f;
        color: #ffffff !important;
    }

    .pmd-alert-close .icon {
        line-height: 25px;
    }

/* Range Slider */
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 4px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
    height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background-color: #0174c3;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    cursor: pointer;
    display: inline-block;
    width: 52px;
    height: 22px;
    position: absolute;
    background-color: #f1f1f1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    font-weight: 500;
    font-size: 0.75rem;
    border: 1px solid #e5e5e5;
}

    .rangeslider__handle:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
        background-color: #e5e5e5;
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: 10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

output {
}


/* PassportPDF Modal */

.pp-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 22; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Modal Content/Box */
.pp-modal-content {
    background-color: #fefefe;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 60px 30px;
    border: 1px solid #888;
    max-width: 768px;
    width: 80%;
    -webkit-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.2);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


#pp-modal-text {
    font-size: 150%;
}

/*===============================
========== New Design Landing Page ==========
===============================*/
.ppn-landing {
    background: #fff;
}

.ppn-landing-header {
    position: relative;
}



.pp-header-visual {
    max-height: 600px;
}

.ppn-landing .ppn-landing-header-color {
    background-color: rgb(0, 73, 172);
    position: absolute;
    top: 100px;
    left: 0px;
    width: 50%;
    height: 900px;
}

.ppn-landing .ppn-landing-header-img {
    background-image: url("../img/background-pp-home-header.png");
    background-size: 80% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 50%;
    height: 900px;
}


.main-header {
    background: #1f1f1f;
    border: none;
    position: relative;
}

/*

    .main-header::before {
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        height: 100%;
        background-color: #0174c3;
    }

    .main-header::after {
        width: 652px;
        position: absolute;
        left: 50%;
        top: 0;
        content: "";
        display: block;
        height: 100%;
        margin-left: -15px;
        background-color: #0174c3;
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
        -webkit-border-radius: 0px 0px 48px 0px;
        -moz-border-radius: 0px 0px 48px 0px;
        border-radius: 0px 0px 48px 0px;
    }

.ppn-landing .main-header::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    */

.navbar-default .navbar-brand svg path {
    fill: #fff;
}

.ppn-landing .navbar-default .navbar-brand span {
    color: #fff !important;
}

.ppn-landing .header-middle {
    padding-bottom: 0;
    border-bottom: none;
}

.ppn-landing .main-content {
    background: transparent;
    display: block;
}

.ppn-landing .main-content-wrapper {
    padding: 0;
}


/* Pricing Blocks */
.pp-pricing {
    padding: 60px;
    margin: 30px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: rgba(255,255,255,0.75);
}

    .pp-pricing.most-popular {
    }

    .pp-pricing.pricing-active {
        padding: 90px 60px;
        margin: 0;
    }

        .pp-pricing.pricing-active:hover {
            background-color: rgba(243,247,251,0.75);
        }


.pp-pricing-title {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 0;
}

.pp-pricing-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
}

.pp-pricing-value {
    font-weight: 700;
    font-size: 3.4rem;
    padding: 60px 0;
    margin: 0;
}

    .pp-pricing-value span {
        font-size: 2rem;
        font-weight: 400;
    }

.pp-pricing-description {
    border-top: 1px solid #e8eef8;
    padding: 30px 0;
    margin: 0;
}




/* End Pricing Blocks */


/* Tools Icons Card */
.tool-icon-card {
}

    .tool-icon-card .card {
        margin: 15px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        border: none;
        background-color: #00378a;
    }

    .tool-icon-card:hover .card {
        margin: 0;
        padding: 15px;
        background: #00378a;
    }

    .tool-icon-card svg {
        max-width: 116px;
        margin: 1.5rem;
    }

        .tool-icon-card svg path {
            fill: #fff;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

    .tool-icon-card:hover svg path {
        fill: #fff;
    }

    .tool-icon-card .tool-icon-title {
        padding-top: 20px;
        margin-bottom: 0;
    }


/* Testimonials Carousel */
.pp-testimonials-carousel {
}

    .pp-testimonials-carousel .carousel-indicators {
        position: relative;
        justify-content: left;
        margin: 60px 0 0;
    }

        .pp-testimonials-carousel .carousel-indicators li {
            background-color: #e8eef8;
            height: 7px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            border-radius: 24px;
            cursor: pointer;
        }

        .pp-testimonials-carousel .carousel-indicators .active {
            background-color: #004fac;
        }

.pp-testimonial {
    background-color: #fff;
    background-image: url("../img/pp-quotation-marks.png?v=69UBnZrFS_whX73QUCJw7ztjh3Y");
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}



/* rating stars*/
.rating .stars-active {
    color: #ffc700;
    position: relative;
}

.main-footer {
    background: #f3f7f9;
    border: none;
    z-index: 10;
    position: relative;
    padding: 0;
}


.footer-top {
    padding: 0;
}

    .footer-top .footer-top-wrapper {
        padding: 4em 0;
    }

.footer-middle {
}

    .footer-middle .footer-middle-wrapper {
        border-top: 1px solid #e8eef8;
    }

.footer-bottom {
    padding: 0;
}

    .footer-bottom .footer-bottom-wrapper {
        border-top: 1px solid #dbe3ef;
        padding: 30px 0;
    }

.footer-social {
}

    .footer-social a {
        font-size: 1.6em;
    }

    .footer-social li {
        margin-right: 10px !important;
    }

        .footer-social li:last-child {
            margin-right: 0 !important;
        }

.ppn-footer-logo {
    max-width: 160px;
    margin-bottom: 26px;
}

.pp-footer-description {
    line-height: 2em;
}

.ppn-footer-logo svg path {
    fill: #1f1f1f;
}

.custom-select {
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #e8eef8;
    padding: .375rem .9375rem;
    font-size: 1em;
    height: calc(1.5em + .75rem + 10px);
}

    .custom-select:focus {
        border-color: #80bdff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
}

.alert-info {
    background-color: #0165c3;
    color: #fff;
    border: none;
}

.close {
    color: #fff;
    text-shadow: none;
    line-height: 1;
    text-align: center;
    padding: 0 6px;
    border-radius: 4px;
    opacity: 1 !important;
    background: #3aaeff;
}

    .close:focus, .close:hover {
        color: #fff;
        background: #000033;
    }

.ppn-landing .card {
    border-radius: .5rem;
}

    .ppn-landing .card .card-content {
        position: relative;
        overflow: hidden;
    }

    .ppn-landing .card .card-body {
        position: relative;
    }


.ppn-landing #pricing {
    background-image: url('../img/background-world-map-dots.png?v=nAC6vCKwxU3ie33fQSmyx_QfxpE');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1520px 950px;
}

.title-card-icon {
}

    .title-card-icon svg {
        top: 5px;
        position: relative;
    }

/* Authentication */

.authentication-wrapper {
    border: 1px solid #e8eef8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    -moz-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
}

    .authentication-wrapper h1 {
        font-size: 1.8em;
        margin-bottom: 40px;
    }

.authentication-panel {
    padding: 60px;
}

.authentification-option {
    padding: 60px;
    background-color: #fbfcfd;
    background-image: url('../img/pp-authentication-bg.png?v=5ffn9QW0VXeHB0uN-8tPN1SENMc');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 75% auto;
}

.btn-authentication {
    padding: 12px;
    width: 46px;
    margin-bottom: 20px;
    font-size: 1.4em;
}

    .btn-authentication:hover {
        color: #fff;
    }


.ppn-portal-bg {
    background-image: url('../img/ppn-portal-bg.png?v=dRAmAHGv8IVaOQ1_AGI7e07H1ZE');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
    width: 216px;
    height: 214px;
    right: -40px;
    bottom: -50px;
}

.ppn-desktop-bg {
    background-image: url('../img/ppn-desktop-bg.png?v=ZISor70JfJqkYaoH4lbr87bw8xk');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
    width: 216px;
    height: 214px;
    right: -45px;
    bottom: -50px;
}

.ppn-api-bg {
    background-image: url('../img/ppn-api-bg.png?v=ZISor70JfJqkYaoH4lbr87bw8xk');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
    width: 216px;
    height: 214px;
    right: -45px;
    bottom: -50px;
}

.ppn-avepdf-bg {
    background-image: url('../img/ppn-avepdf-bg.png?v=ZISor70JfJqkYaoH4lbr87bw8xk');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    position: absolute;
    width: 216px;
    height: 214px;
    right: -45px;
    bottom: -50px;
}


.header-app-square-front {
    width: 1400px;
    height: 1400px;
    background: #062253;
    background: -moz-linear-gradient(left, #062253 0%, #5575aa 100%);
    background: -webkit-linear-gradient(left, #062253 0%, #5575aa 100%);
    background: linear-gradient(to right, #062253 0%, #5575aa 100%);
    position: absolute;
    overflow: hidden;
    z-index: 2;
    margin: 0 auto;
    left: -50px;
    right: 0;
    top: -920px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

    .header-app-square-front:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url('../img/ppn-map-header.png?v=dRAmAHGv8IVaOQ1_AGI7e07H1ZE');
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        top: 15%;
        left: -5%;
    }

.header-app-square-back {
    width: 1200px;
    height: 1200px;
    background: #5575aa;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: -1200px;
    top: -950px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.app-square-big-right {
    width: 260px;
    height: 260px;
    background: #375b96;
    position: fixed;
    z-index: 1;
    right: -120px;
    top: 340px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.08;
}

.app-square-small-right {
    width: 130px;
    height: 130px;
    background: #375b96;
    position: fixed;
    z-index: 1;
    right: 26px;
    top: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.05;
}

.app-square-big-left {
    width: 260px;
    height: 260px;
    background: #375b96;
    position: fixed;
    z-index: 1;
    left: -135px;
    bottom: 280px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.05;
}

.app-square-small-left {
    width: 130px;
    height: 130px;
    background: #375b96;
    position: fixed;
    z-index: 1;
    left: -16px;
    bottom: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.1;
}


.app-square-big-top {
    width: 260px;
    height: 260px;
    background: #375b96;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: -155px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.08;
    margin-left: -885px;
}

.app-square-small-top {
    width: 130px;
    height: 130px;
    background: #375b96;
    position: fixed;
    z-index: 3;
    right: 50%;
    top: -95px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.05;
    margin-right: -755px;
}

.app-square-big-bottom {
    width: 260px;
    height: 260px;
    background: #375b96;
    position: fixed;
    z-index: 1;
    right: 45%;
    bottom: -200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.05;
}

.app-square-small-bottom {
    width: 130px;
    height: 130px;
    background: #375b96;
    position: fixed;
    z-index: 1;
    right: 43%;
    bottom: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.1;
}

.avepdf-logo {
    height: auto;
    width: 190px;
    display: block;
    margin-bottom: 3.4em;
}

.pp-api-title {
    margin-bottom: 3.4rem;
}

/* Shadow on hover animation */
.hover-shadow {
    position: relative; /* For positioning the pseudo-element */
    box-shadow: none;
}

    .hover-shadow::before {
        /* Position the pseudo-element. */
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* Create the box shadow at expanded size. */
        box-shadow: 0 4px 80px 0 rgba(30, 69, 135, 0.3);
        /* Hidden by default. */
        opacity: 0;
        transition: opacity 500ms;
        border-radius: .5rem;
        z-index: 5;
    }

    .hover-shadow:hover::before {
        /* Show the pseudo-element on hover. */
        opacity: 1;
    }

.text-dark-blue {
    color: #021637 !important;
}

.text-light-blue {
    color: #0174c3 !important;
}

.ppn-landing .btn-default.btn-alt {
    border-color: #fff;
}

    .ppn-landing .btn-default.btn-alt:hover, .ppn-landing .btn-default.btn-alt:focus {
        border-color: #004fad;
    }

.ppn-landing .btn-white.btn-alt:hover, .ppn-landing .btn-white.btn-alt:focus {
    background-color: #fff !important;
    color: #1f1f1f;
}

.anim-float {
    animation: float 6s ease-in-out infinite;
}

/******************************
    Viewable password start
******************************/
.viewable-password {
    position: relative;
}

.form-group.viewable-password .eye-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.pmd-textfield.pmd-textfield-floating-label.viewable-password .eye-icon {
    right: 0;
    top: 30px;
}
/******************************
    Viewable password end
******************************/

@keyframes float {
    0% {
        transform: translatey(0px) rotate(0deg);
    }

    50% {
        transform: translatey(-20px) rotate(0deg);
    }

    100% {
        transform: translatey(0px) rotate(0deg);
    }
}


.footer-menu {
    display: block;
    text-align: left;
}

.footer-top .footer-menu li {
    padding: 0;
    margin: 0;
}

    .footer-top .footer-menu li:not(:last-child) {
        border-right: none;
        padding: 0 0 20px;
    }

.ppn-landing .navbar-default .navbar-brand {
    margin-bottom: 0px;
}

.main-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/******************************
    PP Products Panels
******************************/

#pp-products {
    position: relative;
}

    #pp-products:before {
        content: "";
        border-bottom: 1px solid #e8eef8;
        width: 100%;
        height: 100px;
        position: absolute;
        display: block;
    }

.platform-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .platform-list li {
        display: inline-block;
        height: 80px;
        width: 80px;
        margin: 15px;
        padding: 15px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

        .platform-list li.dotnet-icon {
            padding: 5px;
        }



/******************************
    Notification Bar
******************************/
.notification-default {
    background-color: #0174c3;
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 0 15px;
}

    .notification-default a {
        color: #fff;
        font-weight: 500;
        background-size: 100% 1px;
    }

    .notification-default p {
        margin: 0;
    }

.custom-notification {
    padding-left: 30px;
    border-left: 4px solid #0f9dff;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/******************************
    API
******************************/
.api-wrapper .api-wrapper-content {
    border: 1px solid #e8eef8;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
    box-shadow: 0px 15px 20px 0px rgba(1,117,195,0.06);
}

.api-wrapper a.btn, .api-wrapper a {
    background-size: 0% !important;
}

.api-wrapper h3 {
    font-size: 1.4em;
}

.api-wrapper label {
    font-size: inherit;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .container.api-wrapper {
        max-width: 1600px;
    }
}

.jIdpVJ {
    color: #0f9dff !important;
    background-color: #fff;
    border: 2px solid #0f9dff !important;
    padding: 10px 28px !important;
    -webkit-box-shadow: 0px 4px 0px -1px rgba(1,117,195,0.1);
    -moz-box-shadow: 0px 4px 0px -1px rgba(1,117,195,0.1);
    box-shadow: 0px 4px 0px -1px rgba(1,117,195,0.1);
}

    .jIdpVJ:hover, .jIdpVJ:focus {
        background-color: #0f9dff !important;
        color: #ffffff !important;
    }

.fLUKgj {
    background: rgb(40, 45, 55) none repeat scroll 0% 0% !important;
}

.dtUibw {
    background-color: rgb(40, 45, 55) !important;
}

.nGwee {
    display: none;
}


/******************************
    Tutorials
******************************/

.nav-tutorials {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 0;
    width: 100%;
}

.tutorials-btn {
    border: 1px solid #e8eef8;
    padding: 15px;
    margin: 0 auto;
}

.tutorials-tabs {
    width: 100%;
    border-color: #e8eef8;
}

.nav-tabs.tutorials-tabs .nav-item {
}

.tutorials-tabs.nav-tabs .nav-link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tutorials-tabs > li {
    margin-right: 10px;
}

    .tutorials-tabs > li > a {
        display: block;
        color: #1f1f1f;
        font-size: 1.2em;
        padding: 15px 3em !important;
        font-weight: 600;
        margin: 0;
        line-height: 1.6;
        opacity: 1;
    }

.nav-tabs.tutorials-tabs .nav-item.show .nav-link, .nav-tabs.tutorials-tabs .nav-link.active {
    position: relative;
    color: #0f9dff;
    border-color: #e8eef8 #e8eef8 #fff;
}

    .nav-tabs.tutorials-tabs .nav-item.show .nav-link::before, .nav-tabs.tutorials-tabs .nav-link.active::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        content: '';
        display: block;
        height: 4px;
        background: #0f9dff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e8eef8;
    background: #fff;
}

.nav-tutorials > li > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 12px;
    position: absolute;
    right: 15px;
    margin-top: 4px;
}






/******************************
    Text Rotator
******************************/
#ah-rotating {
    background-color: #5fad4f;
    background-image: repeating-linear-gradient(90deg, #5fad4f 0%, #5fad4f 51%, #1f1f1f 50%, #1f1f1f 100%);
    background-size: 200% 100%;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.morphext > .animated {
    display: inline-block;
    transition: width 3s;
    width: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


.heading-icon {
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 28px;
    line-height: 34px;
    color: #0f9dff;
    text-align: center;
}

/******************************
    Libraries Select
******************************/

.libraries {
    margin: 60px 0;
    display: none;
}


/*===============================
========== PP Blog ==========
===============================*/


/* Main Menu */


/* Forms */


/* Hide Language changer on blog */
.elementor-page .language-select {
    display: none;
}

/* Blog grid */
.elementor-posts--skin-classic .elementor-post {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border-color: #E8EEF8;
    padding: 0;
}

.elementor-posts--skin-classic .elementor-post__text {
    padding: 30px;
}

.elementor-posts--skin-classic .elementor-post:hover {
    box-shadow: 0px 15px 20px 0px rgba(1, 117, 195, 0.04);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-posts .elementor-post__excerpt p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #4b6272;
}

.elementor-posts .elementor-post__meta-data {
    line-height: 1.3em;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #adadad;
}

.elementor-widget-image .elementor-image img {
    border-radius: 8px !important;
}

/* Pagination */
.elementor-widget-posts .elementor-pagination, .elementor-widget-archive-posts .elementor-pagination {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin-top: 45px;
}

.elementor-pagination .page-numbers {
    border: 1px solid;
    padding: 10px 15px;
}

/* buttons blog */
.elementor-button-wrapper a:hover, .elementor-button-wrapper a:focus {
    background-size: 0 1px;
}



/* Category list */


/*===============================
========== Licenses ==========
===============================*/

.product-license-wrapper {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #e8eef8;
    border-radius: 4px;
    background: #ffffff;
}

.product-license-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8eef8;
}

.product-license-key .panel,
.product-license-seat .panel,
.product-order-date .panel,
.product-license-active .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.product-license-wrapper .panel {
    padding: 0 !important;
}

.product-license-wrapper .lead {
    margin-bottom: 10px;
}

    .product-license-wrapper .lead.lead-xsmall {
        font-size: 14px !important;
    }

/* badges */
.product-license-wrapper .badge {
    padding: .5em 1em;
    font-size: 80%;
    font-weight: 500;
}

.product-license-wrapper .badge-success {
    background-color: #9fca4d;
}

.product-license-wrapper .badge-danger {
    background-color: #ff6767;
}

/* Activations collapse */
.activations-collapse {
}

.activations-wrapper {
    border-top: 1px solid #e8eef8;
    padding-top: 1rem;
}

    .activations-wrapper:first-child {
        border-top: none;
        padding-top: 0;
    }

.activaitions-user {
}


/*products icons*/
.product-icon {
    position: absolute;
    max-width: 32px;
    width: 32px;
    display: inline-block;
}


.product-name {
    display: inline-block;
    padding-left: 47px;
    line-height: 32px;
}

.product-name-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1f1f1f !important;
}

/* Custom code */
.pp-code {
    background: #f3f7f9 !important;
    border: 1px solid #e8eef8;
    padding: 15px;
    font-size: 100% !important;
    font-family: Courier New;
    white-space: pre-wrap;
}



/*===============================
========== Responsive Breakpoints ==========
===============================*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

    .navbar-light .navbar-nav .nav-link {
        padding: 18px 12px !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
        width: 40px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
        width: 40px;
    }

    .sign-form .forgot-pass {
        text-align: left;
        float: none;
        display: block;
    }

    .grecaptcha-badge {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        bottom: 0 !important;
    }

    .pp-mascot-error-sing {
        max-width: 255px;
        right: -15px;
    }

    .pp-sun-error {
        top: -40px;
    }

    .thumbnail-part {
        width: 24%;
    }

    .tools-sort .tool-item-wrapper {
        width: 24%;
    }

    .header-app-square-front {
        left: -140px;
    }

    .app-square-big-top {
        top: -155px;
        margin-left: -515px;
    }

    .pp-pricing {
        padding: 60px 30px;
    }

        .pp-pricing.pricing-active {
            padding: 90px 30px;
        }

    .desktop-app-screen img {
        max-width: 356px;
    }

    .platform-list li {
        height: 70px;
        width: 70px;
        margin: 10px;
        padding: 10px;
    }
}

/* Medium devices (tablets, less than 992px)  */
@media (max-width: 991px) {

    .main-wrapper {
        display: block;
        width: 100%
    }

    .main-content-wrapper {
        /*padding: 60px 0;*/
    }

    .navbar-collapse {
        padding: 0;
    }

    .account-menu .navbar {
       margin:0 !important;
    }

    .navbar-nav > li > .dropdown-menu {
        border: none;
        background-color: #2d2d2d;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


        .navbar-nav > li > .dropdown-menu .dropdown-item {
            color: #fff;
            border-bottom: 1px solid #transparent;
            padding: 0.875em 3em;
        }

    .navbar-nav > li > a {
        line-height: 1.375rem;
        border-bottom: 1px solid #2d2d2d;
    }

    .header-desktop {
        border-right: none;
        padding-right: 0;
    }

    .navbar-btn {
        display: inline-block;
        width: 49%;
        margin: 15px 0 !important;
        padding: 18px 8px;
    }

    .account-menu::after {
        border: none;
    }

    .account-menu .navbar-nav > li > a {
        border-bottom-color: transparent;
    }


    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .desktop-app-screen {
        border-top: none;
    }

    .ppn-landing-header::after {
        background-color: #0174c3;
    }

    .passport-tools-dropdown {
        position: relative !important;
        top: 0 !important;
    }

    .btn.btn-icon {
        margin: 0;
    }

    .hr-vertical {
        position: relative;
        height: 40px;
        margin: 10px 0;
    }

        .hr-vertical:before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #546c96;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .hr-vertical .hr-vertical-text {
            position: absolute;
            top: 0;
            width: 40px;
            text-align: center;
            margin: 0 auto;
            left: 0;
            right: 0;
            font-size: 1.286em;
            height: 40px;
            line-height: 40px;
            background-color: #FFFFFF;
        }

    #account-options-title {
        margin-bottom: 15px;
    }

    .account-options-title-wrapper {
        border: none;
    }

    .my-profile-nav {
        min-height: 0;
    }

    .my-profile-nav-toggle {
        font-size: 1rem;
        margin: 0;
        float: none;
        vertical-align: middle;
        border: 1px solid #e8eef8 !important;
        width: 100%;
        margin-bottom: 10px;
    }


    .social-list {
        text-align: center;
    }

    .copyright {
        line-height: inherit;
        text-align: center;
    }

    .language-select {
        text-align: center;
    }

    .pp-mascot-error-sing {
        max-width: 255px;
        right: 15px;
    }

    .thumbnail-part {
        width: 48%;
    }

    .tools-sort .tool-item-wrapper {
        width: 31.33%;
    }

    .ppn-footer-logo {
    }

    .authentification-option {
        background-position: center top;
    }

    .card-pp-description {
        min-height: 95px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    .img-max {
        max-width: 356px;
        width: 100%;
    }

    .tools-link {
        text-align: center;
        display: block;
        border: 2px solid !important;
    }

    .passport-tools-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .passport-tools-menu-open {
        position: relative;
        padding: 15px 0;
    }

    .nav-profile > li.active > a:before {
        display: none;
    }

    .nav-profile > li.active > a:after {
        display: none;
    }

    .my-profile-nav .nav > li {
        margin-bottom: 0.3571rem;
    }

    .account-settings-options {
    }

    .section-row {
        padding: 30px 0;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        font-size: 0.6875rem;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    .lead.lead-small {
    }

    .contact-send {
        text-align: left;
        margin-top: 0;
    }

    .language-select .dropdown-menu {
        left: -5px;
    }

    .pp-mascot-error {
        padding-bottom: 20px;
        padding-top: 90px;
    }

    .pp-sun-error {
        top: -40px;
    }

    .end-account {
        margin-bottom: 1rem;
    }

    .tools-sort .tool-item-wrapper {
        width: 49%;
    }

    .btn {
        margin-bottom: 15px;
    }

    .header-app-square-front {
        left: -290px;
    }

    .authentication-panel {
        padding: 30px;
    }

    .authentification-option {
        padding: 30px;
    }

    .nav-tabs.tutorials-tabs .nav-item {
        width: 100%;
    }

    .tutorials-tabs > li > a {
        padding: 0.8em 3em !important;
    }

    .cc-window.cc-floating {
        position: relative;
        max-width: 100% !important;
        bottom: auto;
        left: 0;
        width: 100%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .navbar-default .navbar-brand {
        width: 220px;
    }

        .navbar-default .navbar-brand span {
            margin-left: 58px;
            font-size: 0.75em;
            position: relative;
        }

    .tool-item {
        padding: 5px;
    }

    .btn {
        margin-bottom: 15px;
    }

        .btn.btn-alt {
            padding: 16px 8px;
        }

    .input-group-btn > .btn {
        margin-bottom: 0px;
    }

    .btn-sm, .btn-group-sm > .btn {
    }

    .main-slider .carousel-inner .carousel-item-content .caption-content .btn-group > .btn, .main-slider .carousel-inner .carousel-item-content .caption-content .btn-group-vertical > .btn {
        margin-bottom: 0;
    }

    .main-slider .carousel-inner .carousel-item-content .caption-content .btn-group > .btn, .main-slider .carousel-inner .carousel-item-content .caption-content .btn-group-vertical > .btn {
        padding: 12px 16px !important;
    }

    .main-header {
        -webkit-background-size: cover !important; /* For WebKit*/
        -moz-background-size: cover !important; /* Mozilla*/
        -o-background-size: cover !important; /* Opera*/
        background-size: cover !important; /* Generic*/
    }

    code, kbd, pre, samp {
        word-wrap: break-word;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .btn.g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .generic-error-wrapper .panel-border {
        -webkit-background-size: 100% auto !important; /* For WebKit*/
        background-size: 100% auto !important; /* Generic*/
    }

    .end-account li {
        border-left: none;
        padding-left: 0;
    }

    .pp-mascot-error-sing {
        max-width: 225px;
        right: -35px;
    }

    .sign-form .forgot-pass {
        float: none;
        display: block;
    }

    .footer-menu li {
        margin-bottom: 0.9375rem;
    }

    .thumbnail-part {
        width: 100%;
        margin: 0 0 20px;
    }
}

/* Extra very small devices (portrait phones, less than 376px) */
@media (max-width: 375px) {
    .end-account li {
        border-left: none;
        padding-left: 0;
    }
}
