@font-face {
    font-family: "DIN";
    src: url("../font/DIN.ttf");
    src: url("../font/DIN\ Black.ttf");
    src: url("../font/DIN\ Bold.ttf");
    src: url("../font/DIN\ Medium.ttf");
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('../images/Background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2a459e;
    font-family: 'Roboto', sans-serif !important;
}

.form-check-input {
    width: 35px;
    height: 35px;
    background-color: #9c2a24;
    border-color: #9c2a24;
}

    .form-check-input:checked {
        background-color: #9c2a24;
        border-color: #9c2a24;
    }


a.form-check-input {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
}

.input-container h6 {
    color: #fff;
}

.btn:hover {
    opacity: 1;
    background-color: #b72326;
    border-color: #b72326;
    color: #fff;
}
.carousel-control-prev, .carousel-control-next {
    width: auto;
}

/* Add to your CSS file */
#carouselcalculator .carousel-control-prev,
#carouselcalculator .carousel-control-next {
    width: auto;
    height: auto;
}

#carouselcalculator .carousel-control-prev {
}

#carouselcalculator .carousel-control-next {
}
#carouselcalculator .carousel-control-prev,
#carouselcalculator .carousel-control-next {
    z-index: 1000;
}



/* 
green: #3FAF82

*/
.box {
    border-radius: 2px;
    position: absolute;
    top: 15%;
    left: 86%;
    transform: translate(-50%, -50%);
    width: 50px;
    /*height: 77px;*/
    /* background: #3faf82; */
    box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 30%);
    z-index: 99999;
}



    .box .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 9px;
        cursor: pointer;
        display: none;
    }

.container-flex .login-form {
    width: 35%;
}



.box .btn.active {
    background: #9d0809;
}

.box span {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    height: 4px;
    background: #fff;
    transition: all .3s;
    position: relative;
}

    .box span + span {
        margin-top: 7px;
    }

/*.active span:nth-child(1) {
    animation: ease .7s top forwards;
    top: 10px !important;
}*/

/*.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}*/

/*.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.active span:nth-child(3) {
    animation: ease .7s bottom forwards;
    top: -12px;
}

.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
*/

.box .btn:hover {
    background-color: #b72326;
}


@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 22px;
        transform: rotate(0);
    }

    100% {
        top: 22px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 22px;
        transform: rotate(45deg);
    }

    50% {
        top: 22px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 22px;
        transform: rotate(0);
    }

    100% {
        bottom: 22px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 22px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 22px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}



.toggle-show {
    display: block;
    transition: 2s;
}


.disabled {
    pointer-events: none
}


header a {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    position: relative;
    z-index: 999;
}

header.HederMenu {
    justify-content: space-around;
}


    header.HederMenu img {
        width: 15%;
    }

.container-flex {
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
}



.select-menu label {
    color: white;
}



.select-menu {
    width: 330px;
    /* margin: 50px auto; */
}


    .select-menu label {
        font-size: 20px;
        margin-bottom: 10px;
    }


    .select-menu .select-btn {
        display: flex;
        height: 55px;
        background: #fff;
        padding: 20px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 8px;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        width: 100%;
        color: #000;
    }

    .select-menu .options {
        position: absolute;
        z-index: -2;
        width: 330px;
        overflow-y: auto;
        max-height: 295px;
        padding: 10px;
        margin-top: 10px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-duration: 0.35s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.35s;
        -webkit-animation-fill-mode: both;
    }

        .select-menu .options .option {
            display: flex;
            height: 55px;
            cursor: pointer;
            padding: 0 16px;
            border-radius: 8px;
            align-items: center;
            background: #fff;
        }

            .select-menu .options .option:hover {
                background: #f2f2f2;
            }

            .select-menu .options .option i {
                font-size: 25px;
                margin-right: 12px;
            }

            .select-menu .options .option .option-text {
                font-size: 18px;
                color: #333;
            }

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
    transform: rotate(-90deg);
}

.select-menu.active .select-btn i {
    transform: rotate(0deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}


ul.pagination a {
    color: #fff;
    text-decoration: none;
}

ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

    ul.pagination .Next, ul.pagination .Prev {
        background: #9d0809;
        padding: 10px 42px;
        margin: 0 43px;
    }

    ul.pagination li.selected a {
        color: #9d0809;
    }

    ul.pagination li.selected {
        background: #fff;
        color: #9d0809;
    }

    ul.pagination li {
        padding: 5px 2px;
        border-radius: 5px;
        color: #fff;
        /* line-height: 2.7; */
        font-size: 22px;
        font-weight: 700;
        cursor: pointer;
        font-family: 'Playfair Display', serif;
        background: #9d0809;
        margin: 0 6px;
    }

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.select-menu button {
    width: 100%;
    margin-top: 25px;
    padding: 14px;
    background: none;
    border: none;
    color: #fff;
    background: #9d0909;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}


.dsclamer {
    color: #fff;
    padding: 0px 150px;
    margin-top: 90px;
}


    .dsclamer h1 {
        margin-bottom: 35px;
    }


    .dsclamer p {
        font-size: 25px;
        margin-bottom: 55px;
    }


.agree a {
    background: #9d0909;
    color: #fff;
    text-decoration: none;
    padding: 12px 51px;
    border-radius: 5px;
    font-size: 24px;
    background: #9d0809;
    padding: 12px 78px;
}


.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #9d0909;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.agree {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif;
}

    .agree button {
        margin-top: 25px;
        /*padding: 10px 36px;*/
        background: none;
        border: none;
        color: #fff;
        background: #9d0909;
        border-radius: 5px;
        font-size: 20px;
        font-size: 24px;
        background: #9d0809;
        /*padding: 11px 72px;*/
    }




.validation-summary-valid {
    display: none;
}


.client {
    border: 1px solid #fff;
    margin: 90px;
    text-align: center;
    color: #fff;
    padding: 40px 65px;
    width: 17%;
    border-radius: 20px;
}

.text-center.d-flex label {
    width: auto;
    margin: auto;
    margin-bottom: 70px;
}





.client:hover {
    border: 3px solid #fff;
}

.client img {
    width: 100%;
}


.client h2 {
    margin-top: 40px;
    font-weight: 800;
    font-size: 31px;
}

button.client-prodeed {
    display: block;
    margin: auto;
    border-radius: 5px;
    font-size: 20px;
    padding: 13px 59px;
    background: none;
    border: none;
    color: #fff;
    background: #9d0909;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}


.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    flex-wrap: wrap;
}

    .input-container label {
        color: #fff;
        font-size: 23px;
        margin-bottom: 11px;
    }


/* .icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
} */

.input-field {
    width: 100%;
    padding: 10px;
    border: navajowhite;
    border: none;
    padding: 16px 14px;
    border-radius: 5px;
}

/* .input-field:focus {
  border: 2px solid transparent;
} */

/* Set a style for the submit button */
.btn {
    background-color: #b72326;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

.input-container i {
    position: absolute;
    right: 15px;
    top: 60%;
    color: #a72831;
    font-size: 30px;
}



form.login-form button.btn {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-family: 'Playfair Display', serif;
}


.btn:hover {
    opacity: 1;
    background-color: #b72326;
    border-color: #b72326;
}

form.login-form {
    width: 21%;
}


.input-container .fa {
    position: absolute;
    right: 14px;
    top: 58%;
    font-size: 22px;
    color: #b72326;
}

.rcover {
    /* display: flex; */
    font-size: 14px;
}


.remember {
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin: 21px 0;
}


.start h1 {
    margin-bottom: 52px;
}


.start p {
    font-size: 90px;
    margin-bottom: 40px;
}

.start .btn {
    width: 270px;
    border-radius: 5px;
}


.container-flex.for-patient {
    display: flex;
    width: 64%;
    margin: auto;
}


label.form-check-label {
    color: #fff;
    line-height: 40px;
    margin-left: 5px;
    font-size: 21px;
}




.patient-info {
    color: #fff;
}

.form-groups {
    display: flex;
    justify-content: space-between;
}

.form-group {
    margin-bottom: 18px;
    width: 100%;
}

.form-groups {
    display: flex;
    justify-content: space-between;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
}

.form-group input {
    width: 95%;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
}

img.patient-image {
    width: 100%;
}

img.calculator-image {
    width: 100%;
    position: relative;
    top: calc(50% - (350px/2));
}

.form-group input:focus-visible {
    border: none;
    outline: none;
}

.form-group select {
    width: 87%;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
}

select#calculate {
    width: 94%;
}

.footer p {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 56px;
}

    .footer img {
        width: 8%;
        margin-bottom: 30px;
    }


.hiv-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}


.start {
    color: #fff;
    text-align: center;
}


.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
        z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    height: auto;
    transition: opacity 0.15s ease;
}

.start a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: #b72326;
    padding: 17px 57px;
    border-radius: 5px;
    font-size: 24px;
    background: #9d0809;
    padding: 17px 67px;
    font-family: 'Playfair Display', serif;
}


.language {
    display: flex;
    justify-content: flex-end;
    padding: 0 65px;
    color: #fff;
}




.hiv-container a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 269px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    width: 24%;
}



a.hiv-info h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
}


.ar {
    margin: 0 18px;
    background: transparent;
}


.en {
    margin: 0 18px;
    background: transparent;
}



.lang-active {
    background: #9d0909;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.select-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    background: #9d0809;
    padding: 17px 77px;
    border-radius: 5px;
    line-height: 6;
    font-family: 'Playfair Display', serif;
}




.select-menu .options .option img {
    margin-right: 10px;
    width: 40px;
}


.language h2 {
    padding: 10px 23px;
}


