﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    font-family: "Lato";
}

small {
    font-size: 95%;
}

#nav-bar-search {
    display: none;
}

#dropdown-signout {
    display: none;
}

@media (max-width: 350px) {
    #dropdown-signout {
        display: block;
    }

    #nav-bar-signout {
        display: none;
    }
}

@media (min-width: 450px) {
    #dropdown-search {
        display: none;
    }

    #nav-bar-search {
        display: block;
    }
}


body.noscroll {
    overflow: hidden;
    position: fixed;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(40,40,40, .75);
    display: none;
    z-index: 3;
}

body.noscroll .overlay {
    display: block;
}

img.user-image {
    text-indent: 1001px;
    background: url('/mobileassests/images/tiny_no-pic.gif') no-repeat center;
    background-size: contain;
}

.navbar {
    min-height: 90px;
}

#login-user {
    max-width: 50px;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
}

#my-brand {
    width: 155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.language-changer {
    position: absolute;
    right: 15px;
    bottom: 7px;
}

.dropdown-menu.dropdown-language {
    left: auto !important;
    right: 0 !important;
}

.h1, h1 {
    font-size: 25px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}


div#sidebar #messenger-active:after {
    font-family: FontAwesome;
    content: "\f118";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    color: #00b46c;
}

div#sidebar #messenger-active.offline:after {
    content: "\f119";
    color: #9c9595;
}

div#sidebar #messenger-active:hover:after {
    color: #fff !important;
}

div#sidebar {
    font-size: 13px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -ms-opacity: 0;
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    font-size: 12px;
}

.nav-tabs.nav-justified > li > a {
    border: 1px solid #029057;
    color: #00B46C;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #00B46C;
    border: 1px solid #029057;
    border-bottom-color: transparent;
}

.text-success {
    color: #00b46c;
}

.text-warning {
    color: #f99d34;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
}

.page-header {
    padding-bottom: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.header-top {
    background: #910809;
}

.header-top-bg-default {
    background: #f8f8f8;
}

.header-top a.logo {
    padding: 5px 0;
    display: block;
}

.header-top a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-top-links {
    line-height: 35px;
}

.header-top .navbar-top-links > li {
    float: left;
}

.navbar-brand {
    width: 160px;
    margin: 0 auto;
}

.navbar-default .header-top .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .header-top .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
}

.header-top .nav .open > a, .header-top .nav .open > a:focus, .header-top .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.header-top .nav > li > a:focus, .header-top .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.main-container {
    margin-top: 90px;
    margin-bottom: 60px;
}


p {
    line-height: 24px;
}

.header-top .navbar-top-links li a {
    padding: 5px;
    min-height: 30px;
}

.language-selector {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.list-group .language-selector {
    position: absolute;
    top: 300px;
}

.list-group-item .fa-angle-down {
    float: right;
}

    .list-group-item .fa-angle-down:before {
        content: "\f107";
    }

.list-group-item.collapsed .fa-angle-down:before {
    content: "\f104";
}

.list-group .language-selector a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #ddd;
}

.list-group .language-selector .heading {
    display: block;
    font-weight: bold;
    padding: 5px 15px;
    color: #9e1b1e;
    font-size: 15px;
}

.inner.language-selector a {
    width: 32%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.language-selector a.active {
    color: #029057;
}

.navbar-header {
    float: left;
}



.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar-right {
    float: right !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ccc;
}

.top-buffer {
    margin-top: 20px;
}

h2#description {
    font-size: 12px;
    padding: 0px;
    line-height: 15px;
    margin-top: 10px;
    text-align: left;
    color: #9C171A;
    margin-bottom: 5px;
}

h2, .h2 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

.h3, h3 {
    font-size: 18px;
}

    h3.panel-title {
        text-align: center;
    }

#matrimonial-info h3 {
    font-size: 16px;
    font-weight: 800;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    height: 50px;
    padding: 5px;
}

#sidebar .list-group {
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    padding-bottom: 90px;
}


.list-group-item {
    background-color: transparent;
}

    .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

a.list-group-item, button.list-group-item {
    color: #000;
}

#sidebar .list-group-item.active, #sidebar .list-group-item.active:focus, #sidebar .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #00b46c;
    border-color: #ddd;
}

