@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css);
* {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#main {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    width: 100%;
    overflow: hidden
}

footer {
    height: 100px;
    position: relative;
    z-index: -2;
    width: 100%
}

#footer-ads {
    position: fixed;
    z-index: -1;
    bottom: 103px;
    left: 21%
}

.footer-area {
    position: relative;
    bottom: 0;
    z-index: -1;
    color: #fff;
    background-color: #333;
    width: 100%;
    overflow: hidden
}

.footer-tags {
    text-align: center
}

.footer-txt {
    font-family: 'Calibri';
    color: #000;
    font-size: 40pt;
    font-weight: 700
}

.copyright {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, .4)
}

@media (max-width:1500px) {
    footer {
        height: 120px;
        position: relative;
        z-index: -2
    }
}

@media (min-width:769px) and (max-width:1000px) {
    footer {
        height: 275px;
        position: relative;
        z-index: -2
    }
}

@media (max-width:768px) {
    footer {
        height: 500px;
        position: relative;
        z-index: -2
    }
}

.vs-login-con {
    line-height: 40px;
    height: 70px
}

.vs-login {
    padding-top: 10px;
    vertical-align: middle
}

.vs-login a {
    font-family: 'MYRIADPROREGULAR';
    color: #000;
    font-size: 16px;
    padding: 0
}

.emte-nav li a {
    font-family: 'MYRIADPROREGULAR';
    padding: 0;
    font-size: 16px;
    color: #000
}

.carousel-imgs {
    width: 100%!important;
    height: 525px!important
}

.ad-area {
    min-height: 150px;
    margin-top: 20px
}

.ad-txt {
    font-family: 'Calibri';
    color: #131313;
    font-size: 40pt;
    font-weight: 700
}

.popular-down {
    height: 50px;
    background-color: #eb2830
}

.popular-up {
    height: 50px;
    background-color: #1cb91c
}

.popular-down h2 {
    font-family: 'MYRIADPROREGULAR';
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    display: inline-block
}

.popular-up h2 {
    font-family: 'MYRIADPROREGULAR';
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    display: inline-block
}

.upvote-logo,
.downvote-logo {
    display: inline;
    margin-left: 15px
}

.common-upvote {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-up-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 30px
}

.common-upvote900 {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/thumbs/black-bear.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 30px
}

.common-upvote span {
    color: #111!important;
    padding-left: 10px!important
}

.common-downvote {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-down-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 30px
}

.common-downvote span {
    color: #111!important;
    padding-left: 10px!important
}

.common-msg-container-count {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/msg.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 30px
}

.common-msg-container-count span {
    color: #111!important;
    padding-left: 10px!important
}

.slider {
    width: 100%
}

.slick-slide {
    margin: 0 20px
}

.slick-slide .img-responsive {
    width: 100%;
    height: 180px!important
}

.image-responsive {
    width: 100%;
    height: 210px
}

.slick-prev:before,
.slick-next:before {
    color: black
}

.most-popular-arrows,
.recently-added-arrows,
.downpopular,
.anime-handle {
    line-height: 30px;
    color: black
}

.tbl-data {
    border: none;
    padding: 0;
    width: 100%
}

.tbl-data tr:nth-child(2) td {
    width: 25%
}

.tbl-data tr td span {
    margin-left: 20px
}
svg.vote_up, svg.vote_down {
    width: 40px;
    height: auto;
}
.upvote-vote-active > svg.vote_up {
    width: 50px;
    fill: #fff;
    background-color: #b2e389;
    border-radius: 5px;
    padding: 5px;
}
span > svg.vote_up {
    width: 25px;
    fill: #fff;
    background-color: #b2e389;
    border-radius: 5px;
    padding: 5px;
}
.list-upvote-container > svg.vote_up:hover {
    width: 40px;
    fill: #fff;
    background-color: #b2e389;
    border-radius: 5px;
    padding: 5px;
}
.downvote-vote-active > svg.vote_down {
    width: 50px;
    fill: #fff;
    background-color: #f43127;
    border-radius: 5px;
    padding: 5px;
}
span > svg.vote_down {
    width: 25px;
    fill: #fff;
    background-color: #f43127;
    border-radius: 5px;
    padding: 5px;
}
.list-downvote-container > svg.vote_down:hover {
    width: 40px;
    fill: #fff;
    background-color: #f43127;
    border-radius: 5px;
    padding: 5px;
}
.upvote-container:hover {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/arrow-up.svg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px 50px;
    cursor: pointer
}

