/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
    background: #f13268;

}

.bg-dark {
    background-color: #99173c !important;
}

.card {
    background: #f13268;
    border: 0px;

}

.big {
    font-size: 36px;
}

.medium {
    font-size: 24px;
}

.smoll {
    font-size: 12px;
}

.tagcloud {
    margin: 0 auto;
    margin-bottom: 50px;
}

.tagcloud a {
    color: #fff;
    margin-right: 15px;
    line-height: 25px;
}

.tag-1 {
    font-size: 12px;
}

.tag-2 {
    font-size: 16px;
}

.tag-3 {
    font-size: 20px;
}

.tag-4 {
    font-size: 28px;
}

.tag-5 {
    font-size: 36px;
}

ul, ol, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

div.az ul li:after {
    display: block;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
}

h1 a {
    color: #fff;
    font-size: 14px;
}

h1 a:hover {
    color: #fff;
    font-size: 14px;
}

div.az {
    width: 100%;
}

div.az:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

div.az ul {
    width: 20%;
    float: left;
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.az ul li {
    display: block;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 18px;
    position: relative;
}

div.az ul li:after {
    font-family: 'Glyphicons Halflings';
    left: 0;
    top: 6px;
    font-size: 14px;
    line-height: 14px;
    -webkit-font-smoothing: none;
    font-smoothing: none;
    font-smooth: never;
    -moz-osx-font-smoothing: grayscale;
    content: '\e041';
}

div.az ul li > a {
    color: #fff;
    display: block;
    width: 70%;
    line-height: 24px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    text-transform: capitalize;
}

div.az ul li > span {
    display: block;
    width: 28%;
    line-height: 24px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-align: right;
    color: #191902;
}

div.az ul li.space:after {
    display: none;
    content: '';
}

div.az ul li.letter {
    font-size: 16px;
    line-height: 24px;
    width: 98%;
    text-transform: uppercase;
}

div.az ul li.letter:after {
    display: none;
}

div.az ul li.letter, div.az ul li.space {
    width: 100%;
    padding-right: 0;
}

div.az ul li:after {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always;
}


div.az ul li:after {
    color: #99173c;
}

/* text categories */
div.az ul li.letter {
    background: none;
    color: #cccccc;
    /* border-bottom: 1px solid #000; */
    box-shadow: 0 1px 0 #99173c;
    font-weight: bold;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    box-shadow: 0 0 0 0.2rem rgb(153, 23, 60);
}

#lngselect {
    background: url("../../icons/pink/select-arrow-w.png") no-repeat 100% 50%;
}

#lngselect strong {
    color: #fff;
}

#lngselect.down:after {
    border-bottom-color: #555;
}

#lngselect ul {
    background-color: #000;
    border-color: #555;
}

#lngselect {
    position: absolute;
    right: 0;
    top: 4px;
    width: 126px;
    padding-left: 5px;
    z-index: 2000;
    cursor: pointer;
    background: url("../../icons/pink/select-arrow-w.png") no-repeat 100% 50%;
    text-align: left;
}

#lngselect.down:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #666;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 50px;
    top: 25px;
    z-index: 2000;
}

#lngselect strong {
    display: block;
    width: 68px;
    padding: 7px 0 7px 32px;
    font-size: 13px;
    line-height: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
}

#lngselect ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 584px;
    background: #282828;
    border: 1px solid #666;
    z-index: 3000;
    height: 140px;
    overflow: auto;
    text-transform: capitalize;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: touch;
}

#lngselect ul li {
    float: left;
}

#lngselect ul li a {
    display: block;
    float: left;
    width: 114px;
    padding: 7px 0 7px 32px;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    border-radius: 0;
}


#searchForm {
    width: 350px;
}

@media (max-width: 992px) {
    #searchForm {
        margin-top: 25px;
    }

    .rightads {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    #searchForm {
        #margin-left: 25px;
    }

    body {
        padding-top: 56px;
    }

    .card-img-top {
        max-height: 200px;
    }
}

@media all and (max-width: 1000px) {

    div.az ul {
        width: 100%;
        padding-left: 0;
    }

    div.az ul li {
        width: auto;
        padding-right: 20px;
        float: left;
        margin-bottom: 5px;
    }

    div.az ul li > a {
        width: auto;
        float: left;
        text-indent: 0;
    }

    div.az ul li > span {
        width: auto;
        float: left;
        padding-left: 0px;
        display: none;
    }

    div.az ul li.letter, div.az ul li.space {
        width: 100%;
        padding-right: 0;
    }
}


.pagination {
    margin-bottom: 30px;
}