.collapsing a.list-group-item, .collapse a.list-group-item {
    background-color: #30d492;
}

#sidebar a.list-group-item:focus, #sidebar a.list-group-item:hover, #sidebar button.list-group-item:focus, #sidebar button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b46c;
}

.navbar-toggle {
    float: left;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #029057;
    background: #00B46C;
}

.navbar-default .navbar-toggle {
    border-color: #029057;
    background: #00B46C;
}

    .navbar-default .navbar-toggle:focus {
        background-color: #029057;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.custom-bullet {
    padding: 0 15px;
}

    .custom-bullet li {
        display: block;
        margin-bottom: 12px;
    }

        .custom-bullet li:before {
            /*Using a Bootstrap glyphicon as the bullet point*/
            content: "\e080";
            font-family: 'Glyphicons Halflings';
            font-size: 9px;
            float: left;
            margin-top: 4px;
            margin-left: -17px;
            color: #F69C36;
        }

.sticky-footer {
    background: #061D25;
    padding: 10px 0;
    z-index: 10000;
}

    .sticky-footer a {
        color: #70726F;
        font-size: 20px;
        padding: 10px;
        border-right: 1px solid #70726F;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .sticky-footer a:first-child {
            border-left: 1px solid #70726F;
        }

.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.navbar-default .navbar-toggle {
    position: absolute;
    left: 15px;
    bottom: 5px;
    margin: 0;
    z-index: 100;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
}

.navbar-toggle {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding-right: 5px;
}

    .navbar-toggle.collapsed {
        padding-right: 10px;
    }

        .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
            -webkit-transform: rotate(0);
        }

        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }

        .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
            -webkit-transform: rotate(0);
        }

.online_members_cont a.pro_img img {
    padding: 4px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
}

#footer {
    text-align: center;
    background: url(../images/footer_bg.jpg) repeat;
    border-top: #dedede 1px solid;
}

    #footer h3 {
        color: #9C171A;
        font-size: 20px;
    }

    #footer .content {
        margin-top: 15px;
    }

.footer_copy {
    margin-top: 10px;
    line-height: 1.5em;
}

.social {
    line-height: 42px;
    display: inline-block;
}

    .social a {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
        color: #fff;
        display: inline-block;
        margin: 0 15px 0 0;
        text-align: center;
    }

        .social a#facebook {
            color: #3A5898;
        }

        .social a#twitter {
            color: #54ACEC;
        }

        .social a#google-plus {
            color: #DD4A3A;
        }

        .social a:hover {
        }

        .social a i {
            font-size: 15px;
            display: inline;
            position: relative;
            left: 0;
            top: 3px;
        }

.story_dtl_top {
    margin-bottom: 20px;
    display: inline-block;
}

    .story_dtl_top p {
        margin-top: 10px;
        line-height: 24px;
        text-align: justify;
    }

    .story_dtl_top span.commas {
        font-size: 25px;
        font-weight: bold;
        float: left;
        padding-right: 8px;
        color: #929292;
    }

    .story_dtl_top a, .btn-more {
        color: #9c161a;
        background: initial;
        border: 1px solid;
    }

.story_img {
    border: #d6d6d6 1px solid;
    padding: 4px;
    background: #FFF;
    margin: 0 auto;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    background: #f70;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2.5;
    display: none;
    border-radius: 100%
}

a.back-to-top:focus, a.back-to-top:hover {
    color: #fff;
}



.online-member {
    margin-top: 15px;
}

p.message {
    margin: 5px;
    margin-left: 10px;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-default > .panel-heading {
    color: #910809;
}

select.input-sm {
    height: 34px;
}

.input-group-btn select {
    border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 6px;
}

.multiselect .multiselect-selected-text {
    float: left;
}

.multiselect.btn .caret {
    float: right;
    margin-top: 10px;
}

.help-block {
    font-size: 10px;
    line-height: 15px;
}

.faq .panel-title {
    font-size: 14px;
    color: #00b46c;
}

@media (max-width: 667px) {
    h1, h2, h3 {
        text-align: center;
    }

    .success-story {
        margin-top: 15px;
    }

    .padding-xs-0 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }

    .block {
        display: block !important;
        width: 100%;
        height: 1px !important;
    }

    .text-center-xs {
        text-align: center;
    }
}

