 @import url("https://use.typekit.net/hbj1vhg.css");


@font-face {font-family: "Roboto";
    url("/fonts/Roboto-Medium.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
}
html, body {
	width:  100%;
	overflow-x: hidden;
}
.conditions li {
  margin-bottom: 20px;
}

a:hover {
  color: #00191c;
}
.header-menu {
  color: #efefef;
}
.modal-content {
  background-color:#00191c;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 10px;
}
.modal-footer>:not(:last-child) {
  margin-right: 0;
}
.modal-content .close {
  color: #fff;
} 
.modal-content .close:hover {
  color: #782972;
  text-shadow: none;
}  
.modal-body {
  color:#fff;
}
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
  color: #fff;
}
.commenter-name .deletethis {
  padding: 0;
}

.commentdeletebutton {
  color: #dc3545;
  background-color: transparent;
  float: right !important;
}

#sidebar {
  color:#fff !important;
}
#sidebar .user-info {
    margin-top: 8px;
}
#fileholdingspot div {
	margin: 0 5px;
}
.cover h2 a, .cover p a {
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #fff;
}
.cover h2 a, .cover p a {
  font-weight:bold;
}
.form-signin {
  padding-top:50px;
}
#rectoggle {
	outline: 0!important;
    border: 0 !important;
}
.modal-title {
	padding-left: 24px;
}
.btn-link {
	color: #782972 !important;
}
.camonline {
  color: #51cb31;
  font-size: 14px;
    width: 14px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
  z-index: 9;
}
.camonline a {
  color: #51cb31 !important;
}
.profileonline {
	background: #51cb31;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
z-index: 9;
}
.profileoffline {
  background: #782972;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
z-index: 9;
}
.form__pincode {
display:block;
width:100%;
margin: 10px auto 20px;
padding: 0;
clear:both;
}
.form__pincode input {
display:inline-block;
float:left;
width:15%;
height: 50px;
line-height: 48px;
text-align: center;
font-size: 2em;
color: #181819;
border: 0;
border-bottom: 2px solid rgba(0,0,0, 0.3);
border-radius: 2px 2px 0 0;
transition: background-color .3s, color .3s, opacity .3s;
cursor: default;
user-select: none;
margin: 0;
margin-top:10px;
margin-right: 1%;
padding: 0;
}
.form__pincode label {
display: block;
text-align: center;
margin: 10px 0;
}
.error-box{ border: 1px solid #ff0000;}
.w-20 { width: 20%; }
.w-80 { width: 80%; }
.clear { clear: both; height: 5px; }
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}  
.col-xs-4 {
	 -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}  
h1,h2,h3,h4,h6 {
	font-family: "futura-pt", sans-serif;
	font-weight: 800 !important;
}
h5 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300 !important;
  color:#2e1841;
}
.homecontainer {
	padding-top: 30px;	
	padding-bottom: 30px;	
}
#loadmore {
	padding: 20px;
	width: 100%;
	text-align: center;
}
.btn-group, .btn-group-vertical {
flex-wrap: wrap;
}
img {max-width: 100%;}
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.panel-footer .comments {
	padding-top: 5px;
	padding-left: 10px;
}
.panel-footer .comments .add-comment {
border-bottom: 1px solid #ccc;
}
.pull-right {
	float: right;
}
.login-image {
  background-image: url('/images/login-side.jpg');
  background-size: cover;
  background-position: top center;
}
.signup-image {
  background-image: url('/images/signup-side.jpg');
  background-size: cover;
  background-position: top center;
}
.overlay-div{
   height:100%;
   width: 100%;
   position:absolute;
   background-color:#782972;
   opacity:.7;
}
.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 0;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
.label-primary {
	background: #782972;
}
.switchgroup .list-group-item {
	border: 0;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}
