﻿@font-face {
    font-family: "WeblySleek UI";
    src: url("../fonts/ws-ui.eot");
    src: local('☺︎'),url("../fonts/ws-ui.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "WeblySleek UI";
    src: url("../fonts/ws-ui-semibold.eot");
    src: local('☺︎'),url("../fonts/ws-ui-semibold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "WeblySleek UI";
    src: url("../fonts/ws-ui-light.eot");
    src: local('☺︎'),url("../fonts/ws-ui-light.woff") format("woff");
    font-weight: 100;
}

body {
    font-size: 16px;
    font-family: "Montserrat Regular", "RobotoCondensed Regular","WeblySleek UI","Segoe UI","Helvetica Neue",Arial,sans-serif;
    line-height: 1.8;
}

.images {
    width: 75px;
    height: 75px;
}

.banner {
    display: block;
    height: 100%;
    width: 100%;
}

.blwtxt a:hover {
    color: blue;
}

.commenter {
    color: #0080ff;
}


#paneltop {
    padding-bottom: 8px;
    border: none;
    background-color: transparent;
}

#tabcon {
    padding-top: 15px;
}

.banner2 {
    display: block;
    height: 320px;
    width: 100%;
}

#headerimg {
    width: 200px;
    height: 350px;
}

.iconsppdf {
    width: 41px;
    height: 54px;
}

/*.bottomlike {
  display:
}*/

/*.list-group-item:hover .bottomlike {
    visibility: visible;
}*/

.iconsp2 {
    width: 100px;
    height: 100px;
}

.banner3 {
    width: 300px;
    height: 400px;
}

.audiobanner {
    width: 90%;
}

.list-group-item {
    min-height: 0px;
    padding-right: 3px;
}

.iconsp {
    height: 64px;
    width: 64px;
}

.media > .pull-left {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.vertically-centered {
    overflow: hidden;
}

    .vertically-centered:after {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .vertically-centered div {
        display: inline-block;
        display: -webkit-inline-box;
        max-height: 100%;
        vertical-align: middle;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.media {
    line-height: 1.1em;
}

#videodiv {
    cursor: pointer;
}

#videodiv {
    position: relative; /* The parent has to be set to relative */
}

.overlayIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-play {
    position: absolute;
    left: 50%;
    margin-left: -89px;
    top: 50%;
    margin-top: -89px;
}

.logo_image {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    width: 180px;
    height: 38px;
}

.final_content {
    padding: 40px;
}

#maincontent_head {
    height: 100px !important;
}

#divCatContent {
    border: 1px solid #dddddd;
}

/*#comment_box {
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}*/

.dark_header {
    text-align: justify;
    margin-top: 15px;
}

#applogo {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: center !important;
    background-color: #f5f5f5;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

#imgAppLogo {
    max-height: none;
    height: 28px;
    display: inline-block;
}

.btn-dronahq {
    color: #fff;
    background-color: #28bc6a;
    border-color: #24a75e;
}

.btn-dronahq:active,
.btn-dronahq:hover,
.btn-dronahq:focus {
        color: #fff;
        background-color: #1f9252;
        border-color: #197542;
    }

.ladda-button[data-color=dronahq] {
    color: #fff;
    background-color: #28bc6a;
    border-color: #24a75e;
}

.ladda-button[data-color=dronahq]:hover {
    color: #fff;
    background-color: #1f9252;
    border-color: #197542;
}

.ladda-button[data-color=dronahq]:active {
    color: #fff;
    background-color: #1f9252;
    border-color: #197542;
}

/* Awesome Modal with effects*/
.aw-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1040;
    -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
    -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
    -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
    -webkit-transition-delay: 0s, 0s;
    transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}

.aw-modal-overlay.state-show {
    opacity: .7;
    visibility: visible;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.2s, 0s;
    -o-transition-duration: 0.2s, 0s;
    -webkit-transition-duration: 0.2s, 0s;
    transition-duration: 0.2s, 0s;
}

.aw-modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1050;
    /*     display: table; */
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    text-align: center;
    visibility: hidden;
}

.aw-modal-frame.state-appear {
    visibility: visible;
}

.aw-modal-frame.state-appear .aw-modal-inset {
    -moz-animation: modalComeIn 0.25s ease;
    -webkit-animation: modalComeIn 0.25s ease;
    animation: modalComeIn 0.25s ease;
    visibility: visible;
    /* to keep @ final state */
}

.aw-modal-frame.state-appear .aw-modal-body {
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
}

.aw-modal-frame.state-leave {
    visibility: visible;
}

.aw-modal-frame.state-leave .aw-modal-inset {
    -moz-animation: modalHeadOut 0.35s ease 0.1s;
    -webkit-animation: modalHeadOut 0.35s ease 0.1s;
    animation: modalHeadOut 0.35s ease 0.1s;
    visibility: visible;
}