/*Search Result Page*/


.search-result {
    display: block;
    border: 1px solid #e2e0e1;
    padding: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    -ms-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

    .search-result .profile-picture img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .search-result span.user-id {
        display: block;
        font-size: 15px;
        color: #910809;
        font-weight: bold;
    }

    .search-result p.info {
        text-align: center;
        font-weight: bold;
    }
/*end search result page*/

/*My Account Page Start*/
#account-detail {
    display: inline-block;
}

#my-account .profile-picture {
    float: left;
}

#my-account .profile-options {
    float: left;
    display: block;
    margin-left: 15px;
}

    #my-account .profile-options ul {
        padding: 0;
        margin: 0;
    }

        #my-account .profile-options ul li {
            display: block;
            border-bottom: 1px dashed #E7E7E7;
        }

            #my-account .profile-options ul li:last-child {
                border: none;
            }

            #my-account .profile-options ul li a {
                display: block;
                padding: 5px 0;
                color: #999999;
            }

                #my-account .profile-options ul li a:before {
                    font-family: FontAwesome;
                    margin-right: 10px;
                    color: #00b46c;
                }

                #my-account .profile-options ul li a#profile-status:before {
                    content: "\f06e";
                }

                #my-account .profile-options ul li a.online_ico:before {
                    content: "\f118";
                }

                #my-account .profile-options ul li a.offline_ico:before {
                    content: "\f119";
                    color: #9c9595;
                }

                #my-account .profile-options ul li a#upload-pic:before {
                    content: "\f093";
                }

                #my-account .profile-options ul li a#personality:before {
                    content: "\f007";
                }

#my-account .panel .panel-heading .icon {
    font-size: 15px;
    padding: 10px;
    border: 5px solid white;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -25px;
    background: #910809;
    color: white;
}

#my-account .panel {
    margin-bottom: 40px;
}
/*mailbox button actions*/
#my-account .account-btn-action span a {
    margin: 2px;
}

#my-account .account-btn-action .item-action {
    padding: 0 10px;
    background: #FFF;
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #00b46c;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    line-height: 3rem;
    position: relative;
    text-align: center;
    margin: 2px;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#my-account .account-btn-action .panel-actions {
    margin-top: -5px;
    margin-right: 3px;
}
/*My Account Page End*/

/*mailbox message list / inbox*/
.mailbox ul.messages-list {
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0;
}

    .mailbox ul.messages-list li {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 1px solid #f7f7f7;
    }

        .mailbox ul.messages-list li a:hover {
            text-decoration: none;
        }

        .mailbox ul.messages-list li.unread .title, .mailbox ul.messages-list li.unread .from {
            font-weight: bolder;
        }

        .mailbox ul.messages-list li:hover {
            background: #FAFAFA;
            padding: 10px 0;
        }

            .mailbox ul.messages-list li:hover .action {
                color: #d4d4d4;
            }

        .mailbox ul.messages-list li .header {
            margin: 0 0 5px 0;
            font-size: 15px;
            font-size: 1.3rem;
        }

            .mailbox ul.messages-list li .header .from {
                font-size: 15px;
                font-size: 1.3rem;
                width: 49.9%;
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
                color: #000000;
            }

                .mailbox ul.messages-list li .header .from a {
                    color: #000000;
                }

            .mailbox ul.messages-list li .header .date {
                /*width: 50%;*/
                text-align: right;
                float: right;
            }

                .mailbox ul.messages-list li .header .date i {
                    font-size: 18px;
                }

        .mailbox ul.messages-list li .title {
            font-size: 15px;
            font-size: 1.3rem;
            margin: 0 0 5px 0;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            color: #337ab7;
        }

        .mailbox ul.messages-list li .description {
            font-size: 15px;
            font-size: 1.3rem;
            font-weight: 300;
            color: #333;
        }

        .mailbox ul.messages-list li .action {
            display: inline-block;
            width: 16px;
            text-align: center;
            margin-right: 10px;
            color: #d4d4d4;
        }

            .mailbox ul.messages-list li .action i {
                font-size: 18px;
                width: 20px;
                height: 20px;
                text-align: center;
                margin-top: 10px;
                font-weight: 100;
                color: #f9af3f;
            }

            .mailbox ul.messages-list li .action .fa-check-square-o {
                margin: 0 -1px 0 1px;
            }

            .mailbox ul.messages-list li .action .fa-square {
                float: left;
                margin-top: -16px;
                margin-left: 4px;
                font-size: 11px;
                color: white;
            }

            .mailbox ul.messages-list li .action .fa-star.bg {
                float: left;
                margin-top: -16px;
                margin-left: 3px;
                font-size: 12px;
                color: white;
            }