#tipbutton { margin-right: -5px; }
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.promoBox {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 10px 0 10px 10px;
	width: 100%;
  	overflow: hidden;
  	font-weight: bold;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );

	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.promoBox aside {
	position: absolute;
	width: 200px;
	right: 0;
	margin: -32px -15px 0 0;
	-webkit-transform: rotate(35deg);
	 -khtml-transform: rotate(35deg);
	   -moz-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
			transform: rotate(35deg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto', 'Open Sans' !important;
	color: #00191c;
	background: #782972;
	background: -moz-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb));
	background: -webkit-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
	background: -o-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
	background: -ms-linear-gradient(-45deg, #4f85bb 0%,#4f85bb 100%);
	background: linear-gradient(135deg, #4f85bb 0%,#4f85bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=1 );

}

.promoBox aside p { padding: 10px 20px 12px 20px; margin: 0; }
.promoBox.success-ribbon aside {
	background: #782972;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.audio-js {
    margin: 0 auto;
    text-align: left;
    position: relative;
    line-height: 0 !important;
    padding: 0 !important;
    border: none !important;
    height: 55px !important;
}
.vjs-nofull .vjs-fullscreen-control {
    opacity: 0;
}
.dm-videouploader {
	max-width: 200px;
}
/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
.float-label-control { position: relative; margin-bottom: 1.5em; }
    .float-label-control ::-webkit-input-placeholder { color: transparent; }
    .float-label-control :-moz-placeholder { color: transparent; }
    .float-label-control ::-moz-placeholder { color: transparent; }
    .float-label-control :-ms-input-placeholder { color: transparent; }
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
    .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; box-shadow: none; -webkit-box-shadow: none; }
        .float-label-control input:focus,
        .float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
        .float-label-control textarea:focus { padding-bottom: 4px; }
    .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; background: none; }
    .float-label-control textarea { padding: 0.1em 0em 5px 0em; }
    .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #aaaaaa; z-index: -1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label { z-index: 1; }
    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
    .float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}
.orform {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: block;
    color: #ccc;
}
.orform:before, .orform:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.orform:before {
    margin-left: -50%;
    text-align: right;
}
.btn-primary {
	background: #782972 !important;
	border-color: #782972;
	color: #fff;
}
.btn-primary:hover {
  background: #de0074 !important;
  border-color: #de0074;
  color: #fff;
}
.btn-secondary {
  background: #de0074 !important;
  border-color: #de0074;
  color: #fff;
}
.btn-secondary:hover {
  background: #782972 !important;
  border-color: #782972;
  color: #fff;
}
.btn-block {
	margin-bottom: 5px;
}
a, a.visited {
	color: #782972;
}
#footer a, #footer  a.visited {
	color: #782972 !important;
}

.btn-fullwidth {
	width: 100% !important;
}


