div#menu-cookie-bottom {
    height: auto!important;
    min-height: 400px!important;
}
.action-warning-1{display:none!important;}
textarea{ -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; }
.modal.show .modal-dialog { padding-top: 22px; padding-bottom: 22px; }
:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}
/*---Blog Pages---*/
/*----------------*/
*{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
  }

.footcontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .footcontainer {
        width:750px
    }
}

@media (min-width: 992px) {
    .footcontainer {
        width:970px
    }
}

@media (min-width: 1200px) {
    .footcontainer {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}




@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }



    .col-sm-6 {
        width: 50%
    }

    

   
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

   

    .col-md-4 {
        width: 33.33333333%
    }

    
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

   

    .col-lg-3 {
        width: 25%
    }



    
}

.op-1{
  opacity: 1!important;
}
.op-0{
  opacity: 0!important;
}
.radius-5{    border-radius: 5px!important;}
.radius-10{    border-radius: 10px!important;}
.radius-20{    border-radius: 20px!important;}
.profileincontent{
  margin: 10px;
  padding-left: 10px;
}
.loadmorecomments:hover,.loadmoresubcomments:hover{
  text-decoration: underline;
}
.bg-frost{
  background-image: linear-gradient(to top left,rgb(255 255 255 / .7), rgb(236 235 235 / .5));
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}
.player-size {
  /* comment below line for responsive 16:9 ratio based on 
     user's window width */
  width: 100%;
  /* only need to specify width since 16:9 ratio is  
     preserved / automatically applied */
}

.cropping-div {
  overflow: hidden;
}

.div-to-crop {
  overflow: hidden;
  margin-top: -51%;
  margin-bottom: -20%;
}

.player-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 128.25%;
}

.player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 124%;
  
}
.progress-bar{
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
}
.youtubecontainer{
  width: calc( 100% + 18px + 18px )!important;
    height: auto!important;
    object-fit: cover;
    max-height: 468px!important;
    left: -18px;
}
.mutecontrol{
  position: absolute;left: 10px;top: -37px;
  cursor:pointer;
}
.storyplay:after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
  border-color: transparent transparent transparent #f446a9;
  border-style: solid;
  border-width: 10px 0 10px 20px;
}
body{background:grey;}
.playvideoholder{
  position: absolute!important;
    /*top: calc( 50% - 70px );*/
    z-index: 1;
    width: calc( 100% )!important;
    height: 100%;
}
.playvideo { 
  cursor:pointer;
  opacity:.7;
  top: calc(50% - 70px);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(252 34 120 / 1)),to( rgb(242 76 178 / 1)));
background-image: linear-gradient(to top left,rgb(254 28 110 / 1), rgb(243 78 180 / 1));;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 2em; /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}
.page-content.profile .playvideo{
  text-align: center;
    z-index: 10;
    position: absolute;
    top: calc( 100vh - 315px );
    left: calc( 50% - 64px );
    transform: scale(.5);
    opacity: .5;
}

.field1:hover ~ .playvideo,.page-content.profile .playvideo:hover{
  opacity:1;
}

.playvideo::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.playvideo.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.playvideo.pause::after{
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
    content: "";
    opacity: 1;
    width: 20px;
    height: 53px;
    position: absolute;
    right: 68px;
    top: 45px;
    border-left: 20px solid rgb(255 255 255);
    box-shadow: 30px 0 0 0 #ffffff;
}
.almosthidden{
  height: 0px;overflow: hidden;
}
.putpause {width: 25px;
    height: 25px;
    float: right;
}

.storypause {
    width: 14px;
    height: 25px;
    float: right;
    right: 3px;
    position: relative;
}
.putpause .pause1,.storypause .pause1{
  height: 20px;
    width: 5px;
    background: #f446a9;
    float: right;
    right: 5px;
}
.putpause .pause2,.storypause .pause2{
  height: 20px;
    width: 5px;
    background: #f446a9;
    right: -6px;
}
.playpauseholder{
  float: right;
    top: -38px;
    right: -8px;
    cursor:pointer;
}
.playpausestoryholder{
  cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
    top: 13px;
    right: 40px;
    float: right;
    z-index: 1000000;
}
.playvideo.ask{
  height: 104%;
    width: 400%;
    top: -22px;
    border-radius: 0;
    display: block;
    font-size: 14px;
}
.playvideo.ask:hover{
  opacity:.8;
}