/*mailbox button actions*/
.mailbox .mailbox-btn-action .item-action-group {
    margin-right: 10px;
}

.mailbox .mailbox-btn-action span a {
    margin: 2px;
}

.mailbox .mailbox-btn-action .item-action {
    background: #F0ECB9;
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    line-height: 3rem;
    position: relative;
    width: 30px;
    text-align: center;
    margin: 2px;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

    .mailbox .mailbox-btn-action .item-action:hover {
        color: #57636C;
        text-decoration: none;
    }

.mailbox .mailbox-btn-action .item-action-group .dropdown-menu a {
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    white-space: nowrap;
}

.mailbox .mailbox-btn-action .panel-actions {
    margin-top: -5px;
    margin-right: 3px;
}

/*mailbox menu*/
.mailbox .mailbox-menu ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

    .mailbox .mailbox-menu ul li {
        height: 30px;
        padding: 5px 15px;
        position: relative;
    }

        .mailbox .mailbox-menu ul li:hover,
        .mailbox .mailbox-menu ul li.active {
            background: #eeeeee;
        }

        .mailbox .mailbox-menu ul li a {
            display: block;
            width: 100%;
            text-decoration: none;
            color: #484848;
        }

            .mailbox .mailbox-menu ul li a i {
                margin-right: 10px;
            }

            .mailbox .mailbox-menu ul li a .label {
                position: absolute;
                top: 10px;
                right: 15px;
                display: block;
            }
/* Padding
=================================================================== */
.bk-padding-5 {
    padding: 5px !important;
}

.bk-padding-10 {
    padding: 10px !important;
}

.bk-padding-15 {
    padding: 15px !important;
}

.bk-padding-20 {
    padding: 20px !important;
}

.bk-padding-30 {
    padding: 30px !important;
}

.bk-padding-40 {
    padding: 40px !important;
}

.bk-padding-left-5 {
    padding-left: 5px !important;
}

.bk-padding-right-5 {
    padding-right: 5px !important;
}

.bk-padding-bottom-5 {
    padding-bottom: 5px !important;
}

.bk-padding-top-5 {
    padding-top: 5px !important;
}

.bk-padding-top-10 {
    padding-top: 10px !important;
}

.bk-padding-left-10 {
    padding-left: 10px !important;
}

.bk-padding-right-10 {
    padding-right: 10px !important;
}

.bk-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.bk-padding-top-15 {
    padding-top: 15px !important;
}

.bk-padding-left-15 {
    padding-left: 15px !important;
}

.bk-padding-right-15 {
    padding-right: 15px !important;
}

.bk-padding-bottom-15 {
    padding-bottom: 15px !important;
}

.bk-padding-top-20 {
    padding-top: 20px !important;
}

.bk-padding-left-20 {
    padding-left: 20px !important;
}

.bk-padding-right-20 {
    padding-right: 20px !important;
}

.bk-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.bk-padding-top-30 {
    padding-top: 30px !important;
}

.bk-padding-left-30 {
    padding-left: 30px !important;
}

.bk-padding-right-30 {
    padding-right: 30px !important;
}

.bk-padding-bottom-30 {
    padding-bottom: 30px !important;
}

.bk-padding-top-40 {
    padding-top: 40px !important;
}

.bk-padding-left-40 {
    padding-left: 40px !important;
}

.bk-padding-right-40 {
    padding-right: 40px !important;
}

.bk-padding-bottom-40 {
    padding-bottom: 40px !important;
}

.bk-padding-top-50 {
    padding-top: 50px !important;
}

.bk-padding-left-50 {
    padding-left: 50px !important;
}

.bk-padding-right-50 {
    padding-right: 50px !important;
}

.bk-padding-bottom-50 {
    padding-bottom: 50px !important;
}

.bk-padding-top-60 {
    padding-top: 60px !important;
}

.bk-padding-left-60 {
    padding-left: 60px !important;
}

.bk-padding-right-60 {
    padding-right: 60px !important;
}

.bk-padding-bottom-60 {
    padding-bottom: 60px !important;
}

.bk-padding-top-70 {
    padding-top: 70px !important;
}

.bk-padding-left-70 {
    padding-left: 70px !important;
}

.bk-padding-right-70 {
    padding-right: 70px !important;
}

.bk-padding-bottom-70 {
    padding-bottom: 70px !important;
}

.bk-padding-off {
    padding: 0 !important;
}

.bk-padding-off-left {
    padding-left: 0 !important;
}

.bk-padding-off-right {
    padding-right: 0 !important;
}

.bk-padding-off-bottom {
    padding-bottom: 0 !important;
}

.bk-padding-off-top {
    padding-top: 0 !important;
}

/* Margin
=================================================================== */
.bk-margin-5 {
    margin: 5px !important;
}

.bk-margin-10 {
    margin: 10px !important;
}

.bk-margin-15 {
    margin: 15px !important;
}

.bk-margin-left-5 {
    margin-left: 5px !important;
}

.bk-margin-right-5 {
    margin-right: 5px !important;
}

.bk-margin-bottom-5 {
    margin-bottom: 5px !important;
}

.bk-margin-top-5 {
    margin-top: 5px !important;
}

.bk-margin-left-10 {
    margin-left: 10px !important;
}

.bk-margin-right-10 {
    margin-right: 10px !important;
}

.bk-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.bk-margin-top-10 {
    margin-top: 10px !important;
}

.bk-margin-left-15 {
    margin-left: 15px !important;
}

.bk-margin-right-15 {
    margin-right: 15px !important;
}

.bk-margin-bottom-15 {
    margin-bottom: 15px !important;
}

.bk-margin-top-15 {
    margin-top: 15px !important;
}

.bk-margin-left-20 {
    margin-left: 20px !important;
}

.bk-margin-right-20 {
    margin-right: 20px !important;
}

.bk-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.bk-margin-top-20 {
    margin-top: 20px !important;
}

.bk-margin-left-30 {
    margin-left: 30px !important;
}

.bk-margin-right-30 {
    margin-right: 30px !important;
}

.bk-margin-bottom-30 {
    margin-bottom: 30px !important;
}

.bk-margin-top-30 {
    margin-top: 30px !important;
}

.bk-margin-left-40 {
    margin-left: 40px !important;
}

.bk-margin-right-40 {
    margin-right: 40px !important;
}

.bk-margin-bottom-40 {
    margin-bottom: 40px !important;
}

.bk-margin-top-40 {
    margin-top: 40px !important;
}

.bk-margin-off {
    margin: 0 !important;
}

.bk-margin-off-top {
    margin-top: 0 !important;
}

.bk-margin-off-bottom {
    margin-bottom: 0 !important;
}

.bk-margin-off-left {
    margin-left: 0 !important;
}

.bk-margin-off-right {
    margin-right: 0 !important;
}

.bk-avatar {
    position: relative;
}

    .bk-avatar a {
        position: relative;
        display: inline-block;
    }

    .bk-avatar.online_ico a:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f058";
        position: absolute;
        color: #1ce61c;
        padding: 2px;
        background: #fff;
        -ms-border-radius: 100%;
        border-radius: 100%;
        bottom: 0;
        right: 1px;
    }

    .bk-avatar.offline_ico a:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f111";
        position: absolute;
        color: #999999;
        padding: 2px;
        background: #fff;
        -ms-border-radius: 100%;
        border-radius: 100%;
        bottom: 0;
        right: 1px;
    }