.flippityflop {
  position: relative;
  width: 100%;
}
.flippityflop.flip .front {
  -webkit-transform: perspective(400px) rotateY(-180deg);
          transform: perspective(400px) rotateY(-180deg);
          width: 100%;
}
.flippityflop.flip .back {
  -webkit-transform: perspective(400px) rotateY(0deg);
          transform: perspective(400px) rotateY(0deg);
  height: 400px;
  width: 100%;
}
.flippityflop > div {
  width: 100%;
}
.flippityflop .front, .flippityflop .back {
  -webkit-transform: perspective(1000px) rotateY(0deg);
          transform: perspective(1000px) rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.flippityflop .front span.new, .flippityflop .back span.new {
  position: absolute;
  background: #77d596;
  color: #fff;
  font-size: 14px;
  left: 0;
  top: 0;
  cursor: pointer;
  padding: 11px 0 0 7px;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 0% 0% 75% 0%;
  font-weight: 300;
}
.flippityflop .front .img-wrap, .flippityflop .back .img-wrap {
  padding: 50px 20px 30px;
  background-color: #fff;
  min-width: 100%;
}
.flippityflop .front .img-wrap img, .flippityflop .back .img-wrap img {
  max-width: 100%;
}
.flippityflop .front .img-wrap i, .flippityflop .back .img-wrap i {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 20px;
  color: #EAEAEA;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.flippityflop .front .img-wrap i:hover, .flippityflop .back .img-wrap i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.flippityflop .front .img-wrap i.fav, .flippityflop .back .img-wrap i.fav {
  color: #fe7676;
}
.flippityflop .front .description, .flippityflop .back .description {
  position: relative;
  padding: 30px 15px 15px;
}
.flippityflop .front .description span.discount, .flippityflop .back .description span.discount {
  position: absolute;
  top: -24px;
  right: 15px;
  background-color: #FF6F6F;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-style: outset;
  border: 3px solid rgba(255, 255, 255, 0.55);
  box-sizing: content-box;
  font-weight: 300;
  font-size: 15px;
}
.flippityflop .front .description .content h3, .flippityflop .back .description .content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #696969;
}
.flippityflop .front .description .content p, .flippityflop .back .description .content p {
  margin: 10px 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #909090;
}
.flippityflop .front .description .price, .flippityflop .back .description .price {
  float: left;
}
.flippityflop .front .description .price .old-price, .flippityflop .back .description .price .old-price {
  font-size: 18px;
  color: #C3C3C3;
  font-weight: 300;
  margin-right: 10px;
}
.flippityflop .front .description .price .new-price, .flippityflop .back .description .price .new-price {
  font-size: 30px;
  font-weight: 300;
  color: #48AF6A;
}
.flippityflop .front .description .quick-detail, .flippityflop .back .description .quick-detail {
  background-color: #77d596;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}
.flippityflop .front .description .quick-detail i, .flippityflop .back .description .quick-detail i {
  -webkit-transform: translate(0px);
          transform: translate(0px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.flippityflop .front .description .quick-detail:hover i, .flippityflop .back .description .quick-detail:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.flippityflop .front.back .img-wrap, .flippityflop .back.back .img-wrap {
  padding: 30px 20px 40px;
  position: relative;
}
.flippityflop .front.back .img-wrap .colors, .flippityflop .back.back .img-wrap .colors {
  position: absolute;
  right: 5px;
  top: 5px;
}
.flippityflop .front.back .img-wrap .colors .main-color, .flippityflop .back.back .img-wrap .colors .main-color {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
}
.flippityflop .front.back .img-wrap .colors ul, .flippityflop .back.back .img-wrap .colors ul {
  margin: 0;
  padding: 0;
  width: 20px;
}
.flippityflop .front.back .img-wrap .colors ul li, .flippityflop .back.back .img-wrap .colors ul li {
  list-style: none;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background-color: red;
}
.flippityflop .front.back .img-wrap ul.indicator, .flippityflop .back.back .img-wrap ul.indicator {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.flippityflop .front.back .img-wrap ul.indicator li, .flippityflop .back.back .img-wrap ul.indicator li {
  list-style: none;
  display: inline-block;
  width: 60px;
  height: 45px;
  border: 2px solid #ddd;
  margin: 0 3px;
  padding: 3px;
  line-height: 30px;
}
.flippityflop .front.back .img-wrap ul.indicator li img, .flippityflop .back.back .img-wrap ul.indicator li img {
  max-width: 100%;
}
.flippityflop .front.back .description .quick-detail, .flippityflop .back.back .description .quick-detail {
  background-color: #77d596;
  position: absolute;
  bottom: 0;
  left: 0;
}
.flippityflop .front.back .description .quick-detail:hover i, .flippityflop .back.back .description .quick-detail:hover i {
  -webkit-transform: rotate(180deg) translateX(3px);
          transform: rotate(180deg) translateX(3px);
}
.flippityflop .front.back .description .quick-detail i, .flippityflop .back.back .description .quick-detail i {
  -webkit-transform: rotate(180deg) translateX(0px);
          transform: rotate(180deg) translateX(0px);
}
.flippityflop .back {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.homecontainer {
	min-height: 100vh;
}
.error-box p {
	text-align: center;
	color: #ff0000;	
}
.whitetext { color: #fff !important; }
.error-message {
	text-align: center;
	color: #ff0000;	
}
.nav-item a { color: #fff !important; text-align: center; }
.nav-item a i { clear: both; display: block; font-size: 35px; margin-bottom: 5px;}
.nav-item a span { clear: both; display: block; font-size: 12px; }
.navbar-nav { flex-direction: row !important; align-items: center; justify-content: center; }
.navbar-collapse {  flex-basis: auto !important; justify-content: flex-end !important; flex-basis: auto !important; }
.nav-link {     padding-right: 1.5rem !important; padding-left: 1.5rem !important;}
.cnpuploadedpicture { max-height: 250px; }
.profile 
{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    }
figcaption.ratings
{
    margin-top:20px;
    }
figcaption.ratings a
{
    color:#f1c40f;
    font-size:11px;
    }
figcaption.ratings a:hover
{
    color:#f39c12;
    text-decoration:none;
    }
.divider 
{
    border-top:1px solid rgba(0,0,0,0.1);
    }
.emphasis {
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
}

.emphasis h2 {
    margin-bottom:0;
}
 
.profilestats {
  margin-top: 30px;
  margin-left: 15px;
  text-align: left;
}   
.profilestats h2 {
  font-size: 25px !important;
  font-weight: bold !important;
}
    
span.tags 
{
    background: #782972;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
    }
.msginputarea .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto !important;
}
#refreshmsglist {
	padding: 5px;
}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
}
.top_spac{ margin: 20px 0 0;}

.closeside { position: absolute; }
.recent_heading {float: left; padding-left: 40px; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 40%; 
  margin-right: 15px;
}
.headind_srch{ padding:10px 0 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto; padding-right: 32px; word-wrap: break-word; word-break: break-word;}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  overflow-wrap: break-word;
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  width: 60%;
}
.outgoing_msg a {
  text-decoration: underline!important;
  color: #fff!important;
  font-weight: bold;
}
.incoming_msg a {
  text-decoration: underline!important;
  color: #00191c!important;
  font-weight: bold;
}
 .sent_msg p {
  overflow-wrap: break-word;
  background: #782972 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
	padding: 30px 15px 0 25px;
  height: 55vh;
  overflow-y: auto;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

#sidebar {
  background: #2e1841 !important;
}
#sidebar a {
	color: #fff !important;
}
/*----------------toggeled sidebar----------------*/

body.toggled .sidebar-wrapper {
  right: 0px;
}

@media screen and (min-width: 768px) {
  body.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  transition-delay: 0.3s;
}
body.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
.profile-pic {
	margin-top: -50px;
  margin-right: 20px;
position: relative;
  width: 150px !important;
  height: 150px !important;
}
.profile-pic img {
     width: auto;
  height: 100%;
}
.incoming_msg_img img, .chat_img img {
	height: 40px;
	max-width: 40px;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}


.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}
.panel-st {
    position: relative;
    border-radius: 0px;
    border: 1px solid rgb(216, 216, 216);
    font-family: 'Roboto', sans-serif;
}
.panel-st > .dropdown {
    position: absolute;
    right: 15px;
    z-index: 99;
}
.panel-st > .dropdown > span > span {
    font-size: 10px;   
}
.panel-st > .dropdown > .dropdown-menu {
    left: initial;
    right: 0px;
    border-radius: 2px;
}
.panel-st > .panel-st-tags {
    position: absolute;
    right: 28px;
    z-index: 9;
}
.panel-st > .panel-st-tags > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.panel-st > .panel-st-tags > ul:hover {
    box-shadow: 0px 0px 3px rgb(0, 0, 0);   
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);   
}
.panel-st > .panel-st-tags > ul > li {
    display: block;
    right: 0px;
    width: 0px;
    padding: 5px 0px 5px 0px;
    background-color: rgb(245, 245, 245);
    font-size: 12px;
    overflow: hidden;
}
.panel-st > .panel-st-tags > ul > li::after {
    content:"";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
	
}
.panel-st > .panel-st-tags > ul:hover > li,
.panel-st > .panel-st-tags > ul > li:first-child {
    padding: 3px 15px 3px 10px;
    width: auto;
    cursor: pointer;
    margin-left: auto;
}
.panel-st > .panel-st-tags > ul:hover > li {
    background-color: rgb(255, 255, 255);   
}
.panel-st > .panel-st-tags > ul > li:hover {
    background-color: #782972;
    color: rgb(255, 255, 255);
}
.panel-st > .panel-heading,
.panel-st > .panel-footer {
    background-color: rgb(255, 255, 255);
    border-width: 0px; 
}
.panel-st > .panel-heading {  
    padding-bottom: 5px; 
}
.panel-st > .panel-heading > img { 
    margin-right: 15px;
}
.panel-st > .panel-heading > h3 {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}
.panel-st > .panel-heading > h5 {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 400;
}
.panel-st > .panel-body {
    font-size: 13px;
}
.panel-st > .panel-body > .panel-st-image {
    display: block;
    text-align: center;
    background-color: rgb(245, 245, 245);
}
.panel-st > .panel-body > .panel-st-thumb {
    display: inline-block;
    text-align: left;
    background-color: rgb(245, 245, 245);
    width: 25%;
    height: 200px;
    overflow: hidden;
}
.panel-st > .panel-body > .panel-st-image > img, .panel-st > .panel-body > .panel-st-thumb > img, .panel-st-image img {
    max-width: 100%;
    width: auto;
    max-height: 90vh;
}