.upvote-container900:hover {
    color: #43cf2c;
}

.upvote-container:hover a {
    color: #b2e389;
    text-decoration: none
}

.upvote-container {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/arrow-up.svg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px 50px;
}

.upvote-container900 {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/black-bear.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 40px 33px;
}

.upvote-vote-active span {
    color: green
}

.upvote-vote-active {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/vote-up-active-50x43.png);*/
    background-position: center top;
    background-size: 40px 33px;
}

.upvote-vote-active900 {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/yellow-bear.jpg);*/
    background-position: center top;
    background-size: 40px 33px;
}

.downvote-container:hover {
    color: #f43127;
}

.downvote-container:hover a {
    color: #f26d7d;
    text-decoration: none
}

.downvote-container {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/arrow-down.svg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px 50px;
}

.downvote-vote-active span {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/arrow-down.svg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px 50px;
}

.downvote-vote-active {
/*    background-image: url(/v2sAssets/Images/Application/thumbs/vote-down-active-50x43.png);*/
    background-position: center top;
    background-size: 40px 33px;
}

.vote-up-count-pos {
    position: relative;
}

.vote-down-count-pos {
    position: relative;
}

@media (min-width:768px) and (max-width:991px) {
    .downvote-container:hover {
        background-position: center top
    }
    .downvote-container {
        background-position: center top
    }
    .downvote-vote-active {
        background-position: center top
    }
    .vote-down-count-pos {
        position: relative;
    }
}

@media (max-width:767px) {
    .downvote-container:hover {
        background-position: center top
    }
    .downvote-container {
        background-position: center top
    }
    .downvote-vote-active {
        background-position: center top
    }
    .vote-down-count-pos {
        position: relative;
    }
}

.list-item-title {
    font-size: 30px;
    font-family: 'MYRIADPROREGULAR';
    color: #ff0229
}

.list-item-title:hover {
    text-decoration: none;
    color: #ff0229
}

.category-tle {
    background-color: #f86201;
    padding: 5px;
    width: 40%!important
}

.category-tle span {
    color: #fff
}

.most-popular-upvote {
    background-color: #def39e;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-up-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.most-popular-upvote span {
    color: #111!important;
    padding-left: 10px!important
}

