/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/
  .footer-menu{
    margin-bottom: 15px;
  }
 .footer-menu .navbar-brand img {
     width: 175px;
 }
 .custom-footer-menu .social li:last-child{
   padding: 22px 0px 10px;
   margin-right: 0px;
 }
 .footer-menu .navbar-brand{
   padding: 20px 15px;
    float: none;
 }
 .footer-menu ul li{
   margin-bottom: 0px;
 }
 .footer-menu ul.social li{
    display: inline;
    margin-right: 40px;
 }
 .footer-menu ul.social li a i{
   font-size: 25px;
 }
 .footer-menu ul{
    padding-top: 21px;
 }
.footer-nav-brand{
  padding-top: 20px;
  display: block;
}
.bottom-nav-links{
  padding-top: 8px;
}
.bottom-nav-links a{
  font-weight: 600;
  font-size: 13px;
}

.footer-menu ul li a:hover, .footer-menu ul li a:focus{
  color: #2bafdf;
}
.footer-menu.custom-footer-menu .bottom-nav-links{
  padding-top: 12px;
}

#message-box{
    background-color: transparent;
    display: block;
    position: fixed;
    overflow: hidden;
    visibility: visible;
    z-index: 900;
    border: 0px;
    backface-visibility: hidden;
    opacity: 1;
    background: transparent;
    width: 250px;
    height: 112px;
	bottom: 35px;
	right:0px;
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
}

.badge {
    width: 222px;
    height: 72px;
    cursor: pointer;
}
.truncate {
    text-overflow: ellipsis;
}

.overflow-hidden, .truncate {
    overflow: hidden;
}

.truncate {
    white-space: nowrap;
}

.truncate {
    max-width: 100%;
}

.badge-content {
    width: 185px;
    height: 48px;
    background-color: #fff;
    color: #5a5a5a;
    float: left;
    line-height: 48px;
    padding: 0 46px 0 20px;
    border-radius: 8px;
    margin-right: -36px;
    margin-top: 12px;
}

.badge-content {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
    background-color: #E1772D;
    color: white;
}

.badge-content{
    box-sizing: border-box;
}

.badge-image {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
    border: 4px solid #fff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    float: left;
    position: relative;
}

.badge-image img{
  padding: 12px;
}

.fadeInUp{
	-webkit-animation:fadeInUp 2s;
	animation:fadeInUp 2s;
	animation-fill-mode: forwards;
}
.badge-image{
	background-color: #1A8656;
}
.badge-image i, .badge-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateZ(0);
	font-size: 38px;
}

#chartwindow{
	transform-origin: bottom;
    height: 100%;
	width: 335px;
    height: 500px;
	background-color: transparent;
    display: block;
    position: fixed;
    visibility: visible;
    z-index: 900;
    border: 0px;
    backface-visibility: hidden;
	right: 0;
    bottom: -30px;
	display:none;
}

.titlebar {
    flex: 0 1 auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    color: #fff;
    min-height: 0;
    max-height: 120px;
    position: relative;
	background-color: #2bafdf;
    color: rgb(255, 255, 255);
}

.badge-image.in-titlebar {
    float: none;
    margin-top: -36px;
	margin-right: auto;
	margin-left: auto;
}

.fadeInUp-window{
	-webkit-animation: fadeInUp-window 1s;
    animation: fadeInUp-window 1s;
	animation-fill-mode: forwards;
}

.chatbox{
	display: block;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    width: 310px;
    height: 447px;
    flex-direction: column;
	opacity:0;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.3);
}

.titlebar-minimize-icon {

    width: 40px;
    display: inline-block;
    max-width: 25px;
	float: right;
	opacity: .5;
	position: relative;
    height: 40px;
    cursor: pointer;
}

.titlebar-text {
    line-height: 1.4;
    text-align: center;
	font-size: 14px;
    font-weight: 500;
	margin-bottom: 10px;
	margin-top: 8px;
}

.titlebar-icon-container {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: .5rem;
}

.text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.message-content-header{
	overflow: hidden;
    height: 304px;
    overflow-y: auto;
	margin-bottom:10px;
}

.message-content .group {
  position: relative;
  margin: 15px 0;
}

.message-content textarea {
  resize: none;
}

.message-content input,
.message-content textarea {
	background: none;
	color: #000;
	font-size: 15px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #c6c6c6;
	font-weight: normal;
}
.message-content input:focus,
.message-content textarea:focus {
  outline: none;
}
.message-content input:focus ~ label, .message-content input:valid ~ label,
.message-content textarea:focus ~ label,
.message-content textarea:valid ~ label {
  top: -5px;
  font-size: 12px;
  color: #2bafdf;
}
.message-content input:focus ~ .bar:before,
.message-content textarea:focus ~ .bar:before {
  width: 320px;
}

.message-content .group label {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}

.message-content .bar {
  position: relative;
  display: block;
  width: 320px;
}
.message-content .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2bafdf;
  transition: 300ms ease all;
  left: 0%;
}
.message-content textarea{
	height: 120px;
}


#chartwindow .secondary-text {
    opacity: .8;
	margin-bottom: 10px;
}

@keyframes fadeInUp-window{
	from{
		opacity:0;
		-webkit-transform:translate3d(0,5%,0);
		transform:translate3d(0,5%,0)
	}
	to{
		opacity:1;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}

@keyframes fadeInUp{
	from{
		opacity:0;-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0)
	}
	to{
		opacity:1;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}

/* intrestin*/

.intrested-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.intrested-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.intrested-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.intrested-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.intrested-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.intrested-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#user-intrested{
	margin-left: 7px;
}
#user-intrested > label{
	font-size: 14px;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}
.card-form .form-control{
  padding: 12px 32px;
}

.card-form input{
  font-weight: normal;
  font-size: 14px;
}

#giftcard .modal-content{
    border-radius: 0;
}

#giftcard .modal-header{
    padding: 4px 15px;
    border-bottom: 0;
}

#giftcard .card-caption{
  font-weight: normal;
}

.vbox-content iframe{
	background:transparent !important;
	box-shadow:none !important;
}

@media (min-width: 992px){
  .venoframe, .vbox-inline {
      max-width: 1200px;
      width: 80%;
      height: 540px;
      height: 100vh;
  }
}

.venoframe {
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 650px;
    max-height: 1044px;
}
.form-row > .col:first-child, .form-row > [class*="col-"]:first-child{
	padding-left:15px;
}
@media (min-width: 768px){
  .venoframe, .vbox-inline {
      width: 90%;
      height: 650px;
      max-height: 1044px;
  }
}
.venoframe, .vbox-inline {
    width: 90%;
    height:80%;
    height: 650px;
    max-height: 1044px;
}



@media(max-width:767px){
  .social.text-right{
    float: none;
    text-align: center;
  }
  .footer-nav-brand{
    text-align: center;
  }
  .footer-menu{
    margin-bottom: 0px;
  }
  .footer-menu.custom-footer-menu{
    margin-bottom: 15px;
  }
}