.panel-st > .panel-footer {
    font-size: 14px;
    font-weight: 700;
    min-height: 54px;
}
.panel-st > .panel-footer > .btn {
    float: left;
    margin-right: 8px;
}
.panel-st > .panel-footer > .input-placeholder {
    display: block;
    margin-left: 98px;
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 400;
    padding: 8px 6px 7px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
}
.panel-st.panel-st-show-comment > .panel-footer > .input-placeholder {
    display: none;   
}
.panel-st > .panel-st-comment {
    display: none;
    padding: 10px 20px 15px;
    border-top: 1px solid rgb(229, 229, 229);
    background-color: rgb(245, 245, 245);
}
.panel-st.panel-st-show-comment > .panel-st-comment {
    display: block;
}
/*.panel-st > .panel-st-comment > img {
    float: left;   
}*/
.panel-st > .panel-st-comment > .panel-st-textarea {
    float: right;
    width: calc(100% - 56px);
}
.panel-st > .panel-st-comment > .panel-st-textarea > textarea {
    display: block;
    /*margin-left: 60px;
    width: calc(100% - 56px);*/
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
    resize: vertical;
}
.panel-st > .panel-st-comment > .panel-st-textarea > .btn {
    margin-top: 10px;
    margin-right: 8px;
    width: 100%;
}