.most-popular-msg-container-count {
    background-color: #def39e;
    background-image: url(/v2sAssets/Images/Application/msg.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.most-popular-msg-container-count span {
    color: #111!important;
    padding-left: 10px!important
}

.most-popular-downvote {
    background-color: #def39e;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-down-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.most-popular-downvote span {
    color: #111!important;
    padding-left: 10px!important
}

.recently-added-upvote {
    background-color: #D7EAFD;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-up-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.recently-added-upvote span {
    color: #111!important;
    padding-left: 10px!important
}

.recently-added-msg-container-count {
    background-color: #D7EAFD;
    background-image: url(/v2sAssets/Images/Application/msg.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.recently-added-msg-container-count span {
    color: #111!important;
    padding-left: 10px!important
}

.recently-added-downvote {
    background-color: #D7EAFD;
    background-image: url(/v2sAssets/Images/Application/vote-down-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.recently-added-downvote span {
    color: #111!important;
    padding-left: 10px!important
}

.most-viewed-upvote {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-up-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.most-viewed-upvote span {
    color: #111!important;
    padding-left: 10px!important
}

.most-viewed-msg-container-count {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/msg.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.most-viewed-msg-container-count span {
    color: #111!important;
    padding-left: 10px!important
}

.most-viewed-downvote {
    background-color: #E7B1AB;
    background-image: url(/v2sAssets/Images/Application/thumbs/vote-down-active.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    width: 20%!important
}

.most-viewed-downvote span {
    color: #111!important;
    padding-left: 10px!important
}

.category-hder {
    color: #000!important
}

.category-hder {
    font-family: 'MYRIADPROREGULAR';
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.cntr-data {
    width: 300px;
    margin: 0;
    padding: 0
}

#slide-image {
    height: 200px
}

.top-ten {
    font-family: 'MYRIADPROREGULAR';
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.recently-added {
    background-color: #0473ba
}

.anime-added {
    background-color: #f7464d
}

.contactsubmit {
    color: #fff;
    background-color: #f03;
    border-color: #f03
}

.contactsubmit:hover {
    color: #fff;
    background-color: #af0124;
    border-color: #af0124
}

#map,
#about-banner {
    height: 400px;
    width: 100%
}

.vs-head h1 {
    font-family: 'MYRIADPROREGULAR';
    margin-top: 30px;
    margin-bottom: 40px
}

.vs-head p {
    font-family: 'Open Sans';
    font-size: 20px
}

table h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #515151
}

table p {
    font-family: 'Open Sans';
    color: #515151
}

#about-banner {
    padding-left: 0;
    padding-right: 0
}

#about-banner img {
    width: 100%!important;
    height: 100%!important
}

.directors {
    min-width: 150px;
    display: inline-block;
    margin-top: 30px
}

.directors img {
    border: 1px solid #000
}

.director-label {
    font-family: 'MYRIADPROREGULAR'
}

.emte-paragraph {
    font-family: 'Open Sans';
    font-size: 24px
}

.emte-second-paragraph {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
    width: 91%;
    padding-left: 66px
}

.social-icons {
    margin-top: 15px;
    margin-bottom: 15px
}

.social-icons span {
    margin-left: 15px;
    margin-right: 15px
}

.do-you-have-suggestions {
    margin-top: 40px;
    font-family: 'Open Sans';
    color: #b8b8b8
}

.v-to-sort-head {
    font-family: Oswald;
    font-size: 50pt
}

.carousel-most-popular {
    font-family: 'MYRIADPROREGULAR';
    color: #fff
}

.emte-record-success {
    background-color: #52bb5a;
    color: #fff;
    min-height: 40px;
    font-size: 27px
}

.emte-record-failed {
    background-color: #ff3434;
    color: #fff;
    min-height: 40px;
    font-size: 27px
}

.new-acc-signup {
    margin-top: 40px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000
}

.desc {
    width: 65%
}

.footer-area a {
    color: #a2e00e
}

.nav-cont p {
    width: 48%;
    position: absolute;
    top: 5px
}

.nav-cont p span {
    margin: 0 5px 0 5px
}

.poppin {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 13px
}

.carousel-caption h1,
{
    font-family: 'MYRIADPROREGULAR'
}

.carousel-indicators .active {
    width: 20px!important;
    height: 20px!important
}

.carousel-indicators li {
    width: 20px!important;
    height: 20px!important
}

.btn-spacer {
    border-top: 1px solid #ededed;
    padding-top: 35px;
    margin-top: 30px
}

.inner-p {
    padding: 10px
}

.fblogin {
    margin-top: 15px
}

.tweetlogin {
    margin-top: 15px
}

.sbmit-login {
    background-color: #ddddda;
    margin-bottom: 0;
    min-height: 95px
}

.emte-footer-container {
    width: 350px;
    margin-top: 20px
}

.bs-example {
    font-family: sans-serif;
    position: relative;
    margin: 50px
}

.add-on .search-group-btn>.btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.add-on .input-group-btn>.btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.search-group {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    display: block
}

.typeahead,
.tt-query,
.tt-hint {
    border-radius: 8px;
    font-size: 14px;
    line-height: 30px;
    outline: medium none;
    padding: 0 10px;
    width: 100%
}

.typeahead {
    background-color: #FFF;
    margin-right: 10px
}

.typeahead:focus {
    border: 2px solid #0097CF
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    margin-top: 12px;
    padding: 8px 0;
    width: 280px
}

.tt-suggestion {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 20px
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFF
}

.tt-suggestion p {
    margin: 0
}

.new-list {
    min-height: 950px
}

.list-rightsection {
    padding-left: 50px
}

.upload-main-list-picture {
    margin-top: -18px;
    color: #cacaca;
    margin-bottom: 0
}

.new-list .col-md-12 {
    margin-bottom: -45px;
    padding-right: 0px!important
}

.create-new-lsit {
    color: #cacaca
}

.listcancel {
    margin-right: 15px
}

.deleticon {
    cursor: pointer;
    width: auto!important
}

.cat-delete {
    cursor: pointer;
    width: auto!important
}

.ad-delete {
    cursor: pointer;
    width: auto!important;
    max-width: none!important
}

.recordsuccess {
    background-color: #a4e30e;
    color: #fff;
    min-height: 40px;
    font-size: 27px;
    margin-bottom: -35px;
    margin-top: 15px
}

.image-preview {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: #606061;
    color: #ecf0f1
}

.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10
}

.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: .8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center
}

#image-preview {
    border-radius: 50%;
    text-align: center;
    height: 270px;
    width: 270px;
    position: relative;
    overflow: hidden;
    background-color: #606061;
    color: #ecf0f1
}

#image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10
}

#image-preview label {
    position: absolute;
    z-index: 5;
    opacity: .8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center
}

.imagecontainer-border {
    border: 1px solid #e1e1e1;
    padding: 7px;
    width: 295px;
    height: 295px
}

.list-pic {
    color: #535353;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 2px
}

.unlimited {
    background-color: #0473ba;
    font-family: 'MYRIADPROREGULAR';
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 10px;
    display: inline-block
}

.pblish {
    border-radius: 1px
}

.liststatus {
    width: 150px;
    font-size: 20px
}

.top-ten-daily {
    font-family: 'Calibri';
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px
}

.top-info-section {
    width: 257px;
    margin-top: 20px
}

.item-num {
    font-family: 'Calibri';
    margin-left: 5px
}

.image-cropper {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.rounded {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto
}

.pic-info-section {
    width: 257px;
    margin-bottom: 15px
}

.top-main-img {
    width: 100%;
    height: 600px
}

.top-main-img img {
    width: 100%;
    height: 100%
}

.list_description {
    font-family: 'Calibri';
    color: #333;
    font-size: 14px;
    margin-top: 10px
}

.dailytopten {
    min-height: 100px;
    background-color: blue;
    font-family: 'Arial';
    color: #fff;
    font-size: 71px
}

.top-ten-slider-container {
    padding: 0;
    margin-top: 23px
}

.voteup-container img,
.votedown-container img {
    height: 30px
}

.upvoteul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.upvoteul li {
    float: left;
    min-width: 125px
}

.upvoteul li:last-child a {
    background-color: #eb2830
}

.upvoteul li a {
    display: block;
    padding: 5px;
    background-color: #238e02;
    color: #fff
}

.signupbutton {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bolder;
    color: #f03;
    text-decoration: none;
    line-height: 90px
}

.signupbutton:hover {
    color: #af0124
}

.forgotpw {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #f03
}

.forgotpw:hover {
    color: #af0124
}

.slideOne {
    width: 50px;
    height: 10px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2)
}

.slideOne label {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: -3px;
    cursor: pointer;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.slideOne input[type=checkbox] {
    visibility: hidden
}

.slideOne input[type=checkbox]:checked + label {
    left: 37px
}

.slideTwo {
    width: 80px;
    height: 30px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2)
}

.slideTwo:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 52px;
    background: #111;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2)
}