.playvideo.ask .answers {
    border: solid 1px rgb(255 255 255 / .7);
    /* background: rgb(0 0 0 / .2); */
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 2px;
    box-shadow: inset 0 0 16px rgb(255 255 255 / .4);
}
.videostreamurl {
    background: rgb(0 0 0 / .05);
    border-radius: 20px 0px 0px 20px !important;
    font-size: 15px;
    padding: 8px 20px;
    width: calc( 100% );
}
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.rradio__input,.dragradio__input {
  display: -webkit-box;
  display: flex;
}
.rradio__input input,.dragradio__input input {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.radio-gradient input:checked + .radio__control {
  background: radial-gradient(white 20%, rgba(255, 0, 0, 0) 70%);
}

.radio__control {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  cursor:pointer;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
label.radio.radio-gradient{
  float: right;
    top: 12px;
    right: 10px;
    z-index: 5;
}
.commentdate {
  margin-right: auto;
    float: right;
    top: 13px;
    padding: 7px;
    font-size: 11px;
    opacity: .75;
}
.articledate{
  margin-right: auto;
    top: -4px;
    padding: 1px 7px 1px 0px;
    font-size: 11px;
    opacity: .75;
    display: initial;
}
.blog-post-home strong{
  display:block;
  padding:0px 20px 15px 20px;
  font-weight:500;
  line-height:24px;
}

.blog-post-home span{
  display:block;
  font-size:11px;
  margin:-15px 0px 5px 20px;
}

.blog-post-home p{
  color:#959595;
  line-height:26px;
  padding:0 20px;
}

.blog-post-stats{padding:0px 20px;}
.blog-post-stats a i{padding-right:5px; }
.blog-post-stats a{
  font-size:11px;
  float:left;
  color:#6a6a6a;
  margin:-5px 15px 5px 0px;
}

.blog-post-home-author{
  margin:-10px 0px 0px 20px;
  color:#1f1f1f;  
  margin-bottom:30px;
  width:60%;
}

.blog-post-home-author img{
  width:35px;
  margin-top:7px;
  position:absolute;
  border-radius:35px;
}

.blog-post-home-author span{
  font-size:12px;
  padding:5px 0px 0px 25px;
  display:block;
}

.blog-post-home-author span u{
  text-decoration:none;
  font-weight:400;
  font-style: normal;
  padding-left:5px;
  color:#4A89DC;
}

.blog-post-home-author em{
  font-size:11px;
  display:block;
  margin-top:-15px;
  color:#a7a7a7;
  font-weight:400;
  padding-left:44px;
}

.blog-post-more{
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  border-radius:35px;
  position:absolute;
  right:20px;
  margin-top:-65px;
    color:#FFF;
}

.blog-categories-3 a{width:30.3333333333%; float:left;  margin:0% 1.5% 3% 1.5%;}
.blog-categories-1 a{width:97%; margin:0% 1.5% 5% 1.5%;}
.blog-categories-2 a{width:47%; float:left; margin:0% 1.5% 3% 1.5%;}
.blog-categories a{border-radius:5px!important; overflow:hidden;}
.blog-categories-1 em{font-size:26px;}
.blog-categories-2 em{font-size:20px;}
.blog-categories-3 em{font-size:16px;}
.blog-categories em{
  text-transform:uppercase;
  font-weight:700;
  height:100%;
  width:100%;
  position:absolute;
  text-align:center;
  width:100%;
  color:#FFFFFF;
  top:50%;
  margin-top:-15px;
  z-index:10;
  font-style: normal;
  text-shadow:0px 1px 0px #000000;
}

.blog-categories strong{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:9;
  background-color:rgba(0,0,0,0.2);
}

.blog-categories a img{margin-bottom:0px;}
.blog-categories a span{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:8;
}

/*Blog List
.blog-list-item img{position:absolute; width:70px;  margin-top:2px;}
.blog-list-item{
  min-height:95px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:solid 1px rgba(0,0,0,0.1);
}

.blog-list-item strong{
  padding-left:85px;
  display:block;
  font-size:13px;
  line-height:20px;
  font-weight:600;
  color:#1f1f1f;
}

.blog-list-item:hover span {
    padding-left: 95px;
    transition: .3s;
}

.blog-list-item span {
    display: block;
    padding-left: 85px;
    font-size: 10px;
    color: #989898;
    transition: .3s;
}

.blog-list-item span a{
  padding-left:5px;
  margin-left:5px;
  border-left:solid 1px rgba(0,0,0,0.2);
}
.blog-list-item span i{margin-right:10px;}

/*Blog Columns*/
.blog-col-item em{
  position:absolute;
  margin-top:-24px;
  font-size:10px;
    color:#FFF;
  font-weight:600;
  text-transform: uppercase;
  padding:3px 10px;
  font-style: normal;
}

.blog-col-item strong{color:#1f1f1f; font-weight:500; padding-top:10px; display:block;}
.blog-col-item{line-height:18px; margin-bottom:30px;}
.blog-col-item span i{margin-right:10px;}

.blog-col-item span{
  display:block;
  font-size:10px;
  padding:10px 0px 0px 0px;
  color:#989898;
}

/*---Archve---*/
/*------------*/

.archive-box-content{display:none;}
.archive-box-current{display:block!important;}
.archive-box-title{
  font-size:21px;
  font-weight:600;
  color:#1f1f1f;
  height:40px;
  line-height:40px;
}

.archive-box-title em{
  display:block;
  text-align:right;
  margin-top:-38px;
  font-style: normal;
  font-size:12px;
  letter-spacing: 1px; 
  color:#b7b7b7;
  font-weight:400;
}

.archive-box-content a:first-child{margin-top:-5px!important;}
.archive-box-content a:last-child{ padding-bottom:0px;}
.archive-box-content a{line-height:40px;}
.archive-item-disabled{color:#cacaca!important;}

.archive-box-content a em{
  position:absolute;
    color:#1f1f1f;
  right:0px;
  font-size:11px;
  font-style:normal;
}
.searchrescont{
  margin: 15px;
    width: calc(100% - 30px );
    backface-visibility: hidden;
    background: white;
    padding: 15px 19px;
    border-radius: 100px 25px 25px 100px;
    box-shadow: -5px -7px 15px rgb(240 93 219 / 10%), 6px 8px 28px hsl(33deg 73% 78% / 30%);
}
.searchrescont .channellike,.searchrescont .hashtaglike{
  z-index: 100;
    background: #fbe8f0;
    border-radius: 10px;
    bottom: 0px;
    padding: 7px 11px 0px 10px;
    position: absolute;
    right: 11px;
    bottom: 11px;
}
.closesearch{
  z-index: 10;
  position: absolute;
  right: calc( 50% - 20px );
  width: 43px;
  padding: 10px 10px 12px 15px;
  font-size: 30px;
  background: rgb(243 146 192 / 30%);
  border-radius: 50%;
  top: -10px;
}
.theme-dark .blog-post-home .blog-post-home-author span{color:#FFF;}
.theme-dark .blog-post-home strong{color:#FFF;}
.theme-dark .blog-post-home span{color:#FFF;}
.theme-dark .archive-box-content em{color:#FFF}
.theme-dark .blog-col-item strong{color:#FFF;}
.theme-dark .blog-list-item strong{color:#FFF;}
.theme-dark .blog-list-item{border-bottom:solid 1px rgba(255,255,255,0.1);}












.blog-categories a span {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    height: 150px;
    opacity: .7;
}

a:hover .catselect {
    opacity: .2!important;
    transition: .3s;
}

.blog-categories a:hover em {
    text-shadow: 0px 8px 6px #000000!important;
    transition: .5s;
}

.active .caption-bottom h4.color-white.center-text.uppercase.ultrabold.bottom-40 {
    text-shadow: 0px 3px 6px #000000!important;
    transition: 1.5s;
}

.buttext a.button.button-center-small.button-xs.button-circle.bg-highlight.shadow-large.bottom-10 {
    color: rgba(255, 255, 255, .0);
    transition: .3s;
}
.buttext .active a.button.button-center-small.button-xs.button-circle.bg-highlight.shadow-large.bottom-10 {
    color: rgba(255, 255, 255, .99);
    transition-delay: 1s;
    transition: 1s;
}

ul.magazines {margin: 0px 0px 0px 0px;
    white-space: nowrap;
    /* position: absolute; */
    top: 46px;
    clear: both;
    /* height: 100%; */
    overflow: hidden;}

    ul.magazines li {
    display: inline-block;
    position:relative;
    padding:8px;
    float:left;
    text-align:center;
    max-width: 33%;
    }
    
ul.magazines span {cursor:pointer;background: #000;display: block;float: left;margin: 0 0 42px 9px;padding: 5px 5px 5px 5px;text-align: center;font-family: "Marker Felt", sans-serif;text-decoration: none;color: #fff;transition: .4s;font-size: 10px;-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);-webkit-transform: rotate(-3deg);-moz-transform: rotate(-3deg);}
    
ul.magazines img span:link { display: block; width: 102px; margin: 7px; -webkit-transform: rotate(13deg);  -moz-transform: rotate(13deg); }

ul.magazines img { display: block; width: 102px; margin: 7px;  }
/* ul.magazines a:before { content: attr(title); width:80px; overflow:hidden; position:fixed;}   */

ul.magazines img {display: block;width: 102px;margin: 7px;}




ul.magazines li span:hover {-webkit-transform: scale(1.45);-moz-transform: scale(1.45);-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);position: relative;z-index: 5;transition: .4s;}




































.replybutton,.likebutton,.like,.comment,.morecomments,.pointer{
  user-select: none;
}










body.magazinepage{
  overflow:hidden;
  background-color:#fcfcfc;
  margin:0;
  padding:0;
}

.magazine-viewport .container{
  position:absolute;
  top:50%;
  left:50%;
  width:922px;
  height:600px;
  margin:auto;
}

.magazine-viewport .magazine{
  width:922px;
  height:600px;
  left:-461px;
  top:-300px;
}

.magazine-viewport .page{
  width:461px;
  height:600px;
  background-color:white;
  background-repeat:no-repeat;
  background-size:100% 100%;
}

.magazine-viewport .zoomer .region{
  display:none;
}

.magazine-viewport .zoom-in .region{
  display:none;
}

.magazine .region{
  position:absolute;
  overflow:hidden;
  background:#0066FF;
  opacity:0.2;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  cursor:pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.magazine .region:hover{
  opacity:0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.magazine .region.zoom{
  opacity:0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}

.magazine .region.zoom:hover{
  opacity:0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.magazine .page{
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
  -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
  -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
  box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.magazine-viewport .page img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin:0;
}

.magazine .even .gradient{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

  background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
  background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.magazine .odd .gradient{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

  background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
  background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient{

  display:none;

}

.magazine-viewport .loader{
  background-image:url(../pics/loader.gif);
  width:22px;
  height:22px;
  position:absolute;
  top:280px;
  left:219px;
}

.magazine-viewport .shadow{
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;

  -webkit-box-shadow:0 0 20px #ccc;
  -moz-box-shadow:0 0 20px #ccc;
  -o-box-shadow:0 0 20px #ccc;
  -ms-box-shadow:0 0 20px #ccc;
  box-shadow:0 0 20px #ccc;
}

.magazine-viewport .next-button,
.magazine-viewport .previous-button{
  width:22px;
  height:600px;
  position:absolute;
  top:0;
}

.magazine-viewport .next-button{
  right:-22px;
  -webkit-border-radius:0 15px 15px 0;
  -moz-border-radius:0 15px 15px 0;
  -ms-border-radius:0 15px 15px 0;
  -o-border-radius:0 15px 15px 0;
  border-radius:0 15px 15px 0;
}

.magazine-viewport .previous-button{
  left:-22px;
  -webkit-border-radius:15px 0 0 15px;
  -moz-border-radius:15px 0 0 15px;
  -ms-border-radius:15px 0 0 15px;
  -o-border-radius:15px 0 0 15px;
  border-radius:15px 0 0 15px;
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .next-button-hover{
  background-color:rgba(0,0,0, 0.2);
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down{
  background-image:url(../pics/arrows.png);
  background-position:-4px 284px;
  background-repeat:no-repeat;
}

.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down{
  background-color:rgba(0,0,0, 0.4);
}

.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down{
  background-image:url(../pics/arrows.png);
  background-position:-38px 284px;
  background-repeat:no-repeat;
}

.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button{
  display:none;
}

.animated{
  -webkit-transition:margin-left 0.5s;
  -moz-transition:margin-left 0.5s;
  -ms-transition:margin-left 0.5s;
  -o-transition:margin-left 0.5s;
  transition:margin-left 0.5s;
}

.thumbnails{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:140px;
  z-index:1;
}

.thumbnails > div{
  width:1050px;
  height:100px;
  margin:20px auto;
}

.thumbnails ul{
  margin:0;
  padding:0;
  text-align:center;
  -webkit-transform:scale3d(0.5, 0.5, 1);
  -moz-transform:scale3d(0.5, 0.5, 1);
  -o-transform:scale3d(0.5, 0.5, 1);
  -ms-transform:scale3d(0.5, 0.5, 1);
  transform:scale3d(0.5, 0.5, 1);
  -webkit-transition:-webkit-transform ease-in-out 100ms;
  -moz-transition:-moz-transform ease-in-out 100ms;
  -ms-transition:-ms-transform ease-in-out 100ms;
  -o-transition:-o-transform ease-in-out 100ms;
  transition:transform ease-in-out 100ms;
}

.thumbanils-touch ul{
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  -ms-transform:none;
  transform:none;
}

.thumbnails-hover ul{
  -webkit-transform:scale3d(0.6, 0.6, 1);
  -moz-transform:scale3d(0.6, 0.6, 1);
  -o-transform:scale3d(0.6, 0.6, 1);
  -ms-transform:scale3d(0.6, 0.6, 1);
  transform:scale3d(0.6, 0.6, 1);
}

.thumbnails li{
  list-style:none;
  display:inline-block;
  margin:0 5px;
  -webkit-box-shadow:0 0 10px #ccc;
  -moz-box-shadow:0 0 10px #ccc;
  -ms-box-shadow:0 0 10px #ccc;
  -o-box-shadow:0 0 10px #ccc;
  box-shadow:0 0 10px  #ccc;
  -webkit-transition:-webkit-transform 60ms;
  -moz-transition:-webkit-transform 60ms;
  -o-transition:-webkit-transform 60ms;
  -ms-transition:-webkit-transform 60ms;
  transition:-webkit-transform 60ms;
}

.thumbnails li span{
  display:none;
}

.thumbnails .current{
  -webkit-box-shadow:0 0 10px red;
  -moz-box-shadow:0 0 10px red;
  -ms-box-shadow:0 0 10px red;
  -o-box-shadow:0 0 10px red;
  box-shadow:0 0 10px red;
}

.thumbnails .thumb-hover{
  -webkit-transform:scale3d(1.3, 1.3, 1);
  -moz-transform:scale3d(1.3, 1.3, 1);
  -o-transform:scale3d(1.3, 1.3, 1);
  -ms-transform:scale3d(1.3, 1.3, 1);
  transform:scale3d(1.3, 1.3, 1);

  -webkit-box-shadow:0 0 10px #666;
  -moz-box-shadow:0 0 10px #666;
  -ms-box-shadow:0 0 10px #666;
  -o-box-shadow:0 0 10px #666;
  box-shadow:0 0 10px #666;
}

.thumbanils-touch .thumb-hover{
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  -ms-transform:none;
  transform:none;
}

.thumbnails .thumb-hover span{
  position:absolute;
  bottom:-30px;
  left:0;
  z-index:2;
  width:100%;
  height:30px;
  font:bold 15px arial;
  line-height:30px;
  color:#666;
  display:block;
  cursor:default;
}

.thumbnails img{
  float:left;
}

.esc{
  position: absolute;
  top:10px;
  left:0;
  width:100%;
  height:40px;
  z-index:10000;
}

.esc > div{
  width:140px;
  height:30px;
  margin:auto;
  background:rgba(0,0,0,0.5);
  text-align:center;
  font:12px arial;
  line-height:30px;
  color:white;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}

.made{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  font: 14px arial;
  line-height:40px;
  color:#666;
  text-align:center;
  z-index:10;
}

.get-now{
  text-decoration:none;
  margin:0;
  padding:5px 20px;
  color:white;
  text-shadow:0 -1px 0 #3D561F;
  border:1px solid #4D682B;
  background-color:#657948;

  background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #82A353),  color-stop(0.5, #62843C), color-stop(0.51,  #5B7E32), color-stop(1,  #476928));
  background:-webkit-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
  background:-moz-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
  background:-ms-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
  background:-o-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
  background:linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);

  -webkit-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
  -moz-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
  -o-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
  -ms-box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;
  box-shadow:inset 0 1px 1px #9ECF7A, inset 0 -1px 1px #355828;

  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
}


.get-now:hover{
  border:1px solid #3F5228;
  text-decoration:none;

  background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #688939), color-stop(1,  #5B6D40));
  background:-webkit-linear-gradient(top, #688939, #5B6D40);
  background:-moz-linear-gradient(top, #688939, #5B6D40);
  background:-ms-linear-gradient(top, #688939, #5B6D40);
  background:-o-linear-gradient(top, #688939, #5B6D40);
  background:linear-gradient(top, #688939, #5B6D40);
}

.get-now:active{
  border:1px solid #243017;

  background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #577330), color-stop(1,  #4C5B35));
  background:-webkit-linear-gradient(top, #577330, #4C5B35);
  background:-moz-linear-gradient(top, #577330, #4C5B35);
  background:-ms-linear-gradient(top, #577330, #4C5B35);
  background:-o-linear-gradient(top, #577330, #4C5B35);
  background:linear-gradient(top, #577330, #4C5B35);
}

.page-content, .header-fixed {
    /*margin-left: auto;
    margin-right: auto;*/
    overflow: inherit;
}

.header{
  width:100vw;
  height: 105px;
    top: -50px;
}

.page-content {
    max-width: 1280px;
    /*overflow-x:hidden;*/
}

body,body .body{
    background-color: #1a0741;
    background-image: url(/pics/bg.jpg);
    background-repeat: repeat-x;
       margin: 0px;
}

body.theme-light,body.theme-light .body{
    background-color: #d6d6d6;
    background-image: url(/pics/bglight.jpg);
    background-repeat: repeat-x;
       margin: 0px;
}

@media (min-width: 1280px) {

    .backgroundimg{
        z-index:100!important;
        pointer-events: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    #backgroundimg2{
        background-image: url(/pics/guapoleft.jpg) !important;
        background-repeat: no-repeat;
        background-position: calc( 50% - 842px ) 0;
        height: 1896px;
    }

    #backgroundimg1{
        background-image: url(/pics/guaporight.jpg) !important;
        background-repeat: no-repeat;
        background-position: calc( 50% + 827px ) 0;
        height: 1896px;
    }

    .theme-light #backgroundimg2{
        background-image: url(/pics/guapoleftlight.jpg) !important;
    }


    .theme-light #backgroundimg1{
        background-image: url(/pics/guaporightlight.jpg) !important;
    }

}



div.inprices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  
  /* extra styles */
  grid-gap: 0.5rem;
}

span.first-half {
  grid-column-start: 1;
  
  /* extra styles */
  
  padding: 0.5rem;
}

span.second-half {
  grid-column-start: 2;
  
  /* extra styles */
  
  padding: 0.5rem;
}

@media (min-width: 500px) {
  .blog-list-item{
    height: 95px;
    float:left;
    width:50%;
  }
}

.blog-list-item a strong {
    height: 40px;
    overflow: hidden;
}


div.business-img {
    background-size: cover;
    height: 200px;
    background-position: center;
    width: 200px;
    float: left;
}

.business-list-item {
    width: 100%;
    white-space: nowrap;
    height: 200px;
    margin-bottom: 20px;
    background: rgba(140, 140, 140, 0.09);
}

.business-list-item div.container-business {
    width: 100%;
    height: 100%;
}

.business-list-item div .textbuss {
    padding: 5px 5px 5px 9px;
    margin-left: 200px;
    width: calc( 100% - 200px );
    margin-bottom: 9px;
    text-align: justify;
}

p.textbuss {
    height: 113px;
    line-height: 20px;
    overflow: hidden;
    top: -30px;
    white-space: normal;
    text-overflow: ellipsis;
}
p.textbuss{
-webkit-mask-image: linear-gradient(to bottom,  #76797f 70%, transparent 95%);
mask-image:     linear-gradient(to bottom,  #76797f 70%, transparent 95%);
}

.busscat {
    top: -16px;
}

p.textbuss small {
        top: -5px;
    position: relative;
    white-space: nowrap;
    font-size: smaller;
}
.container-business {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    transition: 1s;
}

.container-business:hover{
  -webkit-box-shadow: 0px 4px 10px 0px rgba(19, 45, 83, .27);
  -moz-box-shadow: 0px 4px 10px 0px rgba(19, 45, 83, .27);
  box-shadow: 0px 4px 10px 0px rgba(19, 45, 83, .27);
  transition:.3s;


transition:.5s;
}


@media (max-width: 500px) {
  div.business-img {
      height: 150px;
      width: 100%;
      float: none;
  }
  .business-list-item div .textbuss {
      margin-left: 0px;
      width: 100%;
  }
  .business-list-item {
      height: 355px;
  }
}


.bg-highlight{
    background-image: -webkit-gradient(linear,right bottom,left top,from(#31115c),to( #5d139a));
    background-image: linear-gradient(to top left,#31115c, #5d139a);
    transition: .3s;
    user-select: none;
}

.bg-highlight:hover, .bg-highlight:active{
    background: linear-gradient(316deg, #31115c, #5d139a, #da3398, #dc44bc);
    background-size: 400% 200%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}



@-webkit-keyframes AnimationName {
    0%{background-position:0% 9%}
    50%{background-position:100% 92%}
    100%{background-position:0% 9%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 9%}
    50%{background-position:100% 92%}
    100%{background-position:0% 9%}
}
@keyframes AnimationName {
    0%{background-position:0% 9%}
    50%{background-position:100% 92%}
    100%{background-position:0% 9%}
}


@-webkit-keyframes AnimationNameFadeIn {
    0%{opacity:0;background-position-y: -0px;}
    2%{opacity:1;background-position-y: -0px;}
    5%{opacity:1;}
    10%{opacity:.1;}
    50%{}
    95%{opacity:.1;}
    100%{opacity:0;background-position-y: 0px;}
}
@-moz-keyframes AnimationNameFadeIn {
    0%{opacity:0;background-position-y: -0px;}
    2%{opacity:1;background-position-y: -0px;}
    5%{opacity:1;}
    10%{opacity:.1;}
    50%{}
    95%{opacity:.1;}
    100%{opacity:0;background-position-y: 0px;}
}
@keyframes AnimationNameFadeIn {
    0%{opacity:0;background-position-y: -0px;}
    2%{opacity:1;background-position-y: -0px;}
    5%{opacity:1;}
    10%{opacity:.1;}
    50%{}
    95%{opacity:.1;}
    100%{opacity:0;background-position-y: 0px;}
}


.input-style-1-active,.input-style-1-inactive{
    background-color: rgba(255, 255, 255, 0)!important;
}

.form-field span {
    font-size: inherit;
}

.has-icon textarea {
    padding-left: 40px;
}
.p5{padding:5px;}
.p10{padding:10px;}

.weird3d{
  line-height: 48px;
    top: -100px;
    position: absolute;
    width: 100%;
  text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.subtit{
      text-shadow: 0 2.36px 2.896px #000000, 0 -2px 1px #fff;
    letter-spacing: 3px;
}

#map-canvas { height: 100%; margin: 0; }

@media (min-width: 858px){
  .mobileonly {
      display: none!important;
  }
}

@media (max-width: 857px) {
    .desktoponly {
        display: none!important
    }
}

.tm_lifted {position:relative;/* box-shadow:0 0px 0px rgba(0, 0, 0, 0.3); */padding-bottom: 1px;}
.tm_lifted:before,.tm_lifted:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:15px;
  left:10px;
  width:50%;
  height:20%;
  -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}
.tm_lifted:after {
  right:10px;
  left:auto;
  -webkit-transform:rotate(3deg);
  -moz-transform:rotate(3deg);
  -ms-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  transform:rotate(3deg);
}

 .demo-bg{
background: linear-gradient(180deg, rgb(79, 112, 200) 0%, rgb(51, 84, 173) 8%, rgb(60, 90, 173) 82%);
    margin-top: 60px;
    -moz-box-shadow: inset 0px -9px 24px #000000;
    -webkit-box-shadow: inset 0px -9px 24px #132f55;
    box-shadow: inset 0px -9px 24px #132f79;
}


.business-hours {
background: linear-gradient(170deg, rgb(22, 50, 90) 0%, rgb(2, 23, 51) 18%, rgb(22, 50, 90) 100%);
padding: 40px 14px;
margin-top: -15px;
position: relative;
-webkit-box-shadow: -13px 8px 11px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: -13px 8px 11px -5px rgba(0,0,0,0.5);
    box-shadow: -13px 8px 11px -5px rgba(0,0,0,0.5);
}
.business-hours:before{
content: '';
width: 23px;
height: 23px;
background: #111;
position: absolute;
top: 5px;
left: -12px;
transform: rotate(-45deg);
z-index: -1;
}
.business-hours .title {
font-size: 20px;
color: #BBB;
text-transform: uppercase;
padding-left: 5px;
border-left: 4px solid #6a9bff;
}
.business-hours li {
color: #888;
line-height: 30px;
border-bottom: 1px solid #041936; 
float: left; width: 50%;

}
.business-hours li:last-child {
border-bottom: none; 
}
.business-hours .opening-hours li.siesta {
color: #ec5b5b; 
}
.business-hours .opening-hours li.today {
    color: #5e92de;
}
.hourscontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hoursrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px){
.hourscol-sm-4 {
    max-width: 60%;
}}
.hourscol-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 25px;
}

ul.list-unstyled.opening-hours {
    list-style: none;
    margin-left: 0px;
}

.theme-dark .content.busdessrip{
  background: linear-gradient(170deg, rgb(22, 50, 90) 0%, rgb(2, 23, 51) 18%, rgb(22, 50, 90) 100%);
}

.theme-light .content.busdessrip{
  background: linear-gradient(170deg, rgb(207, 225, 251) 0%, rgb(234, 243, 255) 18%, rgb(208, 225, 250) 100%);
}

.back-to-top-icon {
    bottom: 15px;
}

.contactSubmitButton{
      margin: 10px;
    width: calc( 100% - 20px );
    cursor:pointer;
    max-width: 500px;
    float:right;
}

.lastadvert{
  width:400px;
  height:200px;
 
  margin:10px;
  background-repeat:no-repeat;
  background-size:contain;
}

#gallery {
  margin: 0 auto;
  text-align: center;
}
#gallery h1 {
  color: #f9e559;
  font-size: 48px;
  font-weight: 100;
  padding: 50px 40px 0px;
  text-transform: uppercase;
}
#gallery p {
  color: white;
  padding: 0 40px;
}
#gallery .thumbnail {
  float: left;
  position: relative;
  width: 15%;
  padding-bottom: 15%;
  margin: 0.83%;
  overflow: hidden;
}
#gallery .thumbnail {
    -webkit-box-shadow: -33px -11px 9px -3px rgba(22, 50, 90, 0);
    -moz-box-shadow: -33px -11px 9px -3px rgba(22, 50, 90, 0);
    box-shadow: -33px -11px 9px -3px rgba(22, 50, 90, 0);
    transition: .3s;
}

#gallery .thumbnail:hover {
  -webkit-box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 15px 15px 26px 0px rgb(22, 50, 90);
    transition: .3s;
}
#gallery .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#gallery .img-container img {
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#gallery .img-container:hover .img-caption {
  top: 0;
  left: 0;
}
#gallery .img-container:hover .img-caption .btn-trans {
   background: linear-gradient(180deg, rgb(106, 155, 255) 0%, rgb(106, 155, 255) 8%, rgb(11, 65, 156) 82%);
    border: 1px solid #1e3786;
}
#gallery .img-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, rgb(22, 50, 90) 0%, rgba(29, 86, 162, 0.7) 18%, rgb(22, 50, 90) 100%);
  text-align: center;
  border: solid 1px #0c264c;
    outline: solid 1px #0c264c;
}

#gallery .table {
  display: table;
}
#gallery .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  /*border: 2px solid #f9e559;*/
}
#gallery .btn {
  border-radius: 30px 0 30px 0;
  border: none;
  font-size: inherit;
  font-weight: 100;
  color: #f9e559;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #173865;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery .btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery .btn::after {
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
#gallery .btn-sep {
  margin: 30px 0px;
}
#gallery .btn-p {
  font-size: 16px;
  padding: 10px 20px;
}
#gallery .btn-trans {
    background: rgb(23, 56, 101);
    color: #ffffff;
}
#gallery .btn-trans:hover {
  background: rgba(255, 255, 255, 0.4);
}
#gallery .btn-trans:active {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 992px) {
  #gallery .thumbnail {
    width: 22%;
    padding-bottom: 22%;
    margin: 1.5%;
  }
  #gallery .img-container:hover .img-caption {
    top: 0;
    left: 0;
  }
  #gallery .img-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #gallery .img-caption a {
    color: #f9e559;
  }
}
@media screen and (max-width: 720px) {
  #gallery .thumbnail {
    width: 29%;
    padding-bottom: 29%;
    margin: 2.16%;
  }
}
@media screen and (max-width: 470px) {
  #gallery .thumbnail {
    width: 44%;
    padding-bottom: 44%;
    margin: 3%;
  }
}
#gallery .img-caption {
transition: .3s;
    top: -500px;
}
.img-caption.table:hover {
    top: 0px;
    transition: .3s;
}
.img-caption.table, .img-caption.table span button {
    cursor: pointer;
}
.img-container.gallerythumbr,.img-container.gallerythumbrin{
  background: url(//www.guapograncanaria.com/images/empty.png) no-repeat center center; background-size: cover;
}

.picinblog.left {
    float: left;
    padding: 10px 10px 10px 0px;
}

.picinblog.right {
    float: right;
    padding: 10px 0px 10px 10px;
}
.pib50 {
    width: 50%;
}

.pib100{
  padding: 10px 0px 10px 0px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  img.picinblog.right{
    float: right;
    padding: 10px 0px 10px 0px;
    width: 100%;
  }
  img.picinblog.left{
    float: left;
    padding: 10px 0px 10px 0px;
    width: 100%;
  }
}


.theme-dark .darklight {
    color: white!important;
}

.theme-light .darklight {
    color: black!important;
}

.theme-light .business-hours {
    background: linear-gradient(170deg, rgb(209, 232, 253) 0%, rgb(249, 250, 251) 28%, rgb(210, 232, 253) 100%);
}

.theme-light .demo-bg {
    background: linear-gradient(180deg, rgb(220, 234, 249) 0%, rgb(188, 222, 255) 8%, rgb(223, 237, 252) 82%);
    margin-top: 60px;
    -moz-box-shadow: inset 0px -9px 24px #aadaff;
    -webkit-box-shadow: inset 0px -9px 24px #aadaff;
    box-shadow: inset 0px -9px 24px #aadaff;
}

.theme-light .business-hours .title {
    font-size: 20px;
    color: #585858;
}

.animation-element {
    position: relative
}

.bounce-up {
    opacity: .2;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0,200px,0);
    -webkit-transform: translate3d(0,200px,0);
    -o-transform: translate(0,200px);
    -ms-transform: translate(0,200px);
    transform: translate3d(0,200,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate3d(0,0,0)
}

.bounce-up-zoom {
    opacity: 1;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -moz-transform: translate3d(0,200px,0) scale(.6);
    -webkit-transform: translate3d(0,200px,0) scale(.6);
    -o-transform: translate(0,200px) scale(.6);
    -ms-transform: translate(0,200px) scale(.6);
    transform: translate3d(0,200,0) scale(.6);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.bounce-up-zoom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
.blogimg.left,.blogimg.right{position:relative;width:50%;padding-bottom:10px}.bounce-in-right{opacity:.2;-moz-transition:all .7s ease-out;-webkit-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out;-moz-transform:translate3d(1200px,0,0);-webkit-transform:translate3d(1200px,0,0);-o-transform:translate(1200px,0);-ms-transform:translate(1200px,0);transform:translate3d(1200,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.bounce-in-right.in-view{opacity:1;-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate3d(0,0,0)}.bounce-in-left{opacity:.2;-moz-transition:all .7s ease-out;-webkit-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out;-moz-transform:translate3d(-1200px,0,0);-webkit-transform:translate3d(-1200px,0,0);-o-transform:translate(-1200px,0);-ms-transform:translate(-1200px,0);transform:translate3d(-1200,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.bounce-in-left.in-view{opacity:1;-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate3d(0,0,0)}.blogimg.right{float:right;padding-left:10px}.blogimg.left{float:left;padding-right:10px}@media (max-width:449px){.blogimg.left,.blogimg.right{position:relative;width:100%;padding:0 0 10px}}

    .blogintext{
        margin: 0px 10px 10px 0px;
}
@media (max-width: 700px) {
    #mainblogsearch .blogimg {
        width: 50%;
    }
}
@media (max-width: 449px) {
    .blogintext {
            margin: 0px 0px 10px 0px;
    }
    .blogimg.right,.blogimg.left{
        position: relative;
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    #mainblogsearch .blogimg {
        position: relative;
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
}
.blogpost {
    cursor: pointer;
}
.sideofblog{
    transform: scale(1);
    transition: .6s;
    overflow: hidden;
}
.sideofblog:hover{transform: scale(1.1);
    transition: .3s;
}
.round-tiny.blogsthumbs{position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    bottom: 0px;
    transition: .3s;
    border-radius: 50px!important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 0;}

.blog-list-item:hover .preload-image {
    width: 80px;
    height: 80px;
    /* top: -5px; */
    /* left: -5px; */
    border-radius: 5px!important;
    transition: .2s;
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-box-shadow: 4px 3px 11px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 4px 3px 11px 0px rgba(0,0,0,0.46);
    box-shadow: 4px 3px 11px 0px rgba(0,0,0,0.46);
}

.theme-dark .blog-list-item:hover .preload-image {
  -moz-box-shadow: 0px 0px 13px 0px rgba(255,255,255,.7);
    box-shadow: 0px 0px 13px 0px rgba(255,255,255,.7);
}
.hidden{
  display:none!important;
}

.pagination li
{     font-size: 11px;
    display: inline-block;
    width: 35px;
    line-height: 33px;
    height: 35px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.09);}

.pagination .bg-highlight {
    color: white;
    font-size: 11px;
    display: inline-block;
    width: 35px;
    line-height: 33px;
    height: 35px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.09);
}

.bg-highlight.selected {
    background-image: linear-gradient(to top left,rgb(255 188 0 ), rgb(216 141 30));
}

.theme-light .page-content.header-clear.global-transition-effect{
  background: #d6d6d6;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  /*background: linear-gradient(-50deg, rgb(252, 29, 118), rgb(242, 81, 184), rgb(255, 242, 128), rgb(244, 41, 129),rgb(245, 215, 227),rgb(245, 215, 227),rgb(245, 215, 227), rgb(249, 231, 242), rgb(249, 231, 242), rgb(249, 231, 242), rgb(255, 253, 236), rgb(255, 253, 236), rgb(255, 253, 236), rgb(255, 243, 248),rgb(255, 243, 248),rgb(255, 243, 248));*/
    /*background-size: 200% 200%;*/
    /*-webkit-animation: AnimationName 15s ease infinite;*/
    /*-moz-animation: AnimationName 15s ease infinite;*/
    /*animation: AnimationName 15s ease infinite;*/
}

.global-transition-effect:before {
    content:"";
    z-index:0;
    position:absolute;
    width: 1280px;
    /*height:calc( 100% - 55px );*/
    height:calc( 100%  );
    background-color: #d6d6d6!important;
    background-image: url(https://www.dragcontact.com/pics/bigbiglogobg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
  display: block;
  margin-left: auto;
  margin-right: auto;
    -webkit-animation: AnimationNameFadeIn 60s ease infinite;
    -moz-animation: AnimationNameFadeIn 60s ease infinite;
    animation: AnimationNameFadeIn 60s ease infinite;
    position: fixed;
}

.theme-dark .page-content.header-clear.global-transition-effect{
  background-color: #1a0741!important;
  /*background: linear-gradient(316deg, rgb(47, 1, 19), rgb(70, 3, 45), rgb(49, 45, 2), rgb(47, 2, 21));*/
    /*background-size: 200% 200%;*/
    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;
}



.modal {
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog,.modal.fade {
    /*-webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;*/
    top:-25vh;
    transition: .3s;
    /*-webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);*/

}

.modal.show .modal-dialog,.modal.fade.show {
    top: 0px;
    transition: .3s;
}
.modal.show .modal-dialog{
    top: 15px;
    transition: .3s;
}

.modal.in .modal-dialog,.modal.fade.in  {
  top:0px;
  display: flex !important;
    height: 100%;
  transition: .3s;
    /*-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)*/
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
}

.modal-dialog {
    position: relative;
    width: auto;
    /*margin: 10px;*/
    margin: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    /*background-color: #000*/
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.loginmodal-container{
  margin: auto!important;
}

.borderred{border-color:red!important;}
input[type=text]:disabled {
    cursor: not-allowed;background-color: whitesmoke!important;
}
.maxw350{max-width:350px;}
.blink_me {  animation: blinker 1s linear 5;}@keyframes blinker {    50% { opacity: 0.5; }}
.blink_me_continue {  animation: blinker 1s linear infinite;}@keyframes blinker {    50% { opacity: 0.5; }}
span.cancelmodel{cursor: pointer;}.bb{ border-bottom: solid 1px #bdbdbd;}
.loginmodal-container {      margin: auto; padding: 30px;   width: 100% !important;  /*background-color: #F7F7F7;*/  margin: 0 auto;  border-radius: 2px;  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);  overflow: hidden;  font-family: 'Comfortaa', sans-serif;}
.loginmodal-container h1 {  text-align: center;  font-size: 1.8em;  font-family: 'Comfortaa', sans-serif;}
.loginmodal-container input[type=submit] {  width: 100%;  display: block;  margin-bottom: 10px;  position: relative;}
.loginmodal-container input[type=text], input[type=password], input[type=number] {  border-radius: 25px!important; height: 44px;  font-size: 16px;  width: 100%;  margin-bottom: 10px;  -webkit-appearance: none;  background: #fff;  border: 1px solid #d9d9d9;  border-top: 1px solid #c0c0c0;  /* border-radius: 2px; */  padding: 0 8px;  box-sizing: border-box;  -moz-box-sizing: border-box;}
.loginmodal-container input[type=text]:hover, input[type=password]:hover {  border: 1px solid #b9b9b9;  border-top: 1px solid #a0a0a0;  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);}
.loginmodal {  text-align: center;  font-size: 14px;  font-weight: 700;  height: 36px;  padding: 0 8px;/* border-radius: 3px; *//* -webkit-user-select: none;  user-select: none; */}
.loginmodal-submit {  /* border: 1px solid #3079ed; */  border: 0px;  color: #fff;  text-shadow: 0 1px rgba(0,0,0,0.1);   background-color: #4d90fe;  padding: 17px 0px;  font-family: 'Comfortaa', sans-serif;  font-size: 14px;  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */}
.loginmodal-submit:hover {  /* border: 1px solid #2f5bb7; */  border: 0px;  text-shadow: 0 1px rgba(0,0,0,0.3);  background-color: #357ae8;  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */}
.loginmodal-container a {  text-decoration: none;  color: #666;  font-weight: 400;  text-align: center;  display: inline-block;  opacity: 0.6;  transition: opacity ease 0.5s;} 
.login-help{  font-size: 12px;}
.modal-footer{padding:15px 0 0 0;}
.fblogin{    background: #3b5998 !important;    color: white!important;    font-family: 'Comfortaa', sans-serif!important;    opacity: 1!important;}
.oremail{text-align: center;    padding: 10px 0 5px 0;    border-top: solid 1px #bdbdbd;   margin-bottom: 5px;}
.fbloginfont{font-family: 'Comfortaa'!important;}
.pcen{ padding: 10px 0 10px 0 !important;}

.oremail.bb {font-size: 13px;}
.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.toggleholder{
  margin: 10px 0px;
    background: rgb(255 255 255 / .5);
    padding: 5px 8px 7px 10px;
    border-radius: 10px;
}
.toggleholder:hover{
  background: rgb(255 255 255 / .8);
}
/*.modal-title,.tooltip {
    line-height: 1.42857143
}

.popover,.tooltip {
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    text-decoration: none
}*/

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}


.btn,.input-group-btn .btn {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow,transform;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    
}

.btn::-moz-focus-inner,.input-group-btn .btn::-moz-focus-inner {
    border: 0
}

.btn:not(.btn-raised),.input-group-btn .btn:not(.btn-raised) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:not(.btn-raised),.btn:not(.btn-raised).btn-default,.input-group-btn .btn:not(.btn-raised),.input-group-btn .btn:not(.btn-raised).btn-default {
    color: rgba(0,0,0,.87)
}

.btn:not(.btn-raised).btn-inverse,.input-group-btn .btn:not(.btn-raised).btn-inverse {
    color: #3f51b5
}

.btn:not(.btn-raised).btn-primary,.input-group-btn .btn:not(.btn-raised).btn-primary {
    color: hsla(202,75%,18%,1)
}

.btn:not(.btn-raised).btn-success,.input-group-btn .btn:not(.btn-raised).btn-success {
    color: #4caf50
}

.btn:not(.btn-raised).btn-info,.input-group-btn .btn:not(.btn-raised).btn-info {
    color: #03a9f4
}

.btn:not(.btn-raised).btn-warning,.input-group-btn .btn:not(.btn-raised).btn-warning {
    color: #ff5722
}

.btn:not(.btn-raised).btn-danger,.input-group-btn .btn:not(.btn-raised).btn-danger {
    color: #f44336
}

.btn:not(.btn-raised):not(.btn-link):focus,.btn:not(.btn-raised):not(.btn-link):hover,.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
    background-color: rgba(153,153,153,.2)
}

.theme-dark .btn:not(.btn-raised):not(.btn-link):focus,.theme-dark .btn:not(.btn-raised):not(.btn-link):hover,.theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,.theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
    background-color: rgba(204,204,204,.15)
}

.btn-group-raised .btn,.btn-group-raised .btn.btn-default,.btn-group-raised .input-group-btn .btn,.btn-group-raised .input-group-btn .btn.btn-default,.btn.btn-fab,.btn.btn-fab.btn-default,.btn.btn-raised,.btn.btn-raised.btn-default,.input-group-btn .btn.btn-fab,.input-group-btn .btn.btn-fab.btn-default,.input-group-btn .btn.btn-raised,.input-group-btn .btn.btn-raised.btn-default {
    background-color: #EEE;
    color: rgba(0,0,0,.87)
}

.btn-group-raised .btn.btn-inverse,.btn-group-raised .input-group-btn .btn.btn-inverse,.btn.btn-fab.btn-inverse,.btn.btn-raised.btn-inverse,.input-group-btn .btn.btn-fab.btn-inverse,.input-group-btn .btn.btn-raised.btn-inverse {
    background-color: #3f51b5;
    color: #fff
}

.btn-group-raised .btn.btn-primary,.btn-group-raised .input-group-btn .btn.btn-primary,.btn.btn-fab.btn-primary,.btn.btn-raised.btn-primary,.input-group-btn .btn.btn-fab.btn-primary,.input-group-btn .btn.btn-raised.btn-primary {
    background-color: hsl(272deg 77% 30%);
    color: rgba(255,255,255,.72);
}

.btn-group-raised .btn.btn-success,.btn-group-raised .input-group-btn .btn.btn-success,.btn.btn-fab.btn-success,.btn.btn-raised.btn-success,.input-group-btn .btn.btn-fab.btn-success,.input-group-btn .btn.btn-raised.btn-success {
    background-color: #4caf50;
    color: rgba(255,255,255,.84)
}

.btn-group-raised .btn.btn-info,.btn-group-raised .input-group-btn .btn.btn-info,.btn.btn-fab.btn-info,.btn.btn-raised.btn-info,.input-group-btn .btn.btn-fab.btn-info,.input-group-btn .btn.btn-raised.btn-info {
    background-color: #03a9f4;
    color: rgba(255,255,255,.84)
}

.btn-group-raised .btn.btn-warning,.btn-group-raised .input-group-btn .btn.btn-warning,.btn.btn-fab.btn-warning,.btn.btn-raised.btn-warning,.input-group-btn .btn.btn-fab.btn-warning,.input-group-btn .btn.btn-raised.btn-warning {
    background-color: #ff5722;
    color: rgba(255,255,255,.84)
}

.btn-group-raised .btn.btn-danger,.btn-group-raised .input-group-btn .btn.btn-danger,.btn.btn-fab.btn-danger,.btn.btn-raised.btn-danger,.input-group-btn .btn.btn-fab.btn-danger,.input-group-btn .btn.btn-raised.btn-danger {
    background-color: #f44336;
    color: rgba(255,255,255,.84)
}

.btn-group-raised .btn:not(.btn-link),.btn-group-raised .input-group-btn .btn:not(.btn-link),.btn.btn-raised:not(.btn-link),.input-group-btn .btn.btn-raised:not(.btn-link) {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.btn-group-raised .btn:not(.btn-link).active,.btn-group-raised .btn:not(.btn-link):active,.btn-group-raised .btn:not(.btn-link):focus,.btn-group-raised .btn:not(.btn-link):hover,.btn-group-raised .input-group-btn .btn:not(.btn-link).active,.btn-group-raised .input-group-btn .btn:not(.btn-link):active,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover,.btn.btn-raised:not(.btn-link).active,.btn.btn-raised:not(.btn-link):active,.btn.btn-raised:not(.btn-link):focus,.btn.btn-raised:not(.btn-link):hover,.input-group-btn .btn.btn-raised:not(.btn-link).active,.input-group-btn .btn.btn-raised:not(.btn-link):active,.input-group-btn .btn.btn-raised:not(.btn-link):focus,.input-group-btn .btn.btn-raised:not(.btn-link):hover {
    outline: 0
}

.btn-group-raised .btn:not(.btn-link).active,.btn-group-raised .btn:not(.btn-link).active.btn-default,.btn-group-raised .btn:not(.btn-link):active,.btn-group-raised .btn:not(.btn-link):active.btn-default,.btn-group-raised .btn:not(.btn-link):focus,.btn-group-raised .btn:not(.btn-link):focus.btn-default,.btn-group-raised .btn:not(.btn-link):hover,.btn-group-raised .btn:not(.btn-link):hover.btn-default,.btn-group-raised .input-group-btn .btn:not(.btn-link).active,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-default,.btn-group-raised .input-group-btn .btn:not(.btn-link):active,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-default,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-default,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-default,.btn.btn-raised:not(.btn-link).active,.btn.btn-raised:not(.btn-link).active.btn-default,.btn.btn-raised:not(.btn-link):active,.btn.btn-raised:not(.btn-link):active.btn-default,.btn.btn-raised:not(.btn-link):focus,.btn.btn-raised:not(.btn-link):focus.btn-default,.btn.btn-raised:not(.btn-link):hover,.btn.btn-raised:not(.btn-link):hover.btn-default,.input-group-btn .btn.btn-raised:not(.btn-link).active,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-default,.input-group-btn .btn.btn-raised:not(.btn-link):active,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-default,.input-group-btn .btn.btn-raised:not(.btn-link):focus,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-default,.input-group-btn .btn.btn-raised:not(.btn-link):hover,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-default {
    background-color: #e4e4e4
}

.btn-group-raised .btn:not(.btn-link).active.btn-inverse,.btn-group-raised .btn:not(.btn-link):active.btn-inverse,.btn-group-raised .btn:not(.btn-link):focus.btn-inverse,.btn-group-raised .btn:not(.btn-link):hover.btn-inverse,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-inverse,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-inverse,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-inverse,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-inverse,.btn.btn-raised:not(.btn-link).active.btn-inverse,.btn.btn-raised:not(.btn-link):active.btn-inverse,.btn.btn-raised:not(.btn-link):focus.btn-inverse,.btn.btn-raised:not(.btn-link):hover.btn-inverse,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-inverse,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-inverse,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-inverse,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-inverse {
    background-color: #495bc0
}

.btn-group-raised .btn:not(.btn-link).active.btn-primary,.btn-group-raised .btn:not(.btn-link):active.btn-primary,.btn-group-raised .btn:not(.btn-link):focus.btn-primary,.btn-group-raised .btn:not(.btn-link):hover.btn-primary,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-primary,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-primary,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-primary,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-primary,.btn.btn-raised:not(.btn-link).active.btn-primary,.btn.btn-raised:not(.btn-link):active.btn-primary,.btn.btn-raised:not(.btn-link):focus.btn-primary,.btn.btn-raised:not(.btn-link):hover.btn-primary,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-primary,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-primary,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-primary,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-primary {
    background-color: hsl(272deg 88% 20%);
}

.btn-group-raised .btn:not(.btn-link).active.btn-success,.btn-group-raised .btn:not(.btn-link):active.btn-success,.btn-group-raised .btn:not(.btn-link):focus.btn-success,.btn-group-raised .btn:not(.btn-link):hover.btn-success,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-success,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-success,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-success,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-success,.btn.btn-raised:not(.btn-link).active.btn-success,.btn.btn-raised:not(.btn-link):active.btn-success,.btn.btn-raised:not(.btn-link):focus.btn-success,.btn.btn-raised:not(.btn-link):hover.btn-success,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-success,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-success,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-success,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success {
    background-color: #59b75c
}

.btn-group-raised .btn:not(.btn-link).active.btn-info,.btn-group-raised .btn:not(.btn-link):active.btn-info,.btn-group-raised .btn:not(.btn-link):focus.btn-info,.btn-group-raised .btn:not(.btn-link):hover.btn-info,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-info,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-info,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-info,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-info,.btn.btn-raised:not(.btn-link).active.btn-info,.btn.btn-raised:not(.btn-link):active.btn-info,.btn.btn-raised:not(.btn-link):focus.btn-info,.btn.btn-raised:not(.btn-link):hover.btn-info,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-info,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-info,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-info,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-info {
    background-color: #0fb2fc
}

.btn-group-raised .btn:not(.btn-link).active.btn-warning,.btn-group-raised .btn:not(.btn-link):active.btn-warning,.btn-group-raised .btn:not(.btn-link):focus.btn-warning,.btn-group-raised .btn:not(.btn-link):hover.btn-warning,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-warning,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-warning,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-warning,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-warning,.btn.btn-raised:not(.btn-link).active.btn-warning,.btn.btn-raised:not(.btn-link):active.btn-warning,.btn.btn-raised:not(.btn-link):focus.btn-warning,.btn.btn-raised:not(.btn-link):hover.btn-warning,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-warning,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-warning,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-warning,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-warning {
    background-color: #ff6736
}

.btn-group-raised .btn:not(.btn-link).active.btn-danger,.btn-group-raised .btn:not(.btn-link):active.btn-danger,.btn-group-raised .btn:not(.btn-link):focus.btn-danger,.btn-group-raised .btn:not(.btn-link):hover.btn-danger,.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-danger,.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-danger,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-danger,.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-danger,.btn.btn-raised:not(.btn-link).active.btn-danger,.btn.btn-raised:not(.btn-link):active.btn-danger,.btn.btn-raised:not(.btn-link):focus.btn-danger,.btn.btn-raised:not(.btn-link):hover.btn-danger,.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-danger,.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-danger,.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-danger,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-danger {
    background-color: #f55549
}

.btn-group-raised .btn:not(.btn-link).active,.btn-group-raised .btn:not(.btn-link).active:hover,.btn-group-raised .btn:not(.btn-link):active,.btn-group-raised .btn:not(.btn-link):active:hover,.btn-group-raised .input-group-btn .btn:not(.btn-link).active,.btn-group-raised .input-group-btn .btn:not(.btn-link).active:hover,.btn-group-raised .input-group-btn .btn:not(.btn-link):active,.btn-group-raised .input-group-btn .btn:not(.btn-link):active:hover,.btn.btn-raised:not(.btn-link).active,.btn.btn-raised:not(.btn-link).active:hover,.btn.btn-raised:not(.btn-link):active,.btn.btn-raised:not(.btn-link):active:hover,.input-group-btn .btn.btn-raised:not(.btn-link).active,.input-group-btn .btn.btn-raised:not(.btn-link).active:hover,.input-group-btn .btn.btn-raised:not(.btn-link):active,.input-group-btn .btn.btn-raised:not(.btn-link):active:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}

.btn-group-raised .btn:not(.btn-link):focus,.btn-group-raised .btn:not(.btn-link):focus.active,.btn-group-raised .btn:not(.btn-link):focus.active:hover,.btn-group-raised .btn:not(.btn-link):focus:active,.btn-group-raised .btn:not(.btn-link):focus:active:hover,.btn-group-raised .btn:not(.btn-link):focus:hover,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.active,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.active:hover,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus:active,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus:active:hover,.btn-group-raised .input-group-btn .btn:not(.btn-link):focus:hover,.btn.btn-raised:not(.btn-link):focus,.btn.btn-raised:not(.btn-link):focus.active,.btn.btn-raised:not(.btn-link):focus.active:hover,.btn.btn-raised:not(.btn-link):focus:active,.btn.btn-raised:not(.btn-link):focus:active:hover,.btn.btn-raised:not(.btn-link):focus:hover,.input-group-btn .btn.btn-raised:not(.btn-link):focus,.input-group-btn .btn.btn-raised:not(.btn-link):focus.active,.input-group-btn .btn.btn-raised:not(.btn-link):focus.active:hover,.input-group-btn .btn.btn-raised:not(.btn-link):focus:active,.input-group-btn .btn.btn-raised:not(.btn-link):focus:active:hover,.input-group-btn .btn.btn-raised:not(.btn-link):focus:hover {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
    box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36)
}

.btn.btn-fab,.input-group-btn .btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal
}

.btn.btn-fab .ripple-container,.input-group-btn .btn.btn-fab .ripple-container {
    border-radius: 50%
}

.btn-group-sm .btn.btn-fab,.btn-group-sm .input-group-btn .btn.btn-fab,.btn.btn-fab.btn-fab-mini,.input-group-btn .btn.btn-fab.btn-fab-mini {
    height: 40px;
    min-width: 40px;
    width: 40px
}

.btn-group-sm .btn.btn-fab.material-icons,.btn-group-sm .input-group-btn .btn.btn-fab.material-icons,.btn.btn-fab.btn-fab-mini.material-icons,.input-group-btn .btn.btn-fab.btn-fab-mini.material-icons {
    top: 0;
    left: 0
}

.btn.btn-fab i.material-icons,.input-group-btn .btn.btn-fab i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px,-12px);
    -ms-transform: translate(-12px,-12px);
    -o-transform: translate(-12px,-12px);
    transform: translate(-12px,-12px);
    line-height: 24px;
    width: 24px
}

.btn-group-lg .btn,.btn-group-lg .input-group-btn .btn,.btn.btn-lg,.input-group-btn .btn.btn-lg {
    font-size: 16px
}

.btn-group-sm .btn,.btn-group-sm .input-group-btn .btn,.btn.btn-sm,.input-group-btn .btn.btn-sm {
    padding: 5px 20px;
    font-size: 12px
}

.btn-group-xs .btn,.btn-group-xs .input-group-btn .btn,.btn.btn-xs,.input-group-btn .btn.btn-xs {
    padding: 4px 15px;
    font-size: 10px
}

.btn-group-vertical.disabled,.btn-group-vertical:disabled,.btn-group-vertical[disabled][disabled],.btn-group.disabled,.btn-group:disabled,.btn-group[disabled][disabled],.btn.disabled,.btn:disabled,.btn[disabled][disabled],.input-group-btn .btn.disabled,.input-group-btn .btn:disabled,.input-group-btn .btn[disabled][disabled],fieldset[disabled][disabled] .btn,fieldset[disabled][disabled] .btn-group,fieldset[disabled][disabled] .btn-group-vertical,fieldset[disabled][disabled] .input-group-btn .btn {
    color: rgba(0,0,0,.26);
    background: 0 0
}

.theme-dark .btn-group-vertical.disabled,.theme-dark .btn-group-vertical:disabled,.theme-dark .btn-group-vertical[disabled][disabled],.theme-dark .btn-group.disabled,.theme-dark .btn-group:disabled,.theme-dark .btn-group[disabled][disabled],.theme-dark .btn.disabled,.theme-dark .btn:disabled,.theme-dark .btn[disabled][disabled],.theme-dark .input-group-btn .btn.disabled,.theme-dark .input-group-btn .btn:disabled,.theme-dark .input-group-btn .btn[disabled][disabled],.theme-dark fieldset[disabled][disabled] .btn,.theme-dark fieldset[disabled][disabled] .btn-group,.theme-dark fieldset[disabled][disabled] .btn-group-vertical,.theme-dark fieldset[disabled][disabled] .input-group-btn .btn {
    color: rgba(255,255,255,.3)
}

.btn-group-vertical.disabled.btn-group-raised,.btn-group-vertical.disabled.btn-group-raised.active,.btn-group-vertical.disabled.btn-group-raised:active,.btn-group-vertical.disabled.btn-group-raised:focus:not(:active),.btn-group-vertical.disabled.btn-raised,.btn-group-vertical.disabled.btn-raised.active,.btn-group-vertical.disabled.btn-raised:active,.btn-group-vertical.disabled.btn-raised:focus:not(:active),.btn-group-vertical:disabled.btn-group-raised,.btn-group-vertical:disabled.btn-group-raised.active,.btn-group-vertical:disabled.btn-group-raised:active,.btn-group-vertical:disabled.btn-group-raised:focus:not(:active),.btn-group-vertical:disabled.btn-raised,.btn-group-vertical:disabled.btn-raised.active,.btn-group-vertical:disabled.btn-raised:active,.btn-group-vertical:disabled.btn-raised:focus:not(:active),.btn-group-vertical[disabled][disabled].btn-group-raised,.btn-group-vertical[disabled][disabled].btn-group-raised.active,.btn-group-vertical[disabled][disabled].btn-group-raised:active,.btn-group-vertical[disabled][disabled].btn-group-raised:focus:not(:active),.btn-group-vertical[disabled][disabled].btn-raised,.btn-group-vertical[disabled][disabled].btn-raised.active,.btn-group-vertical[disabled][disabled].btn-raised:active,.btn-group-vertical[disabled][disabled].btn-raised:focus:not(:active),.btn-group.disabled.btn-group-raised,.btn-group.disabled.btn-group-raised.active,.btn-group.disabled.btn-group-raised:active,.btn-group.disabled.btn-group-raised:focus:not(:active),.btn-group.disabled.btn-raised,.btn-group.disabled.btn-raised.active,.btn-group.disabled.btn-raised:active,.btn-group.disabled.btn-raised:focus:not(:active),.btn-group:disabled.btn-group-raised,.btn-group:disabled.btn-group-raised.active,.btn-group:disabled.btn-group-raised:active,.btn-group:disabled.btn-group-raised:focus:not(:active),.btn-group:disabled.btn-raised,.btn-group:disabled.btn-raised.active,.btn-group:disabled.btn-raised:active,.btn-group:disabled.btn-raised:focus:not(:active),.btn-group[disabled][disabled].btn-group-raised,.btn-group[disabled][disabled].btn-group-raised.active,.btn-group[disabled][disabled].btn-group-raised:active,.btn-group[disabled][disabled].btn-group-raised:focus:not(:active),.btn-group[disabled][disabled].btn-raised,.btn-group[disabled][disabled].btn-raised.active,.btn-group[disabled][disabled].btn-raised:active,.btn-group[disabled][disabled].btn-raised:focus:not(:active),.btn.disabled.btn-group-raised,.btn.disabled.btn-group-raised.active,.btn.disabled.btn-group-raised:active,.btn.disabled.btn-group-raised:focus:not(:active),.btn.disabled.btn-raised,.btn.disabled.btn-raised.active,.btn.disabled.btn-raised:active,.btn.disabled.btn-raised:focus:not(:active),.btn:disabled.btn-group-raised,.btn:disabled.btn-group-raised.active,.btn:disabled.btn-group-raised:active,.btn:disabled.btn-group-raised:focus:not(:active),.btn:disabled.btn-raised,.btn:disabled.btn-raised.active,.btn:disabled.btn-raised:active,.btn:disabled.btn-raised:focus:not(:active),.btn[disabled][disabled].btn-group-raised,.btn[disabled][disabled].btn-group-raised.active,.btn[disabled][disabled].btn-group-raised:active,.btn[disabled][disabled].btn-group-raised:focus:not(:active),.btn[disabled][disabled].btn-raised,.btn[disabled][disabled].btn-raised.active,.btn[disabled][disabled].btn-raised:active,.btn[disabled][disabled].btn-raised:focus:not(:active),.input-group-btn .btn.disabled.btn-group-raised,.input-group-btn .btn.disabled.btn-group-raised.active,.input-group-btn .btn.disabled.btn-group-raised:active,.input-group-btn .btn.disabled.btn-group-raised:focus:not(:active),.input-group-btn .btn.disabled.btn-raised,.input-group-btn .btn.disabled.btn-raised.active,.input-group-btn .btn.disabled.btn-raised:active,.input-group-btn .btn.disabled.btn-raised:focus:not(:active),.input-group-btn .btn:disabled.btn-group-raised,.input-group-btn .btn:disabled.btn-group-raised.active,.input-group-btn .btn:disabled.btn-group-raised:active,.input-group-btn .btn:disabled.btn-group-raised:focus:not(:active),.input-group-btn .btn:disabled.btn-raised,.input-group-btn .btn:disabled.btn-raised.active,.input-group-btn .btn:disabled.btn-raised:active,.input-group-btn .btn:disabled.btn-raised:focus:not(:active),.input-group-btn .btn[disabled][disabled].btn-group-raised,.input-group-btn .btn[disabled][disabled].btn-group-raised.active,.input-group-btn .btn[disabled][disabled].btn-group-raised:active,.input-group-btn .btn[disabled][disabled].btn-group-raised:focus:not(:active),.input-group-btn .btn[disabled][disabled].btn-raised,.input-group-btn .btn[disabled][disabled].btn-raised.active,.input-group-btn .btn[disabled][disabled].btn-raised:active,.input-group-btn .btn[disabled][disabled].btn-raised:focus:not(:active),fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised,fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised.active,fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised:active,fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised:focus:not(:active),fieldset[disabled][disabled] .btn-group-vertical.btn-raised,fieldset[disabled][disabled] .btn-group-vertical.btn-raised.active,fieldset[disabled][disabled] .btn-group-vertical.btn-raised:active,fieldset[disabled][disabled] .btn-group-vertical.btn-raised:focus:not(:active),fieldset[disabled][disabled] .btn-group.btn-group-raised,fieldset[disabled][disabled] .btn-group.btn-group-raised.active,fieldset[disabled][disabled] .btn-group.btn-group-raised:active,fieldset[disabled][disabled] .btn-group.btn-group-raised:focus:not(:active),fieldset[disabled][disabled] .btn-group.btn-raised,fieldset[disabled][disabled] .btn-group.btn-raised.active,fieldset[disabled][disabled] .btn-group.btn-raised:active,fieldset[disabled][disabled] .btn-group.btn-raised:focus:not(:active),fieldset[disabled][disabled] .btn.btn-group-raised,fieldset[disabled][disabled] .btn.btn-group-raised.active,fieldset[disabled][disabled] .btn.btn-group-raised:active,fieldset[disabled][disabled] .btn.btn-group-raised:focus:not(:active),fieldset[disabled][disabled] .btn.btn-raised,fieldset[disabled][disabled] .btn.btn-raised.active,fieldset[disabled][disabled] .btn.btn-raised:active,fieldset[disabled][disabled] .btn.btn-raised:focus:not(:active),fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised,fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised.active,fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised:active,fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised:focus:not(:active),fieldset[disabled][disabled] .input-group-btn .btn.btn-raised,fieldset[disabled][disabled] .input-group-btn .btn.btn-raised.active,fieldset[disabled][disabled] .input-group-btn .btn.btn-raised:active,fieldset[disabled][disabled] .input-group-btn .btn.btn-raised:focus:not(:active) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group,.btn-group-vertical {
    position: relative;
    margin: 10px 1px
}

.btn-group-vertical.open>.dropdown-toggle.btn,.btn-group-vertical.open>.dropdown-toggle.btn.btn-default,.btn-group.open>.dropdown-toggle.btn,.btn-group.open>.dropdown-toggle.btn.btn-default {
    background-color: #EEE
}

.btn-group-vertical.open>.dropdown-toggle.btn.btn-inverse,.btn-group.open>.dropdown-toggle.btn.btn-inverse {
    background-color: #3f51b5
}

.btn-group-vertical.open>.dropdown-toggle.btn.btn-primary,.btn-group.open>.dropdown-toggle.btn.btn-primary {
    background-color: hsla(202,75%,46%,1)
}

.btn-group-vertical.open>.dropdown-toggle.btn.btn-success,.btn-group.open>.dropdown-toggle.btn.btn-success {
    background-color: #4caf50
}

.btn-group-vertical.open>.dropdown-toggle.btn.btn-info,.btn-group.open>.dropdown-toggle.btn.btn-info {
    background-color: #03a9f4
}

.btn-group-vertical.open>.dropdown-toggle.btn.btn-warning,.btn-group.open>.dropdown-toggle.btn.btn-warning {
    background-color: #ff5722
}

.btn-group-vertical.open>.dropdown-toggle.btn.btn-danger,.btn-group.open>.dropdown-toggle.btn.btn-danger {
    background-color: #f44336
}

.btn-group .dropdown-menu,.btn-group-vertical .dropdown-menu {
    border-radius: 0 0 2px 2px
}

.btn-group-vertical.btn-group-raised,.btn-group.btn-group-raised {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.btn-group .btn,.btn-group .btn+.btn,.btn-group .btn-group,.btn-group .btn:active,.btn-group-vertical .btn,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn-group,.btn-group-vertical .btn:active {
    margin: 0
}

.checkbox label,label.checkbox-inline {
    cursor: pointer;
    padding-left: 0;
    color: rgba(0,0,0,.26)
}

.carousel-control, .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loginmodal-container{
    background-image: linear-gradient(to top left,rgb(255 255 255 / .7), rgb(236 235 235 / .5));
    border-radius: 8px;
    box-shadow: 0 0 54px #FFffff, 0 0 5px #ffffFF;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}
.reportarticlecontainer{
  height: auto;
    min-height: 100px;
    width: 344px;
    background: white;
    z-index: 99999;
    position: absolute;
    box-shadow: 0 12px 28px 0 #00000033, 0 2px 4px 0 #0000001a, inset 0 0 0 1px #ffffff80;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 8px;
}
.borderbot {
    border-bottom: solid 1px rgb(0 0 0 / .1);
}
.controw,.ioscontrow{
  display: flex;
  flex-direction: 
  row;padding: 8px 8px 8px 8px;
  cursor:pointer;
}
.ricon{
  font-size: 25px;
  display: flex;
  align-self: baseline;
  align-items: center;
  padding: 8px 8px 0px 0px;
  min-width: 40px;
}

.controw:hover{
      background: #d6d6d6;
}
.controw.owned{

  background-image: -webkit-gradient(linear,left ,right ,from(rgb(254, 28, 110)),to( rgb(243, 78, 180)));
  background-image: linear-gradient(to right,rgb(254, 28, 110), rgb(243, 78, 180));
  color:white;
  transition:.3s;
}
.controw.owned:hover{
  background-image: linear-gradient(to right,rgb(255 219 232), rgb(255 186 229));
    color: black;
    transition:.3s;
}
.controwcl.closer{
  display: flex;
    justify-content: right;
    left: 298px;
    font-size: 20px;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 100;
    padding-top: 9px;
    padding-left: 12px;
    cursor:pointer;
}
.submenu-colorthemes em{display:none;}
#submenu-colorthemes img{left: 14px;    top: 12px;}
.submenu-colorthemes img{top: 12px;right: 3px;}
#submenu-colorthemes {background: linear-gradient(180deg, rgb(90 24 144) 0%, rgb(130 52 164) 50%, rgb(79 20 127) 100%)!important;}
.controwcl.closer:hover{        background: rgb(227 227 227 / 50%);
    border-radius: 0px 0px 0px 28px;}
.controwcl.closer div{display: flex;flex-direction: column;justify-content: right;float: right;}
.w100 {
    width: 100%;
}
.fr{float:right;}
.fl{float:left;}
.borderr8{border-radius: 8px;}
.reportarticlecontainer{display:none;}
.reportarticlecontainer.active{display:flex;}
.headheader{float:left;margin-right: 5px;border-radius: 100%;display: block;height: 40px!important;line-height: 40px!important;width: 40px!important;font-style: italic;}
.modalmailpart{background-color: rgba(255, 255, 255, .4);    border-radius: 10px;    padding: 0px 5px 5px 5px;}
.red{color:red;}
.green{color:#0cae22;}
/*.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;visibility:visible}.tooltip.in{opacity:.8}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color: #000!important;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.fade.top.in {
    text-shadow: 0 0 #000;
}*/
.pointer{cursor:pointer;}

a.checklist-item i{font-size: 30px!important;    color: #54960c!important;}

.inthechanneladmin i,.inthegameroomadmin i{font-size: 20px!important;}

.checkboxes-creategameevent .fac-radio-full > span::after {
    content: "\f00c";
    font-size: 20px!important;
}

.checkboxes-creategameevent .fac label {
    margin-left: 14px;
}
.fac-purple > input + label:before, .fac-purple > span::after {
    color: #fa2e87;
}
.fac-purple > input:checked + label{
  color: #fa2e87;
}
.fac-blue > input:checked + label {
    color: #428bca;
}
.checkboxes-gamestatus .fac-red > input + label,.checkboxes-gamestatus .fac-green > input + label{  color: #c5c5c5;}


.checkboxes-gamestatus .fac-red > input:checked + label{
  color: #d9534f; opacity:1;
}
.checkboxes-gamestatus .fac-green > input:checked + label{
  color: #5cb85c; opacity:1;
}

.dontspam{
    text-align: right;
    width: 100%;
    float: right;
    font-size: 12px;
    text-transform: lowercase;
}
.explainshare{
    /*background-color: black;*/
    width: 300px;
    height: 0px;
    margin: 0 auto;
    top: -35px;
    z-index: -1;
    border-radius: 20px 20px;
    overflow: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(252 34 120 / .9)),to( rgb(242 76 178 / .9)));
    background-image: linear-gradient(to top left,rgb(254 28 110 / .8), rgb(243 78 180 / .8));
    box-shadow: 0 8px 32px rgb(250, 45, 133);
    color: white;
    text-shadow: 0px 2px 0px #000;
    text-transform: uppercase;
    font-family: 'Comfortaa', sans-serif;
    padding: 0px 10px;
    left: 10px;
}
.containtheshare:hover .explainshare{height:240px;padding: 35px 10px 10px 10px;}
.share-container i,.share-block i {
    opacity: 0;
    font-size: 28px;
    color: #1F1E1E;
    will-change: transform;
    -webkit-transform: scale(.1);
            transform: scale(.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.share-btn_wrap {
    box-shadow: 0 8px 32px rgb(255 255 255);
    margin: 20px auto;

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 320px;
    height: 72px;
    background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(249, 141, 200)),to( rgb(255, 255, 255)));
    background-image: linear-gradient(to top left,rgb(249, 141, 200), rgb(255, 255, 255));
    border-radius: 80px;
    padding: 0 18px;
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.containtheshare:hover .share-btn_wrap {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
            transform: scale(1.1)
}

.share-btn_wrap span {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */   
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    position: absolute;
    z-index: 99;
    width: 320px;
    height: 72px;
    border-radius: 80px;
    font-family: -apple-system, 'Comfortaa', sans-serif,BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 2px;
    color: #EEEEED;
    background-color: #740023;
    padding: 0 18px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.containtheshare:hover .share-btn_wrap span {
    background-color: #fd2073;
}
.share-container,.share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 64px;
    border-radius: 80px;
}

.share-container i:nth-of-type(1),.share-block i:nth-of-type(1) {
            -webkit-transition-delay: 1.1s;
                    transition-delay: 1.1s;
}

.share-container i:nth-of-type(2),.share-block i:nth-of-type(2) {
            -webkit-transition-delay: .9s;
                    transition-delay: .9s;
}

.share-container i:nth-of-type(3),.share-block i:nth-of-type(3) {
            -webkit-transition-delay: .7s;
                    transition-delay: .7s;
}

.share-container i:nth-of-type(4),.share-block i:nth-of-type(4) {
            -webkit-transition-delay: .4s;
                    transition-delay: .4s;
}

.containtheshare:hover .share-btn_wrap span {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px)
}

.containtheshare:hover .share-btn_wrap i {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}


.containtheshare .explainshare div {
    top: -400px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transition-delay: .6s;
}
.containtheshare:hover .explainshare div {
  top: 0px;
}
.containtheshare{
  z-index: 1;}
.channellike,.hashtaglike{cursor:pointer;}
.channellike.likedno .likedyes,.channellike.likedyes .likedno,.hashtaglike.likedno .likedyes,.hashtaglike.likedyes .likedno{display:none;}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
.fa-heart.likedno{
  animation: heartbeat 1s infinite;
}

@keyframes bgupdown {
  0% {
    background-position: bottom center;
    transform:scale(1);
  }
  25% {transform:scale(1.5);}
  50% {
    background-position: top center;
    transform:scale(1);
  }
  75% {transform:scale(1.5);}
  100% {
    background-position: bottom center;
    transform:scale(1);
  }
}

.infodrag {
    float: left;
    text-align: center;
    padding: 33px 0;
    width: 33%;
}
.infodragimg {
    width: 142px;
    margin-left: auto;
    margin-right: auto;
}
.infodragtextTitle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font: 30px 'Lobster';
    font-weight: bold;
    color: white;    
    text-shadow: 1px 1px 1px #000;
}
.infodragtext {
  color: white;
    width: 300px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    font: 16px/23px 'Comfortaa', sans-serif;
}
.articletext{
    max-height: 260px;
    position: relative;
    overflow: hidden;
    line-height: 26px;
    font-size:16px;
}
.articletext .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, transparent , rgb(255 255 255 / .8), rgb(255 255 255 / .9), white);
}

.articletext .read-more .pointer{
    margin: 0px 10px;
    width: fit-content;
    left: -10px;
    top: 20px;
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Comfortaa';
}
.articlerealtext{
  padding-bottom: 20px;
  line-height: 26px;
    font-size: 18px;
    font-family: 'Comfortaa';
    white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  word-break: break-all;
}
img.small-mute {
    width: 29px;
    height: 29px;
    object-position: -470px -156px;
    object-fit: none;
}
img.small-search {
    width: 20px;
    height: 20px;
    object-position: -421px -66px;
    object-fit: none;
}
img.small-unmute {
    width: 29px;
    height: 29px;
    object-position: -438px -156px;
    object-fit: none;
}
img.small-camera{
    width: 28px;
    height: 25px;
    object-position: -399px -158px;
    object-fit: none;
}
img.small-video{
    width: 28px;
    height: 25px;
    object-position: -368px -158px;
    object-fit: none;
}
img.small-like {
    width: 25px;
    height: 25px;
    object-position: -96px -59px;
    object-fit: none;
}
img.small-sad {
    width: 25px;
    height: 25px;
    object-position: -129px -122px;
    object-fit: none;
}
img.small-haha {
    width: 25px;
    height: 25px;
    object-position: -96px -151px;
    object-fit: none;
}
img.small-love {
    width: 25px;
    height: 25px;
    object-position: -129px -88px;
    object-fit: none;
}
img.small-care {
    width: 25px;
    height: 25px;
    object-position: -129px -151px;
    object-fit: none;
}
img.small-angry {
    width: 25px;
    height: 25px;
        object-position: -160px -59px;
    object-fit: none;
}
img.small-wow {
    width: 25px;
    height: 25px;
    object-position: -128px -59px;
    object-fit: none;
}
img.small-follow {
    width: 25px;
    height: 25px;
    object-position: -96px -122px;
    object-fit: none;
}
img.small-website {
    width: 25px;
    height: 25px;
    object-position: -61px -122px;
    object-fit: none;
}
img.small-twitter {
    width: 25px;
    height: 25px;
    object-position: -61px -152px;
    object-fit: none;
}
img.small-insta {
    width: 25px;
    height: 25px;
    object-position: -97px -90px;
    object-fit: none;
}
img.small-youtube {
    width: 25px;
    height: 25px;
    object-position: -60px -91px;
    object-fit: none;
}


img.smaller-liked{
    background-position: -62px -44px;
    right: 0px;
    position: unset;
    width: 25px;
    height: 23px;
    object-position: -96px -59px;
    border: rgb(255 255 255 / 0);
}

img.lang-uk,img.lang-en {
    width: 32px;
    height: 32px;
    object-position: -203px -59px;
    object-fit: none;
}
img.smaller-lang-en {
    display: initial;
    background-position: -349px -28px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.lang-es {
    width: 32px;
    height: 32px;
    object-position: -203px -89px;
    object-fit: none;
}
img.smaller-lang-es {
    display: initial;
    background-position: -350px -43px;
    width: 23px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.lang-nl {
    width: 32px;
    height: 32px;
    object-position: -166px -119px;
    object-fit: none;
}
img.smaller-lang-nl {
    display: initial;
    background-position: -329px 132px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.lang-de {
    width: 32px;
    height: 32px;
    object-position: -204px 0px;
    object-fit: none;
}
img.smaller-lang-de {
    display: initial;
    background-position: -350px 1px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.lang-it {
    width: 32px;
    height: 32px;
    object-position: -165px -90px;
    object-fit: none;
}
img.smaller-lang-it {
    display: initial;
    background-position: -328px 146px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.lang-fr {
    width: 32px;
    height: 32px;
    object-position: -204px -31px;
    object-fit: none;
}

img.smaller-lang-fr {
    display: initial;
    background-position: -350px -13px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}

img.filters {
    width: 20px;
    height: 20px;
    object-position: -263px -174px;
    object-fit: none;
    top: 5px;
}
img.lang-po {
    width: 32px;
    height: 32px;
    object-position: -204px -119px;
    object-fit: none;
}
img.smaller-lang-po {
    display: initial;
    background-position: -350px -58px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.lang-no {
    width: 32px;
    height: 32px;
    object-position: -166px -150px;
    object-fit: none;
}
img.smaller-lang-no {
    display: initial;
    background-position: -331px 117px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}


.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 23px;
  width: 10px;
  border-bottom: 3px solid #78b13f;
  border-right: 3px solid #78b13f;
  display: none;
  float:right;
}
.selected .check{display:inline-block;}
.applyfilters{
      float: right;    background: rgb(233 235 238);    border-radius: 7px;   padding: 4px 10px;    text-align: right;    width: 100%;    margin-top: 12px;
}
img.loaderimg.logocirclepreloader {
    width: 60px;
    height: 60px;
    object-position: 2px -3px;
    object-fit: none;
    padding-top: 8px;
    padding-left: 7px;
}

img.small-menu {
    width: 15px;
    height: 20px;
    object-position: -221px -145px;
    object-fit: none;
    left: 12px;
    top: 12px;
}
img.smaller-envelop {
    display: initial;
    background-position: -417px -18px;
    width: 24px;
    height: 18px;
    top: 5px;
    object-position: -28px 10px;
}
img.small-heart {
    width: 29px;
    height: 28px;
    object-position: -238px -149px;
    object-fit: none;
}
img.small-heart-dark {
    width: 29px;
    height: 28px;
    object-position: -268px -149px;
    object-fit: none;
}
img.smaller-carret {
    display: initial;
    background-position: -381px -13px;
    width: 14px;
    height: 13px;
    top: 5px;
    object-position: -28px 10px;
}
img.small-twitter-big {
    width: 35px;
    height: 35px;
    object-position: -334px -106px;
    object-fit: none;
}
img.small-facebook-big {
    width: 35px;
    height: 35px;
    object-position: -334px -70px;
    object-fit: none;
}
img.small-email-big {
    width: 35px;
    height: 35px;
    object-position: -334px -37px;
    object-fit: none;
}
img.small-share-big {
    width: 35px;
    height: 35px;
    object-position: -334px -2px;
    object-fit: none;
}
img.small-whatsapp-big {
    width: 35px;
    height: 35px;
    object-position: -405px -4px;
    object-fit: none;
}
img.small-whatsapp-chat {
  width: 29px;
    height: 28px;
    object-position: -3px -163px;
    object-fit: none;
}
img.smaller-heart {
    display: initial;
    background-position: -386px -73px;
    width: 16px;
    height: 18px;
    object-position: -28px 10px;
}
img.small-public {
    width: 25px;
    height: 25px;
    object-position: -336px -160px;
    object-fit: none;
    opacity: .6;
}
img.small-report {
    width: 25px;
    height: 25px;
    top: 12px;
    object-position: -266px -91px;
    object-fit: none;
    left: 6px;
}
img.small-arrow-up {
    width: 15px;
    height: 34px;
    object-position: -206px -168px;
    object-fit: none;
    left: 12px;
    top: 8px;
}
img.smaller-facebook {
    display: initial;
    background-position: -577px -53px;
    width: 33px;
    height: 29px;
    top: 4px;
    object-position: -34px 10px;
}
img.small-call {
    top: 5px;
    width: 25px;
    left: 8px;
    height: 25px;
    object-position: -372px -133px;
    object-fit: none;
}
img.small-chat {
    width: 29px;
    height: 28px;
    object-position: -4px -163px;
    object-fit: none;
}
img.small-heartfull {
    width: 29px;
    height: 28px;
    object-position: -299px -149px;
    object-fit: none;
}
img.small-close {
    width: 25px!important;
    height: 25px!important;
    object-position: -239px -4px!important;
    object-fit: none;
    top: 10px;
    left: 24px;
}
img.small-dark {
    width: 17px;
    height: 25px;
    object-position: -399px -63px;
    object-fit: none;
    margin-right: 15px!important;
    position: absolute;
}
img.small-light {
    width: 17px;
    height: 25px;
    object-position: -399px -63px;
    object-fit: none;
    object-position: -378px -63px;
    margin-right: 15px!important;
    position: absolute;
}
img.small-languages {
    width: 25px;
    height: 25px;
    object-position: -367px -91px;
    object-fit: none;
    left: 5px;
}
img.small-home {
    width: 25px;
    height: 25px;
    object-position: -367px -111px;
    object-fit: none;
    left: 5px;
}
img.smaller-menuenvelope {
        display: initial;
    background-position: -402px -20px;
    width: 18px;
    height: 16px;
    top: 3px;
    left: 13px;
    margin-right: 7px;
    object-position: -28px 8px;
}
img.smallers-facebook {
    display: initial;
    background-position: -402px -35px;
    width: 18px;
    height: 16px;
    top: 3px;
    left: 13px;
    margin-right: 7px;
    object-position: -28px 8px;
}
img.small-currency {
    width: 25px;
    height: 25px;
    object-position: -32px -115px;
    object-fit: none;
    left: 5px;
}
img.small-paperplane{
  width: 35px;
    height: 31px;
    object-position: -264px -115px;
    object-fit: none;
}
img.small-cleanlike {   
    width: 25px;
    height: 25px;
    object-position: -401px -39px;
    opacity: .8;
    object-fit: none;
}
img.small-carret{
    width: 25px!important;
    height: 25px!important;
    object-position: -239px -28px!important;
    object-fit: none;
    top: 10px;
    left: 8px;
}
img.smaller-comment{
    background-position: -192px -41px;
    opacity: .8;
    width: 25px;
    top: 3px;
    position: relative;
    height: 23px;
    object-position: -96px -59px;
}
img.small-eye {   
    width: 30px;
    height: 30px;
  object-position: -44px -44px; 
    object-fit: none;
}
img.small-eyeslash {   
    width: 30px;
    height: 30px;
  object-position: -44px -8px;
    object-fit: none;
}
img.small-savepost {   
    width: 30px;
    height: 30px;
  object-position: -44px -82px;
    object-fit: none;
}
img.small-notify {   
    width: 30px;
    height: 30px;
  object-position: -44px -122px;
    object-fit: none;
}
img.small-notifyslash {   
    width: 30px;
    height: 30px;
  object-position: -119px -45px;
    object-fit: none;
}
img.small-pin {   
    width: 30px;
    height: 30px;
object-position: -6px -162px;
    object-fit: none;
}
img.small-unpin {   
    width: 30px;
    height: 30px;
object-position: -86px -156px;
    object-fit: none;
}
img.small-snooze {   
    width: 30px;
    height: 30px;
  object-position: -119px -7px;
    object-fit: none;
}
img.small-bin {   
    width: 30px;
    height: 30px;
  object-position: -84px -84px;
    object-fit: none;
}
img.small-edit {   
    width: 30px;
    height: 30px;
  object-position: -86px -119px;
    object-fit: none;
}
img.small-unfollow {   
    width: 30px;
    height: 30px;
  object-position: -201px -7px;
    object-fit: none;
}
img.small-flag {   
    width: 30px;
    height: 30px;
  object-position: -201px -42px;
    object-fit: none;
}
img.small-iosinstall {
    width: 46px;
    height: 42px;
    object-position: -454px -0px;
    object-fit: none;
}
img.small-iosaddhome {
    width: 46px;
    height: 42px;
    object-position: -454px -52px;
    object-fit: none;
}

img.smaller-close {
    background-position: -191px -2px;
    right: 0px;
    position: unset;
    width: 25px;
    height: 20px;
    object-position: -96px -59px;
    border: rgb(255 255 255 / 0);
}
img.small-addchannel {
    width: 50px;
    height: 45px;
    object-position: -444px -100px;
    object-fit: none;
}
img.smaller-dragcomment{
  display: initial;
    background-position: 0px -24px;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    object-position: -30px 8px;
    position: absolute;
    top: 41px;
    left: 0px;
}
img.small-expand {
    width: 29px;
    height: 29px;
    object-position: -4px -110px;
    object-fit: none;
}

img.small-crown {
    width: 25px;
    height: 25px;
    object-position: -3px -142px;
    object-fit: none;
    opacity: .6;
}
.articleinfo img.small-languages {
    width: 25px;
    height: 25px;
    object-position: -393px -91px;
    object-fit: none;
    left: 5px;
    opacity: 0.6;
}

img.small-lock {
    width: 25px;
    height: 23px;
    object-position: -421px -134px;
    object-fit: none;
    opacity: .6;
}

.expandvideo .small-expand {
    position: absolute;
    right: -13px;
    top: -37px;
    cursor: pointer;
}
.articlecommenthead.reply img.smaller-dragcomment{
  left: 50px;top: 31px;
}
.pwa-dismiss{
  margin-bottom: 20px;
    /* background: red; */
    text-align: center;
    margin: 10px 22px;
    margin-bottom: 20px;
    border-radius: 16px;
    font-weight: 700;
    color: red;
    text-decoration: underline;
    cursor:pointer;
}
.orbottom{
  width: 100%;    color: white;    text-align: center;
}
.installbut{
  color: white!important; text-align: center;    margin: 10px 22px; margin-bottom: 20px;    border-radius: 16px;
}
.bounce-2 {align-self: flex-end;animation-duration: 2s;animation-iteration-count: infinite;transform-origin: bottom;animation-name: bounce-2;animation-timing-function: ease;}@keyframes bounce-2 {0%   { transform: translateY(0); }50%  { transform: translateY(-10px); }100% { transform: translateY(0); }}
.add-to-home .close-add-to-home{
  position: absolute;
    top: -33px;
    right: 3px;
}
.add-to-home img.loaderimg.logocirclepreloader {
    float: left;
}

.highlightbrowsermenu{
  border-radius: 50px;
    width: 34px;
    position: fixed;
    right: 12px;
    padding: 0px;
    top: -8px;
    background: black;
}
.highlightbrowsermenu img{
  left: -3px;
    top: -1px;
}
.add-to-home .loaderimg.logocirclepreloader{
  margin-top: 37px;
    padding-top: 1px;
}
.add-to-home .firsth{
  letter-spacing: 1px;
    padding-left: 0px;
    padding-bottom: 5px;
    background: #f641a1;
    border-radius: 10px 10px 0px 0px;
    top: -19px;
    position: relative;
    font-size: 13px;
    text-align: center;
    padding-left: 23px;
    padding-right: 40px;
}
.add-to-home .secondh{
  font-size: 13px;
  padding-left: 75px;
}
.add-to-home-ios.add-to-home {
  background-color: #ffffff;
}
.add-to-home-ios .pwa-dismiss.android,.add-to-home-ios .highlightbrowsermenu,.add-to-home-ios .logocirclepreloader, .add-to-home-ios p ,.add-to-home-android .iosaddhome,.add-to-home-ios .orbottom,.add-to-home-ios .installbut {
  display:none;
}
.add-to-home-ios h3{
  color: #000;
}
.iosaddhome{
  position: absolute;
    bottom: 0px;
    padding: 10px;
    margin: auto;
    width: 100%;
}
.ioscontrow{
  max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.iosaddhome .pwa-dismiss{margin-top:15px;}
.add-to-home-ios .add-to-home img {
    width: 45px;
    margin-top: 0px; 
    margin-left: 0px; 
}
.ioscontrow .text{
  top: 26px;
    width: 100%;
    padding-left: 15px;}
.ioscontrow .ricon{
  width: 60px;
}
.reportcommentarticle img.small-report {
    top: 8px;
    left: 1px;
}
.heartbeat.likedno{
  animation: heartbeat 1s infinite;
}
.imgTextdiv{
  display: inline-block;
    top: -5px;
}
.Imgtextdiv{
  display: initial;
    top: 5px;
    right: 5px;
}
.navlike.channellike:hover ,.navlike.hashtaglike:hover {
    box-shadow: 0 0 black;
}
#menu-navigation,#menu-contact{
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)!important;
}
.leftmenu span {
    padding-left: 14px;
    top: -2px;
    position: relative;
}
@media (max-width: 690px){
  .infodrag {
      width: 100%;
  }
}


/* perfect-scrollbar v1.4.0 */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}


.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {    background-color: #50011f;}

.ps-scrollbar-y-rail{z-index:1000;}

@media only screen and (min-device-width: 736px) {
    ::-webkit-scrollbar {
        height: 10px;
      width: 10px;
      background: hsl(325deg 77% 51%);
      border-right: 1px solid #ad0f40;
      border-left: 1px solid #840529;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    }

    ::-webkit-scrollbar-thumb {
      background-image: -webkit-linear-gradient(120deg, #54138e 0%, #411272 100%);
      background-image: linear-gradient(120deg, #581393 0%, #381165 100%);
      background: hsl(273deg 77% 33%);
      border-right: 1px solid hsl(268deg 71% 24%);
      border-left: 1px solid hsl(272deg 66% 45%);
      border-top: 1px solid hsl(272deg 72% 42%);
      border-bottom: 1px solid hsl(269deg 80% 15%);
      -webkit-box-shadow: inset 0 0 6px rgb(42 9 83);
      border-radius: 50px;
    }

    ::-webkit-scrollbar-corner {
        background: hsla(206,77%,4%,1);
    }

    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgb(255 255 255);
      -webkit-border-radius: 0;
      border-radius: 0;
      background: rgb(233 235 238);
    }

    /*::-webkit-scrollbar-button {
        background-color: hsl(323deg 69% 51%);
    }

    ::-webkit-scrollbar-button:vertical:decrement {
        background: hsla(206,77%,80%,1);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAGhklEQVR4Xu2cS8iuUxTHf8ctlxI5ZYKZkpFMFGUmTsxcSrkUKUzlNsKIZHxEMWBCGLlfZhIjGSFDjEQkt9zb9XzSe77ne/ZlrWev9ez1Ts/a69t7/X/t9z3///u8h4jX0BM4NPTp4/AEAINDEAAEAINPYPDjxw0QAAw+gcGPHzdAADD4BAY/ftwAAcDgExj8+HEDBACDT2Dw48cNEAAMPoHBjx83QAAw+AQGP37cAAHA4BMY/PhxAwQAg09g8OPHDRAADD6BwY8fN0AAMOwEEvyPTad/APhnxEmMegMcDzwJ3DGJ/jRwN/DXaBCMCMBJwPPADTtivwjcAvw+EgSjAXAq8Apw1YzIbwLXAb+MAsFIAJwBvAZctiDuB8A1wA8jQDAKAGcDbwEXZYr6CXAl8E1mvduyEQA4D3gPOL9QpS+AK4AvC9e5Kt86ABcA7wLnVKry9QTB55XrzS/bMgAXA28DhxtV+HZ6O/i4sY/J5VsF4HLgVeB0oan/OH0wfF+on5k2WwTgauBl4GThKf8GXAu8Idy3a7utAXAj8BxwgtJU/wRuBl5Q6r962y0BcCdwFNR/9SRlBncBT62ulsIf3AoAKcx5VGE+B7V88H9h0sp/Wu7PeQdgL9G7T24kRZ0eB1wniZ4B2E30ipQTLHadJHoFYC7RE9S1qJXbJNEjAEuJXpFygsUuk0RvAOQmeoK6FrVylyR6AqA00StSTrDYVZLoBYDaRE9Q16JWbpJEDwC0JnpFygkWu0gSrQMglegJ6lrUynySaBkA6USvSDnBYtNJolUAtBI9QV2LWplNEi0CoJ3oFSknWGwySbQGwFqJnqCuRa3MJYmWAOiR6BWpJ1hsJkm0AEDvRE9Q16JWJpLE3gBYSfSKlBMs7p4k9gTAWqInqGtRq65JYi8ArCZ6RcoJFndLEnsAYCnRu3f6DmF6P+796pIkrg2AlUQv/Q7AbdM3iJPwtwLPAOkzSc/X6knimgBYSfR+nR4B3/1+f3IfXwJO6UkAsGqSuBYAVhK974Ek9IczIl86PUJ+ZmcIVksS1wDASqKXhpoe+f50QdwLp2cKax8olWJnlSRRGwArid5nk/hfZapzLvAOkG6uni/1JFETACuJ3kfTg53fFSp5FvA6cEnhOuly1SRRCwAriV76//X1wM+Vqpw2fTA8UrleaplakqgBgJVEL/0S2O3AH40qnAg8C9zU2Kd1uUqSKA2AlUTvCeB+4O/WqU/rjwOSWXSPUL+WNqJJohQAlhK95O4lADReqbcF11AsSZQAwEqit+vuaQCQelpxDUWSxFYArCR6c+6eFgRWXMPmJLEFACuJ3pK7pwWBFdewKUmsBcBKopfr7mlBYMU1rE4SawCwkuiVuntaEFhxDauSxFIArCR6te6eFgRWXMPiJLEEACuJXqu7pwWBFdewKEnMBcBKoifl7mlBYMU1zE4ScwCwkuhJu3taEFhxDbOSxCUArCR6mu6eFggWXMPFJPEgACwkemu5e1oQWHAND0wS5wCwkOit7e5pQWDBNZxNEvcDwEKi18vd04LAimt4TJK4HwAPAw9pTSKjb293L2OLVSUWXMNHgKTvf6+5t4BeEFhx96oUzljU0zU8Rvy034M+BK4NgTV3L0PPqpIeruG+4i8BkP59LQisuntVCmcsWtM1nBU/B4A1ILDu7mXoWVWyhmt4oPi5AGhC4MXdq1I4Y5Gma7gofgkAGhB4dPcyNK0qkXYNs8QvBUAKAu/uXpXCGYukXMNs8WsAaIVgK+5ehp5VJa2uYZH4tQDUQrA1d69K4YxFta5hsfgtAJRCsFV3L0PPqpJS17BK/FYAciHYurtXpXDGolzXsFp8CQCWIBjF3cvQs6pkyTVsEl8KgDkIRnP3qhTOWDTnGjaLLwnALgSjunsZelaV7LqGIuJLA7AHQSJW8sncqoltcNGea/jTbqTbctal7wS29I61DiYQADgQSXOLAYDmdB30DgAciKS5xQBAc7oOegcADkTS3GIAoDldB70DAAciaW4xANCcroPeAYADkTS3GABoTtdB7wDAgUiaWwwANKfroHcA4EAkzS0GAJrTddA7AHAgkuYWAwDN6TroHQA4EElziwGA5nQd9A4AHIikucUAQHO6DnoHAA5E0txiAKA5XQe9AwAHImluMQDQnK6D3gGAA5E0txgAaE7XQe8AwIFImlsMADSn66B3AOBAJM0tBgCa03XQOwBwIJLmFv8FkKk1kJRknuEAAAAASUVORK5CYII=) no-repeat;
        background-position: 50% 50%;
        background-size: contain
    }

    ::-webkit-scrollbar-button:vertical:increment {
        background-color: white;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAG4UlEQVR4Xu2dPcwuUxSF1xUKFBKJjlrodCRK/z8VQkNBQmjFT4eOUBMSCpor6PxElCR0SqGlIpFIhIIg63oP7/2+d2bO3+yz5t37tHfOnL3Xee75Ztaa+90ziOFagTOuu4/mEQA4hyAACACcK+C8/TgBAgDnCjhvP06AAMC5As7bjxMgAHCugPP24wQIAJwr4Lz9OAECAOcKOG8/ToAAwLkCztuPEyAAcK6A8/bjBAgAnCvgvP04AQIA5wo4bz9OgADAuQLO248TIABwroDz9uMECACcK+C8/TgBAgDnCjhvP06AAKCrAs8DuBTA0wD+7nrnuBn/sr4M4FcA1LnL6HkCsKjndlW9DeARAH92qTJuciGAtwA8uJPihV4Q9AJgf/PTdn0M4D4Av8X+NSlwCYD3Adx+4i5dIOgBwKHNT7V+CeAuAD83SeB38uUAPgJw/YQEzRC0AjC3+anmbwDcCuB7v/tY1flVAD4FcM3C7CYIWgDI2fxU+w8AbgFAGGIsK3DtbvOvXL703BXVENQCULL5qQf+GLgTwFeZTXm97AYAHwLg8V8yqiCoAaBm81MjfCDkgyEfEGOcVuAOAO8B4INfzSiGoBSAls1PDfHV8GEA79R0eMRzHgLwJgC+8rWMIghKAOix+akxmkQ0i15p6fSI5j4F4CWg26/ty4YgF4Cem7+/bwTAs2uY3L0nV4A5C4IcANba/NSzV9fwpLu3AgPLbwdLAKy9+alpb67hlLtnDsEcAFabn5r24houuXumEEwBYL35qeljdw1z3T0zCA4BMGrzU9PH6hqWunsmEBwC4BkAL66xesE9j801rHX3CiTLuvTZ3evmfxdP/Qh4DMCrAC7Iuu06Fx2La9jq7vVQ9y8AjwN44+TN5h4CHwDAV7SLelRQeY+tu4a93L1K+c5N+2P3Icm7h26y9BpIevkxwsUtFTTO3apr2Nvdq5HxdwD3APhkavISAJx34y6duqymgo5ztuIarunulcj5y+5jnC/mJuUAwPnX7fLpK0oqWOFaddfQwt3LkfVHALcB+Hrp4lwAeJ+rAXwGgO+yI4eqa2jp7s3pzy+vbgLwXc4mlQDA+3HzCQFhGDnUXMMR7t4h/b8FcHPJ53elAHBR/hjgt2r8sTByqLiGI929ff153PPby59KNqUGAN6fD4T8bIkPiCPHaNdQwd2j/p8DuBsAH/yKRi0AXISvhh8c+F69qIAOF49yDVXcPT4T3QuAr3zFowUALkaTiJ923V+8ct8J1q6hgrtHBc8CoNlEs6dqtALARWkXvwbg0aoK+k2ycg0V3D2q9jqAJwDQ5q0ePQBIizNAYpA0cqztGiq4e9SX3w8y2GkePQFgMQpJIuvo7RqquHvs7VSi10JBbwBYi0KSyDp6uYYq7t5koqcGAOtRSBJZR6trqOLuzSZ6igCwJoUkkXXUuoYq7t5ioqcKAOtSSRJLXUMVdy8r0VMGgLWpJIm5rqGKu5ed6KkDwPpUksQl11DF3StK9LYAAGtUSRKnXEMVd6840dsKAKxTJUk86RqquHtVid6WAGCtKklicg3phfT8l7m1+1Gd6NUuyHlrGEE59agkiTm1WlzTlOi1FDgKANaskiS26NdjbnOi11LESABYt0qS2KJhy9wuiV5LAaMBSLUrJIktOtbM7Zbo1Sye5qgAwHpUksQWPXPndk30chc9dJ0SAKxPJUls0XRu7iqJXkuxagCwF5UksUXXQ3NXS/RaClUEgP2oJIkt2u7PXTXRaylSFQD2pJIktujLuasnei0FKgPAvlSSxFqNTRK92uI4Tx0A1qiSJJbqbJbolRa2f/0WAGC9KklirtamiV5uUVt4DZzrRSVJXNLbPNFbKmjuz7dyAqQeVJLEKU2HJHqeAGCvqknisETPGwDsVy1JHJroeQSAPaskicMTPa8ApL5HJokSiZ53ANj/iCRRJtELAP5VwCpJlEv0AoD/FVg7SZRM9AKA8xVYK0mUTfQCgNMK9E4SpRO9AOCwAr2SRPlELwCYVqA1SdxEohcAzCtQmyRuJtELAJYVKE0SN5XoLbc/fcXW0sCWXnOTxM0lei2ieAIgJ0ncZKIXAJQpMJUkbjbRK2v//Ku9nQCp+5NJ4qYTvQCgXoH03+N1+a2b9WWMm+n1BBinuNjKAYDYhliXEwBYKy62XgAgtiHW5QQA1oqLrRcAiG2IdTkBgLXiYusFAGIbYl1OAGCtuNh6AYDYhliXEwBYKy62XgAgtiHW5QQA1oqLrRcAiG2IdTkBgLXiYusFAGIbYl1OAGCtuNh6AYDYhliXEwBYKy62XgAgtiHW5QQA1oqLrRcAiG2IdTkBgLXiYusFAGIbYl3OP21mNZA3M4phAAAAAElFTkSuQmCC) no-repeat;
        background-position: 50% 50%;
        background-size: contain
    }*/
}


.containershadow {
    box-shadow: -5px -7px 15px rgba(240, 93, 219, .1), 6px 8px 28px hsla(33, 73%, 78%, .3);
}
.articlecontainer {
    position: relative;
    display: block;
    padding: 22px 18px 0;
    z-index: 1;
    background-color: rgb(255 255 255);
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 16px;
}





.articlewrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 127px;
    /*height: 244px;*/
    /* content: ""; */
    /* box-shadow: 0 2px 16px 0 rgba(0,0,0,.2); */
    /* border-radius: 20px 20px 20px 20px; */
}



.articlewrapper:after {
        position: absolute;
    bottom: 9px;
    right: 1px;
    display: inline-block;
    width: 60px;
    /* height: 75px; */
    height: 20px;
    transform: rotate(8deg);
    content: "";
    box-shadow: 0px 6px 22px 0px rgb(255 255 255 / 90%);
    border-radius: 20px 20px 20px 20px;
}

.articlewrappersmall:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 127px;
    /*height: 244px;*/
    /* content: ""; */
    /* box-shadow: 0 2px 16px 0 rgba(0,0,0,.2); */
    /* border-radius: 20px 20px 20px 20px; */
}



.articlewrappersmall:after {
    position: absolute;
    bottom: 17px;
    right: 1px;
    display: inline-block;
    width: 80px;
    /* height: 75px; */
    height: 20px;
    transform: rotate(8deg);
    content: "";
    box-shadow: 0px 6px 22px 0px rgba(0,0,0,.5);
    border-radius: 20px 20px 20px 20px;
}

.contentcontainer{
  padding-right: 16px;
  padding-left: 16px;
}
.containerside{
  width: 360px;
    float: left;
    position: relative;
}
#sidebar{
  width: 360px;
}

#content {
    margin-left: 360px;
    min-height: 2000px;
}

.containermain{
  float: left;
    position: relative;
    width: calc( 500px );
    padding-left: 16px;
    margin-bottom: -32px;
    z-index: 50;

}
.containerafterside{
  float: left;
    position: sticky;
    width: calc( 100% - 500px );
    max-width: calc( 100% - 500px );
    padding-left: 16px;

}

.more.hidden .smaller-carret {
    left: 0px;
}

.footer{z-index: 99;}

.articlecontainer,.articlecontainer a{
  transition:1s;
  background-color: rgb(255 255 255 / 1);
  color: rgb(0 0 0 / .8);
}
.articlecontainer.pinkbglight{
  background-image: linear-gradient(to top left,rgb(255 187 224), rgb(255, 255, 255));
  background-color: rgb(255 255 255 / 0);
}
.articlecontainer.transup{
  transition:.3s;
  background-image: linear-gradient(to top ,rgb(255 255 255) 50%, rgb(255 255 255 / -0.8) 100%);
  background-color: rgb(255 255 255 / 0);
}
.articlecontainer.transup:hover{
  transition:.3s;
  background-image: linear-gradient(to top ,rgb(255 255 255) 50%, rgb(255 255 255 ) -0.8 100%);
  background-color: rgb(255 255 255 / 1);
}
.articlecontainer.pinkbg{
    background-image: linear-gradient(to top left ,rgb(255 15 130) 50%, rgb(176 6 75) 100%);
    color: white;
}

.gallerysidecontent .articlecontainer {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    padding-bottom: 100px;
    margin-bottom: 0px;
}

.articlehead{
  width: 100%;
    height: 58px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
.articlename{
  font-family: Lobster;
    font-size: larger;
    color: #a00b40;
    padding-left: 9px;
    /* display: inline-block; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.articleinfo{
  font-size: smaller;
  padding-left: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.articleimg {
  height: 100%; 
  left: -18px; 
  /*width: calc(100%);*/
    margin-top: 10px;
    width: calc(100% + 18px + 18px);
}
.articleimg img{
  /*width: calc( 100% + 18px + 18px )!important;
    height: auto!important;
    object-fit: cover;
    max-height: 468px!important;
    object-position: -18px;*/
    width: calc( 100% )!important;
    height: auto!important;
    object-fit: cover;
    max-height: 468px!important;
    object-position: 0px;
}
.articlecontainer .alllikes img{
  margin-top: 10px;
 }

.alllikes{
  float: left;
  line-height: 42px;
}
.alllikes:hover,.loadmorereplycomments:hover,.loadmorecomments:hover{
  text-decoration: underline;
}
.alllikes img {
    float: left;
}
.alllikes span {
   left:10px;
   position: relative;
}
.clearboth{
  clear:both;
}
.allcomments{
  float:right;
  line-height: 42px;
}
.likesandcomments{
  margin-top: 8px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgb(0 0 0 / .1);
    border-top: 1px solid rgb(0 0 0 / .1);
    font-weight: 300;
    color: rgb(0 0 0 / .7);
    font-size: smaller;
}
.dimension{cursor:pointer;border-radius: 10px;}
.dolikecomment div:hover,.dimension:hover,.autoplayyesno div {
    background: rgb(0 0 0 / .05);
    cursor:pointer;
}
.dolikecomment div,.autoplayyesno div {
    text-align: center;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 6px;
    transition: .3s;
    -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */   
  width: calc( 50% - 3px );
}

.setemoji{
  height: 0px;
    overflow: hidden;
    transition: 1s;
    position: absolute;
    z-index: 1;
    transform: translate(0px,-207px);
    left: 2px;
  /*height:100px;*/
  
}
.setemoji.active{
  overflow: inherit;
  transition: .3s;
  height:105px;
    background: white;
    border-radius: 40px 40px 40px 40px;
    box-shadow: 0 4px 19px rgb(250, 45, 133);
    transform: translate(0px,-107px);
}


.setemoji img {
  transition: .3s;
    display: inline-block;
    width: 100%;
}

.setemoji div {
    display: inline-block;
    width: calc( (100% - 25px) /7);
    transition: .3s;
}

.emojiname{
   width: 100%!important;    
   text-align: center;
}
.emojiname:hover{
  background: rgb(255 255 255 / 0)!important;
}

.setemoji div:hover img {
    z-index: 1;
    transform: translate(0px,-87px) scale(2.5);
    top: -30px;
    cursor:pointer;
}
.setemoji div:hover  {
  transition: .3s;
  background: rgb(0 0 0 / .05);
  cursor:pointer;
}

.like.filled img{
  display: inherit;
    margin-top: 0px;
    top: 5px;
    margin-right: 3px;
}

.like.filled{
  background-image:none !important; 
  animation: fadeItlike 1.2s;
    animation-iteration-count: 2;
}

.dolikecomment .like,.dolikecomment .comment{
  padding-top: 17px;
  padding-bottom: 17px;
}

.dolikecomment .like.filled{
  padding-top: 10px;
}

.reportarticle{
  position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    cursor:pointer;
}

.reportarticle i {
    vertical-align: bottom;
    top: 5px;
    position: relative;
}
.reportarticle:hover {
    background: rgb(0 0 0 / .1);
    border-radius: 50px;
}

.articlecomment {
    background: rgb(0 0 0 / .05);
    margin-left: 48px;
    margin-right: 32px;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;

}
.articlecommentname {
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #a00b40;
    padding-left: 9px;
    /* display: inline-block; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 24px;
    font-size: 16px;
}
.articlecommentinfo {
    color: #000000;
    padding-left: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 26px;
    font-size: 14px;
    font-family: 'Comfortaa';
    white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  word-break: break-all;
}

.reportcommentarticle {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor:pointer;
}
.activecolor{
  color: #a00c41;
}
.reportcommentarticle i {
    vertical-align: bottom;
}
.articlecommenthead:hover .reportcommentarticle{
  display:block;
}
.reportcommentarticle:hover {
    background: rgb(0 0 0 / .1);
    border-radius: 50px;
}

.articlecommenthead {
    width: 100%;
    margin-bottom: 10px;
}
 
.morecomments {
    top: -15px;
}

.morecomments:hover {
   text-decoration: underline;
   cursor:pointer;
}

.emojipopupreq,.sendarticlecomment{
  cursor:pointer;
}


.emojiicon{
  font-size: 25px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 4px;
    cursor:pointer;
}

.emojicontainer{
  position:relative;
    width: 500px;
    display:none;
    border: solid 1px #cbcbcb;
    font-size: 13px;
    color: rgb(152 152 152);
}



.emojicontainer.active{
  z-index: 20000;
    display: block;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 0px 21px 0 rgba(0,0,0,0.2);
    height: 340px;
    overflow: auto;
    transform: translate(79px,-107px);
    position: relative;
    padding: 5px;
}

.articlecommenthead.reply {
    padding-left: 50px;
}
.replycomment {
    line-height: 5px;
}
.replycomment ul {
    margin-bottom: 5px;
    text-align: right;
    margin-right: 28px;
}
.replycomment ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}
.replycomment ul li {
    display: inline;
    padding: 0px 7px;
    line-height: 10px;
    font-size: 14px;
    font-weight: 600;
    top: -15px;
    position: relative;
}

.replycomment ul li:first-child {
    background: rgb(0 0 0 / .05);
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
}
.replycomment ul li img{
  display: inline-block;
    width: 29px;
    top: 3px;
    margin-right: 3px;
}

textarea.animate{
  width: 100%;overflow: hidden;overflow-wrap: break-word;resize: none;font-weight: 300;position: relative;padding: 8px 89px 8px 14px;background: rgb(0 0 0 / .05);border-radius: 20px 20px 20px 20px !important;font-size: 15px;
}
.ripple-effect{overflow:hidden;}
.ink.animate {
    -webkit-animation: ripple .5s linear;
    -moz-animation: ripple .5s linear;
    -ms-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear;
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-ms-keyframes ripple {
    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        transform: scale(2.5)
    }
}
.thechannelname{
  left: 10px;
    position: relative;
    font-family: Lobster;
    color: #fc267c;
    word-break: break-word;
}

.checkmarksubm {
  position: absolute;
    right: 13px;
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg) scale(2); /* IE 9 */
    -webkit-transform: rotate(45deg) scale(2); /* Chrome, Safari, Opera */
    transform: rotate(45deg) scale(2);
}

.checkmarksubm_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

.checkmarksubm_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#fff;
    left:8px;
    top:12px;
}
.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1;
}
.dodark .ink {
    background: #fc247a;
}

.sendprivate{
  border-radius: 10px;
    width: 100%;
    float: left;
    padding: 15px;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0 10px 20px 0 rgb(252 37 122 / .4);
    box-shadow: 0 10px 20px 0 rgb(252 37 122 / .4);
}


 /*sidebar profile*/
.about {
    font-size: 20px;
    width: 49%;
    float: left;
}
.seeall {
    font-size: 14px;
    width: 50%;
    float: right;
    text-align: right;
}

.abouticon {
    height: 30px;
    margin-top: 10px;
    width: 30px;
    float: left;
    margin-right: 5px;
}

.aboutinfo {
    height: 30px;
    margin-top: 10px;
    width: calc( 100% - 35px );
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.underpoint:hover{
  text-decoration: underline;
  cursor:pointer;
}

 /*sidebar profile*/


/* photogrid */
.photogrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 8px;
}
.photogrid > div {
  /*background: black;*/
  padding: 1rem;
  position: relative;
}
.photogrid > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.photogrid > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videosprev .photogrid > div::before {
    padding-bottom: 45%;
}
.bgthemedepend{
  background: rgb(255 255 255 / 50%);
  color: rgb(0 0 0 / .8);
}
.videosprev .photogrid{
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
}   
.videosprev .photogrid :first-child {
  grid-column: 1 / -1;
}
/* photogrid */
.sendarticlecomment{
  margin-left: 4px;font-size: 25px;float: right;top: -31px;right: 11px;
}
.emojipopupreq{
  margin-left: 4px;font-size: 25px;float: right;top: -31px;right: 11px;
}

.articlecommenthead.reply .headheader{
  width:30px!important;
  height: 30px!important;
}
.articlecommenthead.reply .articlecomment{
  margin-left: 38px;
}

.double-slider{
  width: calc( 100% + 32px );
    overflow: hidden;
    position: relative;
    left: -16px;
}
.profilemenu{
  background-image: -webkit-gradient(linear, bottom, top,from(rgb(255 255 255) 40%),to( rgb(233 235 238 / 60%) 100%));
    background-image: linear-gradient(to top ,rgb(255 255 255) 40% ,rgb(233 235 238 / 60%) 100% );
    height: auto;
    max-width: 100%;
}
.profileinfo{
  float: left;
    position: relative;
    top: -40px;
    left: 40px;
    margin: 10px;
  width: calc( 100% - 40px - 40px );    
  padding-bottom: 20px;
}
.profileinfo .profileimg{
    top: 8px;
    height: 120px;
    width: 120px;
    overflow: hidden;
    border: 4px solid #d6d6d6;
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    float: left;
}
.profilename{
  position: relative;
    float: left;
    max-width: calc( 100% - 120px - 40px - 40px);
    font-family: Lobster;
    word-break: break-word;
    line-height: 40px;
    font-size: 40px;
    left: 50px;
    color: #f83896;
    top: 49px;
}
.profilename span{
    font-size: 16px;
    top: 14px;
    position: relative;
    color: #ac0a5a;
    text-overflow: ellipsis;
    overflow: hidden;
}
.profileoptions {
    border-top: 1px #d6d6d6 solid;
    height: 55px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 6px 8px rgb(82 18 138 / 27%);
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    z-index: 99;
}
.likeandfollows{
      color: white;
      border-radius: 8px;
      text-align: center;
      bottom: -29px;
      vertical-align: middle;
      line-height: 29px;   
      float: right;
      top: 102px;
      position: absolute;
      right: 0px;
      padding: 6px 20px;
      height: 50px;
      width: auto;
  }

.privatechatbutton,.becometalent,.downloadorshare,.edityourpage{
  box-shadow: 0 8px 16px rgb(87 19 146 / 50%);
    color: white;
    text-align: center;
    padding: 15px;
    float: left;
    width: 100%;
    border-radius: 16px;
  transition:.5s;
  text-shadow: 1px 1px 1px black;
  margin-top: 7px;
}

.privatechatbutton:hover,.becometalent:hover,.downloadorshare:hover{
  box-shadow: 0 14px 18px rgb(249 51 143 / .7);
  transition:.5s;
  text-shadow: 1px 5px 5px rgb(0 0 0 / .7);
}
.likeandfollows i.fa-heart{
  font-size: 29px;
    top: 4px;
    position: relative;
    padding-right: 10px;
}

.channellike:hover,.hashtaglike:hover {
    box-shadow: 0 8px 16px rgb(249 51 143 / .5);
}
.sticky {
  position: fixed;
  top: 54px;
  width: 100%;
  max-width: 1280px;
}

.sticky + .profileoptions {
  padding-top: 102px;
}
.navlike{
  padding-left: 28px;
    width: 79px;
}
.navlike img{
  height: 36px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -22px;
}
.navlike img.heartbeat.Imgtextdiv {
    height: 27px;
    float: left;
    margin-right: 10px;
    border-radius: 0px;
    position: absolute;
    top: 8px;
    left: 17px;
}
.profileoptionsplaceholder{
  height: 0px;
}
.profileoptionsplaceholder.stickyholder{
  height: 53px;
}

.content {
  padding: 40px 20px;
}

nav .navlike span{
  position: relative;
}

nav {
  margin-bottom: 20px;
  font-weight: 900;
}
nav > ul {
  list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
    background: #ffffff;
}
nav > ul > li {
  display: inline-block;
  position: relative;
  cursor:pointer;
}
nav > ul > li.more > span .fa {
  color: yellow;
}
nav > ul > li.hidden {
  display: none;
}
nav > ul > li > span {
  border-right: 1px dashed #ffffff00;
}
nav > ul > li span {
  
  font-size: 1rem;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    user-select: none;
}
nav > ul > li span .fa {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
nav > ul > li span + ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: 0;
}
nav > ul > li span + ul li {
  margin-top: 1px;
  padding: 0px 3px;
}
nav > ul > li a + ul li span {
  padding-left: 16px;
  text-align: left;
  white-space: nowrap;
}
nav > ul > li a + ul li span .fa {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
nav > ul > li a + ul li span:hover {
    background: rgb(0 0 0 / .05);
    cursor: pointer;
    border-radius: 6px;
}

nav > ul > li:hover {
    background: rgb(0 0 0 / .05);
    cursor: pointer;
    border-radius: 6px;
}
nav > ul > li:hover ul {
  display: block;
}
.tooltipp{
  display: none;
    width: max-content;
    border-radius: 10px;
    padding-right: 15px;
    color: black;
    background-color: rgb(255 252 252 / 90%);
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    border: solid 5px white;
    margin-left: -18px;
    box-shadow: 4px 6px 8px rgb(188 6 84 / 27%);
}
.tooltipp img{
  margin-right: 16px;
    margin-left: 10px;
}
.alllikes span.clicked:hover .tooltipp{
  display:block;
}
.tooltipp div{
  display: flex;
}
.channeldropbg{
  /*background: linear-gradient(180deg, rgb(86 8 66) 0%, rgb(107 16 58) 100%)!important;*/
  background: linear-gradient(180deg, rgb(198 13 151) 0%, rgb(131 11 128) 100%)!important;
}
.smallresponseicons{display: inline;}
.smallresponseicons div{display:none;}
.profileoptions nav > ul > li:hover {
    background: rgb(0 0 0 / .05);
    border-radius: 6px;
}

.videosprev div.videothumb{
  margin-top: 11px;
  width: 100%;
  float: left;
}
.videosprev img.videothumb{
  width: 100%;
  border-radius: 14px;
}

.videosprev .likesandcomments{
  float: left;
  width: 100%;
}

.relatedpages .aboutpage{
    width: 100%;max-width: 100%;float: left;height: 70px;
}
.relatedpages .thumb{
width: 60px;float: left;height: 70px;
}
.relatedpages .thumb img{
width: 60px;border-radius: 50%;float: left;
}
.relatedpages .aboutinfo{
width: calc( 100% - 60px );float: left;padding: 5px;font-size: 14px;font-weight: 500;height: 70px;margin-top: 5px;padding-left: 9px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.relatedpages .aboutinfo .pointer {
    float: right;
    background: #d6d6d6;
    padding: 11px 11px 0px 11px;
    border-radius: 8px;
}
.relatedpages .aboutinfo .pointer:hover {
    background: #d5d5d5;
}
.relatedpages .aboutinfo span{
font-size: 12px;display: block;font-weight: 400;line-height: 11px;
}

.sideownpage{font-size: 13px;}
.baretext{color: #949494;}
.sideownpage h1{ text-align: center;}
.sideownpage .privatechatbutton,.sideownpage .becometalent{font-size: 18px;  margin-bottom: 25px;}

.op100{opacity: 1!important;}
.op0{opacity: 0!important;}
.top0{top:0px!important;}
.topunderpage{top:110vh!important;}

@keyframes flickerAnimation {
  0%   { opacity:.5; }
  50%  { opacity:.2; }
  100% { opacity:.5; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:.5; }
  50%  { opacity:.2; }
  100% { opacity:.5; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:.5; }
  50%  { opacity:.2; }
  100% { opacity:.5; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:.5; }
  50%  { opacity:.2; }
  100% { opacity:.5; }
}
.fading {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
img.fading.animate-flicker {
    margin-top: 25px;
    margin-left: 18px;
}
.gallerydisplay,.videobigdisplay{
    background: rgb(125,11,115);
  background: radial-gradient(circle, rgba(125,11,115,1) 0%, rgba(126,14,82,1) 66%, rgba(101,13,66,1) 85%, rgba(88,27,64,1) 100%);
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: calc( 100% - 0px);
    z-index: 10000;
    top:110vh;
    transition: .2s;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.gallerydisplay div{
  top: -50vh;
}
.gallerydisplay .prev{
  left: calc( -50vw + 30px );
}
.gallerydisplay .next{
  left: calc( +50vw - 30px );
  top: calc( -50vh - 42px );
}
.prev.on,.next.on{
  cursor:pointer;
}
.prev.off,.next.off {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    cursor: auto;
}
.holdergal {
    position: initial;
    height: 100%;
}
.transition03{
  transition:.3s;
}
.blur10{
  filter: blur(10px);
}
.blur0{
  filter: blur(0px);
}

.gearicon {
  top: 10px;
    position: absolute!important;
    display: inline-block;
    margin: 4px;
    width: 20px;
    left: 14px;
    height: 20px;
    background: #760849;
    border-radius: 50%;
    border: 5.7142857143px solid #d4a6bf;
    box-sizing: border-box;
}
.gearicon:before, .gearicon:after {
  content: "×";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "times new roman";
  font-weight: bold;
  font-size: 50px;
  color: #d4a6bf;
}
.gearicon:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.galleryside{
    background: white;
    height: 100vh;
    width: 360px;
    top: 0px;
    position: absolute;
    left: calc( 100% - 360px );
    transition:0.3s;
}
.galbut {
    backface-visibility: hidden;
    background: radial-gradient(rgb(255 44 180 / .7), rgb(125 12 100 / .7));
    border-radius: 50%;
    height: 42px;
    width: 42px;
    -webkit-box-shadow: 2px 3px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 12px 0px rgba(0,0,0,0.75);
}
.maingallery{
    width: calc( 100% - 360px);
    height: 100vh;
    transition:0.3s;
    /*top: -20px;*/
}

.ps__thumb-y {
    background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.gallerycloser,.videobigcloser{
    position: fixed!important;
    top: 10px;
    left: 10px;
    z-index: 10001;
    top: -100px;
    transition:.3s;
}
.transpre{
background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 84%, rgba(255,255,255,0) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.5) 84%, rgb(246 66 163 / .5) 100%);
    }

.channelcoverimg{
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
    -webkit-animation: smoothcoverimg 5s infinite;
    -moz-animation: smoothcoverimg 5s infinite;
    -o-animation: smoothcoverimg 5s infinite;
    animation: smoothcoverimg 5s infinite;
    /*animation-timing-function:cubic-bezier(.17,.67,.75,.07);*/
    animation-timing-function:cubic-bezier(.51,.01,.5,.99);
}



.selectbtncontainer{
  width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.selectbtn {
    border-radius: 20px;
    padding: 10px;
    width: auto;
    margin: 5px;
    display: flex;
    background: #d6d6d6;
    cursor: pointer;
}
.selectbtn.selected {
    background: red;
    color: white;
}
.newchannel{
  position: relative;
    top: -12px;
    padding-left: 13px!important;
}

.warningloginfirst{display:flex;}
.warningloginfirst .articlecommentname{margin: 0px 4px 0px -4px;text-decoration: underline;}


.settingsarea {
    padding: 10px;
    border: 1px solid #d4d4d4;
    margin: 10px;
    padding-top: 40px;
    background-color: #d6d6d6;
    box-shadow: 0 10px 10px 10px rgb(0 0 0 / 15%);
}
.theme-dark .settingsarea {
    border: 1px solid #320c5b;
    background-color: #2f0c54;
    box-shadow: 0 10px 10px 10px rgb(205 53 172 / 50%);
}

.textincolor{
  color: #b513bf!important;
}
.theme-dark .textincolor{
  color: #f11afe!important;
}
.flexprofiles{
  flex: 1 0 30%;
  margin: 5px;
  min-width: 280px;
  transition: .3s;
  border-radius: 25px 10px 10px 25px;
  border: solid 1px rgb(130 130 130 / 10%);
}
.flexprofiles:hover {
  background: rgb(253 111 249 / 20%);
}

@media only screen and (min-width: 858px) {
  .sidehide .maingallery {
      width: 100%!important;
      transition:0.3s;
  }
  .sidehide .galleryside {
      left: 100%!important;
      transition:0.3s;
  }
}


@media only screen and (max-width: 1100px) {
  .containerside{
    width: 280px!important;
  }
  #sidebar{
    width: 280px!important;
  }
  .containerafterside{
      width: calc( 100% - 500px );
      max-width: calc( 100% - 500px );
  }
  #content {
      margin-left: 280px;
  }
}


@media only screen and (max-width: 1040px) {
  .dolikecomment div {
    width: calc( 50% - 5px );
  }
  .containerside{
    width:calc( 100% - 500px )!important;
  }
  /*#sidebar{
    width:calc( 100% - 500px )!important;
  }
  .containerafterside{
    display:none;
  }
  #content {
      margin-left: calc( 100vw - 500px - 30px );
  }*/
}
@media only screen and (min-width: 858px) {
  .page-content{
      margin: 0 auto;
  }
}
@media only screen and (max-width: 857px) {
  .galbut.sidehide{display:none;}
  .videobigdisplay .maingallery{height: calc( 100vw / 1920*1080 );}
  .hasnotch .notchspacergallery {
    height: 0px!important;
  }
  .hidetouch .controlHolder{display:none;}

  .containerside{
    display: block;
      width: 100%!important;
      float: left;
  }
  #sidebar{
    width: 100%!important;
  }
  .containermain{
    float: none;
      width:100%;
      padding-left: 0px;
  }
  .clearbothsmall{
    clear:both
  }
  #content{
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  .sideownpage{
    display: none;
  }

  .emojipopupreq{
    display:none;
  }
  textarea.animate{
    padding: 8px 47px 8px 14px;
  }
  .likeandfollows{
    width: 100%;
      color: white;
      border-radius: 8px;
      padding: 10px;
      text-align: center;
      position: relative;
      float: left;
      height: 58px;
      bottom: -29px;
      vertical-align: middle;
      line-height: 29px;
      top: 62px;
  }




  .maingallery {
      width: calc( 100% );
      height: calc( 100vh - 200px );
      /*top: -20px;*/
  }
  .ratioHolder{
    height: calc( 100vh - 200px )!important;
      width: 100%!important;
      padding-bottom: 0px;
      backface-visibility: hidden;
  }
  .galleryside {
      background: white;
      height: auto;
      width: 100vw;
      top: 0px;
      position: relative;
      left: 0px;
      -webkit-overflow-scrolling: touch;
  }

  .controlHolder .prev{position: absolute!important;top: calc( 50vh - 80px )!important;left: 40px!important; }.controlHolder .next{position: absolute!important;top: calc( 50vh - 80px )!important; left: calc( 100% - 50px )!important; }

  .articleimg img{
      max-height: 468px;
  }
}

@media only screen and (max-width: 500px) {
  .profilename span {
      font-size: 16px;
      top: 0px;
      position: relative;
      color: #ac0a5a;
  }
  .profilename {
      position: relative;
      width:100%;
      float: left;
      max-width: calc( 100% - 40px);
      font-family: Lobster;
      line-height: 40px;
      font-size: 40px;
      left: 0px;
      color: #f83896;
      top: 14px;
  }
  .profileinfo {
      padding-bottom: 0px;
  }
  .likeandfollows{
      top: 40px;
  }
  
}


@-o-keyframes fadeItlike {
  0%   { background-color: #FFFFFF00; }
  50%  { background-color: #fc3281; }
  100% { background-color: #FFFFFF00; }
}
@keyframes fadeItlike {
  0%   { background-color: #FFFFFF00; }
  50%  { background-color: #fc3281; }
  100% { background-color: #FFFFFF00; }
}

@keyframes fatFade {
  0%   { opacity:1; }

  100% { opacity:0; }
}

@-o-keyframes fadeItlike {
  0%   { background-color: #FFFFFF00; }
  50%  { background-color: #fc3281; }
  100% { background-color: #FFFFFF00; }
}
@keyframes fadeItlike {
  0%   { background-color: #FFFFFF00; }
  50%  { background-color: #fc3281; }
  100% { background-color: #FFFFFF00; }
}

@keyframes smoothcoverimg {
  0% { object-position: 0% 100%; }
  50%   { object-position: 100% 0%; }
  100% { object-position: 0% 100%; }
}
  
.rotate{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
    
.container{
  /*max-width: 700px; */
    margin: 10px 10px;
}
.container.croplayer .container {
    margin: 0px 0px;
    padding: 10px;
}
.container.croplayer{
    margin: 0px;
    background: radial-gradient(circle, rgb(253 218 250) 0%, rgb(255 138 209) 66%, rgb(241 69 173) 85%, rgb(120 39 190) 100%)!important;
    color: white;
    overflow-x: hidden!important;
}
    
    #sidebar{
      float: left;      
      will-change: min-height;
      margin-bottom: 0px!important;
    }

    #sidebar .sidebar__inner{
      margin-bottom: 0px!important;
      position: relative;
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      will-change: position, transform;
    }

    .clearfix:after{
      display: block;
      content: "";
      clear: both;
    }
.m5 {
    margin: 5px;
}
.m10{
  margin: 10px;
}
.fsmaller{
  font-size:smaller;
}
.textcenter{
  text-align: center!important;
}
.displayblock{
  display: block;
}
.header-logo-app-img{
  width:259px;
  height:54px;
}
.header .header-logo-app-img {
    background-position: 1px -5px;
    width: 191px;
    left: 32px;
}
.menu-header img {
    width: 199px;
    height: 52px;
    object-position: 0px 0px;
    object-fit: none;
    margin-bottom: 20px;
}

.theme-dark #main,.theme-dark .profileoptions {
  background-color: #030002!important;
  box-shadow: 0 0px 6px rgb(0 0 0 / 60%);
}

.theme-dark .global-transition-effect:before {

    background-color: #1c063d!important;
    background-image: url(https://www.dragcontact.com/pics/bigbiglogobgdark.jpg);
}
.theme-dark nav > ul > li span {
    color: rgb(255 255 255 / .85);
}
.theme-dark .articlecontainer ,.theme-dark .articlecontainer a{
  background-color: rgb(38 6 72);
  color: rgb(255 255 255 / .8);
}
.theme-dark .articletext .read-more {
    background-image: linear-gradient(to bottom, transparent , rgb(26 1 11 / .8), rgb(26 1 11 / .9), #1a010b);
}
.theme-dark .articlecomment,theme-dark .replycomment ul li:first-child {
    background: rgb(255 255 255 / .1);
}
.theme-dark .articlecommentname,.theme-dark .activecolor {
    color: #f84182;
}
.theme-dark .articlecommentinfo {
    color: rgb(255 255 255 / .9);
}

.theme-dark .replycomment ul li:first-child {
background: rgb(255 255 255 / 0.15);
}

.theme-dark  .replycomment ul {
    color: rgb(255 255 255 / .9);
}

.theme-dark textarea.animate {
    background: rgb(255 255 255 / .2);
    color: white;
}



.theme-dark .emojicontainer.active {
    z-index: 20000;
    display: block;
}

.theme-dark .profilemenu {
    background-image: -webkit-gradient(linear, bottom, top,from(#210511 40%),to( rgb(63 12 33 / 60%) 100%));
    background-image: linear-gradient(to top ,#210511 40% ,rgb(63 12 33 / 41%) 100% );
}
.theme-dark .profilename span {
    color: #efd5e2;
}
.theme-dark .profileoptions{
border-top: 1px #1f0016 solid;
}

.theme-dark .containershadow {
  box-shadow: -4px -3px 12px rgb(37 5 70), 5px 3px 24px hsl(271deg 47% 51%);
}
.theme-dark .emojicontainer{
    background: #3f0c21;
    border: solid 1px #000000;
}
/*.theme-dark .footer{
  background-color: #030002!important;
}*/
.theme-dark .relatedpages .aboutinfo .pointer {
    background: #3f0c21;
}
.theme-dark .relatedpages .aboutinfo .pointer:hover {
    background: #5c0f2f;
}
.theme-dark .dolikecomment div:hover,.theme-dark .dimension:hover {
    background: rgb(255 255 255 / .05);
}

.theme-dark .more.hidden ul{
  background-color: #210511!important;
}
.theme-dark .articlehead {
    border-bottom: 1px solid rgb(79 7 33);
}
.theme-dark .reportarticlecontainer {
    background: #5b1130;
    color: white;
    box-shadow: 0 12px 28px 0 #00000033, 0 2px 4px 0 #0000001a, inset 0 0 0 1px #150009;
}
.theme-dark .borderbot {
    border-bottom: solid 1px rgb(255 255 255 / .2);
}
.theme-dark .controw:hover {
    background: #1b020b;
}
.theme-dark .selectbtn {
    background: #1b020b;
}
.theme-dark .controw.owned:hover {
    color: white;
}



::placeholder .theme-dark {
    color: white;
}

.theme-dark ::placeholder  {
    color: white;
}
.theme-dark::placeholder  {
    color: white;
}


.theme-dark .transpre , .theme-dark .gallerypreloader{
    background: rgb(125 19 82);
    background: radial-gradient(circle, rgb(175 56 132) 0%, rgb(139 10 93) 10%, rgb(134 36 93 / 54%) 84%, rgb(114 11 66 / 50%) 100%);
    background: radial-gradient(circle, rgb(175 56 132) 0%, rgb(139 10 93) 10%, rgb(134 36 93 / 54%) 84%, rgb(114 11 66 / 50%) 100%);
}

.theme-dark .galleryside {
    background: #1a010b;
}

.theme-dark .header, .theme-dark .footer, .theme-dark .footer a {
    color: rgb(255 255 255 / .8);
}

.theme-light .footer a{
    color: rgb(0 0 0 / .8);
}
.theme-dark .header {
  background-color: #030002!important;
}
.theme-dark .likesandcomments {
    color: rgb(255 255 255 / .7);
}

.theme-dark .loginmodal-container {
    background-image: linear-gradient(to top left,rgb(94 9 171 / 60%), rgb(90 26 149 / 80%));
    border-radius: 8px;
    box-shadow: 0 0 54px #7827be, 0 0 5px #57198d;
    color: rgb(255 255 255 / .8);

}
.theme-dark .login-help a,.theme-dark .autologincheck{
  color: rgb(255 255 255 / .6)!important;
}
.theme-dark .modalmailpart {
    background-color: rgba(0,0,0, .4);
    padding: 0px 5px 5px 5px;
    border: 1px solid rgb(1 0 1)!important;
}
.theme-dark .articlewrapper:after {
    box-shadow: 0px 6px 22px 0px rgb(248 65 130);
}
.theme-dark img.small-crown {
    width: 25px;
    height: 25px;
    object-position: -30px -142px;
    object-fit: none;
    opacity: .6;
}
.theme-dark .articleinfo img.small-public {
    width: 25px;
    height: 18px;
    object-position: -337px -144px;
    object-fit: none;
    opacity: .6;
}
.abouticon img.small-languages.change {
    object-position: -396px -91px;
}
.theme-dark .abouticon img.small-languages.change {
    object-position: -372px -91px;
}
.theme-dark .articleinfo img.small-languages {
    width: 25px;
    height: 25px;
    object-position: -371px -91px;
    object-fit: none;
    left: 5px;
    opacity: 0.6;
}

.theme-dark img.small-lock {
    width: 25px;
    height: 25px;
    object-position: -421px -112px;
    object-fit: none;
    opacity: .6;
}

.theme-dark img.small-heart-dark.change {
    object-position: -238px -149px;
}
.theme-dark .reportcommentarticle:hover,.theme-dark .reportarticle:hover  {
    background: rgb(255 255 255 / .2)
}
.theme-dark img.small-menu.change {
    object-position: -206px -145px;
}
.theme-dark img.filters {
    width: 20px;
    height: 20px;
    object-position: -294px -174px;
    object-fit: none;
    top: 5px;
}

.theme-dark img.smaller-envelop.change {
    background-position: -399px -18px;
}
.theme-dark img.smaller-carret {
    background-position: -369px -13px;
}
.theme-dark img.smaller-heart.change {
    background-position: -371px -73px;
}
.theme-dark img.small-public{
  object-position: -336px -140px;
}
.theme-dark img.small-report.change {
    object-position: -239px -91px;
}
.theme-dark .articlename {
  color: #fc3281;
}

.theme-dark .setemoji.active {
    background: #311b24;
}
.theme-dark img.small-paperplane.change{
  object-position: -233px -115px;
}

.theme-dark img.small-cleanlike.change {    
  object-position: -373px -39px;
}
.theme-dark img.smaller-comment.change{
    background-position: -169px -41px;
}
.theme-dark .profileoptions nav > ul > li:hover {
    background: rgb(255 255 255 / .15);
    border-radius: 6px;
}
.footer-socials{
  display: flex;
    justify-content: center;
}
.theme-dark::-webkit-scrollbar-track {
    background: hsl(344deg 54% 15%);
}
.theme-dark img.small-search.change {
    width: 20px;
    height: 20px;
    object-position: -421px -88px;
    object-fit: none;
}
.theme-dark .applyfilters{
  background: rgb(60 3 38);   ;
}
.theme-dark img.small-eye.change {   
    object-position: -6px -44px;
}
.theme-dark img.small-eyeslash.change {   
    object-position: -6px -8px;
}
.theme-dark img.small-savepost.change {   
    object-position: -6px -82px;
}
.theme-dark img.small-notify.change{   
    object-position: -6px -122px;
}
.theme-dark img.small-notifyslash.change {   
    object-position: -81px -45px;
}
.theme-dark img.small-snooze.change {   
    object-position: -81px -7px;
}
.theme-dark img.small-unfollow.change {   
    object-position: -164px -7px;
}
.theme-dark img.small-flag.change {   
    object-position: -164px -42px;
}

.theme-dark input.videostreamurl {
    background: rgb(255 255 255 / .2);
    color:white;
}

.theme-dark img.small-pin.change,.theme-light .controw.owned:hover img.small-pin {   
    object-position: -44px -162px;
}
.theme-dark img.small-unpin.change,.theme-light .controw.owned:hover img.small-unpin {   
    object-position: -119px -156px;
}
.theme-dark img.small-bin.change,.theme-light .controw.owned:hover img.small-bin {   
    object-position: -122px -84px;
}
.theme-dark img.small-edit.change,.theme-light .controw.owned:hover img.small-edit {   
    object-position: -124px -119px;
}
.theme-dark img.smaller-close.change{
  background-position: -170px -2px;
}
.theme-dark img.small-share-big.change {
    object-position: -299px -2px;
}
.theme-dark img.smaller-dragcomment{
    filter: grayscale(100%) invert(1);
}

.theme-dark .toggleholder{
    background: rgb(86 8 66 / .6);
    color: rgb(255 255 255 / .8);
}
.theme-dark .toggleholder:hover{
      background: rgb(86 8 66 / .9);
}
.theme-dark .bgthemedepend{
  background: rgb(0 0 0 / 50%);
  color: rgb(255 255 255 / .8);
}

.theme-dark .bg-frost{
  background-image: linear-gradient(to top left,rgb(18 3 9 / .5), rgb(123 32 80 / .8));
    color: rgb(255 255 255 / .8);
}
.hasnotch .notchspacer,.hasnotch .notchspacergallery {
    height: 44px;
}
.hasnotch .notchspacemargin {
    margin-top: 44px;
}
.hasnotch{
  padding-top: 44px;
}
.hasnotch .sticky {  
    top:calc( 54px + 44px );
}
.toplogospacer{height:50px;}
.modal{
  z-index: 10000;
  background: rgb(0 0 0 / 40%);
}
#modal{z-index: 90000;}

@media (orientation: landscape) {
  .notchspacergallery{
    height: 0px!important;
  }
}

html { 
  -webkit-text-size-adjust: none; 
  -moz-text-size-adjust: none; 
  -ms-text-size-adjust: none; 
  text-size-adjust: none; 
}

input.progress-bar {
    z-index: 1!important;
}
.darkbuttonbg{
  background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(247 56 150)),to( rgb(140 5 63)));
    background-image: linear-gradient(to top left,rgb(247 56 150), rgb(140 5 63));
  color:white;
  box-shadow: inset 7px -7px 13px 3px #6f0b38;
}
.fireshadow{
  -webkit-box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 15px 5px rgba(0,0,0,0);
}
.addnewstory{
  box-shadow: inset 0px -3px 14px 0px #ffcfe6;
    backdrop-filter: blur(5px);
    background: linear-gradient(90deg, rgb(255 154 211 / 0) 0%,rgb(255 255 255 / .5) 40%,rgb(255 255 255 / .5) 60%, rgb(255 154 211 / 0) 100%);
}
.addnewpost{
      box-shadow: inset 2px 2px 20px -3px #80073a;
}

.addnewpost .top-10{
  box-shadow: inset 4px 4px 9px 10px #ffffff;
}


/* The container */
.containerrad {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerrad input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkrad {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerrad:hover input ~ .checkmarkrad {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerrad input:checked ~ .checkmarkrad {
  background-color: #ef207d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkrad:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerrad input:checked ~ .checkmarkrad:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerrad .checkmarkrad:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a90c52;
}

.preload-image.liketosee{
  background-image:url(../images/liketosee.jpg);background-size: cover;
}
.preload-image.unlock{
  background-image:url(../images/unlock.jpg);background-size: cover;
}

.theme-dark .preload-image.liketosee{
  background-image:url(../images/liketoseedark.jpg);background-size: cover;
}
.theme-dark .preload-image.unlock{
  background-image:url(../images/unlockdark.jpg);background-size: cover;
}
span.ishash,span.isat{
  text-decoration: underline;
    color: rgb(247 57 151 / .7);
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.theme-dark .searchrescont{
  color: rgb(255 255 255 / 80%);
    background: black;
}
.theme-dark .searchrescont .channellike,.theme-dark .searchrescont .hashtaglike{
  background: #8c2359;
}

.header .dosearch{
  bottom: 0px;
  right: 95px;
  position: absolute;
}
.header .small-search{
  margin: 19px 10px;
}
.header .dosearch.logged{
  right: 60px;
}
.theme-dark .closesearch{
  color:white;
  background: rgb(0 0 0 / 70%);
}
.infosign{
    float: right;
    background-color: blue;
    width: 24px;
    height: 24px;
    color:white!important;
    text-align: center;
    border-radius: 50%;
    font-family: 'Lobster';
}

.dragexplain{
  float: left;
  font-size: 12px;
  padding-left: 30px;
  transition: .3s;
  /*height: 0px;*/
  overflow: hidden;
}
.searchrescont .hashtaglike.likedyes,.searchrescont .channellike.likedyes {
    display: none;
}









video.inlinevideo{
  width: calc( 100% )!important;
    height: auto!important;
    object-fit: cover;
    max-height: 468px!important;
    object-position: 0px;
}
.maingallery video.inlinevideo{
  max-height: 9999px!important;
}
/* FIX iOS error no cursor and only first character */
input{-webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; }
/* FIX iOS div content editable */
div[contenteditable]{    -webkit-user-select: text!important;    user-select: text!important;}


.header.header-fixed{z-index: 100;}
#menu-navigation,#menu-contact{z-index: 101;}
.add-to-home{    z-index: 110;}

.covertext{
  font-size: 5vw;
  line-height: 110%;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-weight: bold;
  color: white;
  position: absolute;
  z-index: 1;
  top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 858px) {
  .covertext{
    font-size: 6vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profileinfo {
    top: 0px;
    left: 10px;
    margin: 0px;
    width: calc( 100% - 10px - 10px );

  }
}

@media only screen and (min-width: 1280px) {
  .covertext{
    font-size: 60px;
  }
}

.profilemenu.covervid{
  border-top: 1px solid #bbbbbb;
  background-image: linear-gradient(to bottom,#bbbbbb 0%,#d6d5d5 20% ,rgb(255 255 255 / 100%) 80%,rgb(255 255 255) 60% );
}

.theme-dark .profilemenu.covervid{
  background-image: linear-gradient(to bottom,rgb(29 7 62) 20% ,rgb(3 0 2) 80%,rgb(3 0 2) 60% );
}



.band {
  /*width: 90%;*/
  max-width: 1280px;
  /*margin: 0 auto;*/
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  width: calc( 100% - 30px);
  margin: 30px 0px 0px 20px;
  transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  opacity:1;
}
@media (min-width: 350px) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 600px) {
  .band {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 858px) {
  .band {
    grid-template-columns: repeat(2, 1fr);
  }
  .field1 .privatechatbutton,.field1 .becometalent{
    display:block;
  }
  .field2 .privatechatbutton,.field2 .becometalent{
    display:none;
  }
  .field2 .profiledescription {
    display:block;
  }
  .onpage.profiledescription{
    display:none;
  }
  .profilelanguages{
    bottom: 29px;
    width: 100%;
  }
  .page-content.profile .playvideo {
    left: calc( 25% - 64px );
    top: calc( 100vh - 255px );
  }
  .profiledescriptioninpage{
    display:none;
  }
  .field2.op-0{
    opacity: 1!important;
  }
}
@media (min-width: 1041px) {
  .band {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card {
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgb(255 255 255 / 80%);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in;
  border-radius: 20px 20px 20px 20px;
  z-index: 1;
  background-image: linear-gradient(to top left,rgb(255 255 255) 50%, rgb(0 0 0 / 10%) 80%);
}
.card:hover {
    top: -2px;
    box-shadow: 0 10px 30px 0 rgb(255 255 255 / 85%);
}
.card article {
  padding: 20px 20px 5px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card h1 {
  font-size: 20px;
  margin: 0;
  color: #333;
}
.card p {
  flex: 1;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.card span {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 5px 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
}
.card .thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 20px 20px 0px 0px;
}
.card .thumb img {
  width:100%;
  object-fit: cover;
  animation: 0s ease 0s 1 normal none running none;
  opacity: 0;
  position: absolute;
  border-radius: 20px 20px 0px 0px;
}

.card .thumb img.loaded {
  animation: 0.5s ease-in-out 0s 1 normal forwards running load-fade-in;
}

@media only screen and (max-width: 857px) {
  .band {
      width: 100%;
      margin: 30px 0px 0px 0px;
  }
  .container{
      margin: 10px 20px;
    }

  .field1 .privatechatbutton,.field1 .becometalent{
    display:none;
  }
  .field2 .privatechatbutton,.field2 .becometalent{
    display:block;
  }
  .field2 .profiledescription {
    display:none;
  }
  .onpage.profiledescription{
    display:block;
  }
  .field1,.field2{
    width: 100%!important;
    margin-left: 0%!important;
  }
  .profilelanguages{
    bottom: 88px;
    width: calc( 100% - 40px);
  }
  .field2:hover ~ .playvideo{
    opacity:1;
  }
  #content.contentprofilepage{    
    width: 100%!important;
  }
  .profileincontent {
    margin: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 349px) {
  .container {
    margin: 10px 30px;
  }
}
.band article h2{
  text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    font-size: 22px;
    color:purple;
}

.pricevid{
  display: flex;
  flex-direction: row;
  font-size: 24px;
  z-index: 2;
  color: white;
  position: absolute;
  text-align: center;
  right: 0px;
  padding: 17px 11px 18px 11px;
  border-radius: 50px 0px 0px 50px;
  bottom: 0px;
  text-shadow: rgb(0 0 0) 2px 2px 6px;
  background: rgb(217 39 189 / 80%);
}
.pricevidfrom{
  position: absolute;
  bottom: 35px;
  right: 12px;
  font-size: 11px;
  z-index: 10;
  color: white;
  text-shadow: rgb(0 0 0) 2px 2px 6px;
}
.pricevidtax{
  position: absolute;
  bottom: 0px;
  right: 12px;
  font-size: 11px;
  z-index: 10;
  color: white;
  text-shadow: rgb(0 0 0) 2px 2px 6px;
}

.theme-dark input.mysearch::placeholder,.theme-dark input.mysearchsmall::placeholder  {
    color: black!important;
}
.theme-dark .card {
    background: #1a0741;
    background-image: linear-gradient(to top left,rgb(15 2 40) 50%, rgb(26 7 65) 80%);
    box-shadow: 1px 1px 8px rgb(205 48 145 / 50%);
}
.theme-dark .band article h2 {
    color: #b70fb7;
}
.theme-dark .card p{
  color: rgb(255 255 255 / 80%);
}
.theme-dark .card:hover {
  box-shadow: 3px 6px 7px 0 rgb(211 66 176 / 40%);
}

.dragpagination li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    padding: 6px 5px;
    margin-left: 9px;
    line-height: 1.42857143;
    color: #881188;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
}
.dragpagination span{padding: 10px 8px;}
.dragpagination li.active{opacity: .5;}
.dragpagination .paging{cursor:pointer;}
.dragpaging{
  text-align: center;
}
.theme-dark .dragpagination li {
  color: #e63ae6;
  background-color: #1a010b;
  border: 1px solid #1a010b;
  box-shadow: -5px -7px 15px rgb(240 93 219 / 10%), 6px 8px 28px hsl(33deg 73% 78% / 30%);
}
.page-content.profile .onpageheadercontainer{
    background-image: radial-gradient(farthest-corner at 100% 100%, #5d139a80 20%, #30115c80 50%, rgb(37 7 71 / 50%) 70%),radial-gradient(farthest-corner at 150% 10%, #dc46bf 20%, #dc46bf 50%, #da3296 70%);
}
.onpageheadercontainer .field1{
  width: 50%;
  height: calc( 100vh - 60px );
}
.onpageheadercontainer .field2{
    width: 50%;
    height: calc( 100vh - 60px );
    position: absolute;
    margin-left: 50%;
    padding: 20px;
    top: calc( 0vh  );
    box-shadow: inset 0px 0px 40px rgb(243 101 157);
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;  
}

.profileintro{color: white;
    font-size: 28px;
    text-shadow: 1px 1px 3px black;
    line-height: 39px;
}

.hashtagcats span,.profilelanguages{
  background: rgb(0 0 0 / 50%);
    width: fit-content;
    color: white;
    padding: 0 8px 2px 8px;
    border-radius: 11px;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
}
.hashtagcats {
  z-index: 1;
  margin-top: 10px;
}
.profiledescription{
  height:40vh;
    padding: 10px 10px 10px 10px;
    margin: 20px 5px 20px 5px;
    background-color: rgb(255 255 255 / 90%);
    z-index: 0;
    overflow-y: auto;
    border-radius: 20px;
    box-shadow: 4px 8px 16px rgb(255 255 255), inset 4px 8px 16px rgb(255 255 255), -4px -8px 16px rgb(255 255 255);
}
.requestvideo{
  box-shadow: 4px 8px 16px rgb(255 255 255), -4px -8px 16px rgb(255 255 255);
    text-transform: uppercase;
    font-weight: 900;
    font-size: larger;
    position: absolute;
    bottom: 29px;
    width: calc( 100% - 40px);
    z-index: 2;
}
.profilelanguages{
    position: absolute;
    width: calc( 100% - 40px);
    z-index: 2;
}
.profilelanguages{cursor:auto;}
.centerflex{
  display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.profileimgcont{
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50px;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100px;
}
.profileimg{
  object-fit: cover;
    height: 100px;
    width: 100px;
}
.theme-dark  ul,.theme-dark ol {
  color: #bfbfbf;
  font-size: 16px;
  margin-left: 20px;
}

.theme-dark p {
  line-height: 26px;
  margin-bottom: 30px;
  /*font-size: 18px;*/
  color: #b6b7b9;
}
.radio3group{
  display: flex;
  flex-wrap: wrap;
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-size: 14px;
}


.styledradio{
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  margin: 10px 5px;
  padding: 0px;
  border: 0px;
  text-align: center;
  padding-bottom: 27px;
  max-width: 71px;
  flex: 1 0 21%;
}
.occasion .styledradio{
  padding-bottom: 0px;
}
.pricessmallholder{
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.pricesmall{
  background-color: rgb(82 17 137);
  padding: 3px 7px;
  border-radius: 5px;
  margin-top: 5px;
  color:white;
}
.selectforwho,.selectoccasion{
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid rgb(254 226 111 / 100%);
  background-repeat: no-repeat;
}
.styledradio.selected .selectforwho,.styledradio.selected .selectoccasion{
  border: 2px solid rgb(82 17 137);
  background-color: rgb(82 17 137 / 30%);
}
.styledradio.selected {
  color: #f2006d;
  font-weight: 900;
}
.styledradio span{
      word-break: break-word;
}
.occasion .styledradio{
  max-width: 100px;
  flex: 1 0 22%;
}
img.gift.iconchange {
    width: 24px;
    height: 24px;
    object-position: -5px -4px;
    object-fit: none;
    top: 5px;
}
img.video.iconchange {
    width: 33px;
    height: 24px;
    object-position: -68px -4px;
    object-fit: none;
    top: 5px;
}
img.business.iconchange {
    width: 24px;
    height: 24px;
    object-position: -6px -33px;
    object-fit: none;
    top: 5px;
}
img.stop.iconchange {
    width: 24px;
    height: 24px;
    object-position: -6px -60px;
    object-fit: none;
    top: 5px;
}
img.birthday.iconchange {
    width: 24px;
    height: 24px;
    object-position: -5px -88px;
    object-fit: none;
    top: 5px;
}
img.shoutout.iconchange,img.announcement.iconchange {
    width: 24px;
    height: 24px;
    object-position: -5px -117px;
    object-fit: none;
    top: 5px;
}
img.question.iconchange {
    width: 24px;
    height: 30px;
    object-position: -6px -143px;
    object-fit: none;
    top: 5px;
}
img.anchhor.iconchange,img.advice.iconchange {
    width: 24px;
    height: 30px;
    object-position: -36px -2px;
    object-fit: none;
    top: 5px;
}
img.brokenheart.iconchange,img.breakup.iconchange {
    width: 24px;
    height: 30px;
    object-position: -36px -28px;
    object-fit: none;
    top: 5px;
}
img.love.iconchange,img.wedding.iconchange,img.givethanks.iconchange {
    width: 24px;
    height: 30px;
    object-position: -36px -56px;
    object-fit: none;
    top: 5px;
}
img.roast.iconchange {
    width: 24px;
    height: 30px;
    object-position: -36px -84px;
    object-fit: none;
    top: 5px;
}
img.peptalk.iconchange {
    width: 24px;
    height: 30px;
    object-position: -36px -109px;
    object-fit: none;
    top: 5px;
}
img.eye.iconchange {
    width: 24px;
    height: 30px;
    object-position: -70px -26px;
    object-fit: none;
}
img.approve.iconchange {
    width: 24px;
    height: 30px;
    object-position: -70px -53px;
    object-fit: none;
}
img.redo.iconchange {
    width: 24px;
    height: 30px;
    object-position: -70px -84px;
    object-fit: none;
}
img.cancel.iconchange {
    width: 24px;
    height: 30px;
    object-position: -70px -139px;
    object-fit: none;
}
img.startrecord.iconchange {
    width: 24px;
    height: 30px;
    object-position: -109px -91px;
    object-fit: none;
}
img.upload.iconchange {
    width: 24px;
    height: 30px;
    object-position: -109px -5px;
    object-fit: none;
}
img.fxeffects.iconchange {
    width: 24px;
    height: 30px;
    object-position: -109px -31px;
    object-fit: none;
}
img.nofxeffects.iconchange {
    width: 24px;
    height: 30px;
    object-position: -109px -61px;
    object-fit: none;
}
img.stop.iconchange,img.none.iconchange {
    width: 24px;
    height: 30px;
    object-position: -69px -111px;
    object-fit: none;
}
img.star.iconchange,img.other.iconchange {
    width: 24px;
    height: 30px;
    object-position: -36px -134px;
    object-fit: none;
    top: 5px;
}
img.anniversary.iconchange {
    width: 24px;
    height: 30px;
    object-position: -39px -160px;
    object-fit: none;
    top: 5px;
}
.theme-dark .iconchange{
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
.fieldrequired{
  display: none;
}
.required .fieldrequired{
  color:rgb(242 0 109)!important;
  font-weight: 900;
  display: block;
}

.theme-dark .profileincontent input,.theme-dark .profileincontent textarea,.theme-dark .profileincontent .borderreq,.theme-dark .becometalentform input{
  border: 1px solid rgb(112 18 62)!important;
  background: #1a010b;
  color: white;
}

.theme-dark .profileincontent .required input,.theme-dark .profileincontent .required textarea,.theme-dark .profileincontent .required .borderreq,.required input,.required textarea,.required .borderreq{
  border: 1px solid rgb(242 0 109)!important;
}

.profileincontent  ::-webkit-input-placeholder { 
  color: rgb(242 0 109);
}
.profileincontent  ::-moz-placeholder { 
  color: rgb(242 0 109);
}
.profileincontent  :-ms-input-placeholder { 
  color: rgb(242 0 109);
}
.profileincontent  :-moz-placeholder { 
  color: rgb(242 0 109);
}

/* The container */
.container2,.container3 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: solid 1px black;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #f2006d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 8px;
    top: 4px;
    width: 9px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.showterms{
  color:#f2006d;
}










/* Hide the browser's default radio button */
.container3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container3 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container3:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container3 input:checked ~ .checkmark {
  background-color: #f2006d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container3 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container3 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container3 .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.submitrequest{
  display: inline-block;
    appearance: none;
    text-align: center;
    margin-top: 20px;
    border: 0.1rem solid rgb(242 0 109);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: 100%;
    cursor: pointer;
    position: relative;
    outline: none;
    background-color: rgb(242 0 109);
    color: rgb(255, 255, 255);
    font-size: 19px;
    line-height: 25px;
    padding: 10px;
    border-radius: 10px;
}

.submitrequest:hover {
    background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(255 164 3)),to( rgb(242 0 109)));
    background-image: linear-gradient(to top left,rgb(253 140 0), rgb(242 0 109));
}
.text-underline{
  text-decoration: underline;
}
.colorpurplestrong{
  color: rgb(242 0 109);
  font-weight: 900;
}
.contnoacc{
  cursor: pointer;
    position: relative;
    outline: none;
    background-color: rgb(82 17 137);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 12px;
}
.contwithacc{
  border: 1px solid rgb(82 17 137);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
}
.warn,
.warn::before,
.warn::after
{
  position: relative;
  padding: 0;
  margin: 0;
}

.warn {
  font-size: 36px;
  color: transparent;
}

.warn.warning {
  display: inline-block;

  top: 0.225em;

  width: 1.15em;
  height: 1.15em;

  overflow: hidden;
  border: none;
  background-color: transparent;
  border-radius: 0.625em;
}

.warn.warning::before {
  content: "";
    display: block;
    top: -0.08em;
    left: 0.0em;
    position: absolute;
    border: transparent 0.6em solid;
    border-bottom-color: #f10;
    border-bottom-width: 1em;
    border-top-width: 0;
}

.warn.warning::after {
  display: block;
    position: absolute;
    top: 0.3em;
    left: 1px;
    width: 100%;
    padding: 0 1px;
    text-align: center;
    font-family: "Garamond";
    content: "!";
    font-size: 0.65em;
    font-weight: bold;
    color: #fff;
}

.page-content.profile .searchheadholder{
  display:none;
}
.page-content.search .profileheadholder,.page-content.search .howitworks,.page-content.search .profiledescriptioninpage{
  display:none;
}
.onlyprofile,.onlysearch{
  display:none;
}

.page-content.profile .onlyprofile,.page-content.search .onlysearch{
  display:block;
}

.gradientunder{
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
}
.gradientup{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
}

@-webkit-keyframes load-fade-in{0%{opacity:0;}100%{opacity:1;}}
@keyframes load-fade-in{0%{opacity:0;}100%{opacity:1;}}

.search .more.hidden li {
    width: 200px;
}
.dragvideolanguage.selected .check {
  margin-left: 20px;
  top: -5px;
}

.dragvideolanguage{
  width: 100%;
}

.onpagemaincontainer .hashtagcats span{
  padding: 3px 32px 5px 12px;
  border-radius: 50px;
  background: rgb(204 38 156 / 50%);
  color: inherit;
  cursor: inherit;
}
#content .hashtagcats {
  padding-left: 20px;
}
.theme-dark #content .hashtagcats {
  color:white;
}
.closesearchcat{
  position: absolute;
  bottom: 4px;
  text-align: right;
  width: 30px;
  padding-right: 10px;
  margin-left: calc( 100% - 15px );
  font-weight: 900;
  cursor: pointer;
}
.insidesearch{
  display: flex!important;
  text-transform: uppercase;
  width: calc( 100% + 36px )!important;
  margin-left: -18px!important;
  border-radius: 0px!important;
  padding-left: 20px!important;
  background: rgb(204 38 156 / 50%)!important;
}

.topclosecat{
  cursor: pointer;
  left: 30px;
  position: relative;
  padding: 4px 14px;
}
.therecorder{
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videorecordholder{
    height: 100vh;
    width: 100vw;
    max-width: calc( 100vh / 854 * 480 );
    max-height: calc( 100vw * 854 / 480);
}
.recordtext{
  z-index: 1;
  height: 100%;
  top: 0px;
  position: absolute;
  padding: 10px;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 3px black, 2px 2px 2px black;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in;
  -moz-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
  line-height: 25px;
  cursor:pointer;
}

.videorecordholder .styledradio {
  padding-bottom: 0px;
  max-width: none;
  flex: 1 0 16%;
}
.videorecordholder .styledradio .pointer{
  background-color: rgb(255 255 255 / 70%)!important;
  border: 2px solid rgb(205 49 167 / 50%)!important;
}
.videorecordholder .styledradio .pointer:hover {
    background-color: white!important;
}
.video-time-bar {
  margin: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  top: 0px;
  height: 5px;
}
.video-time-bar div {
  height: 5px;
  transform: scaleX(0);
  animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
  transform-origin: left center;
  transition:3s;
}

.video-time-bar[data-style="smooth"] div {
  animation: roundtime calc(var(--duration) * 1s) linear forwards;
  height: 5px;
}

@keyframes roundtime {
  0%   { background-color: red; }
  14% {background-color: red;}
  16% {background-color: green;}
  48% {background-color: green;}
  50%{background-color: orange;}
  100% { transform: scaleX(1); }

}

img.dragcontact{
  filter: invert(65%) sepia(81%) saturate(7300%) hue-rotate(287deg) brightness(84%) contrast(106%);
}
.theme-dark img.dragcontact{
  filter: invert(65%) sepia(81%) saturate(7300%) hue-rotate(287deg) brightness(84%) contrast(106%)!important;
}
.gorecordinfo,.gorecord,.videorequest{
  cursor: pointer;
}
canvas#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showeffects {
    position: absolute;
    bottom: 0;
    display: flex;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    z-index: 20;
    background-color: rgb(225 21 170 / 70%);
}
.showeffects img {
    margin: 5px;
    cursor: pointer;
}

.video-time-bar.pause div{
  animation-play-state: paused;
}
#cropthepic{
  z-index: 100000;
}

.progress {
  width: 100%;
  max-width: 260px;
  height: 6px;
  background: #e1e4e8;
  border-radius: 3px;
  /*overflow: hidden;*/
}
.progress .progress-bar {
  display: block;
  height: 100%;
  background: linear-gradient(
90deg
, #a7283d, #ea4aaa 17%, #8d28d7 34%, #ff458e 51%, #ff509b 68%, #ea4aaa 85%, #8b23d7);
  background-size: 300% 100%;
  -webkit-animation: progress-animation 2s linear infinite;
          animation: progress-animation 2s linear infinite;
}
.progressholding{
  background: #efefef;
    padding: 10px 10px 30px 10px;
    margin: 20px auto;
    max-width: 260px;
    width: 100%;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

@-webkit-keyframes progress-animation {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

@keyframes progress-animation {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

.uploadhtml{display:none;}

.gorecordinfo.done img{
  filter: invert(27%) sepia(97%) saturate(718%) hue-rotate(81deg) brightness(93%) contrast(107%);
}
.theme-dark .gorecordinfo.done img{
  filter: invert(48%) sepia(91%) saturate(755%) hue-rotate(82deg) brightness(89%) contrast(101%);
}
.gorecordinfo.done span{  
  color: #026b04;
}
.theme-dark .gorecordinfo.done span {
    color: #0db610;
    font-weight: 600;
}
.gorecordinfo span,.gotosettings span {
    padding-left: 60px;
    font-size: 14px;
    /* line-height: 50px; */
}
.gorecordinfo span{
  top: -4px;
  position: relative;
}
.settingsarea .articledate{
  z-index: -1;
}

.small-close.closesettings{
  position: relative;
  top: -35px;
  left: calc( 100% - 23px );
  cursor: pointer;
}
.onpageheadercontainer  .dropdown-style-2 p {
  line-height: 50px;
  padding-left: 45px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.uplvid{
    text-decoration: none!important;
    display: inline-block;
    width: calc( 100% - 87px );
    text-align: left;
    font-size: 15px!important;
    font-weight: 900!important;
    cursor:pointer;
}
.uplvid:hover{
    text-decoration: underline!important;
}
.eurosign{
    position: absolute;
    bottom: 21px;
    font-size: 23px;
    font-weight: 900;
    left: 12px;
}
.footer-terms{
  position: relative;
  background: #ffeefd;
  padding: 5px;
  bottom: -50px;
  font-size: 12px;
}
.footer-terms span span:hover{
  text-decoration: underline;
  cursor: pointer;
}
.footer-double{
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
  display: grid;
  width: 100%;
}
@media (max-width: 769px) {
  .footer-double{
    grid-template-columns: 1fr;
    column-gap: 2.5rem;
    display: grid;
    width: 100%;
  }
}
.theme-dark .footer .showterms {
    color: #ffffff;
}
.theme-dark .footer-terms{
  background: #000000;
}
.tempnotactive{
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  font-weight: 900;
  color: white;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%), 0px 0px 2px rgb(0 0 0), 0px 0px 4px rgb(0 0 0), 1px 1px 2px rgb(0 0 0);
}
.theme-dark select#address-country,.theme-dark select.salesmonths  {
    color: #838383;
}
.page-1800 [data-extrasettings] {
    color: #f2006d;
    cursor: pointer;
}
[data-extrasettings]:hover {
    text-decoration: underline;
}
.menu-badge:empty{
  display:none;
}
textarea{ -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; }
.androidpwa .chat:focus-within {
    top: 82px;
    bottom: auto;
}
.paymentstatus,.preparingvideo {
    z-index: 1000;
    position: fixed;
    margin: auto;
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding: 10px;
    padding-top: calc( 50vh + 35px);
}
.cookie-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.button-center-large b{
  font-size:16px;
}
.advertdisplay
{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    /*border: 1px red solid;*/
    flex-wrap: wrap;
}

.advertdisplayitem
{
    flex: 1 1 auto;
    /*border: 1px red solid;*/
    text-align: center;
    margin: 5px;  /* and that, will result in a 10px gap */
}
.advertdisplayitem div{
  width: 100px; text-align: center; margin: auto;
}
.showadvert{
  z-index: 100000;
    height: calc( 100vh );
    width: 100%;
    background: rgb(0 0 0 / 80%);
    position: fixed;
}
.notifyjs-bootstrap-own {
    color: white;
    background-color: #b513bf!important;
    border-color: #7d0a84!important;
}
.theme-dark .salesmonths,.theme-dark .salesyear{
  border: 1px solid rgb(255 255 255 / 20%)!important;
}

.stories.carousel {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin: 0px 20px 0px 10px;
}

.stories .story{
  margin: 10px 10px 10px 10px;
  border-radius: 20px;
  width: 150px;
  height: 267px;
  cursor:pointer;
}
.stories .story:nth-child(1){-webkit-animation-delay: .2s;    animation-delay: .2s;   }
.stories .story:nth-child(2){-webkit-animation-delay: .4s;    animation-delay: .4s;   }
.stories .story:nth-child(3){-webkit-animation-delay: .6s;    animation-delay: .6s;   }
.stories .story:nth-child(4){-webkit-animation-delay: .8s;    animation-delay: .8s;   }
.stories .story:nth-child(5){-webkit-animation-delay: 1s;    animation-delay: 1s;   }
.stories .story:nth-child(6){-webkit-animation-delay: 1.1s;    animation-delay: 1.1s;   }
.stories .story:nth-child(7){-webkit-animation-delay: 1.2s;    animation-delay: 1.2s;   }
.stories .story:nth-child(8){-webkit-animation-delay: 1.3s;    animation-delay: 1.3s;   }
.stories .story:nth-child(9){-webkit-animation-delay: 1.4s;    animation-delay: 1.4s;   }
.story div.storycat{ 
  border: 2px solid rgb(217 39 186); 
}
.story div img{
  position: absolute;margin: auto;top: 0px!important;left: 0;right: 0;bottom: 0;
}

.zoomstory { 
  transition: all .2s ease-in-out!important; 
  background-size: 150px;
  background-position: center;
}
.zoomstory:hover { 
  transition: all .2s ease-in-out!important; 
  background-size: 180px;
  background-position: center;
}

.zoomstory:hover .joinfreeclub { 
  opacity: 1;
  transition: .6s!important;
}

.joinfreeclub{
  background: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  border-radius: 20px;
  color: white;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transition: .6s!important;
}
.seeallrecordings{
  position: relative;left: 20px;text-decoration: underline;cursor: pointer;
}

.pricevidoffer {
    display: flex;
    flex-direction: row;
    font-size: 24px;
    z-index: 2;
    color: white;
    position: absolute;
    text-align: center;
    left: 0px;
    padding: 17px 11px 18px 11px;
    border-radius: 0px 50px 50px 0px;
    bottom: 0px;
    text-shadow: rgb(0 0 0) 2px 2px 6px;
    background: rgb(246 119 40 / 80%);
}

div.bonuscards5 {
  position: relative;
}
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    max-width: 280px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: rgb(233 235 238);
    background-image: linear-gradient(to top left,rgb(233 235 238), rgb(189 189 189));
    display: inline-block;
    width: 31%;
}

#clockdiv div > span{
    padding: 15px 10px;
    border-radius: 3px;
    background: #ffbd05;
    display: inline-block;
    background-image: linear-gradient(to top right,rgb(135 19 132), rgb(214 32 202));
    width: 100%;
}

.clocksmalltext{
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
    width: calc( 100% + 20px);
    left: -10px;
    color:black;
}
.backgroundimg{
  z-index: -10000!important;
}

.theme-dark input.linkurl::placeholder {
    color: black!important;
}

input[value=""].linkurl{
    background-color: #ffebeb;
}

.theme-dark .header .header-logo-app-img {
  filter: brightness(250%);
}

span.flattendpagename {
    color: #c933a5;
    font-weight: 900;
    user-select: all;
}

a.yourpageurl {
    padding: 5px;
    background: rgb(204 66 172 / 20%)!important;
}
.statuslow{
  color: red!important;
}

.toolonginactive,.checkinglogstatus{
  padding: 50vh 0;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgb(255 255 255 / 90%);
    color: black;
}
.imguploaderprselectupload{
  position: fixed;
    top: 0px;
    bottom: 0px;
    background-color: rgb(255 255 255 / 95%);
    z-index: 100000;
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
}
.selectuploadholder{
  width: fit-content;
  margin: auto;
  top: calc( 50% - 20px );
}
.selectupload{
  color: white;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  margin: auto;
  border-radius: 6px;
  text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
  word-break: break-word;
  text-align: center;
  position: absolute;
  background-image: -webkit-gradient(linear,right bottom,left top,from(#31115c),to( #5d139a));
  background-image: linear-gradient(to top left,#31115c, #5d139a);
}
#inpprph{
  cursor: pointer;
  opacity: 0;
  height: 43px;
  overflow: hidden;
}
#b64prph{
  display: none;
}
.selectuploadcloser {
    position: absolute;
    left: calc( 100vw - 50px )!important;
    cursor: pointer;
}