.card-body {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.title {
    font-size: 12px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.h1, h1 {
    font-size: 25px;
}

.order-buttons {
    float: left;
}

.page-footer {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

div.h {
    margin-top: 15px;
    color: #ddd;
    background: #99173c;
    border-bottom: 1px solid #363636;
    margin-bottom: 15px;
    color: #fff;
    background: #99173c;
    border-bottom: 1px solid #570808;
    padding: 8px 0px 0px 15px;
    border-radius: calc(.25rem - 1px);
}


.time {
    height: 20px;
    max-width: 80px;
    background: url("../../icons/pink/duration.png") repeat;
    color: #FFFFFF !important;
    /* line-height: 20px; */
    text-align: center;
    float: right;
    margin-top: -20px;
    font-size: 12px;
    border-top-left-radius: calc(.25rem - 1px);

}

.text_on_img {
    background-color: #99173C;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    /* float: left; */
    margin-top: 0px;
    padding-top: 2px;
    height: 20px;
    /* margin-left: 60px; */
    padding-left: 10px;
    /* padding-right: 10px; */
    color: #FFFFFF;
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}


#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}

.search-query:focus + button {
    z-index: 3;
}

.video-bottom-content {
    padding: 10px;
    height: 50px;
    background: #99173c;
    padding-bottom: 50px;
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}

.left, .right {
    display: inline-block;
    width: 50%;
    float: left;
}

.left a {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f13268bf;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.left a:first-child {
    margin-right: 5px;
}

.left a:hover {
    background-color: #ff;
    color: #f13268bf;
}

.left .video-likes div {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.left .video-likes div span {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    font-family: Arial;
    color: #fff;
}

.left .video-likes div p {
    display: block;
    font-size: 10px;
    padding: 0;
    margin: 0;
    font-family: Arial;
    color: #bba49d;
}

.right .video-timer {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.right .video-timer div {
    display: inline-block;
    margin-top: 10px;
}

.right .video-timer div:first-child {
    margin-right: 15px;
}

.right .video-timer div i {
    color: #fff;
}

.right .video-timer div span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: Arial;
    padding: 0 3px;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #99173c;
    border-color: #760c2a;
}

.page-link {
    color: #ffffff;
    background-color: #f13268;
    border: 1px solid #760c2a;
}

link:hover {
    color: #f6f7f7;
    background-color: #ce2a58;
    border-color: #760c2a;
}

.page-item.disabled .page-link {
    color: #ffffff;
    pointer-events: none;
    background-color: #ff467b;
    border-color: #760c2a;
}

.spinner {
    width: 60px;
    height: 8px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 10px 3px 20px 0 !important;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.bottom_area {
    margin: 0 auto;
    margin-bottom: 25px;

}

.bottom_btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 5px;
    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: #c8393a;
    border-color: #8e2828;
}

.bottom_btn a, .bottom_btn a:hover {

    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.bottom_btn:hover {
    color: #333;
    background-color: #d22b2d;
    border-color: #8e2828;
}

.text-white img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.video-description a, .video-description a:hover {
    color: #fff;
    text-decoration: none;
}

#player {
    display: block;
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    position: absolute;
}

.video-description {
    margin-bottom: 1em
}

.video-description p,
.archive-description p,
p.comment-notes {
    font-size: .9em
}

.video-description .more + [data-readmore-toggle],
.video-description .more[data-readmore] {
    display: block;
    width: 100%;
}

.video-description .more[data-readmore] {
    transition: height 75ms;
    overflow: hidden;
}

.desc {
    margin-bottom: 1em
}

.morecontent span {
    display: none;
    outline: 0
}

.morelink {
    display: block;
    padding: .5em 0;
    margin-top: 1em;
    border-top: 3px solid #c8393a;
    text-align: center;
    outline: 0;
    color: #777;
    font-weight: 700;
    letter-spacing: -.5px !important
}

.morelink:hover {
    color: #ccc
}

.morelink:visited,
.morelink:focus,
.morelink.less {
    outline: 0
}

.morelink i {
    margin-left: 2px
}

#submitBtn {
    cursor: pointer;
}

.friend {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #ccc;
}

.friend #friend-image {
    border: 1px solid #F0F2F8;
    display: inline-block;
    float: left;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
}

#friend #friend-bio {
    float: left;
    font-size: 13px;
    margin: -7px 0 0 20px;
    width: 454px;
}

#friend #friend-bio div span {
    font-weight: normal;
    margin: 0 0 5px;
}

.add_date {
    font-size: 11px;
}


.status-upload {
    float: left;
    width: 100%;
}

.status-upload form {
    float: left;
    width: 100%;
}

.status-upload form textarea, .embedcode {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    /*float: left;*/
    font-size: 14px;
    height: 90px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize: vertical;
    outline: none;
    border: 1px solid #F2F2F2;
}

.status-upload form button {
    float: right;
    margin-right: 9px;
}

.nav-justified {
    padding-top: 2px;
}

nav > .nav.nav-tabs {

    border: none;
    color: #fff;
    background: #c8393a;
    border-radius: 0;

}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active, a.nav-item.nav-link.active {
    border: none;
    color: #fff;
    background: #c8393a;
    border-radius: 0;
}


.tab-content {
    border-top: 5px solid #e74c3c;
    padding: 0px 5px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}