.slideTwo label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
    background: #fcfff4;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%)
}

.slideTwo label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #333;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px black, 0 1px 0 rgba(255, 255, 255, .9)
}

.slideTwo input[type=checkbox] {
    visibility: hidden
}

.slideTwo input[type=checkbox]:checked + label {
    left: 54px
}

.slideTwo input[type=checkbox]:checked + label:after {
    background: #27ae60
}

.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2)
}

.slideThree:after {
    content: 'OFF';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .15)
}

.slideThree:before {
    content: 'ON';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: 700
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
}

.slideThree input[type=checkbox] {
    visibility: hidden
}

.slideThree input[type=checkbox]:checked + label {
    left: 43px
}

.roundedOne {
    width: 24px;
    height: 24px;
    position: relative;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5)
}

.roundedOne label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 white
}

.roundedOne label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #f03;
    background: -webkit-linear-gradient(top, #ff0033 0%, #ff0033 100%);
    background: linear-gradient(to bottom, #ff0033 0%, #ff0033 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5)
}

.roundedOne label:hover::after {
    opacity: .3
}

.roundedOne input[type=checkbox] {
    visibility: hidden
}

.roundedOne input[type=checkbox]:checked + label:after {
    opacity: 1
}

.roundedTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5)
}

.roundedTwo label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 white
}