/*pricing table*/
.price-row {
    padding: 5px 0;
    border-bottom: 1px solid #bbb;
}

    .price-row.active {
        background: #ffa;
    }

.price-table-old-pricing {
    text-decoration: line-through;
    color: #a94442;
}

.price-table-pricing {
    color: #fb9e34;
}

    .price-table-pricing > h3 {
        font-size: 16px;
        position: relative;
        font-weight: 600;
        margin: 0;
        text-align: inherit;
    }

        .price-table-pricing > h3 > .price-sign {
            font-size: 10px;
            position: absolute;
            margin-left: -8px;
        }

.payment-methods img {
    margin-left: 5px;
}

.uppercase {
    text-transform: uppercase !important;
}

/*My Pictrues*/

#pic-success .image, .pic-rej .image {
    position: relative;
    padding: 1px;
    border: 1px solid #f89e36;
    margin: 2px;
    float: left;
    min-height: 100px;
    background: #fff;
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
}

    #pic-success .image.default {
        border-color: green;
    }

    #pic-success .image div, .pic-rej .image div {
        padding: 1px;
        border: 1px solid #ccc;
        min-height: 110px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        -ms-background-size: cover;
        background-size: cover;
    }

    .pic-rej .image div {
        min-height: 150px;
    }

    #pic-success .image span {
        color: #090;
        font-size: 11px;
        text-decoration: none;
        font-weight: bold;
    }

        #pic-success .image span em, #pic_rej .image span em {
            color: #666;
        }

    .pic-rej .image span {
        color: #900;
        font-size: 11px;
        text-decoration: none;
        font-weight: bold;
    }