.language a {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    nav .logo img {
        width: 100%;
    }

    nav .logo {
        width: 22%;
    }

.links ul {
    display: flex;
    list-style: none;
}

    .links ul li a {
        color: #fff;
        text-decoration: none;
        padding: 10px 28px;
        font-size: 23px;
        margin: 0 11px;
        border-radius: 5px;
    }


.active-link {
    background: #9d0809;
}


.hiv-container.info {
    justify-content: space-evenly;
    text-align: center;
    color: #fff;
    align-items: center;
    height: 100%;
}

    .hiv-container.info a, .hiv-container.infograph a {
        color: #fff;
        text-decoration: none;
        /* margin-top: 51px; */
    }

.hiv-container.infograph {
    justify-content: space-evenly;
    text-align: center;
    color: #fff;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 9%;
    align-content: space-evenly;
    margin: 70px 0;
}

    .hiv-container.infograph a.hiv-info {
        /* border: 1px solid; */
        padding: 0;
        height: 381px;
        /* display: flex; */
        width: 17%;
        flex-wrap: wrap;
        align-content: flex-start;
        margin-bottom: 0;
    }

        .hiv-container.infograph a.hiv-info img {
            width: 100%;
            padding-bottom: 0px;
            margin-bottom: 2px;
        }

a.hiv-info img {
    /* border: 2px solid; */
    border-radius: 5px;
    margin-bottom: 24px;
    width: 150px;
    padding-bottom: 35px;
}


.hiv-container a img {
    width: 50%;
}

.hiv-container.info h1 {
    width: 100%;
    text-align: center;
}

.radio-switch input {
    /*display: none;*/
}

    .radio-switch input:checked + label {
        background-color: #ab0600;
    }


.hiv-container.servay {
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    height: 100%;
    margin-top: 140px;
}

.question {
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
}


.radio-switch label {
    margin: 10px;
    padding: 12px 11px;
    border: 1px solid;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    cursor: pointer;
    text-align: center;
    line-height: 4;
}


.answer-group {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.answer h2 {
    margin-bottom: 45px;
    text-align: center;
}


.answer-group .answer {
    width: 38%;
}

.answer-group .radio-switch {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.answer-group .radio-switch {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.radio-switch > div {
    text-align: center;
}

.answer-group .radio-switch input:checked + label img {
    background: #ab0600;
    border-radius: 50px;
}

.answer-group .radio-switch input:checked + label {
    background: none;
}

.answer-group .radio-switch label {
    border: none;
    width: auto;
    height: auto;
}


.paginations {
    display: flex;
    justify-content: space-around;
    margin-bottom: 74px;
    align-items: center;
}


    .paginations a {
        background: #b72326;
        color: #fff;
        text-decoration: none;
        padding: 10px 44px;
        border-radius: 5px;
        font-size: 24px;
        text-transform: uppercase;
    }


/*.pagination a:hover {
    color: #b72326;
    background: #fff;
}*/

.pagination li:hover {
    color: #b72326;
    background: #fff;
    border-radius: 5px;
}

    .pagination li:hover a {
        color: #b72326;
    }

.pagination a {
    padding: 8px 13px;
}


.gender .radio-switch {
    display: flex;
    /* margin-right: 8px; */
    align-items: end;
    height: 100%;
    text-align: center;
    font-size: 20px;
    user-select: none;
}

    .gender .radio-switch .male {
        margin-right: 27px;
    }

    /* .gender .radio-switch > div {
  background: #fff;
  color: #b72326;
  padding: 9px 16px;
  border-radius: 5px;
} */


    .gender .radio-switch p {
        margin-bottom: 0;
    }

.gender i {
    font-size: 27px;
}

.gender .radio-switch label {
    background: #fff;
    color: #b72326;
    padding: 9px 16px;
    border-radius: 5px;
    width: 94px;
    height: 72px;
    border: none;
    line-height: 1;
}

.gender .radio-switch input:checked + label {
    background-color: red;
    color: #fff;
    border: none;
}

.form-group .one {
    width: 82%;
}


.patient-info.ckd-calculator form .row {
    align-items: center !important;
    display: flex;
}

    .patient-info.ckd-calculator form .row .form-group {
        margin-bottom: 0;
    }


.patient-info.ckd-calculator .select-menu {
    /* margin-bottom: 31px; */
    width: 100%;
}

.patient-info.ckd-calculator .col-lg-6 {
    margin-bottom: 20px;
}

.refrence {
    padding: 0 10%;
    color: #fff;
    margin-top: 100px;
}

.refrence-questions {
    display: flex;
}

.refrence-questions {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.question-number {
    background: #06acac;
    padding: 9px 18px;
    margin-right: 32px;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 800;
}




/*.pagnation {
    width: 80%;
    padding: 5px 0 5px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}*/

.button {
    display: inline-block;
    /* width: 32px; */
    /* height: 32px; */
    padding: 2px 29px;
    text-transform: uppercase;
    background: #b72326;
    border: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 2;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

    .button:active {
        background: #b72326;
        color: #fff;
    }
/* .btn {
              width: 32px;
              height: 32px;
              background: #fff;
              border: 0;
              border-radius: 4px;
              color: #000;
              font-size: 22px;
              font-weight: 700;
              cursor: pointer;
            } */
.active {
    /* width: 32px;
              height: 32px; */
    /* border: 0;
              border-radius: 4px; */
    background: #fff;
    color: #a72831;
    /* font-size: 22px;
              font-weight: 700; */
}

.select-menu.active {
    background: transparent;
}

.btn:focus {
    background: #b72326;
    color: #fff;
}

.btn:active {
    background: #080;
}

.images-pagination {
    display: none;
    height: 70vh;
}

#img0 {
    display: block;
}

.pagi button {
    margin: 0 3px;
    border-radius: 5px;
}

.pagi {
    display: flex;
}













.the-question p {
    color: aqua;
    font-size: 20px;
}

.refrence h2 {
    margin-bottom: 31px;
}


.the-question h1 {
    font-size: 29px;
}

.the-question a {
    color: #05acac;
    text-decoration: none;
    font-size: 25px;
}


header img {
    width: 16%;
}




@media (max-width:600px) {
    header {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .container-flex .login-form {
        width: 83%;
        margin: 54px auto;
    }


    .container-flex {
        height: auto;
    }



    header.HederMenu {
        justify-content: flex-start;
        padding-left: 44px;
    }

    .dsclamer {
        color: #fff;
        padding: 0px 45px;
        margin-top: 55px;
    }

    header img {
        width: 70%;
    }

    .agree {
        display: block;
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

        .agree button {
            margin-top: 25px;
            padding: 10px 36px;
            background: none;
            border: none;
            color: #fff;
            background: #9d0909;
            border-radius: 5px;
            font-size: 20px;
            display: block;
            margin: 40px auto;
        }




    body {
        background-image: url('../img/background/shutterstock-1159177930@2x.png');
    }

    .clients.container-flex {
        flex-wrap: wrap;
        height: auto;
    }

    .client {
        margin: 0;
        padding: 20px 80px;
        width: 74%;
        margin: 21px;
    }

    form.login-form {
        width: 80%;
    }
}



body {
    font-family: Arial;
}

button {
    border: 0;
    padding: 9px 20px;
    color: white;
    background: rgb(157 8 9);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    outline: none;
    font-family: 'Playfair Display', serif;
    height: 60px;
    width: 200px;
}

    button.pop-up-open {
        cursor: auto;
    }

.result h2 {
    border: 1px solid;
    border-radius: 50%;
    /* width: 100px; */
    /* height: 100px; */
    font-size: 20px;
    padding: 16px 15px;
    height: 62px;
    width: 62px;
    text-align: center;
}



/*---------------------------------------------------------*/
/*------------------ Pop Up Animation ---------------------*/
/*---------------------------------------------------------*/

#pop-up {
    visibility: hidden;
    position: absolute;
    z-index: 49;
    margin: 0;
    display: none;
    background: rgb(55, 55, 124);
    color: white;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.46);
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

    #pop-up .content-wrap {
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

#pop-up-bg:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(226, 226, 226, 0.7);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
}

#pop-up.pop-up-open {
    visibility: visible;
    z-index: 100;
    top: 50% !important;
    left: 50% !important;
    width: 350px !important;
    height: 200px !important;
    margin: -100px 0 0 -175px;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

#pop-up-bg.pop-up-open::before {
    opacity: 1;
}

#pop-up .icon-close {
    color: rgba(17, 21, 24, 0.81);
    text-shadow: none;
    float: right;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    line-height: 10px;
}

    #pop-up .icon-close:hover {
        color: #fff;
    }

#pop-up .date {
    margin-bottom: 10px;
    font-size: 18px;
}

#pop-up .day-forecast .temp {
    float: left;
    width: 25%;
    text-align: center;
}

    #pop-up .day-forecast .temp .title {
        font-weight: 700;
        margin: 10px 0;
    }

#pop-up .icon,
#pop-up .description {
    float: left;
}

#pop-up .description {
    line-height: 45px;
    color: rgba(255, 255, 255, 0.66);
}

}




.hiv-container.infograph.vid a img {
    border: 1px solid;
    padding: 18px;
    /* border-color: #00ffff; */
}

.hiv-container.infograph.vid a {
    width: 30%;
    /* border: 1px solid; */
}


.container-flex.quality-result {
    display: block;
    color: #fff;
}

.container.quality-result {
    color: #fff;
}


.sub-result {
    width: 80%;
}


.survayresult .result {
    width: 45%;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}


.result.not-answered {
    width: 100%;
    align-items: center;
}

.noanswer img {
    width: 21%;
    margin-right: 15px;
}

.container.quality-result h1 {
    margin-bottom: 53px;
}

.result.face-answered img {
    width: 75px;
    margin-right: 25px;
}


.survayresult {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result label {
    font-weight: 500;
}


.container-flex.quality-result h1 {
    margin-bottom: 30px;
}




.container-flex.kidny label {
    font-size: 15px;
    font-weight: 300;
}

.container-flex.kidny .select-menu .select-btn {
    height: 41px;
    width: 303px;
}






.topbar {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}


.login-status {
    display: flex;
}



.container-flex.radio-table {
    height: auto;
    display: block;
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
}

    .responstable tr {
        border: 1px solid #D9E4E6;
    }

        .responstable tr:nth-child(odd) {
            background-color: #EAF3F3;
        }

    .responstable th {
        display: none;
        border: 1px solid #FFF;
        background-color: #167F92;
        color: #FFF;
        padding: 1em;
    }

        .responstable th:first-child {
            display: table-cell;
            text-align: center;
        }

        .responstable th:nth-child(2) {
            display: table-cell;
        }

            .responstable th:nth-child(2) span {
                display: none;
            }

            .responstable th:nth-child(2):after {
                content: attr(data-th);
            }







.select-menu.active {
    background: transparent;
}



.text-center.d-flex {
    color: #fff;
}


.text-center button {
    border: 0;
    padding: 15px 40px;
    color: white;
    background: rgb(168 41 48);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    outline: none;
    font-family: 'Playfair Display', serif;
}


.login-status .btn:hover {
    background: #a82930;
}


.login-status .btn {
    font-family: 'Playfair Display', serif;
    width: auto;
    /* margin: auto; */
    /* display: flex; */
}

.login-status form {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    margin-bottom: 30px;
}

.login-status .btn {
    background: #9c0809;
    font-size: 20px;
    font-weight: 600;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.login-status p {
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

details {
    position: relative;
    width: 100%;
    margin-right: 1rem;
}

    details[open] {
        z-index: 1;
    }

summary {
    padding: 1rem;
    cursor: pointer;
    border-radius: 5px;
    background-color: #fff;
    list-style: none;
}

    summary::-webkit-details-marker {
        display: none;
    }

details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}

summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: 0.7rem;
    height: 0.7rem;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(-133deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    color: #000;
    position: absolute;
    right: 21px;
    top: 24px;
}

summary:focus {
    outline: none;
}

details[open] summary:after {
    transform: rotate(-45deg) translate(0%, 0%);
}

ul.list {
    width: 100%;
    background: #fff;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
}

    ul.list li {
        margin: 0;
        padding: 1rem 0;
        border-bottom: 1px solid #ccc;
        color: #000;
        list-style: none;
    }

        ul.list li:first-child {
            padding-top: 0;
        }

        ul.list li:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

/* FAKE SELECT */

summary.radios {
    counter-reset: radios;
}

    summary.radios:before {
        content: var(--selection);
    }

input[type=radio] {
    counter-increment: radios;
    appearance: none;
    /*display: none;*/
}

summary.radios input[type=radio]:checked {
    display: inline;
    --display: block;
}

input[type=radio]:after {
    content: attr(title);
    display: inline;
    font-size: 1rem;
}

ul.list {
    counter-reset: labels;
}

label.checkbox-container {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    line-height: 26px;
}

ul.list label span {
    --display: none;
    display: var(--display);
    width: 1rem;
    height: 1rem;
    border: 1px solid #727272;
    border-radius: 3px;
}


.container-flex.kidny .gender .radio-switch {
    display: flex;
    margin-right: 8px;
    align-items: flex-start;
    height: 100%;
    text-align: center;
    font-size: 20px;
}




.popup {
    background-color: #ffffff;
    width: 80%;
    padding: 30px 40px;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 700px;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    opacity: 0;
    /*    text-align: center;
*/ transition: 2s;
    margin-bottom: 109px;
}



    .popup.mystyle li {
        list-style: none;
    }



    /*    .popup button {
        display: block;
        margin: 0 0 20px auto;
        background-color: transparent;
        font-size: 30px;
        color: #ffffff;
        background: #03549a;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: none;
        outline: none;
        cursor: pointer;
    }*/

    .popup h2 {
        margin-top: -20px;
    }

    .popup p {
        font-size: 14px;
        text-align: justify;
        margin: 20px 0;
        line-height: 25px;
    }

.mystyle {
    opacity: 1;
    transition: 2s;
}


.pagnation {
    /*width: 80%;*/
    padding: 5px 0 5px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    /*z-index: 9999999;*/
}


.panel-intro img {
    width: 350px;
}


.container-flex.risk {
    min-height: 55vh;
    height: auto;
}

.panel-intro {
    margin: 90px 0;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    margin-right: 32px;
}



button#buttonproceed {
    margin-top: 60px;
}



.button {
    display: inline-block;
    /* width: 32px; */
    /* height: 32px; */
    padding: 2px 29px;
    text-transform: uppercase;
    background: #9d0809;
    border: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 2.7;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    width: 200px;
    height: 60px;
    text-align: center;
}

    .button:active {
        background: #b72326;
        color: #fff;
    }
/* .btn {
              width: 32px;
              height: 32px;
              background: #fff;
              border: 0;
              border-radius: 4px;
              color: #000;
              font-size: 22px;
              font-weight: 700;
              cursor: pointer;
            } */
.active {
    /* width: 32px;
              height: 32px; */
    /* border: 0;
              border-radius: 4px; */
    background: #fff;
    color: #a72831;
    /* font-size: 22px;
              font-weight: 700; */
}

.carousel-control-prev {
    left: 66.66666667%;
}


.carousel-control-prev {
    left: 63%;
}

.carousel-control-next {
    right: -118px;
}

div#carouselcalculator .active {
    background: transparent;
}