.roundedTwo label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.roundedTwo label:hover::after {
    opacity: .3
}

.roundedTwo input[type=checkbox] {
    visibility: hidden
}

.roundedTwo input[type=checkbox]:checked + label:after {
    opacity: 1
}

.squaredOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5)
}

.squaredOne label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 white
}

.squaredOne label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #27ae60;
    background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
    background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5);
    opacity: 0
}

.squaredOne label:hover::after {
    opacity: .3
}

.squaredOne input[type=checkbox] {
    visibility: hidden
}

.squaredOne input[type=checkbox]:checked + label:after {
    opacity: 1
}

.squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5)
}

.squaredTwo label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 white
}

.squaredTwo label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.squaredTwo label:hover::after {
    opacity: .3
}

.squaredTwo input[type=checkbox] {
    visibility: hidden
}

.squaredTwo input[type=checkbox]:checked + label:after {
    opacity: 1
}

.squaredThree {
    width: 20px;
    position: relative
}

.squaredThree label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .4)
}

.squaredThree label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 3px solid #f03;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.squaredThree label:hover::after {
    opacity: .3
}

.squaredThree input[type=checkbox] {
    visibility: hidden
}

.squaredThree input[type=checkbox]:checked + label:after {
    opacity: 1
}

.squaredFour {
    width: 20px;
    position: relative;
    margin: 20px auto
}

.squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, .5)
}

.squaredFour label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.squaredFour label:hover::after {
    opacity: .5
}

.squaredFour input[type=checkbox] {
    visibility: hidden
}

.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1
}

.squaredFive {
    width: 20px;
    position: relative
}

.squaredFive label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .4)
}

.squaredFive label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 3px solid #f03;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.squaredFive label:hover::after {
    opacity: .3
}

.squaredFive input[type=checkbox] {
    visibility: hidden
}

.squaredFive input[type=checkbox]:checked + label:after {
    opacity: 1
}

.listnav>li {
    float: none;
    margin-left: 0px!important
}

.listnav>li>a {
    border-radius: 0
}

.itemsave {
    margin-top: -40px
}

.socialicons {
    margin-bottom: 0
}

.social-fields {
    margin: 20px 0 20px 0px!important
}

.data-section {
    margin-top: 50px
}

.profile-data-section>li>a {
    min-width: 250px;
    min-height: 80px
}

.profile-data-section>li:first-child {
    border-top: 5px solid blue
}

.profile-data-section>li:nth-child(2) {
    border-top: 5px solid pink
}

.profile-data-section>li:nth-child(3) {
    border-top: 5px solid orange
}

.profile-data-section>li:nth-child(4) {
    border-top: 5px solid green
}

.profile-data-section>li:nth-child(5) {
    border-top: 5px solid purple
}

.item-list-content {
    word-wrap: break-word;
    text-align: justify;
    line-height: 25px
}

.newsfeed-searchresult {
    font-family: 'MYRIADPROREGULAR';
    color: #fff;
    font-size: 25px;
    padding: 0;
    line-height: 57px
}

.best-result-note {
    text-align: center;
    margin-top: 15px;
    background-color: #e6e6e6;
    padding: 10px;
    font-size: 16px;
    font-family: 'MYRIADPROREGULAR'
}

.comment-level-one {
    text-align: left
}

.comment-level-two {
    text-align: left;
    margin-left: 40px
}

.header-profile-image {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 20px
}

.num-comment-section {
    width: 80px;
    vertical-align: middle
}

.num-comment-section a span {
    background-color: #337ab7
}

.list-percentage {
    width: 70px
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.gutter-2>[class*='col-'] {
    padding-right: 2px;
    padding-left: 2px
}

.gutter-5>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px
}

.gutter-10>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px
}

.gutter-15>[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px
}

.vertical-align {
    display: flex;
    flex-direction: row
}

.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify
}