.stpost .panel-heading {
padding: 5px 10px;
}
.stpost .gallery {
	max-height: 90vh;
	overflow: hidden; 
	position: relative;
	text-align: center;
}
.btn-top { margin-top: -70px !important; }
.colorpink { color:#782972; }
.profile .dropdown-menu { padding: 10px; }
.stpost .dropdown-menu { padding-left: 10px;}
@media (min-width: 992px) {
    .panel-st > .panel-st-comment > .panel-st-textarea > .btn {
        width: auto;
    }    
}
.clearspace {
	clear: both;
	margin-top: 15px;
}

.panel-st .btn {
    border-radius: 3px;   
}
.panel-st .btn-default {
    border: 1px solid rgb(217, 217, 217);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
}
.panel-st .btn-default:hover, 
.panel-st .btn-default:focus, 
.panel-st .btn-default:active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);    
}
.dropdown-item.active, .dropdown-item:active {
background-color: #782972;
}
.comments-details button.btn.dropdown-toggle,
.comments-details .total-comments {
    font-size: 18px;
    font-weight: 500;
    color: #5e5e5e;
}
.comments-details {
    padding: 15px 15px;
}
.comments .comments .dropdown,
.comments .dropup {
    position: relative;
}
.comments button {
    background-color: transparent;
    border: none;
}
.comments .comment-box {
    width: 100%;
    float: left;
    height: 100%;
    padding: 10px 0 0 10px;
    border: 1px solid #ddd;
}
.comments .add-comment {
    background-color: transparent;
    border: none;
   /* position: relative;*/
    width: 100%;
}
.comments .commenter-pic {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #fff;
    overflow: hidden;
    background-color: #fff;
    float: left;
}
.comments .add-comment .commenter-icon {
    position:relative;
    top: 5px;
	float: left;
	width: 8%;
}
.comments .add-comment .commenter-name {
    position:relative;
    top: 8px;
	padding-left: 20px;
	float: left;
	width: 90%;
}
.reply-box {
	padding: 0 !important;
}
.stpost {
	 margin-top: 30px;
   clear: both !important;
}
.comments .add-comment input {
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    outline: 0px;
    box-shadow: none;
    border-radius: 0;
    width: 80%;
	margin-top: 20px;
    padding: 0;
    font-weight: normal;
}
.comments .add-comment input:focus {
    border-color: #782972;
    border-width: 2px;
}
.comments .add-comment button[type=submit] {
	background: #782972;
    color: #fff;
    margin-right: 0px;
}
.comments .add-comment button {
    margin: 10px 5px;
    font-size: 14px;
    float: left;
}
.comment-meta button {
  float: left !important;
}
.comments .commenter-name .comment-time {
    font-weight: normal;
    margin-left: 8px;
    font-size: 15px;
    margin-top: 20px;
}
.comments p.comment-txt {
    font-size: 15px;
    padding: 0px 0px 15px;
}
.comments .commenter-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.comments .comment-meta {
    font-size: 14px;
    color: #333;
    padding: 2px 5px 0px;
    line-height: 20px;
    float: left;
}
.comments .reply-box {
    display: none;
}
 .reply-box .comment-meta {
	 padding: 0 !important;
 }