.aw-modal-frame.state-leave .aw-modal-body {
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

/* @-moz-document url-prefix() {
    .aw-modal-frame;

{
    height: calc(100% - 55px);
}
} */

.aw-modal {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    /*max-width: 760px;*/
    width: 100%;
    /* margin: 0 auto; */
}

.aw-modal.custom-home {
    max-width: 100%;
    width: 100%;
}

.aw-modal.custom-home .aw-modal-body {
    padding: 0;
}

.aw-modal-aside {
    display: inline-block;
    background-color: #2b2b2b;
    height: 100%;
}

.aw-modal-inset {
    position: relative;
    padding: 0;
    background-color: white;
    min-width: 320px;
    min-height: 126px;
    height: 100%;
    margin: auto;
    visibility: hidden;
    -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.aw-modal-inset .close {
    display: block;
    cursor: pointer;
}

.aw-modal-inset .close:hover {
    opacity: 1;
}

.aw-modal-header {
    height: 55px;
    padding: 10px;
}

.aw-modal-header.webview .for-content {
    display: none;
}

.aw-modal-body {
    margin: auto;
    height: 100%;
    opacity: 0;
    /*padding-bottom: 60px;*/
    -moz-transform: translateY(0) scale(0.8, 0.8);
    -ms-transform: translateY(0) scale(0.8, 0.8);
    -webkit-transform: translateY(0) scale(0.8, 0.8);
    transform: translateY(0) scale(0.8, 0.8);
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.aw-modal-body.has-footer {
    padding-bottom: 30px;
}

.aw-modal-body.has-footer-and-header {
    padding-bottom: 30px;
}

.aw-modal-body.has-header {
    padding-top: 45px;
}

.aw-modal-body .ps {
    font-size: 12px;
    opacity: .3;
}

.Footer-div {
    cursor: pointer;
}

.aw-modal-footer {
    position: absolute;
    bottom: 0;
    height: 30px;
    right: 0;
    left: 0;
    background: white;
}

.aw-modal-footer .Footer-div {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aw-modal-footer span {
    color:white;
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(35px) scale(0.97, 0.97);
        -ms-transform: translateY(35px) scale(0.97, 0.97);
        -webkit-transform: translateY(35px) scale(0.97, 0.97);
        transform: translateY(35px) scale(0.97, 0.97);
    }
}

@-moz-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(35px) scale(0.97, 0.97);
        -ms-transform: translateY(35px) scale(0.97, 0.97);
        -webkit-transform: translateY(35px) scale(0.97, 0.97);
        transform: translateY(35px) scale(0.97, 0.97);
    }
}

@keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(35px) scale(0.97, 0.97);
        -ms-transform: translateY(35px) scale(0.97, 0.97);
        -webkit-transform: translateY(35px) scale(0.97, 0.97);
        transform: translateY(35px) scale(0.97, 0.97);
    }
}

.height100p {
    height: 100%;
}

.shadow-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 2px 5px 2px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 5px 2px 5px 2px rgba(0, 0, 0, 0.26);
    box-shadow: 5px 2px 5px 2px rgba(0, 0, 0, 0.26);
}

.shadow-1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 2px 10px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 10px 2px 10px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 2px 10px 2px rgba(0, 0, 0, 0.16);
}

.text-dronahq {
    color: #28bc6a;
}

.bg-dronahq {
    color: #fff;
    background-color: #28bc6a;
}

.header.navbar.bg-inbox-header {
    color: #444;
    background-color: #f5f5f5;
    height: 44px;
    border-bottom: 1px solid #ddd;
}

.header-pane.bg-inbox-header .navbar-brand {
    line-height: 44px;
}

#nav .navbar-brand {
    padding: 10px;
}

textarea.no-resize {
    max-width: 100%;
    resize: none;
}

textarea.auto-size {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 94px; /* optional, but recommended */
    min-height: 31px;
    overflow-x: hidden; /* for Firefox (issue #5) */
}

.star-rating {
    font-family: 'FontAwesome';
    margin: 0 auto;
}

.star-rating > fieldset {
    border: none;
    display: inline-block;
}

.star-rating > fieldset:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.star-rating > fieldset:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .05em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    color: #16a085;
}

.star-rating > fieldset:not(:checked) > label:before {
    content: '\f006  ';
}

.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
    color: #1abc9c;
    text-shadow: 0 0 3px #1abc9c;
}

.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
    content: '\f005  ';
}

.star-rating > fieldset > input:checked ~ label:before {
    content: '\f005  ';
}

.star-rating > fieldset > label:active {
    position: relative;
    top: 2px;
}

/* --------------------------------

xpopup

-------------------------------- */
.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1051;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-popup-container p {
        padding: 3em 1em;
    }

    .cd-popup-container .cd-buttons {
        list-style: none;
        padding: 0;
    }

        .cd-popup-container .cd-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

        .cd-popup-container .cd-buttons li {
            float: left;
            width: 50%;
            list-style: none;
        }

        .cd-popup-container .cd-buttons a {
            display: block;
            height: 60px;
            line-height: 60px;
            text-transform: uppercase;
            color: #FFF;
            -webkit-transition: background-color 0.2s;
            -moz-transition: background-color 0.2s;
            -o-transition: background-color 0.2s;
            transition: background-color 0.2s;
        }

        .cd-popup-container .cd-buttons li:first-child a {
            background: #fc7169;
            border-radius: 0 0 0 .25em;
        }

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
        content: '';
        position: absolute;
        top: 12px;
        width: 14px;
        height: 3px;
        background-color: #8f9cb5;
    }

    iframe {
     overflow: scroll;
}

    .cd-popup-container .cd-popup-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px;
    }

    .cd-popup-container .cd-popup-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 8px;
    }

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.back-frominbox {
    display: none;
}

.is-customhome #nav {
    display: none;
}

.is-customhome .back-frominbox {
    display: inherit;
}

/*font family railway*/

.font-family-roboto {
    font-family: "Montserrat Regular", "RobotoCondensed Regular";
}

.unique-bug-css {
    border:0;
    height: calc(100% - 30px);
    width: 100%;
}