@media (max-width:767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit
    }
    .text-left-xs {
        text-align: left
    }
    .text-center-xs {
        text-align: center
    }
    .text-right-xs {
        text-align: right
    }
    .text-justify-xs {
        text-align: justify
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit
    }
    .text-left-sm {
        text-align: left
    }
    .text-center-sm {
        text-align: center
    }
    .text-right-sm {
        text-align: right
    }
    .text-justify-sm {
        text-align: justify
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit
    }
    .text-left-md {
        text-align: left
    }
    .text-center-md {
        text-align: center
    }
    .text-right-md {
        text-align: right
    }
    .text-justify-md {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit
    }
    .text-left-lg {
        text-align: left
    }
    .text-center-lg {
        text-align: center
    }
    .text-right-lg {
        text-align: right
    }
    .text-justify-lg {
        text-align: justify
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.imageWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.imageWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-buffer-5 {
    margin-top: 5px
}

.bottom-buffer-5 {
    margin-bottom: 5px
}

.top-buffer-10 {
    margin-top: 10px
}

.bottom-buffer-10 {
    margin-bottom: 10px
}

.top-buffer-15 {
    margin-top: 15px
}

.bottom-buffer-15 {
    margin-bottom: 15px
}

.top-buffer-20 {
    margin-top: 20px
}

.bottom-buffer-20 {
    margin-bottom: 20px
}

.top-buffer-25 {
    margin-top: 25px
}

.bottom-buffer-25 {
    margin-bottom: 25px
}

.top-buffer-30 {
    margin-top: 30px
}

.bottom-buffer-30 {
    margin-bottom: 30px
}

.top-buffer-35 {
    margin-top: 35px
}

.bottom-buffer-35 {
    margin-bottom: 35px
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.tooltip-right {
    position: relative;
    display: inline-block
}

.tooltip-right .tooltiptext-right {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%
}

.tooltip-right .tooltiptext-right::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black
}

.tooltip-right:hover .tooltiptext-right {
    visibility: visible
}

.tooltip-left {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black
}

.tooltip-left .tooltiptext-left {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%
}

.tooltip-left .tooltiptext-left::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent
}

.tooltip-left:hover .tooltiptext-left {
    visibility: visible
}

.tooltip-top {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black
}

.tooltip-top .tooltiptext-top {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%
}

.tooltip-top .tooltiptext-top::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent
}

.tooltip-top:hover .tooltiptext-top {
    visibility: visible
}

.tooltip-bottom {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black
}

.tooltip-bottom .tooltiptext-bottom {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%
}

.tooltip-bottom .tooltiptext-bottom::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent
}

.tooltip-bottom:hover .tooltiptext-bottom {
    visibility: visible
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #03658c;
    text-decoration: none
}

ul {
    list-style-type: none
}

.comments-container {
    margin: 20px auto 15px;
    width: 100%
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700
}

.comments-list {
    margin-top: 30px;
    position: relative
}

.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 32px;
    top: 0
}

.comments-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.reply-list:before,
.reply-list:after {
    display: none
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    top: 25px;
    left: -55px
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.reply-list {
    padding-left: 60px;
    clear: both;
    margin-top: 15px
}

.comments-list .comment-avatar {
    position: relative;
    z-index: 99;
    float: left;
    overflow: hidden
}

.comments-list {
    width: 100%
}

.reply-list .comment-avatar {
    width: 40px;
    height: 40px
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both
}

.comments-list .comment-box {
    width: 93%;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, .05);
    left: -12px
}

.reply-list .comment-box {
    width: 92%
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: absolute;
    top: 15px;
    right: 10px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease
}

.comment-box .comment-head i:hover {
    color: #03658c
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px
}

.comment-box .comment-name a {
    color: #283035
}

.comment-box .comment-head span {
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c
}