.comments .replied {
    background-color: #fff;
    width: 95%;
    float: right;
    margin-top: 15px;
}
.add-comment .add-comment {
	padding-left: 50px;
}
.image-area {
  position: relative;
  width: 100px;
}
.image-area img{
  max-width: 100%;
  height: auto;
}
.remove-image {
z-index: 9;
position: absolute;
top: -10px;
right: -10px;
border-radius: 10em;
padding: 2px 6px 3px;
text-decoration: none;
font: 700 21px/20px sans-serif;
background: #fff;
border: 3px solid #fff;
color: #FFF;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.remove-image:hover {
	 color: #fff !important;
	 text-decoration: none !important;
 background: #782972;
  padding: 3px 7px 5px;
  top: -11px;
right: -11px;
}
.remove-image:active {
 background: #782972;
  top: -10px;
right: -11px;
}
.inputdollar {
	position: relative;
	top: -29px;
	padding-left: 2px;
}
.inputcredits {
	position: relative;
	top: -29px;
	right: -80%;
}
#subscribemod {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed !important;
	top:0;
	left: 0;
  min-height: 100%;
  clear: both !important;
  overflow: auto !important;
  
}
.modal {
  position: absolute !important
  overflow: auto !important;
  clear: both !important;
}
#subscribemod .modal-dialog { 
margin-top:10rem;
min-height: 100%;
overflow: auto !important;
clear: both;
}
.modal-header { padding: 0 !important; }

.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
color: #782972 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
background: #782972;
box-shadow: #782972 0 1px 3px 0 ;
color: #fff !important;
}	
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover, .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover, .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
background: #782972 !important;
box-shadow: #782972 0 1px 3px 0 !important;	
color: #00191c !important;
}	
.notificationpopup {
	padding: 5px 10px;
   background-color: #782972;
    border-radius: 50px;
  cursor: pointer;
  display: none;
  z-index: 999;
  margin: 100px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notificationpopup img { height: 25px; }
.notificationpopup span {
 
  padding: 10px 20px;
 
  color: #00191c;
  font-size: 14px;
  font-weight: 500 !important;
}
.proftypesmall {
	padding: 10px 0;
	overflow: hidden;
}
.proftypesmall .cover {
	height: 150px !important;
	
}
.proftypesmall .profile {
	min-height: 150px !important;
	height: 150px !important;
	
}
.proftypesmall h2 {
	font-size: 1.2rem !important;
	
}
.stpost .dropdown .btn {
	padding: 0 5px 0 2px !important;
	
}
.notibadge {
    position:absolute;
    top:5px;
    right:-5px;
    width:25px;
    height:25px;
    border-radius:50%;
    background:#ff2c74;
    color:#fff;
    line-height:25px;
    font-family:sans-serif;
    text-align:center;
}
.forcerelative {
	position: relative;
}
/*======loading==========*/
.stload {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #EEE;
	z-index: 99999999;
}

.stloadlogo {
    /* Size and position */
	font-size: 25px; /* 1em */
    width: 100%;
	height: 100%;
    position: fixed;
	margin: 0 auto;
    top: 40%;
  
    z-index: 999999999;
	text-align: center;
}

.stloadlogo .inner {
    width: 100%;
    height: 100%;
    
}

.stloadlogo span {
    display: inline-block;
    animation: placeholder 1.5s ease-out infinite;
}

.stloadlogo span:nth-child(1)  { animation-name: loading-1;  }
.stloadlogo span:nth-child(2)  { animation-name: loading-2;  }
.stloadlogo span:nth-child(3)  { animation-name: loading-3;  }
.stloadlogo span:nth-child(4)  { animation-name: loading-4;  }
.stloadlogo span:nth-child(5)  { animation-name: loading-5;  }


@keyframes rota {
    to { transform: rotate(360deg); }
}

@keyframes loading-1 {
    20% { opacity: 0.3; }
}

@keyframes loading-2 {
    40% { opacity: 0.3; }
}

@keyframes loading-3 {
    60% { opacity: 0.3; }
}

@keyframes loading-4 {
   80% { opacity: 0.3; }
}

@keyframes loading-5 {
    100% { opacity: 0.3; }
}


.navbar-collapse {
	text-align: center;
}
.paymentwallet {
	margin-top: -50px;
}
.recbutton {
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 auto !important;
}

.recpoint {
  position: relative;
  height: 50px;
  width: 50px;
  background: #782972 !important;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #782972 !important;
  animation-play-state: paused;
}
.recpoint.recording {
  background: #EE3325 !important;
  box-shadow: 0px 0px 10px #EE3325 !important;
}
.recpoint:before,
.recpoint:after {
  border: 1px solid #EE3325;
  box-shadow: 0px 0px 2px #EE3325;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  transform-origin: center center;
  opacity: 0;
  box-sizing: border-box;
}

.recpoint:before {
  
  animation: 1.5s .1s pulse infinite linear;
  animation-play-state: paused;
}

.recpoint::after {
  animation: 1.5s pulse2 infinite linear;
  animation-play-state: paused;
}

.recpoint.recording::before {
  animation: 1.5s .1s pulse infinite linear;
  animation-play-state: running;
}
.recpoint.recording::after {
  animation: 1.5s pulse2 infinite linear;
  animation-play-state: running;
}




@keyframes pulse2 {
  0% {
    animation-timing-function: ease-in;
    transform: scale(0);
    opacity: 0;
  }
    40% {
      
    transform: scale(1.5);
    opacity: .2;
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: scale(1.8);
    opacity: 0;
  }
}


@keyframes pulse {
  0% {
    animation-timing-function: ease-in;
    transform: scale(1.5);
  }
  40% {
    
    transform: scale(2);
    opacity: .2;
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: scale(2.3);
    opacity: 0;
  }
}
/*======Responsive CSS=======*/
@media (min-width: 768px){
/*.cipisi { display: none; }*/
}

@media (max-width: 991px){
.col-xs-12 { width: 100%; padding: 0 20px; }
.navbar { margin-bottom: 100px; } 
.home .navbar { margin-bottom: 0px; } 
.mainnavlinkblock { top: 88px !important; }
.navbar .nav-link span { display: none; }
.newpostbtnarea .btntext { display: none; }
.mobfootergap { height: 70px; }	
.inbox_people { width: 100%; }
.mesgs { width: 100%; display: none; }
.navbar-brand { width: 100%; text-align: center;}	
.hideonmobile { display: none; }	
.hideontablet{ display: none; }	
.comments .commenter-name {
    font-size: 13px;
    top: -5px;
}
.comments .commenter-pic {
    width: 40px;
    height: 40px;
}
.comments .commenter-name a{
  display: block;
}
.comments .commenter-name .comment-time{
  display: block;
  margin-left: 0px;
}
.cipisi { display: block; font-size: 5vw;
    text-align: center; width: 100%; }
.cipisi h3 { text-align: center; font-size: 5vw; }    
.mainnavlinkblock {
	position: absolute !important;
	top: 90px !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 999;
	background:#2e1841 !important;
    text-align: center;
}
.xdsoft_datetimepicker {
	left: 20px !important;
}
.paymentwallet {
	clear: both !important; 
	margin-top: 0 !important;
}
.tab-content { 
	padding: 0 5px;
}
.nav-item { width: 25% !important; }
}
.card-img-holder { height: 30vh; overflow: hidden; }
@media (max-width: 425px){
.navbar-brand {
    margin: 0 auto !important;
}	
.btn-group-vertical>.btn, .btn-group>.btn {
font-size: 13px;
}
.navbar-expand {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;	
}
}
#popup_content_wrap {
  width: 100%;
      height: 100%;   
      top: 0;
      left: 0;   
   position: fixed;	
      background: rgba(0, 0, 0, 0.9);
      z-index: 9999999;
  }
  #popup_content {
      width: 80%;
      padding:20px;
     position: relative;
    top: 25%;
      left: 10%;
      background: #782972;
      border: 10px solid #782972;  
      color:#fff;
  }
  #poput_content h4, #poput_content p {
    color:#fff;
  }