.pic-rej .resubmit {
    background: #fff;
    border: 1px solid #CCC;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 1px;
    top: 1px;
    overflow: hidden;
    text-indent: -9999px;
    display: none;
}

.pic-rej .image {
    min-height: 82px;
}

/*search profile*/
.dropdown.profile-actions {
    display: inline-block;
}

.profile-card .profile-card-item {
    padding: 10px 0;
    border-bottom: 1px solid #faebcc;
}

.pro_match_dtl span.heart {
    background: url(../images/heart.png) no-repeat;
    width: 58px;
    height: 49px;
    line-height: 49px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    vertical-align: middle;
    margin: 0 5px;
}

.ext_head {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px dotted #880000;
    margin: 5px 0px;
    padding: 5px 0px;
}

    .ext_head h4 {
        font-size: 16px;
        margin: 3px 0px;
        clear: both;
        color: #880000;
        font-weight: normal;
    }
/*checkbox right*/
.checkbox-right label {
    padding-left: 0;
    padding-right: 20px;
}

.checkbox-right input[type=checkbox] {
    position: absolute;
    right: 0;
    margin: 0;
    top: 5px;
}
/*
    verify
*/
div.verified-logo:after {
    content: '';
    background: url("/assets/images/verify_seal_trans_11611.png") no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -1;
    opacity: 0.7;
}
/*technical support*/
.tech-history .my-tech, .tech-history .tech-ans {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}

.my-tech .tech-ans {
    border-bottom: 0;
    padding: 5px 0;
}


.tech-history .tech, .tech-history .ans {
    padding-left: 40px;
    position: relative;
}

    .tech-history .tech .unread {
        font-weight: 700;
    }

    .tech-history .tech:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f075";
        position: absolute;
        margin-left: -40px;
        color: #fff;
        font-size: 20px;
        padding: 5px;
        background: #00b46c;
        -ms-border-radius: 100%;
        border-radius: 100%;
    }

    .tech-history .ans:before {
        background: url('/assets/images/qiran-rings.png') no-repeat;
        content: '';
        position: absolute;
        margin-left: -40px;
        color: #fff;
        font-size: 20px;
        padding: 5px;
        width: 30px;
        height: 30px;
        -ms-background-size: contain;
        background-size: contain;
        z-index: -1;
    }

.tech-history .tech-status-pending {
    padding: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

.tech-history .tech-status-replied {
    padding: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #6BD873;
    font-size: 60%;
}

.experience input[type=radio] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.experience .radio label {
    padding-left: 25px;
}

.experience .helpful #helpful-5, .experience .courtesy #courtesy-5 {
    background-image: url('../images/experience.png');
    background-repeat: no-repeat;
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -41px;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
}

.experience .helpful input[type=radio]:checked#helpful-5, .experience .courtesy input[type=radio]:checked#courtesy-5 {
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -143px;
}