.comment-box .comment-name.by-author:after {
    content: 'author';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.comment-text {
    color: #111!important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all
}

.comment-box .comment-input {
    max-width: 10px;
    word-wrap: break-word
}

.item-result {
    width: 100%;
    border: 1px solid #e1e1e1
}

.item-result ul {
    height: 320px;
    overflow: auto
}

.item-result1 {
    width: 100%;
    border: 1px solid #e1e1e1
}

.item-result1 ul {
    height: 320px;
    overflow: auto
}

.item-result-video {
    width: 100%;
    border: 1px solid #e1e1e1
}

.item-result-video ul {
    height: 320px;
    overflow: auto
}

.item-data {
    position: relative;
    cursor: pointer;
    line-height: 30px;
    z-index: 10;
    width: 100%
}

.item-data:hover {
    cursor: pointer;
    background: #0097CF;
    color: #FFF
}

.item-data:focus {
    border: 2px solid #0097CF
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

@media (max-width:900px) {
    .card {
        margin-left: 0%
    }
}

@media only screen and (max-width:700px) {
    img.ad-image {
        width: 100%
    }
    .cntr-data {
        width: 130px
    }
}

@media only screen and (max-width:400px) {
    .image-responsive {
        height: 130px
    }
}

.active {
    color: #266fe2
}

.disabled {
    color: red
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0!important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

.social-network a.icoRss:hover {
    background-color: #F56505
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998
}

.social-network a.icoInstagram:hover {
    background-color: #f24848
}

.social-network a.icoTwitter:hover {
    background-color: #3cf
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}

.social-network a.icoRss:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

a {
    background-color: #D3D3D3
}

.col-centered {
    float: none;
    margin: 0 auto
}

.carousel-control {
    width: 8%;
    width: 0
}

.carousel-control.left,
.carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1
}

.carousel-control>a>span {
    color: white;
    font-size: 29px!important
}

.carousel-col {
    position: relative;
    float: left
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}
#app {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    width: 100%;
    overflow: hidden;
}
h1, h2 {
      width: 100%;
      padding-left: 0;
      margin-left: 0;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
}
.navigation .horizontal.white {
    text-align: left !important;
}
.list-header-container {
    margin: 10px 0px 40px 0px;
    height: 380px;
}
.display-4across {
    font-size: 1.7rem;
}
.navbar-default {
    background: #fff !important;
}
.header-image {
    height: 250px;
    width: 100%;
}
.profile-link {
    position: absolute;
    top: -73px;
    right: 40px;
}
button#arrow-up {
    background-color: #28a745;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.morphsearch-form {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    position: relative;
}
.morphsearch-input {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    width: 100%;
    padding: 0 10% 0 10px !important;
    font-weight: 700 !important;
}
.img-category-list, .img-mylist, .img-user-list {
    height: 200px;
    width: 100%;
}
.cntr-data {
    width: 300px;
    height: 340px;
    margin: 0;
    padding: 0;
}
.rankBG {
    background-color: #06C;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
}
.v2s-page-title-main {
    padding: 15px 0px;
    text-align: left;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.mt-3 {
    margin-top: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.v2s-vote-button-elections {
      width: 100%;
}
.v2s-home-page-contest-title2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    margin-left: 8px;
}
.v2s-contest-candidate-containers-elections {
      max-height: 520px;
}
/*.swal2-icon-content {
    font-size: 2em !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      top: 30px !important;
    width: 28px !important;
}*/
.border-dark {
      border: 3px solid #000;
    font-weight: bold;
}
.list-desc-container {
    float: left;
    height: 110px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0px;
}
.dummy-media-object {
    padding: 0.75em;
    display: block;
    margin: 0.3em 0;
    cursor: pointer;
    border-radius: 5px;
}
.dummy-media-object:hover,
.dummy-media-object:focus {
  background: rgba(118,117,128,0.1);
}
/*.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}*/
/* Elections */
.mb-2 {
    margin-bottom: 10px !important;
}
.form-group, .form-control {
    width: 100% !important;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}
.sidebar-nav .nav-item {
    margin-bottom: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav .nav-item {
    margin-bottom: 5px;
}
.sidebar-nav .nav-item .nav-link {
    justify-content: left;
}
.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #4154f1;
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}
.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #4154f1;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.card-body {
    padding: 0 20px 20px 20px;
}
.card-title {
    padding: 20px 0 15px 0;             
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}
.header-video {
    height: 250px;
}
a.nav-link.text-red {
      color: red !important;
      text-decoration: none !important;
}
.bg-success {
    background-color: #198754 !important;
    padding: 5px !important;
    color: #fff;
}
.bg-success p {
      margin: 0 !important;
}
/*.swal2-icon {
    height: 60px !important;
    width: 60px !important;
    padding: 10px !important;
}*/
hr {
    border: 1px solid #000 !important;
}
.border-right {
    border-right: 1px solid #000 !important;
}
.btn-sort, .btn-cancel {
      display: none;
}
thead tr th, .text-dark {
      color: #000 !important;
}
#image-preview {
    height: 300px;
}
#embed-file,#embed-file-item, .img-preview, .img-preview-item {
    display: none;
}
button.close {
      position: absolute;
    right: 15px;
    top: 15px;
}
.pagination button {
      padding: 5px;
      margin: 2px;
}
.img_circle img#profile {
    border-radius: 50%;
  width: 200px;
  height: 200px;
}
#preview {
  max-width: 100%;
  max-height: 400px;
}
.swal-wide {
    width: 700px;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 20000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
    #election-main {
        margin-left: 300px;
    }
}
/* End elections */
#signout {
    cursor: pointer;
}
@media only screen and (min-width: 390px) {
    #item-video {
        height: 480px;
    }
}
@media only screen and (max-width: 600px) {
      .list-header-container {
            margin: 10px 0px 10px 0px;
            height: 380px;
        }
    #list-image, #list-video {
        height: 300px;
    }
    #election-list-video {
          height: 370px;
    }
    #item-video {
        height: 480px;
    }
    .horizontal.white li {
        width: 100% !important;
    }
    .horizontal.white li a {
        font-size: 1em;
    }
    .v2s-page-title-main {
            font-size: 2em;
        }
    /*.horizontal.white a {
            color: #555;
            border: 1px solid #ccc;
            border-bottom: none;
        }*/
}
@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}
/* Loader */
#loader span{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #212529;
  margin: 35px 5px;
  opacity: 0;
}