#Previous, #Next {
    user-select: none
}

.btn:focus {
    background: #b72326;
    color: #fff;
}

.btn:active {
    background: #080;
}

#img0 {
    display: block;
}

div#img0 {
    position: relative;
    z-index: 9;
}

.pagi button {
    margin: 0 3px;
    border-radius: 5px;
    width: 50px;
    height: 48px;
}

.pagi {
    display: flex;
}

.btn.active {
    color: #a6232b;
    background: #fff;
}

.pagi .btn:hover {
    background: #fff;
    color: #9d0909;
}

/*button#submit {
    top: auto !important;
}*/

.hiv-container.infograph a.hiv-info {
    /* border: 1px solid; */
    padding: 0;
    height: 381px;
    /* display: flex; */
    width: 28%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 0;
}


.input-radio label {
    color: #fff;
    /* font-size: 0; */
}



.hide {
    display: none !important;
    transition: 2s;
}

.multipletab {
    display: none;
}

.intro {
    display: block;
    transition: 2s;
}


#content1 {
    display: none;
}

#content2 {
    display: none;
}

#content3 {
    display: none;
}

#content4 {
    display: none;
}

.login-form {
    color: #fff;
    font-family: 'Roboto';
}


@media (max-width:780px) {
    header img {
        width: 25%;
    }

    .footer img {
        width: 23%;
        margin-bottom: 30px;
    }

    .sub-result {
        width: 77%;
    }


    .language {
        display: flex;
        justify-content: flex-end;
        padding: 0 35px;
        color: #fff;
    }


    .survayresult .result {
        width: 70%;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

    .popup {
        background-color: #ffffff;
        width: 95%;
        padding: 30px 40px;
        position: relative;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 600px;
        border-radius: 8px;
        font-family: "Poppins",sans-serif;
        opacity: 0;
        text-align: center;
        transition: 2s;
        margin-bottom: 109px;
    }

    .mystyle {
        opacity: 1;
        transition: 2s;
    }


    .client {
        border: 1px solid #fff;
        margin: 55px;
        text-align: center;
        color: #fff;
        padding: 19px 53px;
        width: 49%;
        border-radius: 20px;
    }

    .start p {
        font-size: 57px;
        margin-bottom: 40px;
    }

    .container-flex.for-patient .row {
        flex-direction: column-reverse;
    }

    .container-flex.for-patient {
        display: flex;
        height: auto;
    }


    nav ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #132359;
        padding: 0;
        height: 100%;
        align-items: center;
        justify-content: center;
        /* display: none; */
    }


    nav li {
        margin-bottom: 40px;
    }

    header.HederMenu img {
        width: 26%;
    }


    nav {
        display: none;
    }

    .toggle-show {
        display: flex !important;
        transition: 2s;
    }

    .hiv-container a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        height: 351px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 35%;
    }


    .answer-group {
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }

        .answer-group .answer {
            width: 77%;
            margin-bottom: 60px;
        }


    .images-pagination {
        display: none;
        height: auto;
    }
}


@media(max-width:500px) {
    header img {
        width: 45%;
    }

    .box .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 9px;
        cursor: pointer;
        display: block;
    }

    .carousel-control-prev {
        left: 0;
    }

    select#calculate {
        width: 87%;
    }

    .pnd-pulse {
        position: absolute;
        right: 0;
        top: -7px;
    }

    .form-group {
        margin: auto;
        margin-bottom: 18px;
        width: 100%;
        text-align: center;
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 500px;
}

    .carousel-control-next {
        right: 0;
    }

    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-top: 2.125rem;
        margin-bottom: 2.125rem;
        margin-right: 20px;
    }



    .survayresult .result {
        width: 100%;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noanswer {
        margin-top: 20px;
    }


    .result.face-answered > div {
        margin-bottom: 20px;
    }

    .footer img {
        width: 40%;
        margin-bottom: 30px;
    }

    .pagnation {
        width: 80%;
        padding: 5px 0 5px 0;
        margin: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 100px;
        flex-wrap: wrap;
        margin-top: 55px;
    }


    .pagi {
        display: flex;
        margin: 35px 0;
    }


    .popup {
        background-color: #ffffff;
        width: 95%;
        padding: 30px 40px;
        position: relative;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 1400px;
        border-radius: 8px;
        font-family: "Poppins",sans-serif;
        opacity: 0;
        text-align: center;
        transition: 2s;
        margin-bottom: 109px;
    }

    .mystyle {
        opacity: 1;
        transition: 2s;
    }

    .client {
        border: 1px solid #fff;
        margin: 55px;
        text-align: center;
        color: #fff;
        padding: 19px 53px;
        width: 60%;
        border-radius: 20px;
    }

    .start p {
        font-size: 28px;
        margin-bottom: 40px;
    }



    .form-groups {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .form-group .one {
        width: 100%;
    }



    .agree a {
        background: #9d0909;
        color: #fff;
        text-decoration: none;
        padding: 12px 51px;
        border-radius: 5px;
        font-size: 24px;
        background: #9d0809;
        padding: 11px 46px;
    }

    .agree button {
        margin-top: 25px;
        padding: 10px 36px;
        background: none;
        border: none;
        color: #fff;
        background: #9d0909;
        border-radius: 5px;
        font-size: 20px;
        display: block;
        margin: 15px 0;
    }

    .agree {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .hiv-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

        .hiv-container.infograph a.hiv-info {
            /* border: 1px solid; */
            padding: 0;
            height: 381px;
            /* display: flex; */
            width: 90%;
            flex-wrap: wrap;
            align-content: flex-start;
            margin-bottom: 0;
        }


    header.HederMenu img {
        width: 50%;
    }

    .hiv-container.infograph .popup {
        /* margin: 70px auto; */
        padding: 20px !important;
        background: #fff;
        border-radius: 5px;
        width: 90% !important;
        position: relative;
        transition: all 2s ease-in-out;
        opacity: 1;
        top: 50%;
    }


    .hiv-container a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        height: 351px;
        display: block;
        width: 100%;
    }

    .container-flex.for-patient {
        display: flex;
        height: auto;
        margin-top: 65px;
    }
}


@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}

    .responstable td:first-child {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #D9E4E6;
    }

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #D9E4E6;
    }
}

.responstable th, .responstable td {
    text-align: left;
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 1em;
    }
}


.pagebutton {
    display: inline-block;
    width: 200px;
    height: 60px;
    padding: 2px 29px;
    text-transform: uppercase;
    background: #9d0809;
    border: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 2.7;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
}

.pagebtn.activepage {
    background: #fff;
    color: #9d0809;
}












































img.human-body {
    width: 100%;
    mix-blend-mode: screen;
}

.human-result {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.brain {
    width: 100%;
    margin-bottom: 20px;
}


    .brain img {
        width: 34%;
    }

.heart {
    width: 100%;
    margin-top: 110px; /* Add space below the header */
    position: relative; /* Establish positioning context */
    z-index: 1; /* Ensure it's above any potential overlapping elements */
}

    .heart img {
        width: 34%;
    }


.kidny {
    width: 100%;
    margin-top: 135px;
}

    .kidny img {
        width: 34%;
    }

.container.kidny img {
    width: 100%;
}


.row.result-cont {
    display: flex;
    align-items: center;
}


.human-result h2 {
    font-size: 23px;
}




@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}


.tooltip,
[data-tooltip] {
    position: relative;
    cursor: pointer
}

    .tooltip:after,
    .tooltip:before,
    [data-tooltip]:after,
    [data-tooltip]:before {
        position: absolute;
        letter-spacing: 0 !important;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
        -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
        z-index: 9999;
        font-weight: 400
    }

    .tooltip:hover:after,
    .tooltip:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:hover:before {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(Opacity=100);
        opacity: 1
    }

    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: 0 0;
        content: ""
    }

    .tooltip:after,
    [data-tooltip]:after {
        z-index: 999999;
        padding: 8px;
        max-width: 160px;
        background-color: #000;
        background-color: rgba(51, 51, 51, .9);
        color: #fff;
        content: attr(data-tooltip);
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
        text-transform: none;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box
    }

    .tooltip-top:after,
    .tooltip-top:before,
    .tooltip:after,
    .tooltip:before,
    [data-tooltip]:after,
    [data-tooltip]:before {
        bottom: 100%;
        left: 50%
    }

    .tooltip-top:before,
    .tooltip:before,
    [data-tooltip]:before {
        margin-left: -8px;
        margin-bottom: -12px;
        border-top-color: #000;
        border-top-color: rgba(51, 51, 51, .9)
    }

    .tooltip-top:after,
    .tooltip:after,
    [data-tooltip]:after {
        margin-left: -80px
    }

    .tooltip-top:hover:after,
    .tooltip-top:hover:before,
    .tooltip:hover:after,
    .tooltip:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:hover:before {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px)
    }

.tooltip-hide:after,
.tooltip-hide:before {
    display: none
}

.tooltip-left:after,
.tooltip-left:before {
    right: 100%;
    bottom: 50%;
    left: auto
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: rgba(51, 51, 51, .9)
}

.tooltip-left:hover:after,
.tooltip-left:hover:before {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px)
}

.tooltip-bottom:after,
.tooltip-bottom:before {
    top: 100%;
    bottom: auto;
    left: 50%
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: rgba(51, 51, 51, .9)
}

.tooltip-bottom:hover:after,
.tooltip-bottom:hover:before {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}

.tooltip-right:after,
.tooltip-right:before {
    bottom: 50%;
    left: 100%
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: rgba(51, 51, 51, .9)
}

.tooltip-right:hover:after,
.tooltip-right:hover:before {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px)
}

.tooltip-left:before,
.tooltip-right:before {
    top: 3px
}

.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px
}

.introjs-overlay {
    display: none;
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
    z-index: 9999999 !important
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
    position: relative
}

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    border: 3px solid #2ecc71;
    padding: 0 2px;
    border-radius: 4px;
    -webkit-transform: translateY(-3px) translateX(-5px);
    -moz-transform: translateY(-3px) translateX(-5px);
    -o-transform: translateY(-3px) translateX(-5px);
    -ms-transform: translateY(-3px) translateX(-5px);
    transform: translateY(-3px) translateX(-5px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 #209256
    }

    50% {
        -webkit-box-shadow: 0 0 10px #209256
    }

    100% {
        -webkit-box-shadow: 0 0 0 #209256
    }
}

.introjs-tooltipReferenceLayer {
    position: absolute;
    z-index: 10000000;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-helperLayer *,
.introjs-helperLayer:after,
.introjs-helperLayer:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

.introjs-helperNumberLayer {
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #ff3019;
    background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), color-stop(100%, #cf0404));
    background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)
}