.btn span.cicon {    			
	opacity: 0;				
}
.btn.active span.cicon {				
	opacity: 1;				
}
@media (max-width: 991px){
  .hideontablet {
    display: none;
  }
  .fullontablet {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }}
@media (min-width: 767px){
.hideondesktop {
	display: none;
}}
@media (max-width: 420px){
.nav-item a i { 
	font-size: 40px !important;
}}
.grecaptcha-badge {
margin: 20px auto !important;
}

.payment-errors {
  color: #ff0000;
}
.releaseform {
  margin-top: 20px;
    clear: both;
}
.mystashvideoimg:after {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 96px;
  height: 96px;
  content: "\23F5";
  color: #782972;
  font-size: 96px;
}
#message_price .inputcredits {
  right: -103%; 
}
#ppv_price .inputcredits {
  right: -103%; 
}
.card .btn {
  white-space:normal;
  word-wrap: break-word !important;
}
@media (max-width: 420px){
.h2profilename {
  font-size: 1.2rem;
}}

.profile-photocbg {
  position: relative;
  width: 120px;
  height: 120px !important;
  overflow: hidden;
  border-radius: 50%;
  margin: -30px auto 0 auto;
  border: solid 3px #782972;
}

@media (min-width: 768px){
.browseprofile {
  margin-top:10px; 
  padding-top: 50px; 
  width: 25%;
}}
@media (max-width: 768px){
.browseprofile {
  margin-top:10px; 
  padding-top: 50px; 
  width: 50% !important;
}}
@media (max-width: 420px){
.browseprofile {
  margin-top:10px; 
  padding-top: 50px; 
  width: 100% !important;
}}