#loader span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

@media (max-width:767px) {
    .carousel-inner .active.left {
        left: -50%
    }
    .carousel-inner .active.right {
        left: 50%
    }
    .carousel-inner .next {
        left: 50%
    }
    .carousel-inner .prev {
        left: -50%
    }
    .carousel-col {
        width: 50%
    }
    .active>div:first-child + div {
        display: block
    }
    #sponsored-list {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .carousel-inner .active.left {
        left: -50%
    }
    .carousel-inner .active.right {
        left: 50%
    }
    .carousel-inner .next {
        left: 50%
    }
    .carousel-inner .prev {
        left: -50%
    }
    .carousel-col {
        width: 50%
    }
    .active>div:first-child + div {
        display: block
    }
    .active>div:first-child + div {
        display: block
    }
    .active>div:first-child + div + div {
        display: block
    }
    .active>div:first-child + div + div + div + div {
        display: block
    }
    .active>div:first-child + div + div + div + div +div {
        display: block
    }
    .active>div:first-child + div + div + div + div +div + div {
        display: block
    }
    .carousel-col {
        width: 20%
    }
    #sponsored-list {
        margin-top: 100px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .carousel-inner .active.left {
        left: -33%
    }
    .carousel-inner .active.right {
        left: 33%
    }
    .carousel-inner .next {
        left: 33%
    }
    .carousel-inner .prev {
        left: -33%
    }
    .carousel-col {
        width: 33%
    }
    .active>div:first-child + div {
        display: block
    }
    .active>div:first-child + div + div {
        display: block
    }
    .active>div:first-child + div + div + div + div {
        display: block
    }
    .active>div:first-child + div + div + div + div +div {
        display: block
    }
    .active>div:first-child + div + div + div + div +div + div {
        display: block
    }
    .carousel-col {
        width: 20%
    }
    #sponsored-list {
        margin-top: 100px
    }
}

@media (min-width:1200px) {
    .carousel-inner .active.left {
        left: -25%
    }
    .carousel-inner .active.right {
        left: 25%
    }
    .carousel-inner .next {
        left: 25%
    }
    .carousel-inner .prev {
        left: -25%
    }
    .carousel-col {
        width: 25%
    }
    .active>div:first-child + div {
        display: block
    }
    .active>div:first-child + div + div {
        display: block
    }
    .active>div:first-child + div + div + div {
        display: block
    }
    .active>div:first-child + div + div + div + div {
        display: block
    }
    .active>div:first-child + div + div + div + div +div {
        display: block
    }
    .carousel-col {
        width: 16%
    }
    #sponsored-list {
        margin-top: 100px
    }
}