.introjs-arrow {
    border: 5px solid #fff;
    content: '';
    position: absolute
}

    .introjs-arrow.top {
        top: -10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #fff;
        border-left-color: transparent
    }

    .introjs-arrow.top-right {
        top: -10px;
        right: 10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #fff;
        border-left-color: transparent
    }

    .introjs-arrow.top-middle {
        top: -10px;
        left: 50%;
        margin-left: -5px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #fff;
        border-left-color: transparent
    }

    .introjs-arrow.right {
        right: -10px;
        top: 10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff
    }

    .introjs-arrow.right-bottom {
        bottom: 10px;
        right: -10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff
    }

    .introjs-arrow.bottom {
        bottom: -10px;
        border-top-color: #fff;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    .introjs-arrow.left {
        left: -10px;
        top: 10px;
        border-top-color: transparent;
        border-right-color: #fff;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    .introjs-arrow.left-bottom {
        left: -10px;
        bottom: 10px;
        border-top-color: transparent;
        border-right-color: #fff;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

.introjs-tooltip {
    pointer-events: auto;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    min-width: 200px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -ms-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.introjs-tooltipbuttons {
    text-align: center;
    position: relative;
    white-space: nowrap;
    height: 39px
}

.introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0 .8em;
    border: 2px solid #209256;
    margin: 0;
    text-decoration: none;
    font: Montserrat;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background: #2ecc71;
    -webkit-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    zoom: 1;
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    height: 25px;
    line-height: 25px
}

    .introjs-button:hover {
        background-color: #3CA86A;
        text-decoration: none;
        box-shadow: 0 1px 1px #e3e3e3
    }

    .introjs-button:active,
    .introjs-button:focus {
        background-color: #2ecc71
    }

        .introjs-button:active:hover,
        .introjs-button:focus:hover {
            background-color: #3CA86A
        }

    .introjs-button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

.introjs-skipbutton {
    margin-right: 5px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    background-color: #00ACED;
    border-color: #0087BA
}

    .introjs-skipbutton.active {
        pointer-events: auto;
        opacity: 1
    }

        .introjs-skipbutton.active:hover {
            background-color: #019ed9
        }

.introjs-prevbutton {
    margin-right: 3px;
    content: "asdfwer"
}

.introjs-tooltiptext {
    font-size: 13px;
    line-height: 20px;
    display: block
}

.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
    color: #9a9a9a !important;
    border-color: #d4d4d4 !important;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4 !important;
    background-image: none;
    text-decoration: none
}

.introjs-bullets {
    text-align: center
}

    .introjs-bullets ul {
        clear: both;
        margin: 15px auto 0;
        padding: 0;
        display: inline-block
    }

        .introjs-bullets ul li {
            list-style: none;
            float: left;
            margin: 0 2px
        }

            .introjs-bullets ul li a {
                display: block;
                width: 6px;
                height: 6px;
                background: #ccc;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                text-decoration: none
            }

                .introjs-bullets ul li a:hover {
                    background: #999
                }

                .introjs-bullets ul li a.active {
                    background: #999
                }

.introjs-progress {
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px 0;
    border-radius: 4px;
    background-color: #ecf0f1
}

.introjs-progressbar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%
}

.growl-container.growl-fixed {
    position: fixed;
    float: right;
    width: 90%;
    max-width: 396px;
    z-index: 9999
}

    .growl-container.growl-fixed.top-right {
        top: 10px;
        right: 24px
    }

    .growl-container.growl-fixed.bottom-right {
        bottom: 0;
        right: 24px
    }

    .growl-container.growl-fixed.top-left {
        top: 10px;
        left: 15px
    }

    .growl-container.growl-fixed.bottom-left {
        bottom: 10px;
        left: 15px
    }

    .growl-container.growl-fixed.top-center {
        top: 10px;
        left: 50%;
        margin-left: -150px
    }

    .growl-container.growl-fixed.bottom-center {
        bottom: 10px;
        left: 50%;
        margin-left: -150px
    }

.growl-container > .growl-item {
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border: 2px solid #000;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}



.button-square {
    background: #ecf0f1;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #9b9b9b;
    font-size: 14px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box
}

    .button-square:hover {
        color: #2c3e50
    }

    .button-square.column-sort {
        width: auto;
        padding: 0 6px;
        line-height: 24px;
        font-size: 12px;
        font-weight: 700
    }

    .button-square:active {
        opacity: 1;
        -webkit-transform: scale(.98);
        -moz-transform: scale(.98);
        -o-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98)
    }
/* 
.button {
  background: #2ecc71;
  color: #fff;
  min-width: 60px;
  padding: 0 20px;
  text-align: center;
  display: block;
  float: left;
  clear: both;
  height: 30px;
  margin-bottom: 13px;
  border: 2px solid #27ae60;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: 4px;
  line-height: 30px;
  position: relative
} */

.button[disabled] {
    background: #fff;
    color: #b0b5ba;
    pointer-events: none;
    cursor: pointer;
    border-color: #b0b5ba
}

.button span {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.button .sk-spinner {
    opacity: 0;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: 4px
}

.button.processing {
    cursor: progress;
    pointer-events: none
}

    .button.processing span {
        opacity: 0
    }

    .button.processing .sk-spinner {
        opacity: 1
    }

.button.gray {
    background: #eee;
    color: #000;
    border-color: #ccc
}

.button:active {
    opacity: 1;
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -o-transform: scale(.98);
    transform: scale(.98)
}

.form-sep {
    width: 100%;
    height: 2px;
    background: #b0b5ba;
    float: left;
    text-align: center;
    margin: 28px 0;
    zoom: 1
}

    .form-sep:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: "."
    }

    .form-sep:after,
    .form-sep:before {
        content: "";
        display: table
    }

    .form-sep:after {
        clear: both
    }

    .form-sep:after,
    .form-sep:before {
        content: " ";
        display: table
    }

    .form-sep:after {
        clear: both
    }

    .form-sep.or::before {
        content: 'OR';
        position: relative;
        top: -6px;
        background: #fff;
        display: inline-block;
        padding: 0 20px
    }

input[type=checkbox].css-checkbox {
    display: none
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 26px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 20px 40px;
        font-size: 12px;
        vertical-align: middle;
        cursor: pointer
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -20px
    }

label.css-label {
    background-image: url(img/checkbox@2x.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2c3e50
}

.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center
}