@media (max-width: 406px){
.mobilebreak {
 clear:both;
 width: 100%;
 height: 2px;
 
}}
@media (max-width: 406px){
.promosubscribe div {
  font-size: 13px;
}}

.btn {
  border-radius: 0;
}
.profileswitcher {
  width: 100%;
}
.profileswitcher .nav-item {
  background:#00191c;
  color:#fff;
}
.profileswitcher .nav-item:hover {
  border-size: 4px;
  background: #782972;
}
.profileswitcher .active {
  background: #782972 !important;
  color: #fff;
}  

.flip-card {
  background-color: transparent;
  border:0;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  transform: rotateX(0deg)
}

.flip-card-front {

  color: black;
}

.flip-card-back {
  background:#fff;
  transform: rotateY(180deg);
}


.homeaffsection {
 background: #efefef; padding: 50px 0; margin-top: 30px; position: relative;
}
.homeaffsection .imageblock{
  margin: 25px 0;
  background: url('/images/eroticarna-affiliates.jpg') top center #efefef no-repeat; background-size: cover; min-height: 300px;
}
@media (min-width: 768px){
.homeaffsection {
padding: 100px 0; margin-top: 60px; 
}  
.homeaffsection .imageblock{
background-position: top right;
margin: 0;  
position: absolute; top: 0; right: 0; min-height: 100%;
}
}  

.homefasection {
  padding: 50px 0; background: #efefef no-repeat; position: relative;
}
.homefasection .imageblock{
  margin: 25px 0;
  width: 100%;
  background: url('/images/support-a-fallen-angel.jpg')  top left #efefef no-repeat; background-size: cover; min-height: 300px;
}
@media (min-width: 768px){
.homefasection {
  padding: 200px 0; 
}  
.homefasection .imageblock{
margin: 0; 
position: absolute; top: 0; left: 0; min-height: 100%;
}
}  

.homehiwsection {
  padding: 50px 0; background: #fff no-repeat;  position: relative;
}
.homehiwsection .imageblock{
  margin: 25px 0;
  width: 100%;
  background: url('/images/why-perform-on-eroticarna.jpg') no-repeat top center;  min-height: 500px;
}
@media (min-width: 768px){
.homehiwsection {
  padding: 200px 0; 
}  
.homehiwsection .imageblock{
margin: 0;   
position: absolute; top: 0; right: 0; min-height: 100%;
}
}

.cardholderouter {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}  
.cardholder {
  width: 25%;
  margin: 0;
  padding: 0;
  height: 250px;
  display: block;
  float:left;
}
.cardholder .flip-card {
  height: 250px; 
}  
@media (min-width: 769px) and (max-width: 1200px){ 
 .cardholder {
   width: 50%;
   height: 250px;
 } 
}
@media (max-width: 768px){
.cardholderouter {
  height: 1000px;
}  
.cardholder {
  width: 100%;
  height: 250px;
  clear:both;
}
}  
@media (max-width: 420px){
.hero-title {
  font-size: 1.5rem;
}
}

.hometopstage {
  min-height: 700px;
}
@media (max-width: 420px){
.hometopstage {
  min-height: 460px;
}
}
.media div {
  width: 100%;
}
.media .imagetype {
  display: none;
}

.meetourfallenangelshpt {
  color: #fff;
}
@media (max-width: 620px){ 
  .meetourfallenangelshpt {
    color: #00191c !important;
  }
}  
 .outerholder .left {
  width: 100%;
}
.outerholder .right {
  width: 100%;
}
.proftype img {
  max-height: 170px;
  object-fit: cover;
}
.signuploginbtn {
  max-width: 100%; 
  word-wrap: break-word; 
  margin: 75% auto 0 auto; 
  align-items:center; 
  text-wrap: auto;
}
.posttitle h1 {
  padding: 20px 0 5px 15px;
  color: #782972;
  font-family: "futura-pt", sans-serif;
}
.postcontent {
  padding: 20px 0 5px 15px;
}
@media (max-width: 420px){
/*.cipisi { display: none; }*/
.nav-link {
padding-left: 0.3rem !important;
padding-right: 0.3rem !important;
}
}
@media (max-width: 398px){
.mainnavlinkblock { top: 23vw !important; }
}