.experience .helpful #helpful-4, .experience .courtesy #courtesy-4 {
    background-image: url('../images/experience.png');
    background-repeat: no-repeat;
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 0;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
}

.experience .helpful input[type=radio]:checked#helpful-4, .experience .courtesy input[type=radio]:checked#courtesy-4 {
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -102px;
}

.experience .helpful #helpful-3, .experience .courtesy #courtesy-3 {
    background-image: url('../images/experience.png');
    background-repeat: no-repeat;
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -20px;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
}

.experience .helpful input[type=radio]:checked#helpful-3, .experience .courtesy input[type=radio]:checked#courtesy-3 {
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -122px;
}


.experience .helpful #helpful-2, .experience .courtesy #courtesy-2 {
    background-image: url('../images/experience.png');
    background-repeat: no-repeat;
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -82px;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
}

.experience .helpful input[type=radio]:checked#helpful-2, .experience .courtesy input[type=radio]:checked#courtesy-2 {
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -184px;
}

.experience .helpful #helpful-1, .experience .courtesy #courtesy-1 {
    background-image: url('../images/experience.png');
    background-repeat: no-repeat;
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -61px;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
}

.experience .helpful input[type=radio]:checked#helpful-1, .experience .courtesy input[type=radio]:checked#courtesy-1 {
    -ms-background-size: 20px 205px;
    background-size: 20px 205px;
    background-position: 0 -163px;
}

/*success stories*/
.success-stories .thumb {
    min-height: 260px;
}

.success-stories img, .story img {
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    width: 100%;
    min-height: 50px;
}

.story p {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    background: url('../images/lined-paper.png') center top #fff;
    padding: 2px 10px;
    border-bottom: 1px solid #060;
}
.story p .ar {
    text-align: right;
    font: normal 22px georgia,tahoma;
    display: block;
    line-height: 39px;
    color: #222;
}
.story .meta {
    display: block;
    color: #666;
    font: normal 13px arial;
    margin: 5px 0px;
}
 .story h5 {margin:20px 0px 8px 0px; font:bold 13px arial; }
.rate-class {
    float: right;
    margin-right: 12px;
    text-decoration: underline;
}

    .rate-class a {
        color: blue;
    }
/*......*/
/*contact requests*/
.request-actions a.action {
    margin-right: 1px;
    margin-bottom: 1px;
}
/*search result*/
.sr_classic {
    position: relative;
    min-height: 105px;
    margin-bottom: 20px;
}


    .sr_classic .loading_img {
        position: absolute;
        top: 48px;
        left: 116px;
    }



.times {
    font-family: "Times New Roman", Times, serif;
}

.comic {
    font-family: "Comic Sans MS", cursive;
}

.arial {
    font-family: Arial, sans-serif;
}

.tahoma {
    font-family: Tahoma, sans-serif;
}

.lucida {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.courier {
    font-family: "Courier New", Courier, monospace;
}

.trebuchet {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.verdana {
    font-family: Verdana, Geneva, sans-serif;
}

.georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.hilite_profile {
    background: #c9f6ff !important;
}

.list-group-item > .numbered {
    color: #910809;
    font-weight: bold;
    margin-right: 10px;
}

#upload_link {
    display: none;
}

#navigation {
    width: 100%;
}

    #navigation a {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    #navigation .nextpage {
        text-align: right;
    }

/*#maincontent p b a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}*/

.messages-list li .unread .default-color {
    color: #000000;
}

.compose-mesg {
    position: fixed;
    bottom: 60px;
    /*top: 98px;*/
    right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 4;
    font-size: 12px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #910809;
    color: white;
}

.fa-3 {
    font-size: 2em;
}

.messages-list li .unread .date {
    color: #5e5efb;
}
.mailbox ul.messages-list li .header .unread {
    color: #337ab7;
}

.inbox-pic {
    float: left;
    width: 46px;
    display: block;
    height: 80px;
}

.inbox-data {
    padding-left: 65px;
    padding-right: 10px;
}

.inbox-icon {
    float: right;
    text-align: right;
    font-size: 10px;
    /*padding-top: 3px;*/
}