.sk-spinner-three-bounce div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 2px;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-threeBounceDelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.partial {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

    .partial p {
        width: 100%;
        clear: both;
        margin-bottom: 23px;
        line-height: 1.4
    }

    .partial h1 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        display: block;
        position: relative;
        float: left;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        background: #2c3e50;
        color: #fff;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topright: 2px;
        -moz-background-clip: padding;
        border-top-right-radius: 2px;
        background-clip: padding-box
    }

    .partial h2 {
        float: left;
        display: block
    }

    .partial .partial-content {
        float: left;
        padding: 20px;
        padding-top: 0 !important;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .partial .partial-content > .animated.fadeOut {
            height: 0
        }

    .partial .partial-heading {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px
    }

.menu2 .partial h1 {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    background: #fff;
    color: #2c3e50;
    border-bottom: 1px solid #fff;
    margin: 0
}

.menu2 .partial .partial h1 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .menu2 .partial .partial h1:after {
        display: block;
        content: " ";
        width: 100%;
        height: 2px;
        background: #2c3e50
    }

.menu2 .partial .partial .partial-content {
    margin-bottom: 0 !important
}

.partial-shipahoy iframe {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box
}

.partial-shipahoy .pnd-interest {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .partial-shipahoy .pnd-interest li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 7px;
        cursor: pointer
    }

        .partial-shipahoy .pnd-interest li span {
            background: #eee;
            border: 2px solid #eee;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box;
            display: inline-block;
            padding: 3px 10px
        }

        .partial-shipahoy .pnd-interest li.selected span {
            border-color: #2ecc71
        }

        .partial-shipahoy .pnd-interest li.selected:hover span {
            border-color: #2ecc71
        }

        .partial-shipahoy .pnd-interest li:hover span {
            border-color: #aaa
        }

.ngdialog-content .partial .partial-content {
    padding-top: 23px
}

    .ngdialog-content .partial .partial-content .form .submit-button {
        margin-bottom: 0
    }

.ng-shipahoy {
    padding: 0 !important;
    height: 100%
}

    .ng-shipahoy .ngdialog-content {
        top: 50% !important;
        margin-top: -310px !important;
        position: relative
    }

.pnd-source-dropdown {
    width: 280px;
    position: absolute;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer
}

    .pnd-source-dropdown.select2-dropdown-open,
    .pnd-source-dropdown:hover {
        background: #ebeff0;
        color: #2c3e50
    }

        .pnd-source-dropdown.select2-dropdown-open:after,
        .pnd-source-dropdown:hover:after {
            position: absolute;
            right: 0;
            top: 0;
            display: inline-block;
            font-family: "Flaticons Solid";
            content: "\e1bd";
            font-size: 17px;
            color: #9b9b9b;
            width: 24px;
            height: 30px;
            line-height: 31px
        }

    .pnd-source-dropdown .ui-select-match {
        height: 30px;
        display: block;
        padding: 0;
        border: none;
        color: inherit;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        background: 0 0;
        box-shadow: none
    }

        .pnd-source-dropdown .ui-select-match .select2-chosen {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .pnd-source-dropdown .ui-select-match .select2-chosen .source-icon {
                width: 30px;
                height: 30px;
                -webkit-border-radius: 2px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px;
                -moz-background-clip: padding;
                border-radius: 2px;
                background-clip: padding-box;
                pointer-events: none
            }

            .pnd-source-dropdown .ui-select-match .select2-chosen .source-name {
                line-height: 31px;
                text-transform: uppercase;
                font-size: 16px;
                margin-left: 6px;
                height: 30px;
                display: inline-block;
                vertical-align: top
            }

        .pnd-source-dropdown .ui-select-match .ui-select-toggle {
            display: none
        }

            .pnd-source-dropdown .ui-select-match .ui-select-toggle b {
                background: 0 0 !important
            }

    .pnd-source-dropdown .ui-select-dropdown {
        position: relative;
        box-shadow: none;
        border: 1px solid #d8d8d8;
        border-top: none;
        top: 1px
    }

        .pnd-source-dropdown .ui-select-dropdown .select2-search {
            padding: 4px
        }

            .pnd-source-dropdown .ui-select-dropdown .select2-search input {
                font-family: Montserrat;
                font-size: 12px;
                color: #2C3E50;
                border-radius: 2px;
                border: 2px solid #ebeff0 !important;
                text-indent: none;
                margin-top: 1px;
                padding: 4px;
                background: #fff
            }

        .pnd-source-dropdown .ui-select-dropdown .ui-select-choices {
            margin: 0;
            padding: 0;
            height: 238px;
            max-height: none;
            overflow: auto
        }

            .pnd-source-dropdown .ui-select-dropdown .ui-select-choices .ui-select-choices-group {
                float: none;
                margin: 0
            }

        .pnd-source-dropdown .ui-select-dropdown .ui-select-choices-row {
            padding: 5px 10px;
            display: block;
            float: none;
            margin: 0;
            color: #2C3E50
        }

            .pnd-source-dropdown .ui-select-dropdown .ui-select-choices-row.select2-highlighted {
                background-color: #4aa3df;
                color: #fff
            }

        .pnd-source-dropdown .ui-select-dropdown .select2-result-label {
            position: relative;
            padding: 0
        }

            .pnd-source-dropdown .ui-select-dropdown .select2-result-label .option-source-icon {
                position: absolute;
                left: 0;
                top: 0;
                width: 24px;
                height: 24px;
                -webkit-border-radius: 2px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px;
                -moz-background-clip: padding;
                border-radius: 2px;
                background-clip: padding-box
            }

            .pnd-source-dropdown .ui-select-dropdown .select2-result-label .option-source-name {
                font-size: 13px;
                text-transform: none;
                padding-left: 32px;
                height: 24px;
                line-height: 24px
            }

.column {
    position: absolute;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

    .column header {
        width: 385px;
        float: left;
        height: 40px;
        line-height: 30px;
        background: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 16px;
        padding: 5px;
        opacity: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
        position: relative;
        margin-top: 50px;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
    }

        .column header.default-dropdown:after {
            display: inline-block;
            color: #B0B5BA;
            font-family: "Flaticons Solid";
            content: "\e1bd";
            position: absolute;
            left: 240px;
            font-size: 17px;
            color: #9b9b9b;
            width: 60px;
            height: 60px;
            opacity: 0;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
            pointer-events: none
        }

        .column header:hover:after {
            opacity: 1
        }

        .column header:hover .span-source-title {
            color: #2c3e50
        }

        .column header:hover select {
            opacity: 1;
            background: #ebeff0;
            color: #ebeff0
        }

        .column header .span-source-title {
            display: inline-block;
            height: 30px;
            line-height: 31px;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: absolute;
            left: 45px;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

        .column header img.src-img {
            width: 30px;
            height: 30px;
            position: absolute;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box;
            pointer-events: none;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .column header select {
            border: none;
            position: absolute;
            left: 35;
            top: 5;
            height: 30px;
            display: block;
            width: 260px;
            opacity: 0;
            color: #fff;
            background: #fff;
            cursor: pointer;
            z-index: -10;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
            -webkit-appearance: none;
            -webkit-border-radius: 0;
            border-radius: 2px;
            -moz-appearance: none
        }

            .column header select optgroup,
            .column header select option {
                color: #000
            }

        .column header .button-square {
            float: right;
            margin-left: 8px;
            line-height: 26px;
            margin-top: 3px;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

            .column header .button-square:first-of-type {
                margin-right: 3px
            }

            .column header .button-square.blank {
                background: 0 0;
                cursor: default
            }

                .column header .button-square.blank:hover {
                    color: #9b9b9b
                }

        .column header.wide .pnd-source-dropdown {
            width: 310px
        }

        .column header.wide:after {
            left: 290px
        }

        .column header.wide select {
            width: 310px
        }

    .column .column-content {
        float: left;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .column .column-content .scroll-area {
            position: relative;
            height: 100%;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 100px;
            padding-bottom: 0;
            -webkit-overflow-scrolling: touch
        }

.column-preview .preview-area {
    padding-top: 50px !important
}

    .column-preview .preview-area .sad-panda {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5000
    }

    .column-preview .preview-area .no-preview {
        height: 140px;
        width: 460px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        margin-top: -70px
    }

        .column-preview .preview-area .no-preview img {
            float: left;
            margin-top: 9px;
            width: 94px;
            display: inline-block
        }

        .column-preview .preview-area .no-preview .right {
            width: 366px;
            float: left;
            text-align: center;
            display: table;
            height: 140px
        }

            .column-preview .preview-area .no-preview .right span {
                margin-top: 40px;
                margin-bottom: 20px;
                display: inline-block;
                color: #3b434f
            }

            .column-preview .preview-area .no-preview .right a {
                background: #3b434f;
                color: #fff;
                display: inline-block;
                padding: 7px 30px;
                font-weight: 400;
                font-size: 14px;
                top: 0;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out;
                position: relative
            }

                .column-preview .preview-area .no-preview .right a:active {
                    top: 2px
                }

                .column-preview .preview-area .no-preview .right a.why {
                    height: 14px;
                    background: #ccc;
                    position: fixed;
                    z-index: 9999999;
                    display: block;
                    bottom: 30px;
                    top: inherit;
                    text-align: center;
                    width: 170px;
                    opacity: .6
                }

                    .column-preview .preview-area .no-preview .right a.why:hover {
                        background: #3b434f;
                        opacity: 1
                    }

    .column-preview .preview-area iframe {
        background: #fff;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box
    }

.column-left {
    z-index: 20
}

    .column-left .column-content {
        padding-left: 20px
    }

.column-center {
    z-index: 15
}

    .column-center .column-content {
        padding-left: 20px
    }

.column-right {
    z-index: 20;
    right: 5px;
    left: initial
}

    .column-right header {
        float: left;
        margin-right: 5px;
        margin-left: 15px
    }

    .column-right ul li {
        float: left;
        margin-right: 5px;
        margin-left: 15px
    }

.column-content .scroll-area .column-config {
    min-height: 100px
}

    .column-content .scroll-area .column-config .num {
        background-color: #aaa
    }

        .column-content .scroll-area .column-config .num i {
            position: relative;
            top: 1px
        }

    .column-content .scroll-area .column-config .right {
        margin-top: 4px
    }

.main-pandamarks .column header:hover:after {
    opacity: 0
}

.animate-enter,
.animate-leave {
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94) all;
    -moz-transition: .5s cubic-bezier(.25, .46, .45, .94) all;
    -ms-transition: .5s cubic-bezier(.25, .46, .45, .94) all;
    -o-transition: .5s cubic-bezier(.25, .46, .45, .94) all;
    transition: .5s cubic-bezier(.25, .46, .45, .94) all;
    position: relative;
    display: block
}

    .animate-enter,
    .animate-leave.animate-leave-active {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        height: 0;
        opacity: 0
    }

        .animate-enter.animate-enter-active,
        .animate-leave {
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            transform: scaleY(1);
            height: 30px;
            opacity: 1
        }

.column-news {
    max-width: 420px
}

    .column-news ul.animated {
        overflow-y: scroll;
        width: 100%;
        float: left;
        height: 100%;
        position: relative;
        opacity: 0
    }

        .column-news ul.animated .empty-state {
            width: 100%;
            text-align: center;
            height: 100%;
            position: relative
        }

            .column-news ul.animated .empty-state:before {
                height: 100%;
                content: '';
                display: inline-block;
                vertical-align: middle;
                margin-right: -.25em;
                background: #000
            }

            .column-news ul.animated .empty-state .middle {
                vertical-align: middle;
                display: inline-block
            }

            .column-news ul.animated .empty-state p {
                color: #9b9b9b;
                font-size: 16px;
                margin-bottom: 60px
            }

            .column-news ul.animated .empty-state img {
                width: 200px
            }

    .column-news li.news-article {
        float: left;
        width: 385px;
        overflow: hidden;
        text-align: left;
        margin-bottom: 10px;
        background: #fff;
        position: relative;
        min-height: 40px;
        padding: 5px;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .column-news li.news-article.old-style {
            height: 40px;
            max-height: 40px;
            overflow: hidden;
            line-height: 40px
        }

            .column-news li.news-article.old-style .article-content a {
                display: block;
                height: 40px;
                line-height: 40px;
                overflow: hidden;
                top: -5px;
                position: relative
            }

        .column-news li.news-article.marked .pandamark {
            opacity: 1
        }

        .column-news li.news-article.sponsor .num {
            color: #9b9b9b;
            background: #ecf0f1 !important;
            position: inherit;
            float: left
        }

            .column-news li.news-article.sponsor .num:visited {
                background: #ecf0f1 !important
            }

        .column-news li.news-article.sponsor .article-content a {
            line-height: 30px
        }

        .column-news li.news-article.sponsor .right {
            width: 326px
        }

        .column-news li.news-article .pandamark {
            position: absolute;
            right: 8px;
            bottom: 8px;
            opacity: 0
        }

            .column-news li.news-article .pandamark i {
                position: relative;
                left: 1px;
                top: 1px
            }

        .column-news li.news-article:hover .pandamark {
            opacity: 1
        }

        .column-news li.news-article:hover .num-rel .num.num-num {
            left: 0;
            z-index: 5
        }

        .column-news li.news-article:hover .num-rel .num.num-comment {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            z-index: 10
        }

        .column-news li.news-article .preview-current .num,
        .column-news li.news-article.read .num {
            background-color: #9b9b9b !important
        }

        .column-news li.news-article .num-rel {
            width: 30px;
            height: 30px;
            overflow: hidden;
            float: left;
            position: relative
        }

        .column-news li.news-article .num {
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            font-size: 18px;
            position: absolute;
            top: 0;
            display: block;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

            .column-news li.news-article .num .icon-comment {
                position: relative;
                top: 2px
            }

            .column-news li.news-article .num.tri {
                font-size: 14px
            }

            .column-news li.news-article .num img {
                width: 30px;
                height: 30px;
                -webkit-border-radius: 2px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px;
                -moz-background-clip: padding;
                border-radius: 2px;
                background-clip: padding-box
            }

            .column-news li.news-article .num:visited {
                background-color: #9b9b9b !important
            }

            .column-news li.news-article .num.num-num {
                left: 0;
                z-index: 10
            }

            .column-news li.news-article .num.num-comment {
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                z-index: 5
            }

        .column-news li.news-article .right {
            float: left;
            width: 305px;
            margin-left: 10px;
            margin-top: -1px;
            line-height: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

            .column-news li.news-article .right .article-content {
                float: left;
                width: 100%
            }

                .column-news li.news-article .right .article-content p {
                    font-size: 11px;
                    color: #666
                }

        .column-news li.news-article .details {
            width: 100%;
            font-size: 10px;
            color: #9b9b9b
        }

            .column-news li.news-article .details a {
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

                .column-news li.news-article .details a:hover {
                    color: #2c3e50
                }

        .column-news li.news-article .save {
            border: 1px solid #000;
            padding: 0 3px;
            color: #000 !important;
            height: 20px;
            line-height: 20px;
            display: inline-block;
            display: none
        }

            .column-news li.news-article .save:hover {
                background: #fff
            }

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -webkit-transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05)
    }
}

@-moz-keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -moz-transform: scale(.9, 1.1)
    }

    50% {
        -moz-transform: scale(1.1, .9)
    }

    75% {
        -moz-transform: scale(.95, 1.05)
    }
}

@-o-keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -o-transform: scale(.9, 1.1)
    }

    50% {
        -o-transform: scale(1.1, .9)
    }

    75% {
        -o-transform: scale(.95, 1.05)
    }
}

@keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        -moz-transform: scale(.9, 1.1);
        -ms-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        -moz-transform: scale(1.1, .9);
        -ms-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        -moz-transform: scale(.95, 1.05);
        -ms-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -webkit-transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05)
    }
}

@-moz-keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -moz-transform: scale(.9, 1.1)
    }

    50% {
        -moz-transform: scale(1.1, .9)
    }

    75% {
        -moz-transform: scale(.95, 1.05)
    }
}

@-o-keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -o-transform: scale(.9, 1.1)
    }

    50% {
        -o-transform: scale(1.1, .9)
    }

    75% {
        -o-transform: scale(.95, 1.05)
    }
}

@keyframes jelatin {
    from, to {
        opacity: 1
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        -moz-transform: scale(.9, 1.1);
        -ms-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        -moz-transform: scale(1.1, .9);
        -ms-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        -moz-transform: scale(.95, 1.05);
        -ms-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

.jelatin {
    -webkit-animation: jelatin;
    -moz-animation: jelatin;
    -o-animation: jelatin;
    animation: jelatin;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.column-inspiration {
    padding-right: 20px
}

    .column-inspiration header {
        width: 100%
    }

    .column-inspiration .insp-scrollarea {
        position: relative;
        height: 100%;
        overflow: scroll;
        width: 100%;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        opacity: 0
    }

        .column-inspiration .insp-scrollarea .empty-state {
            width: 100%;
            text-align: center;
            height: 100%;
            position: relative
        }

            .column-inspiration .insp-scrollarea .empty-state:before {
                height: 100%;
                content: '';
                display: inline-block;
                vertical-align: middle;
                margin-right: -.25em;
                background: #000
            }

            .column-inspiration .insp-scrollarea .empty-state .middle {
                vertical-align: middle;
                display: inline-block
            }

            .column-inspiration .insp-scrollarea .empty-state p {
                color: #9b9b9b;
                font-size: 24px;
                margin-bottom: 60px
            }

        .column-inspiration .insp-scrollarea.scrolling .insp-item {
            pointer-events: none
        }

    .column-inspiration .grid-sizer {
        float: left;
        width: 25%
    }

    .column-inspiration .insp-item {
        float: left;
        width: 25%;
        padding-right: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .column-inspiration .insp-item:nth-child(4n+1) {
            clear: both
        }

        .column-inspiration .insp-item.marked .insp-container .pandamark {
            opacity: 1
        }

        .column-inspiration .insp-item .insp-container {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            display: block;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box
        }

            .column-inspiration .insp-item .insp-container .insp-img {
                position: relative;
                display: block;
                width: 100%;
                top: 0;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

            .column-inspiration .insp-item .insp-container .index {
                font-size: 32px;
                color: #fff;
                text-shadow: 1px 1px 1px #000;
                display: none
            }

            .column-inspiration .insp-item .insp-container .pandamark {
                position: absolute;
                right: 10px;
                top: 10px;
                opacity: 0;
                background: #fff
            }

                .column-inspiration .insp-item .insp-container .pandamark i {
                    position: relative;
                    left: 1px;
                    top: 1px
                }

            .column-inspiration .insp-item .insp-container .hover-area {
                position: absolute;
                left: 0;
                bottom: -50px;
                width: 100%;
                height: 50px;
                line-height: 20px;
                background: #fff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out;
                border-top: 2px solid transparent
            }

                .column-inspiration .insp-item .insp-container .hover-area i {
                    position: relative;
                    top: 1px
                }

                .column-inspiration .insp-item .insp-container .hover-area span {
                    margin-right: 7px
                }

                .column-inspiration .insp-item .insp-container .hover-area .title {
                    width: 100%;
                    margin-top: 4px
                }

        .column-inspiration .insp-item:hover .insp-img {
            top: -5px
        }

        .column-inspiration .insp-item:hover .hover-area {
            bottom: 00px
        }

        .column-inspiration .insp-item:hover .button-square {
            opacity: 1
        }

    .column-inspiration .inspiration-grid .grid-item {
        opacity: 0 !important;
        transition: opacity .2s ease-out !important
    }

    .column-inspiration .inspiration-grid .grid-item-active {
        opacity: 1 !important
    }

@media (max-width:1600px) {
    .column-inspiration .grid-sizer, .column-inspiration .insp-item {
        width: 33% !important
    }

        .column-inspiration .grid-sizer:nth-child(4n+1),
        .column-inspiration .insp-item:nth-child(4n+1) {
            clear: inherit
        }

        .column-inspiration .grid-sizer:nth-child(3n+1),
        .column-inspiration .insp-item:nth-child(3n+1) {
            clear: both
        }

    .nin .main-pandamarks .column-inspiration .grid-sizer,
    .nin .main-pandamarks .column-inspiration .insp-item {
        width: 33% !important
    }

        .nin .main-pandamarks .column-inspiration .grid-sizer:nth-child(4n+1),
        .nin .main-pandamarks .column-inspiration .insp-item:nth-child(4n+1) {
            clear: inherit
        }

        .nin .main-pandamarks .column-inspiration .grid-sizer:nth-child(3n+1),
        .nin .main-pandamarks .column-inspiration .insp-item:nth-child(3n+1) {
            clear: both
        }

    .iix .column-inspiration .grid-sizer,
    .iix .column-inspiration .insp-item,
    .nin .column-inspiration .grid-sizer,
    .nin .column-inspiration .insp-item {
        width: 50% !important
    }

        .iix .column-inspiration .grid-sizer:nth-child(4n+1),
        .iix .column-inspiration .insp-item:nth-child(4n+1),
        .nin .column-inspiration .grid-sizer:nth-child(4n+1),
        .nin .column-inspiration .insp-item:nth-child(4n+1) {
            clear: inherit
        }

        .iix .column-inspiration .grid-sizer:nth-child(3n+1),
        .iix .column-inspiration .insp-item:nth-child(3n+1),
        .nin .column-inspiration .grid-sizer:nth-child(3n+1),
        .nin .column-inspiration .insp-item:nth-child(3n+1) {
            clear: inherit
        }

        .iix .column-inspiration .grid-sizer:nth-child(2n+1),
        .iix .column-inspiration .insp-item:nth-child(2n+1),
        .nin .column-inspiration .grid-sizer:nth-child(2n+1),
        .nin .column-inspiration .insp-item:nth-child(2n+1) {
            clear: both
        }
}

@media (max-width:1000px) {
    .column-inspiration .grid-sizer, .column-inspiration .insp-item {
        width: 50% !important
    }

        .column-inspiration .grid-sizer:nth-child(4n+1),
        .column-inspiration .insp-item:nth-child(4n+1) {
            clear: inherit
        }

        .column-inspiration .grid-sizer:nth-child(3n+1),
        .column-inspiration .insp-item:nth-child(3n+1) {
            clear: inherit
        }

    .column-inspiration .grid-sizer:nth-child(2n+1),
    .column-inspiration .insp-item:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width:700px) {
    .column-inspiration .grid-sizer, .column-inspiration .insp-item {
        width: 100% !important
    }
}

.main-col-container {
    position: relative;
    padding: 70px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .main-col-container .flex-row {
        min-width: 1240px
    }

.flex-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%
}

    .flex-container .flex-row {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        position: relative;
        height: 100%;
        margin-bottom: 16px
    }

        .flex-container .flex-row:last-child {
            margin-bottom: 0
        }

        .flex-container .flex-row .col {
            width: 400px;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            flex: 0 0 auto;
            -webkit-flex: 0 0 auto
        }

            .flex-container .flex-row .col:last-child {
                margin-right: 0
            }

.pnd-col {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .pnd-col .column-content {
        height: 100%;
        width: 100%;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .pnd-col .column-content header {
            background: #fff;
            height: 40px;
            line-height: 30px;
            text-transform: uppercase;
            font-size: 16px;
            padding: 5px;
            width: calc(100% - 12px);
            margin-bottom: 10px;
            position: relative;
            z-index: 10;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -o-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0)
        }

            .pnd-col .column-content header.default-dropdown:after {
                display: inline-block;
                color: #B0B5BA;
                font-family: "Flaticons Solid";
                content: "\e1bd";
                position: absolute;
                left: 270px;
                font-size: 17px;
                color: #9b9b9b;
                width: 60px;
                height: 60px;
                opacity: 0;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out;
                pointer-events: none
            }

            .pnd-col .column-content header:hover:after {
                opacity: 1
            }

            .pnd-col .column-content header:hover span {
                color: #2c3e50
            }

                .pnd-col .column-content header:hover span.blank {
                    color: #9b9b9b
                }

            .pnd-col .column-content header:hover select {
                opacity: 1;
                background: #ebeff0;
                color: #ebeff0
            }

            .pnd-col .column-content header .src-img {
                width: 30px;
                height: 30px;
                position: absolute;
                left: 5px;
                top: 5px;
                pointer-events: none;
                -webkit-border-radius: 2px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px;
                -moz-background-clip: padding;
                border-radius: 2px;
                background-clip: padding-box;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

            .pnd-col .column-content header .span-source-title {
                display: inline-block;
                height: 30px;
                line-height: 31px;
                cursor: pointer;
                position: absolute;
                left: 45px;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

            .pnd-col .column-content header select {
                display: block;
                background: #fff;
                color: #fff;
                position: absolute;
                left: 35px;
                top: 5px;
                height: 30px;
                width: 260px;
                border: none;
                opacity: 0;
                cursor: pointer;
                z-index: -10;
                -webkit-appearance: none;
                -moz-appearance: none;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out;
                -webkit-border-radius: 2px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px;
                -moz-background-clip: padding;
                border-radius: 2px;
                background-clip: padding-box
            }

                .pnd-col .column-content header select optgroup,
                .pnd-col .column-content header select option {
                    color: #000
                }

            .pnd-col .column-content header .button-square {
                float: right;
                position: static;
                margin-left: 8px;
                line-height: 24px;
                margin-top: 3px;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

                .pnd-col .column-content header .button-square:first-of-type {
                    margin-right: 3px
                }

                .pnd-col .column-content header .button-square.blank {
                    background: 0 0;
                    cursor: default
                }

                    .pnd-col .column-content header .button-square.blank:hover {
                        color: #9b9b9b
                    }

            .pnd-col .column-content header.wide:after {
                left: 290px
            }

            .pnd-col .column-content header.wide select {
                width: 310px
            }

        .pnd-col .column-content .scroll-area {
            -webkit-overflow-scrolling: touch;
            height: calc(100% - 40px);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

.pnd-col-news ul.animated {
    padding-right: 6px;
    opacity: 0;
    overflow: scroll;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pnd-col-news li.news-article {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
    background: #fff;
    min-height: 40px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box
}

    .pnd-col-news li.news-article.old-style {
        height: 40px;
        max-height: 40px
    }

        .pnd-col-news li.news-article.old-style .article-content a {
            display: block;
            height: 30px;
            line-height: 30px;
            overflow: hidden
        }

    .pnd-col-news li.news-article .num-rel {
        width: 30px;
        height: 30px;
        overflow: hidden;
        position: absolute
    }

    .pnd-col-news li.news-article .num {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        position: absolute;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box
    }

        .pnd-col-news li.news-article .num:visited {
            background-color: #9b9b9b !important
        }

        .pnd-col-news li.news-article .num.tri {
            font-size: 14px
        }

        .pnd-col-news li.news-article .num.num-num {
            left: 0;
            z-index: 10
        }

        .pnd-col-news li.news-article .num.num-comment {
            z-index: 5;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0)
        }

            .pnd-col-news li.news-article .num.num-comment .icon-comment {
                position: relative;
                top: 2px
            }

        .pnd-col-news li.news-article .num img {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box
        }

    .pnd-col-news li.news-article .right {
        width: 375px;
        padding-left: 40px;
        line-height: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .pnd-col-news li.news-article .right .article-content p {
            font-size: 11px;
            color: #666
        }

        .pnd-col-news li.news-article .right .details {
            font-size: 10px;
            color: #9b9b9b
        }

            .pnd-col-news li.news-article .right .details a {
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

                .pnd-col-news li.news-article .right .details a:hover {
                    color: #2c3e50
                }

    .pnd-col-news li.news-article .pandamark {
        position: absolute;
        right: 8px;
        bottom: 8px;
        opacity: 0
    }

    .pnd-col-news li.news-article:hover .pandamark {
        opacity: 1
    }

    .pnd-col-news li.news-article:hover .num.num-num {
        left: 0;
        z-index: 5
    }

    .pnd-col-news li.news-article:hover .num.num-comment {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 10
    }

    .pnd-col-news li.news-article.marked .pandamark {
        opacity: 1
    }

    .pnd-col-news li.news-article.sponsor .num {
        position: absolute;
        color: #9b9b9b;
        background: #ecf0f1 !important
    }

        .pnd-col-news li.news-article.sponsor .num:visited {
            background: #ecf0f1 !important
        }

    .pnd-col-news li.news-article.sponsor .article-content a {
        line-height: 30px
    }

    .pnd-col-news li.news-article.sponsor .right {
        width: 100%
    }

.ng-newsletter .ngdialog-close::before {
    color: #1d519e !important;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ng-newsletter .ngdialog-close:hover::before {
    color: #0e192a !important
}

.ng-newsletter.ngdialog-theme-default .ngdialog-content {
    width: 460px;
    background-color: #3a75cf
}

.ng-newsletter.ngdialog-theme-default .ngdialog-close::before {
    color: #1d519e;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ng-newsletter.ngdialog-theme-default .ngdialog-close:hover::before {
    color: #fff
}

.ng-newsletter .baloon {
    background-image: url(img/popups/newsletter/baloon.png);
    background-size: 60px 86px;
    width: 60px;
    height: 86px;
    position: absolute;
    left: 70px;
    top: 50px;
    z-index: 10;
    -webkit-animation: baloon1 3s ease-in-out infinite;
    -moz-animation: baloon1 3s ease-in-out infinite;
    -o-animation: baloon1 3s ease-in-out infinite;
    animation: baloon1 3s ease-in-out infinite
}

.ng-newsletter .red-baloon {
    background-image: url(img/popups/newsletter/red-baloon.png);
    background-size: 56.8px 333.6px;
    width: 56.8px;
    height: 333.6px;
    position: absolute;
    left: 340px;
    top: 50px;
    z-index: 20;
    -webkit-animation: baloon1 8s ease-in-out infinite;
    -moz-animation: baloon1 8s ease-in-out infinite;
    -o-animation: baloon1 8s ease-in-out infinite;
    animation: baloon1 8s ease-in-out infinite
}

.ng-newsletter lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes baloon1 {
    0%, 100% {
        -webkit-transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateY(-2px) rotate(2deg)
    }
}

@-moz-keyframes baloon1 {
    0%, 100% {
        -moz-transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -moz-transform: translateY(-2px) rotate(2deg)
    }
}

@-o-keyframes baloon1 {
    0%, 100% {
        -o-transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -o-transform: translateY(-2px) rotate(2deg)
    }
}

@keyframes baloon1 {
    0%, 100% {
        -webkit-transform: translateY(2px) rotate(-2deg);
        -moz-transform: translateY(2px) rotate(-2deg);
        -ms-transform: translateY(2px) rotate(-2deg);
        transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateY(-2px) rotate(2deg);
        -moz-transform: translateY(-2px) rotate(2deg);
        -ms-transform: translateY(-2px) rotate(2deg);
        transform: translateY(-2px) rotate(2deg)
    }
}

.ng-newsletter lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes baloon1 {
    0%, 100% {
        -webkit-transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateY(-2px) rotate(2deg)
    }
}

@-moz-keyframes baloon1 {
    0%, 100% {
        -moz-transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -moz-transform: translateY(-2px) rotate(2deg)
    }
}

@-o-keyframes baloon1 {
    0%, 100% {
        -o-transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -o-transform: translateY(-2px) rotate(2deg)
    }
}

@keyframes baloon1 {
    0%, 100% {
        -webkit-transform: translateY(2px) rotate(-2deg);
        -moz-transform: translateY(2px) rotate(-2deg);
        -ms-transform: translateY(2px) rotate(-2deg);
        transform: translateY(2px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateY(-2px) rotate(2deg);
        -moz-transform: translateY(-2px) rotate(2deg);
        -ms-transform: translateY(-2px) rotate(2deg);
        transform: translateY(-2px) rotate(2deg)
    }
}

.ng-newsletter .blue-baloon {
    background-image: url(img/popups/newsletter/blue-baloon.png);
    background-size: 44.8px 119.2px;
    width: 44.8px;
    height: 119.2px;
    position: absolute;
    left: 326px;
    top: 70px;
    z-index: 15;
    -webkit-animation: baloon1 8s ease-in-out infinite;
    -moz-animation: baloon1 8s ease-in-out infinite;
    -o-animation: baloon1 8s ease-in-out infinite;
    animation: baloon1 8s ease-in-out infinite;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.ng-newsletter .cloud1 {
    background-image: url(img/popups/newsletter/cloud1.png);
    background-size: 42.4px 28.8px;
    width: 42.4px;
    height: 28.8px;
    position: absolute;
    left: 3px;
    top: 70px;
    z-index: 5;
    -webkit-animation: poyraz 50s linear infinite;
    -moz-animation: poyraz 50s linear infinite;
    -o-animation: poyraz 50s linear infinite;
    animation: poyraz 50s linear infinite
}

.ng-newsletter .cloud11 {
    right: 30px;
    left: inherit;
    top: 160px;
    -webkit-animation: meltem 50s linear infinite;
    -moz-animation: meltem 50s linear infinite;
    -o-animation: meltem 50s linear infinite;
    animation: meltem 50s linear infinite
}

.ng-newsletter .cloud2 {
    background-image: url(img/popups/newsletter/cloud2.png);
    background-size: 61.6px 42.4px;
    width: 61.6px;
    height: 42.4px;
    position: absolute;
    left: 53px;
    top: 98px;
    z-index: 5;
    -webkit-animation: poyraz 80s linear infinite;
    -moz-animation: poyraz 80s linear infinite;
    -o-animation: poyraz 80s linear infinite;
    animation: poyraz 80s linear infinite
}

.ng-newsletter lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes poyraz {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(500px)
    }
}

@-moz-keyframes poyraz {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(500px)
    }
}

@-o-keyframes poyraz {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        -o-transform: translateX(500px)
    }
}

@keyframes poyraz {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(500px);
        -moz-transform: translateX(500px);
        -ms-transform: translateX(500px);
        transform: translateX(500px)
    }
}

.ng-newsletter lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes poyraz {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(500px)
    }
}

@-moz-keyframes poyraz {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(500px)
    }
}

@-o-keyframes poyraz {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        -o-transform: translateX(500px)
    }
}

@keyframes poyraz {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(500px);
        -moz-transform: translateX(500px);
        -ms-transform: translateX(500px);
        transform: translateX(500px)
    }
}

.ng-newsletter lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes meltem {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-500px)
    }
}

@-moz-keyframes meltem {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-500px)
    }
}

@-o-keyframes meltem {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        -o-transform: translateX(-500px)
    }
}

@keyframes meltem {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-500px);
        -moz-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px)
    }
}