.inbox-action {
    float: right;
    text-align: right;
    margin-left: 3px
}

.manual-form-control {
    margin-left: 34px;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.view-mesg-box-sender {
    float: left;
    width: 55%;
}

.music-list {
    padding: 0;
}

@media (min-width: 768px) {
    .music-list {
        margin-left: -27px;
    }
}

.music-list li {
    display: inline-block;
    margin-top: 5px;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    padding: 10px 13px 10px 70px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    transition: .6s ease all;
    min-width: 100%;
}

@media (min-width: 480px) {
    .music-list li {
        min-width: 100%;
        padding: 10px 13px 10px 70px;
    }
}

@media (min-width: 768px) {
    .music-list li {
        min-width: 350px;
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .music-list li {
        margin-left: 23px;
    }
}

@media (min-width: 1200px) {
    .music-list li {
        min-width: 370px;
    }
}

.music-list li h1, .music-list li h2, .music-list li h3, .music-list li h4, .music-list li h5, .music-list li h6,
.music-list li .heading-1, .music-list li .heading-2, .music-list li .heading-3, .music-list li .heading-4, .music-list li .heading-5, .music-list li .heading-6 {
    transition: .5s ease all;
    margin-top: 3px;
}

.music-list li h5 {
    letter-spacing: 0em;
}

.music-list li .small {
    transition: .6s ease all;
}

.music-list li .play:before {
    content: '\f144 ';
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    width: 56px;
    padding-left: 17px;
    line-height: 56px;
    text-align: center;
    color: #2dcd75;
    font-size: 40px;
    font-family: "FontAwesome";
    transition: .6s ease all;
}

@media (min-width: 480px) {
    .music-list li .play:before {
        padding-left: 28px;
    }
}

.music-list li .playing:before {
    content: '\f28b ';
}

.music-list li .stopped:before {
    content: '\f144 ';
}

.subject {
    display: inline-block;
    width: 204px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/*View_mesg_in css*/
.message-header {
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        padding: 5px 0 15px 0;
        margin-bottom: 10px;
    }

        .message-header h3 {
            float: left;
            text-align: left;
            font-size: 18px;
            margin: 0;
        }

        .message-header p {
            float: right;
            margin: 0;
        }

    .message-sender {
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        padding: 0 0 5px 0;
        margin-bottom: 10px;
    }

        .message-sender img {
            width: 30px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
            height: 30px;
        }

        .message-sender p {
            display: inline-block;
        }

        .message-sender span {
            color: #7F7F7F;
        }

    .message-content {
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        padding: 0 0 5px 0;
        margin-bottom: 10px;
    }

    .compose-options {
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .message-options .btn {
        margin-bottom: 5px;
    }
    .message-content img {
        max-width: 100%;
    }

    /*View_Msg_Sent css*/
     .view-mesg-box-from-link {
    font-weight:bold;
}
     .inbox-img {
    float: left;
     }
     .inbox-data {
         padding-left: 20px;
    position: relative;
    overflow: hidden;
     }
     .inbox-action-text {
         float: left;
    text-align: right;
    font-size: 10px;
     }
     .view-msg-action-class {
         float: right
     }
	 .inbox-date {
         font-size: 11px;
     }
     .mailbox-content {
             border-radius: 4px;
     }
.bubble-sent 
{
position: relative;
padding: 10px;
margin-top: 9px;
min-height: 50px;
background: #f5f2d7;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bubble-sent:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 9px 12px;
border-color: #f5f2d7 transparent;
display: block;
width: 0;
z-index: 1;
top: -12px;
right: 12px;
}
.bubble-inbox 
{
position: relative;
padding: 10px;
margin-top: 9px;
min-height: 50px;
background: #f5f5f5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bubble-inbox:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 9px 12px;
border-color: #f5f5f5 transparent;
display: block;
width: 0;
z-index: 1;
top: -12px;
left: 12px;
}
.message-sender-over {
        border-bottom: 0;
        margin-bottom: 0;
}
.inbox-overri {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1
}
.sent-box {
        direction: rtl;
}
.inbox-dir {
     direction: ltr;
}
.sent-overri {
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px
}
.border-radis {
    border-radius: 100%;
}