.ng-newsletter lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes meltem {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-500px)
    }
}

@-moz-keyframes meltem {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-500px)
    }
}

@-o-keyframes meltem {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        -o-transform: translateX(-500px)
    }
}

@keyframes meltem {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-500px);
        -moz-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px)
    }
}

.ng-newsletter .newsletter-dialog {
    background-image: url(img/popups/newsletter/bg.png);
    background-size: 100%;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

    .ng-newsletter .newsletter-dialog .infobar {
        font-size: 10px;
        margin-top: -5px;
        -webkit-font-smoothing: antialiased;
        text-align: left;
        color: #1d519e;
        padding: 12px;
        font-weight: 700
    }

        .ng-newsletter .newsletter-dialog .infobar a {
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

            .ng-newsletter .newsletter-dialog .infobar a:hover {
                color: #fff
            }

    .ng-newsletter .newsletter-dialog .content {
        padding-top: 48px;
        text-align: center
    }

        .ng-newsletter .newsletter-dialog .content h2 {
            display: block;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            color: #000;
            opacity: .8;
            letter-spacing: 1px;
            margin-bottom: 70px;
            position: absolute;
            width: 100%;
            z-index: 20;
            top: 80px
        }

        .ng-newsletter .newsletter-dialog .content h3 {
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            top: 110px;
            z-index: 20;
            text-align: center;
            font-size: 16px;
            color: #f3f5f6;
            font-weight: 400;
            -webkit-font-smoothing: antialiased
        }

            .ng-newsletter .newsletter-dialog .content h3.success {
                margin: 48px auto
            }

        .ng-newsletter .newsletter-dialog .content .form {
            margin-top: 90px;
            float: none;
            position: absolute;
            z-index: 50
        }

            .ng-newsletter .newsletter-dialog .content .form input {
                float: none;
                margin: 0 auto;
                border: none
            }

            .ng-newsletter .newsletter-dialog .content .form .button {
                float: none;
                display: inline-block;
                margin-bottom: 0
            }

        .ng-newsletter .newsletter-dialog .content .error-msg {
            font-weight: 700;
            font-size: 10px;
            color: #1d519e;
            padding: 0;
            margin: 4px 0;
            position: absolute;
            top: 147px;
            width: 100%;
            text-align: center;
            z-index: 20;
            color: #0e192a
        }

    .ng-newsletter .newsletter-dialog .footer-logo {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -38px;
        left: 0
    }

        .ng-newsletter .newsletter-dialog .footer-logo .hands {
            width: 120px;
            height: 60px;
            position: absolute;
            bottom: -5px;
            left: 50%;
            margin-left: -60px;
            -webkit-transform: translate(0, 120px);
            -moz-transform: translate(0, 120px);
            -o-transform: translate(0, 120px);
            -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
            -webkit-animation: sneakUp .8s ease-out;
            -moz-animation: sneakUp .8s ease-out;
            -o-animation: sneakUp .8s ease-out;
            animation: sneakUp .8s ease-out;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-delay: .2s;
            -moz-animation-delay: .2s;
            -o-animation-delay: .2s;
            animation-delay: .2s
        }

            .ng-newsletter .newsletter-dialog .footer-logo .hands .hand {
                width: 30px;
                height: 30px;
                border-radius: 100px;
                background: #000;
                float: left
            }

                .ng-newsletter .newsletter-dialog .footer-logo .hands .hand:last-child {
                    float: right
                }

        .ng-newsletter .newsletter-dialog .footer-logo img {
            width: 120px;
            -webkit-transform: translate(0, 120px);
            -moz-transform: translate(0, 120px);
            -o-transform: translate(0, 120px);
            -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
            -webkit-animation: bounceUp 1.2s ease-out;
            -moz-animation: bounceUp 1.2s ease-out;
            -o-animation: bounceUp 1.2s ease-out;
            animation: bounceUp 1.2s ease-out;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-delay: .8s;
            -moz-animation-delay: .8s;
            -o-animation-delay: .8s;
            animation-delay: .8s
        }

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes sneakUp {
    to {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes sneakUp {
    to {
        -moz-transform: translate(0, 0)
    }
}

@-o-keyframes sneakUp {
    to {
        -o-transform: translate(0, 0)
    }
}

@keyframes sneakUp {
    to {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes sneakUp {
    to {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes sneakUp {
    to {
        -moz-transform: translate(0, 0)
    }
}

@-o-keyframes sneakUp {
    to {
        -o-transform: translate(0, 0)
    }
}

@keyframes sneakUp {
    to {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes bounceUp {
    50% {
        -webkit-transform: translate(0, -15px)
    }

    100% {
        -webkit-transform: translate(0, -10px)
    }
}

@-moz-keyframes bounceUp {
    50% {
        -moz-transform: translate(0, -15px)
    }

    100% {
        -moz-transform: translate(0, -10px)
    }
}

@-o-keyframes bounceUp {
    50% {
        -o-transform: translate(0, -15px)
    }

    100% {
        -o-transform: translate(0, -10px)
    }
}

@keyframes bounceUp {
    50% {
        -webkit-transform: translate(0, -15px);
        -moz-transform: translate(0, -15px);
        -ms-transform: translate(0, -15px);
        transform: translate(0, -15px)
    }

    100% {
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes bounceUp {
    50% {
        -webkit-transform: translate(0, -15px)
    }

    100% {
        -webkit-transform: translate(0, -10px)
    }
}

@-moz-keyframes bounceUp {
    50% {
        -moz-transform: translate(0, -15px)
    }

    100% {
        -moz-transform: translate(0, -10px)
    }
}

@-o-keyframes bounceUp {
    50% {
        -o-transform: translate(0, -15px)
    }

    100% {
        -o-transform: translate(0, -10px)
    }
}

@keyframes bounceUp {
    50% {
        -webkit-transform: translate(0, -15px);
        -moz-transform: translate(0, -15px);
        -ms-transform: translate(0, -15px);
        transform: translate(0, -15px)
    }

    100% {
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }
}

.focus-mode-container.dark-tone .task-container {
    color: #fff
}

.focus-mode-container.dark-tone .task-title {
    border-bottom: 2px solid #fff;
    color: #fff
}

    .focus-mode-container.dark-tone .task-title:-moz-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .focus-mode-container.dark-tone .task-title::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .focus-mode-container.dark-tone .task-title:-moz-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .focus-mode-container.dark-tone .task-title::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .focus-mode-container.dark-tone .task-title::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .focus-mode-container.dark-tone .task-title:-ms-input-placeholder {
        color: rgba(255, 255, 255, .7)
    }

.focus-mode-container.dark-tone .focus-mode-footer {
    color: #fff
}

.focus-mode-container.light-tone .task-container {
    color: #7f8c8d
}

.focus-mode-container.light-tone .task-title {
    border-bottom: 2px solid #7f8c8d;
    color: #7f8c8d
}

    .focus-mode-container.light-tone .task-title:-moz-placeholder {
        color: rgba(127, 140, 141, .7)
    }

    .focus-mode-container.light-tone .task-title::-webkit-input-placeholder {
        color: rgba(127, 140, 141, .7)
    }

    .focus-mode-container.light-tone .task-title:-moz-placeholder {
        color: rgba(127, 140, 141, .7)
    }

    .focus-mode-container.light-tone .task-title::-webkit-input-placeholder {
        color: rgba(127, 140, 141, .7)
    }

    .focus-mode-container.light-tone .task-title::-webkit-input-placeholder {
        color: rgba(127, 140, 141, .7)
    }

    .focus-mode-container.light-tone .task-title:-ms-input-placeholder {
        color: rgba(127, 140, 141, .7)
    }

.focus-mode-container.light-tone .focus-mode-footer {
    color: #000
}

.focus-mode-container {
    position: relative;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: Montserrat
}

    .focus-mode-container .flex-row {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        position: relative;
        height: 100%;
        margin-bottom: 16px
    }

        .focus-mode-container .flex-row:last-child {
            margin-bottom: 0
        }

        .focus-mode-container .flex-row .col {
            width: 400px;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            flex: 0 0 auto;
            -webkit-flex: 0 0 auto
        }

            .focus-mode-container .flex-row .col:last-child {
                margin-right: 0
            }

    .focus-mode-container .focus-mode-header {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        height: 100%;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        padding: 16px 21px;
        width: 100%;
        height: auto;
        text-align: right
    }

        .focus-mode-container .focus-mode-header .flex-row {
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
            -webkit-flex-direction: row;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            width: 100%;
            position: relative;
            height: 100%;
            margin-bottom: 16px
        }

            .focus-mode-container .focus-mode-header .flex-row:last-child {
                margin-bottom: 0
            }

            .focus-mode-container .focus-mode-header .flex-row .col {
                width: 400px;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                flex: 0 0 auto;
                -webkit-flex: 0 0 auto
            }

                .focus-mode-container .focus-mode-header .flex-row .col:last-child {
                    margin-right: 0
                }

    .focus-mode-container .focus-mode-footer {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        padding: 12px 21px;
        width: 100%;
        height: auto;
        text-align: right;
        border-top: 2px solid #000;
        background-color: rgba(0, 0, 0, .1)
    }

    .focus-mode-container .task-container {
        height: 100%;
        padding-top: 200px;
        padding-bottom: 100px;
        min-width: 687px
    }

        .focus-mode-container .task-container .task-list-title-form {
            display: inline-block
        }

        .focus-mode-container .task-container .task-list-title {
            font-size: 44px;
            color: inherit;
            font-weight: 400;
            margin-bottom: 48px;
            text-align: center
        }

.focus-sq-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .focus-sq-button i {
        position: relative;
        top: 2px
    }

    .focus-sq-button .focus-color-picker-img {
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -o-border-radius: 1px;
        -ms-border-radius: 1px;
        -khtml-border-radius: 1px;
        border-radius: 1px;
        height: 20px;
        width: 20px;
        vertical-align: middle;
        position: relative;
        top: -1px
    }

.color-picker-container {
    position: relative;
    display: inline-block;
    margin: 0
}

.focus-mode-color-picker {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: -80px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #000
}

    .focus-mode-color-picker:after,
    .focus-mode-color-picker:before {
        bottom: 100%;
        left: 102px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .focus-mode-color-picker:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px
    }

    .focus-mode-color-picker:before {
        border-color: transparent;
        border-bottom-color: #000;
        border-width: 10px;
        margin-left: -10px
    }

    .focus-mode-color-picker .color-list {
        width: 352px;
        padding: 6px;
        margin: 0
    }

    .focus-mode-color-picker .color-entry {
        display: inline-block;
        width: 80px;
        height: 80px;
        position: relative;
        margin: 4px;
        vertical-align: top;
        cursor: pointer
    }

        .focus-mode-color-picker .color-entry .color-showcase {
            display: block;
            width: 100%;
            height: 100%;
            opacity: .9;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

            .focus-mode-color-picker .color-entry .color-showcase:hover {
                opacity: 1
            }

        .focus-mode-color-picker .color-entry .color-showcase-active {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            display: block;
            width: 100%;
            opacity: .05;
            padding-top: 14px;
            text-align: center
        }

            .focus-mode-color-picker .color-entry .color-showcase-active img {
                width: 80%
            }

        .focus-mode-color-picker .color-entry .color-title {
            position: absolute;
            bottom: 4px;
            left: 2px;
            width: 100%;
            text-transform: uppercase;
            font-size: 10px;
            letter-spacing: .5px;
            text-align: left;
            padding: 0 4px;
            margin: 0;
            z-index: 11;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 1.3;
            color: #fff
        }

        .focus-mode-color-picker .color-entry.light .color-title {
            color: #7f8c8d
        }

.color-picker-open .focus-mode-color-picker {
    display: block
}

.focus-control-item {
    display: inline-block;
    background-color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding: 0 14px;
    font-family: Montserrat;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .focus-control-item.flat-button {
        border: none;
        cursor: pointer
    }

.task-list-row {
    position: relative;
    padding-left: 134px;
    margin-bottom: 24px
}

    .task-list-row .task-list-bullet {
        display: block;
        text-align: right;
        width: 36px;
        font-size: 26px;
        line-height: 28px;
        position: absolute;
        left: 86px;
        bottom: 0
    }

        .task-list-row .task-list-bullet.task-list-bullet-button {
            cursor: pointer;
            font-size: 36px
        }

.task-list-task {
    display: inline-block
}

    .task-list-task .task-title {
        width: 450px;
        background-color: transparent;
        outline: 0;
        border: none;
        font-size: 20px;
        font-family: Montserrat;
        line-height: 24px;
        font-weight: 400;
        padding: 0 0 4px 0
    }

    .task-list-task .task-controls {
        display: inline-block;
        position: relative;
        top: 4px;
        margin-left: 12px;
        opacity: 0;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .task-list-task .task-controls .task-control-icon {
            font-size: 20px;
            line-height: 30px;
            margin-right: 4px
        }

            .task-list-task .task-controls .task-control-icon i {
                display: inline-block
            }

            .task-list-task .task-controls .task-control-icon.task-move {
                line-height: 32px;
                cursor: move;
                position: relative;
                top: -2px
            }

                .task-list-task .task-controls .task-control-icon.task-move i {
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg)
                }

            .task-list-task .task-controls .task-control-icon.task-done {
                font-size: 24px
            }

            .task-list-task .task-controls .task-control-icon.task-quit {
                font-size: 24px
            }

    .task-list-task:hover .task-controls {
        opacity: 1
    }

.show-panda {
    position: absolute;
    right: 21px;
    bottom: 54px
}

.focus-footer-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

    .focus-footer-menu .lifetime-picker {
        cursor: pointer;
        text-decoration: underline
    }

.ng-focus-mode .partial .focus-mode-settings-title {
    background-color: #000
}

.ng-focus-mode .partial .focus-mode-warning-header {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px
}

.ng-focus-mode .partial .focus-mode-settings-form .checkbox {
    display: block;
    margin-bottom: 16px
}

.ng-focus-mode .partial .controls {
    margin-top: 20px;
    text-align: right
}

    .ng-focus-mode .partial .controls .pnd-btn {
        margin-left: 8px
    }

.pnd-pulse {
    position: absolute;
    right: 17%;
    top: 0;
}

    .pnd-pulse .pnd-pulse-dot {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        opacity: .9;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        z-index: 10;
        cursor: pointer;
        color: #000 !important;
        text-align: center;
        line-height: 31px;
        font-size: 21px;
    }

    .pnd-pulse .pnd-pulse-ring {
        position: absolute;
        left: -23px;
        top: -23px;
        display: block;
        background: 0 0;
        width: 64px;
        height: 64px;
        border: 6px solid #2ecc71;
        opacity: 0;
        z-index: 1;
        border-radius: 50%;
        background-clip: padding-box;
        animation: pnd-pulse 3s ease-out infinite
    }

    .pnd-pulse .pnd-pulse-description {
        background-color: #0d1e5694;
        border: 2px solid #000;
        max-width: 240px;
        min-width: 235px;
        padding: 12px 18px;
        border-radius: 3px;
        background-clip: padding-box;
        z-index: 100;
        position: absolute;
        top: 45px;
        left: -25px;
        display: none;
        transition: all .2s ease-out
    }

        .pnd-pulse .pnd-pulse-description:after,
        .pnd-pulse .pnd-pulse-description:before {
            right: 75%;
            top: -7px;
            transform: rotate(90deg);
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .pnd-pulse .pnd-pulse-description:after {
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 7px;
            margin-top: -7px;
        }

        .pnd-pulse .pnd-pulse-description:before {
            border-color: transparent;
            border-right-color: #fff;
            border-width: 8px;
            margin-top: -10px
        }

        .pnd-pulse .pnd-pulse-description .pnd-pulse-text {
            font-family: Montserrat;
            color: #fff;
            font-size: 18px;
            line-height: 18px;
            text-transform: none
        }

        .pnd-pulse .pnd-pulse-description .pnd-pulse-close {
            color: #fff;
            position: absolute;
            right: -10px;
            top: -10px;
            font-size: 12px;
            line-height: 21px;
            display: block;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            background: #000;
            text-align: center
        }

    .pnd-pulse:hover .pnd-pulse-description {
        display: block;
    }

@-moz-keyframes pnd-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes pnd-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes pnd-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes pnd-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pnd-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.cfp-hotkeys {
    color: #2c3e50
}

    .cfp-hotkeys * {
        border: none;
        box-shadow: none
    }

    .cfp-hotkeys h4 {
        font-size: 36px;
        color: #2c3e50;
        margin-bottom: 30px
    }

    .cfp-hotkeys .cfp-hotkeys-key {
        background-color: #2c3e50;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box
    }

    .cfp-hotkeys .cfp-hotkeys-close {
        display: none;
        top: 9px;
        min-width: 20px;
        min-height: 20px;
        background: #fff;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        border-color: transparent;
        color: #2c3e50
    }

        .cfp-hotkeys .cfp-hotkeys-close:hover {
            background: #fff
        }


h2.help-container {
    position: relative;
}


.human-result h2 span {
    background: aqua;
    color: #000;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
}

.image-shadow {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1c4c8121;
    transform: rotate(-360deg);
    width: 100%;
    height: 117px;
    opacity: 1;
    background-color: #10205542;
    margin-top: -60px;
    transform: rotateX(65deg);
    position: relative;
}

.shadow-chiled-1 {
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1c4c8121;
    transform: rotate(-360deg);
    width: 83%;
    height: 117px;
    opacity: 1;
    background-color: #10205594;
    margin-top: 0;
    transform: rotateX(26deg);
}

.shadow-chiled-2 {
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1c4c8121;
    transform: rotate(-360deg);
    width: 74%;
    height: 117px;
    opacity: 1;
    background-color: #102055;
    margin-top: 0;
    transform: rotateX(41deg);
}

.result-footer {
    color: #fff;
    margin-top: 186px;
}


.result-footer p {
    text-align: right;
    align-items: center;
}



.result-footer .row {
    align-items: center;
}




    .result-footer .button {
        padding: 14px 29px;
        /* text-transform: uppercase; */
        background: #9d0809;
        border: 0;
        border-radius: 5px;
        color: #fff;
        line-height: 1.5;
        font-size: 22px;
        font-weight: 700;
        cursor: pointer;
        font-family: 'Playfair Display', serif;
        text-decoration: none;
        margin-left: 35px;
        width: auto;
    }

.pdf-result {
    display: none;
}

.footer-disclaimer {
    width: 70%
}

@media (max-width:500px) {
    .container-flex.human-res {
        height: auto;
    }

    .pnd-pulse {
        position: absolute;
        right: 0;
        top: -7px;
    }

    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: 25%;
        bottom: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: none;
        border: 0;
        opacity: 0.5;
        height: auto;
        transition: opacity 0.15s ease;
    }

    button#btnCheck {
        margin: auto;
        display: flex;
        text-align: center;
        justify-content: center;
        line-height: 2;
        margin-top: 50px;
    }


    .container-flex.human-res h2 {
        text-align: left;
    }

    .container-flex.human-res .row {
        flex-direction: column-reverse;
        padding: 0 39px;
        margin-bottom: 70px;
    }

        .container-flex.human-res .row h2 {
            font-size: 14px;
        }

    img.human-body {
        width: 100%;
        /* margin-bottom: 100px; */
    }

    .kidny {
        width: 100%;
        margin-top: 0;
    }

    .brain {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .result-footer .button {
        padding: 14px 29px;
        /* text-transform: uppercase; */
        background: #9d0809;
        border: 0;
        border-radius: 5px;
        color: #fff;
        line-height: 2;
        font-size: 22px;
        font-weight: 700;
        cursor: pointer;
        font-family: 'Playfair Display', serif;
        text-decoration: none;
        margin-left: 35px;
        /*display: none;*/
        width: 240px;
        text-align: center;
        margin-bottom: 37px;
    }


}
