html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
body {
  background-color:#fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 400;
  font-size:15px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 0.3em 0;
    padding: 0; 
}

/*h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
*/h2 {
  font-size: 32px;
  line-height: 36px;
}
/*h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
*/
h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.9em;
}
a {
  width: 100%;
  color: #9016b2;
  text-decoration: none;
}
textarea:focus, input:focus, search:focus{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
outline: none !important;

}

#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#88C4FF;
}

#search{height:26px; width:80%; padding:5px 0px 0px 5px; line-height:13px;  display:block; float:left; position:relative; margin:0px; background:inherit; border-bottom:none; font-size:13px; color:#fff; line-height:16px;}

.button {
/*  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
*/}

#bold      {font-weight:bold; font-size:18px; width:30px;        }
#italic    {font-style:italic; font-size:18px; width:30px;           }
#underline {text-decoration:underline; font-size:18px; width:30px;   }
#code      {font-weight:bold; font-size:18px; width:30px;  }
#link      {font-weight:bold; font-size:18px; width:30px;  }
#picture   {font-weight:bold; font-size:18px; width:30px;  }
#list      {font-weight:bold; font-size:18px; width:30px;  }

.navbar {
  position: fixed;
  top:0px;
  margin:0px !important;
  padding:0px !important;
  background:#9016b2;
  z-index:9999999999;
  border:0px;
}

.mobile-wrapper {
  position: relative;
 /* width: 342px;*/
 width:100%;
  /*height: 608px;*/
  margin-right: auto;
  margin-left: auto;
 /* background-color: #f5f5f5;*/
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
}
.navbar-button {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 0px;
  color: #000;
  line-height: 45px;
  text-align: center;
}
.navbar-button.left {
  float: left;
}
.navbar-button.left.w--open {
  background-color: transparent;
}
.navbar-button.right {
  float: right;
}
.navbar-button.right:active {
  color: #333;
}
.navbar-button.right.bigger {
  font-size: 16px;
}
.icon.ion-ios-more.bigger {
  font-size: 21px;
}
.navbar-button-icon {
  width: 45px;
  height: 45px;
  font-size: 26px;
  color:#fff;
}
.navbar-button-icon:active {
color:#76b900;
}
.navbar-button-icon.home-icon {
  display: inline-block;
  width: 27px;
  height: auto;
  margin-top: 12px;
  margin-left: 5px;
}
.navbar-button-icon.smaller {
  font-size: 28px;
}
.navbar-title {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 40px;
  text-align:left;
  color:#fff;
  padding-left:45px;
  padding-top:2px;
}
.navbar-back {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding-left:50px;
}

.body {
  padding-top: 60px;
}
.hero-slider {
  height: 190px;
}
.hero-slider.bigger {
  height: 300px;
}
.slider-bullets {
  font-size: 8px;
}
.arrow-icon {
  font-size: 20px;
}
/*.slide {
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url('../images/photo-1428976365951-b70e0fa5c551.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}*/
.slide.bg2 {
  background-image: url('../images/photo-1421757295538-9c80958e75b0.jpg');
}
.slide.bg3 {
  background-image: url('../images/photo-1429032021766-c6a53949594f (1).jpg');
}
.list {
  padding-left: 0px;
  list-style-type: none;
}
.list.list-messages {
  margin-top: 0px;
}
.list.list-chats {
  padding-top: 24px;
  padding-bottom: 65px;
  margin-top: 10px;
}
.list-item {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  margin-bottom: 10px;
  background-color: #fff;
}
.list-item:active {
  background-color: #f7f7f7;
}
.list-item.grey {
  background-color: #f7f7f7;
}
.list-item.highlighted {
}
.icon-list {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #ddd;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.icon-list.highlighted {
  color: #9016b2;
}
.title-list {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 60px;
}
.highlighted {
  color: #c2c2c2;
}
.nav-menu {
  position: absolute;
  width: 240px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #7d0996;
}
.nav-menu-header {
  padding-top: 20px;
  color:#fff;
}
.nav-menu-link {
  display: block;
  height: 46px;
  width:190px;
  padding: 0px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  text-decoration: none;
  color:#fff;
}
/*.nav-menu-link:active {
  color: #9016b2;
}*/
.nav-menu-link-active {
  color: #9016b2;
}


.nav-menu-link.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.nav-menu-titles {
  display: inline-block;
  float: left;
  line-height: 44px;
  text-align: left;
}
.icon-list-menu {
  display: inline-block;
  width: 46px;
  height: 46px;
  float: left;
  font-size: 25px;
  line-height: 44px;
  text-align: left;
}
.nav-menu-text-right {
  display: inline-block;
  float: right;
  color: #c2c2c2;
  line-height: 48px;
}

.nav-menu2 {
display:none;
  z-index:999999;  position:absolute; top:40px; right:20px;
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);  
}
.nav-menu-link2 {
  display: block;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 13px;
  text-decoration: none;
  color:#333;
}
/*.nav-menu-link:active {
  color: #9016b2;
}*/
.nav-menu-link-active2 {
  color: #9016b2;
}

.nav-menu-link2:hover {
background-color:#CCCCCC;
color:#333;
}

.nav-menu-link2.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.nav-menu-titles2 {
  display: inline-block;
  float: left;
  line-height: 38px;
  text-align: left;
}
.icon-list-menu2 {
  display: inline-block;
  width: 30px;
  height: 40px;
  float: left;
  font-size: 20px;
  line-height: 38px;
  text-align: left;
}



.notification_circle
{
width:20px;
height:20px;
border-radius:50%;
font-size:11px;
color:#fff;
line-height:20px;
text-align:center;
background:#CC0000;
position:absolute; right:5px; top:20px; z-index:999999;
}

.notification_circle_message
{
width:20px;
height:20px;
border-radius:50%;
font-size:11px;
color:#fff;
line-height:20px;
text-align:center;
background:#00CC00;
position:absolute; right:5px; top:20px; z-index:999999;
}


.logo {
  padding-bottom: 8px;
}
.profile_thumb{
  border-radius: 50%;
  height:100px;
  width:100px;
  max-height:100px;
}
.profile_thumb2{
  border-radius: 50%;
  height:100px;
  width:100px;
  max-height:100px;
  /*background:#FF4460;*/
  
  /*background:#76b900;*/
}

.profile_thumb_small1{
  border-radius: 50%;
  width:50px;
  height:50px;
  /*max-height:60px;*/
}

.profile_thumb_small{
  border-radius: 50%;
  width:40px;
  max-height:40px;
}
.profile_thumb_small2{
  border-radius: 50%;
  width:32px;
  max-height:32px;
}

.slogan {
  color: #c2c2c2;
  font-size: 11px;
  text-align: left;
}
.wrapper-mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
}
.hero-image {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 173px;
  background-color: black;
}
.hero-image-img {
  height: 100%;
  opacity: 0.62;
}
.hero-image-title {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 1;
  color: white;
}
.logo-login {
  height: 90px;
  background-image: url('../images/logo_large.png');
  background-position: 50% 50%;
  background-size: 204px;
  background-repeat: no-repeat;
}
.logo-login.smaller {
  height: 97px;
  background-size: 100px;
}
.logo-login.bigger {
  height: 304px;
}
.bottom-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 5px;
}
.padding {
  padding-right: 5px;
  padding-left: 5px;
  /*background-color: #f5f5f5;*/
}
.padding.smaller {
  padding-right: 16px;
  padding-left: 16px;
}
.padding.smaller.search-fixed {
  position: fixed;
  z-index: 3;
  height: 130px;
  -webkit-transform: translate(0px, -69px);
  -ms-transform: translate(0px, -69px);
  transform: translate(0px, -69px);
}
.link-upper {
  display: inline-block;
  color: #bababa;
  font-size: 9px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.b-link {
  color: #222;
  font-weight: 700;
}
.b-link:active {
  color: #9016b2;
}
.action-button {
  display: inline-block;
  height: 39px;
  border-radius: 2px;
  background-color: #9016b2;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
}
.action-button:active {
  background-color: #7d0996;
}
.action-button:hover {
  background-color: #7d0996;
}

.action-button.grey {
  background-color: #333;
}

.action-button-small {
  display: inline-block;
  border-radius: 2px;
  background-color: #9016b2;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
}
.action-button-small:active {
background-color: #7d0996;
}
.action-button-small:hover {
background-color: #7d0996;
}

.action-button-del {
  display: inline-block;
  height: 39px;
  border-radius: 2px;
  background-color: #b22314;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
}
.action-button-del:active {
  background-color: #b23814;
}
.action-button-del:hover {
  background-color: #b23814;
}


.action-button-small2 {
  display: inline-block;
  border-radius: 2px;
  background-color: #76b900;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
}
.action-button-small2:active {
background-color: #678f00;
}
.action-button-small2:hover {
background-color: #678f00;
}


.action-button2 {
  display: inline-block;
  height: 39px;
  border-radius: 2px;
  background-color: #76b900;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
}
.action-button2:active {
  background-color: #678f00;
}
.action-button2:hover {
  background-color: #678f00;
}

.action-button2.grey {
  background-color: #333;
}



.separator-button {
  height: 21px;
}
.label-form {
  margin-bottom: 0px;
  color: #666;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
}
.label-form.middle {
  display: inline-block;
  float: left;
  line-height: 36px;
}
.input-form {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-radius: 0px;
  background-color: transparent;
  color: #222;
  font-size: 12px;
}

.search-form {
  display: inline-block;
  width: 100%;
  height: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-radius: 0px;
  background-color: transparent;
  color: #222;
  font-size: 12px;
}

.input-form:focus {
  border-bottom-color: #9016b2;
}
.input-form.left {
  width: 100%;
}
.input-form.one-line {
  height: 55px;
  margin-bottom: 3px;
}
.input-form.two-line {
  height: 110px;
  margin-bottom: 3px;
}
.input-form.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.input-form.in-grey {
  height: 42px;
  padding-bottom: 12px;
}
.input-form.in-grey-last {
  margin-bottom: 15px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.input-form.search-input {
  height: 38px;
  margin-bottom: 15px;
  padding-right: 35px;
  padding-left: 10px;
  background-color: white;
}
.separator-button-input {
  height: 30px;
}
.separator-fields {
  height: 8px;
}
.right-input-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40%;
  height: 37px;
  background-color: #f5f5f5;
  font-size: 12px;
  line-height: 37px;
  text-align: right;
  text-decoration: none;
}
.right-input-link:active {
  color: #333;
}
.block-input-combined {
  position: relative;
}
.sub-title-small {
  padding-top: 6px;
  color: #333;
  font-size: 11px;
}
.w50 {
  width: 50%;
  float: left;
}
.w50.left {
  padding-right: 20px;
}
.radio-button {
  position: relative;
  display: inline-block;
  margin-left: 31px;
  float: right;
}
.radios-container {
  padding-top: 9px;
  line-height: 21px;
}
.radio-bullet {
  margin-left: -23px;
  opacity: 0;
}
.radio-bullet-replacement {
  position: absolute;
  left: -4px;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
}
.radio-bullet-replacement.checked {
  border-color: #9016b2;
  background-color: #9016b2;
}
.checkbox-field {
  position: relative;
  float: right;
}
.checkbox-label {
  display: inline-block;
  width: 35px;
  height: 15px;
  min-width: 30px;
  margin-top: 3px;
  border-radius: 15px;
  background-color: #ededed;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.checkbox-label.checked {
  background-color: #b6e3de;
}
.checkbox-handle {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  background-color: #d6d6d6;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.checkbox-handle.checked {
  background-color: #9016b2;
  -webkit-transform: translate(16px, 0px);
  -ms-transform: translate(16px, 0px);
  transform: translate(16px, 0px);
}
.checkbox-input {
  display: none;
}
.background-grey {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 79px;
  margin-top: -16px;
  margin-left: -28px;
  background-color: #f7f7f7;
}
.background-grey.last {
  height: 71px;
}
.background-grey.search {
  height: 69px;
  margin-left: -16px;
}
.row-input-list {
  position: relative;
}

.row-input-list.search {
  margin-top: 0px;
}
.right-input-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 37px;
  height: 37px;
  color: #dbdbdb;
  font-size: 18px;
  line-height: 36px;
  text-align: right;
}
.right-input-icon.color {
  margin-right: 0px;
  color: #9016b2;
  text-align: center;
}
.right-input-icon.search {
  margin-right: 0px;
  padding-top: 2px;
  padding-right: 3px;
  text-align: center;
}
.page-content {
 position:absolute;
  width: 100%;
  height: 100%;
  margin:0px;
  padding:0px;
  top:0px;
}
.page-content.loading-mask {
  position: fixed;
  z-index: 1000;
  display: none;
  background-color: #f5f5f5;
  opacity: 0.6;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  text-align: center;
}

.loading-mask2 {

  position: fixed;
  z-index: 3000;
  display:block;
  background-color: #f5f5f5;
  text-align: center;
  width:100%;
  height:100%;
 
}

.page-content.loading-mask.stop-loading{
  opacity:0;
}
.loading-icon {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  bottom: 50%;
  display: block;
  width: 44px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
  z-index:9000;
}


.loading-icon-top {
  position: absolute;
  left: 50%;
  right:50%;
  top: 60px;
  display: none;
  width: 44px;
  height: 40px;
  font-size: 40px !important;
  z-index:999;
  margin-left:auto;
  margin-right: auto;
}

.loading-icon-bottom {
  position: fixed;
  bottom: 30px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px !important;
  z-index:999;
  margin-left: -22px;
  left:50%;
  border-radius: 50%;
}



.text-centered {
  text-align: center;
}
.version-text {
  padding-bottom: 40px;
  color: #a1a1a1;
  font-size: 11px;
}
.separator-bottom {
  height: 15px;
}
.splash-logo {
  height: 305px;
  background-image: url('../images/logo_white.png');
  background-position: 50% 50%;
  background-size: 230px;
  background-repeat: no-repeat;
}
.separator-big {
  height: 95px;
}
.toolbar-top-button {
  display: block;
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #CCCCCC;
  background-color: #f5f5f5;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.toolbar-top-button2 {
  display: block;
  float: left;
  width: 25%;
  border-bottom: 3px solid #9016b2;
  background-color: #9016b2;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color:#FFFFFF;
  text-transform:uppercase;
  padding:5px 0px 5px 0px;
  margin:0px;
}

.toolbar-top-button3 {
  display: block;
  float: left;
  width: 33.33333333%;
  border-bottom: 3px solid #9016b2;
  background-color: #9016b2;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color:#FFFFFF;
  text-transform:uppercase;
  padding:5px 0px 5px 0px;
  margin:0px;
}

.toolbar-top-button2.w--current {
  border-bottom-color: #ffffff;
  background-color: #9016b2;
}

.toolbar-top-button3.w--current {
  border-bottom-color: #ffffff;
  background-color: #9016b2;
}

.toolbar-top-button.w--current {
  border-bottom-color: #9016b2;
  background-color: #f5f5f5;
}

.tabs-content {
  background-color: whitesmoke;
  clear: both;
}
.group-block {
  width: 50%;
  padding-top: 10px;
  padding-right: 4px;
  float: left;
}
.group-block.last {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 6px;
}
.group-image {
  height: 164px;
  background-image: url('../images/Y51aFguqRcGTgsYRYBXV_20140104_085932.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.group-image.bg1 {
  background-image: url('../images/3wBPUcDrR9KaduD3PvkY_DSC_0915.jpg');
}
.group-image.bg2 {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
}
.group-image.bg3 {
  background-image: url('../images/photo-1421757295538-9c80958e75b0.jpg');
}
.group-image.bg4 {
  background-image: url('../images/photo-1429032021766-c6a53949594f (1).jpg');
  background-position: 100% 50%;
}
.group-image.bg5 {
  background-image: url('../images/nomad.jpg');
}
.group-title {
  height: 68px;
  background-color: white;
  text-align: center;
}
.title-text {
  line-height: 68px;
}
.tab-pane {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.list-news {
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
}
.list-item-new {
  margin-bottom: 25px;
  box-shadow: #e3e3e3 0px 0px 6px 0px;
}
.image-new {
  position: relative;
  height: 200px;
  background-image: url('../images/photo-1421757295538-9c80958e75b0.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-new.bg1 {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
}
.image-new.bg2 {
  background-image: url('../images/Y51aFguqRcGTgsYRYBXV_20140104_085932.jpg');
}
.text-new {
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: white;
}
.text-new.no-borders {
  border-style: none;
  border-width: 0px;
}
.title-new {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-size: 3.5vw;
  color:#666;
}
.description-new {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
}
.news-container {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  background:inherit; width:100%;
}
.news-container.item-new {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.category-link {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 15px;
  background-color: #ededed;
  color: #878787;
  font-size: 8px;
  text-decoration: none;
}
.news-mask {
  position: fixed;
  z-index: 2;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  opacity: 0;
}
.options-new {
  padding: 18px 20px 16px;
  background-color: #fafafa;
}
.small-button {
  width: auto;
  margin-right: 12px;
  padding: 7px 16px;
  border-radius: 2px;
  background-color: #9016b2;
  color: white;
  font-size: 10px;
  text-decoration: none;
}
.small-button.icon-only {
  padding-right: 7px;
  padding-left: 7px;
  text-align: center;
}
.small-button.icon-only.grey {
  background-color: #e8e8e8;
  color: #878787;
}
.small-button.icon-only.grey.right {
  margin-right: 0px;
  margin-left: 16px;
  float: right;
}
.small-button.grey {
  background-color: #e8e8e8;
  color: #878787;
}
.icon-button {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 20px;
  height: 15px;
  padding-bottom: 20px;
  float: left;
  font-size: 13px;
}
.icon-button.bigger {
  font-size: 20px;
}
.text-button {
  display: inline-block;
  padding-top: 1px;
  float: left;
  line-height: 19px;
}
.grey-header {
  padding: 10px 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.grey-heading-title {
  font-size: 16px;
}
.square-map {
  height: 300px;
}
.hero-map {
  height: 280px;
}
.image-message {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 48px;
  height: 48px;
  margin-top: 7px;
  border-radius: 25px;
}
.column-left {
  position: relative;
  display: block;
  width: 77px;
  height: 62px;
  float: left;
  text-align: center;
}
.message-title {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 14px;
}
.list-message {
  padding-top:5px;
  /*margin-bottom:10px;*/
  background:#fff;
  border-bottom:1px solid #e5e5e5;
  cursor:pointer;
  
  
}
.list-message-active {
  background:#f5f5f5;
  border:1px solid #e5e5e5;
  cursor:pointer;
  
}

.list-message:hover {
/*background:#BFDFFF;*/
background:#f5f5f5;
}


.truncated { display:inline-block; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.column-right {
  padding-right: 20px;
}
.column-right.chat {
  overflow-x: hidden;
  overflow-y: hidden;

  margin-right: 50px;
}
.column-right.chat.right {
  position: relative;
  margin-right: 10px;
  margin-left: 100px;
  padding-left: 20px;
}
.message-text {
  padding-bottom: 3px;
  color: #a3a3a3;
  font-size: 11px;
  line-height: 1.6em;
  text-decoration: none;
}
.list-chat {
  margin-bottom: 8px;

}
.chat-text {
  display: inline-block;
  margin-top: 7px;
  padding: 12px 15px;
  float: left;
  border-radius: 0px 12px 12px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 12px;
  line-height: 17px;
}
.chat-text.right {
  float: right;
  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  background-color: #9016b2;
  color: white;
}
.arrow-globe {
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: 7px;
  margin-left: -12px;
  border-right: 12px solid #f0f0f0;
  border-bottom: 6px solid transparent;
}
.arrow-globe.right {
  top: 0px;
  right: 9px;
  border-right: 0px none transparent;
  border-left: 12px solid #9016b2;
}
.chat-time {
  display: block;
  padding-left: 12px;
  float: left;
  clear: left;
  color: #cfcfcf;
  font-size: 9px;
  line-height: 19px;
}
.chat-time.right {
  padding-right: 15px;
  float: right;
  clear: both;
}
.input-chat-block {
  /*padding-right: 10px;
  padding-left: 10px;*/
  z-index:9999;
}

.input-chat {
  width: 90%;
  height: 39px;
  float: left;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: 0 0 10px #9ecaed;

}
.input-chat:focus {
  border-bottom-color: #9016b2;
}
.chat-button {
  width: 18%;
  padding: 9px 0px 9px 7px;
  float: right;
  background-color: transparent;
  color: #9016b2;
  font-size: 12px;
}

.extracted_url{
min-width:280px;
max-width:400px;
}

.extracted_thumb {
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
}

#loading_indicator{
	margin-left: 50px;
	display:none;
}
#results{
	display:none;
}
.thumb_sel {
	float: left;
	height: 22px;
	width: 55px;
}
.thumb_sel .prev_thumb {
	background: url(../images/thumb_selection.gif) no-repeat -50px 0px;
	float: left;
	width: 26px;
	height: 22px;
	cursor: hand;
	cursor: pointer;
}
.thumb_sel .prev_thumb:hover {
	background: url(../images/thumb_selection.gif) no-repeat 0px 0px;
}
.thumb_sel .next_thumb {
	background: url(../images/thumb_selection.gif) no-repeat -76px 0px;
	float: left;
	width: 24px;
	height: 22px;
	cursor: hand; 
	cursor: pointer;
}
.thumb_sel .next_thumb:hover {
	background: url(../images/thumb_selection.gif) no-repeat -26px 0px;
}
.small_text{
	font-size: 10px;
}

.slider-element-test {
  padding-top: 72px;
  color: black;
  font-size: 27px;
  line-height: 1.6em;
  text-align: center;
}
.social-block {
  display: inline-block;
  float: left;
}
.bar-home-icon {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #333;
}
.shadow-layer {
  position: fixed;
  z-index: 0;
  display: inline-block;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 15px -2px;
}
html.w-mod-js *[data-ix="menu-mask"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="list-item"] {
  opacity: 0;
  -webkit-transform: translate(-26px, 0px);
  -ms-transform: translate(-26px, 0px);
  transform: translate(-26px, 0px);
}
@media (max-width: 991px) {
  .mobile-wrapper {
    width: 100%;
	margin:0px;
	padding:0px;
  }

}
@media (max-width: 767px) {
  .mobile-wrapper {
    width: 100%;
	margin:0px;
	padding:0px;
  }

}
@media (max-width: 479px) {
  .mobile-wrapper {
    width: 100%;
	margin:0px;
	padding:0px;
  }
}

.navbar{
    width:inherit;
}
.radio-bullet-replacement, .checkbox-handle, .loading-mask, .loading-mask2, .shadow-layer{
    pointer-events:none;
}
input[type=text], textarea, search {
    outline: none;
}

/*textarea,
input[type]:not([type=date]):not([type=url]):not([type=hidden])  {
*/
textarea,
input[type]{
margin-top:2px;
padding-top:0px;
    outline: none;
	/*-webkit-user-modify: read-write-plaintext-only;*/
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
	position:relative;
  	
	/*top:-10000px; commented because did not work on mozila
  	-webkit-transform: translate3d(0, 10000px, 0); */
}

input[type=text]:focus, textarea, search:focus {
    outline: none;
}
*{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
	outline: none !important; 
	
	    -webkit-user-select: auto !important;
        -khtml-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        -o-user-select: auto !important;
        user-select: auto !important;  

	
}
*:not(input):not(textarea){
   /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.editor {
        -webkit-user-select: auto !important;
        -khtml-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        -o-user-select: auto !important;
        user-select: auto !important;  
  }
.loading-icon, .loading-icon-bottom, .loading-icon-top, .download_loader {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.loading-mask{
    display:block !important;
}
.navbar, .page-content, .news-mask, .search-fixed, .input-chat-block, .loading-mask, .loading-mask2, .shadow-layer{
    width:inherit;
}
.nav-menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}







/* SPINNER */


.circle {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 10px solid rgba(144, 22, 178, 1);
  border-top-color: #76b900;
  animation: spin 1s infinite linear;
}

@keyframes bouncy {
  40% {
    height: 40px;
  }
  50% {
    transform: translate(0, 65px);
    height: 34px;
    border-radius: 20px;
  }
  65% {
    height: 40px; 
  }
}

@keyframes push {
  50% {
    left: 56px;
  }
}

@keyframes slide {
  50% {
    margin-top: 25px;
  }
}

@keyframes pulse { 
  50% { 
    border-width: 30px;
  } 
}

@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
} 

@keyframes cross {
  50% {
    margin-left: 60px;
  }
}






.figure { 
  position: absolute;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 6.250em; height: 6.250em;
  animation: rotate 2.4s linear infinite;
  display:none;
  z-index:9999;
}
.white { 
  top: 0; bottom: 0; left: 0; right: 0; 
  background: white; 
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
.dot {
  position: absolute;
  margin: auto;
  width: 2.4em; height: 2.4em;
  border-radius: 100%;
  transition: all 1s ease;
}
.dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #FF4444; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(3) { left: 0; right: 0; top: 0; background: #FFBB33; animation: dotsX 2.4s linear infinite; }
.dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #99CC00; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #33B5E5; animation: dotsX 2.4s linear infinite; }

@keyframes rotate {
  0% { transform: rotate( 0 ); }
  10% { width: 6.250em; height: 6.250em; }
  66% { width: 2.4em; height: 2.4em; }
  100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }
}

@keyframes dotsY {
  66% { opacity: .1; width: 2.4em; }
  77%{ opacity: 1; width: 0; }
}
@keyframes dotsX {
  66% { opacity: .1; height: 2.4em;}
  77%{ opacity: 1; height: 0; }
}

@keyframes flash {
  33% { opacity: 0; border-radius: 0%; }
  55%{ opacity: .6; border-radius: 100%; }
  66%{ opacity: 0; }
}

#content_loader{
  border-radius: 50%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  display:none;
  z-index:9999;
  padding:0px;
}
.content_loader_message{
  border-radius: 50%;
  margin: 0 auto;
  position:absolute;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  display:none;
  top:40%;
  z-index:99999;
  padding:0px;
}

.content_loader_message1{
  border-radius: 50%;
  margin: 0 auto;
  position:absolute;
  left: -6px;
  right: 0;
  height: 44px;
  width: 44px;
  top:0px;
  z-index:99;
  padding:0px;
  display:none;
}

.loader_cover {
  top: 40%;
}

.loader_cover_bottom {
 bottom: 30px;
}

.loader_cover_top {
 top: 60px;
}


/* SPINNER */







/*DOWNLOAD PERCENT LOADER*/

.progress-bar {
  position: relative;
  height: 60px;
  width: 60px;
}

.progress-bar div {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  left: 5px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
}

.progress-bar .background { background-color: #b3cef6; }

.progress-bar .rotate {
  clip: rect(0 30px 60px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 30px 60px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 30px 60px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

/*DOWNLOAD PERCENT LOADER*/




.avatar-upload {
  overflow: hidden;
}

.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

.avatar-upload input {
  display: block;
  margin-left: 0px;
}

.avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  width: 100%;
  margin-top: 5px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.avatar-preview {
  float: left;
  margin-top: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}






















.avatar-btns {
  /*margin-top: 30px;
  margin-bottom: 15px;*/
}

.avatar-btns .btn-group {
  /*margin-right: 5px;*/
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("images/loading45.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}



.tool_box{
float:right;
position:absolute;
top:15px;
width:100px;
	z-index:100;
	border:1px solid #333333;

 
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
	background-color: rgba(0, 0, 0, 0.5);
}


.center_image{ display: block; margin: 0 auto;}







.spana {
	margin:0px 0px 0px 0px;
	padding:0;
	display: block;
	width: 100%;
	max-width:600px;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	border-radius: 2px;
	height:39px;
	color:#FFFFFF;
}

.spana .img1 {
	background:#354F88;
	padding: 5px 15px 8px 15px;
	font-size:20px;
	margin:0px;
	
}
.spana .img1:hover {
	background:#3B4578;
	
}

.spana i {
	color: #fff;
	padding: 9px 7px;
	float: left;
	font-size: 1.5em;
	font-weight: 300;
}
.spana:hover {
	/*background:#354F88;*/
	background:#354F88;
}

.spana1 {
	margin-top: 9%;
	width: 50%;
	background: #45B0E3;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.spana1 img {
	background: #40A2D1;
	padding: 7px;
}
.spana1 i {
	color: #fff;
	padding: 9px 20px;
	float: left;
	font-size: 1.3em;
	font-weight: 300;
}
.spana1:hover {
	background:#40A2D1;
}
.spana2 {
	margin:10px 0px 0px 0px;
	padding:0;
	width: 100%;
	background: #DE4C34;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.spana2 img {
	background: #CE3E26;
	padding: 7px;
}
.spana2 i {
	color: #fff;
	padding: 9px 10px;
	float: left;
	font-size: 1.3em;
	font-weight: 300;
}
.spana2:hover {
	background: #CE3E26;
}


#crop_div{
	display:none;
	max-width:90%;
	height:auto;
    position: relative;

    margin:0 auto;
}

.alert_center
{
    position:fixed;
    width:230px; /*image width */
    height:100%; /*image height */
    left:50%; 
    top:50%;
    margin-left:-115px; /*image width/2 */
    margin-top:-100px; /*image height/2 */
	z-index:5000;
}


 .alert_page {
 border-radius: 5px;
background:#333333;
padding-bottom:5px;

	width:230px;
	height:120px;
	padding-left:0px;
	padding-right:0px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	right: 0px; 
	color:#789;
	font-size:11px;

    -webkit-box-shadow: 0px 0px 8px 0.1px #333;
       -moz-box-shadow: 0px 0px 8px 0.1px #333;
            box-shadow: 0px 0px 8px 0.1px #333;

}

.alert_page_head{
border-radius: 5px 5px 0px 0px;
color:#fff; display:block; position:relative; float:left; width:230px; padding-left:5px; padding-right:5px; height:30px; line-height:30px; margin-bottom:5px;
 font-size:16px;
border-bottom:1px solid #e5e5e5;
color:#ffffff;
background:#333333;

}

.alert_menu{background:#333333; font-size:14px; color:#ffffff; display:block; width:100%; padding-bottom:8px; padding:8px; border-bottom:1px solid #666666;}
.alert_menu:hover{background:#9016b2 !important;}

#popup_warning
{
	padding-top:3px;
	margin:0px;
	display:none;
    position:fixed;
    width:250px; /*image width */
    left:50%; 
    top:50%;
    margin-left:-125px; /*image width/2 */
    margin-top:-50px; /*image height/2 */
	z-index:9000;
	-webkit-box-shadow: 0px 0px 2px 0.1px #333;
    -moz-box-shadow: 0px 0px 2px 0.1px #333;
    box-shadow: 0px 0px 2px 0.1px #333;
	background:#333;
	color:#FFFFFF;
	border-radius:2px;
	text-align:center;
	font-size:12px;
}

  #overlay {
    position: fixed;
    z-index: 10;
    background: white;
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
	padding:0px; 
	margin:0px;
}


.or-button{
    margin-top:10px;
    margin-bottom:17px;
}

.or-button em{
    width:40%;
    float:left;
    height:1px;
    background-color:#cccccc;
    margin-top:11px;
}

.or-button strong{
    float:left;
    width:20%;
    text-align:center;
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	color:#333333;

}

.add_fav1,.edit_question, .delete_question, .add_connection{
  display: inline-block;
  border-radius: 50%;
  border:1px solid #e5e5e5;
  vertical-align:middle;
  font-size:18px;
  width:26px;
  height:26px;
  color:#999;
  cursor:pointer;
}

.edit_question{padding:2px 0px 0px 6px; margin-left:10px; float:right;}
.delete_question{padding:2px 0px 0px 7px; }
.add_fav1{padding:3px 0px 0px 5px; float:right; margin-left:10px;}

.delete_question:hover{color:#9016b2}
.edit_question:hover{color:#9016b2}
.delete_question:active{color:#9016b2}
.add_fav1:active{color:#FF0000}
.edit_question:active{color:#9016b2}
.add_fav1_selected{color:#FF0000}

.add_connection{padding:2px 0px 0px 2px; float:right; margin-left:10px;}
.add_connection_selected{color:#CC0000; font-size:30px;}
.add_connection_selected2{color:#9016b2; font-size:30px;}
.add_connection:active{color:#9016b2; font-size:30px;}

.del_item{ color:#666; font-size:18px; cursor:pointer;}

.del_item:hover{ color:#CC0000; font-size:18px; cursor:pointer;}

.del_item:active{ color:#CC0000; font-size:18px; cursor:pointer;}

.vote_up_active{
color:#009900;
}
.vote_up{
color:#666666;
width:20px;
}

.vote_up:hover{
color:#009900;
}
.vote_up:active{
color:#009900;
}


.vote_down{
color:#666666;
width:20px;
}
.vote_down_active{
color:#CC0000;
}
.vote_down:hover{
color:#FF0000;
}
.vote_down:active{
color:#FF0000;
}


.round-button {
	width:26px;
	position:absolute;
	right:30px;
	bottom:0px;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 90%;
    border-radius: 50%;
	border:2px solid #cfdcec;
    overflow:hidden;
    
    background:#9016b2; 
    box-shadow: 0 0 2px gray;
}
.round-button-circle:hover {
	background:#0074E8;
}
.round-button a {
top:0px;
right:0px;

    display:block;
	float:left;
	width:100%;
	padding-top:50%;
    padding-bottom:50%;
	line-height:24px;
	margin-top:-1em;
    
	text-align:center;
	color:#e2eaf3;
    text-decoration:none;
}


.vertical_toggle .toggle {
    background-color:#d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}


.panel_head1{
    border-radius: 5px; width:100%; background:#f5f5f5; border:1px solid #E1E1E1; vertical-align:middle; font-size:14px; line-height:18px;  padding:0px; color:#9016b2; cursor:pointer; display:block; position:relative; vertical-align:middle; float:left; margin:10px 0px 0px 0px;
}

.panel1{
font-size:18px; vertical-align:middle; background:#9016b2; border:1px solid #9016b2;  border-radius: 5px 0px 0px 5px; color:#FFFFFF; text-align:center; width:24px; height:24px; line-height:24px; display:block; position:relative; float:left; margin-right:10px;
}

.panel_content{
background-color:#FFFFFF;  padding-left:5px; padding-right:5px; display:none; border:1px solid #E1E1E1; padding:5px; border-top:none;  border-radius: 0px 0px 5px 5px;
}

/****** jQuery Autocomplete CSS Start*************/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}


 .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ui-menu {
    border: 1px solid lightgray;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
    color: #333;
    border: 1px solid #e5e5e5;
	cursor: pointer;
	padding:5px;
}
.ui-menu .ui-menu-item a:hover {
    color: #fff;
	background-color: #9016b2;

}
/****** jQuery Autocomplete CSS End*************/







.message-list {
  margin-top: 12px;
  padding: 0;
  background: transparent;
  
  }

.message-list2 {
  margin-top: 12px;
  /*padding: 0 5%;*/
  padding: 0;
  background: transparent;
  
  }

.message-wrapper {
padding:0 5%;
  margin-bottom: 9px; }
  .message-wrapper::after {
    content: "";
    display: table;
    clear: both; }

.message {
  display: inline-block;
  position: relative;
  max-width: 480px;
  border-radius: 2px;
  box-shadow: 0 0 4px #666;
  }
  .message.message-mine {
    float: right;
    background-color: #dcf8c6; }
  .message.message-other {
    float: left;
    background-color: #FFF; }
  .message.message-other::before, .message.message-mine::before {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 12px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  .message.message-other::before {
    left: -11px;
    background-image: url(../images/message-other.png); }
  .message.message-mine::before {
    right: -11px;
    background-image: url(../images/message-mine.png); }
  .message .text {
  margin:0px;
   min-width:90px;
   font-size:15px !important;
   padding: 5px 5px 18px 5px;
    word-wrap: break-word; }
   /* .message .text::after {
      content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
      display: inline; }*/
	  
  .message .picture {
    padding: 4px; }
    .message .picture img {
      width: 220px;
      height: 130px;
      border-radius: 3px; }
  .message .message-timestamp {
  margin-top:10px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    color:#A2A2A2;
	line-height:16px;
    font-size: 11px; }

.image_message{ text-align:center; }	
.download_round{position: relative; left: -50%;  bottom:-40%; background:#333; opacity:0.8; font-size:44px; color:#fff; padding:0px; margin:0px;  border-radius:50%; height:64px; width:64px; }	
.download_round:hover{background:#0066FF; cursor:pointer;}


.background-cover {
position:absolute;
  display:block;
  width: 100%;
  height:100%;
 background: url(../images/chat-background.jpg);
 background-repeat:repeat;
 z-index:-10;
 box-sizing: border-box;
}

.background-mask {
  position: fixed;
   background-repeat:no-repeat;
}






/* Player Styles */
.player{
    width: 100%;
	position:relative;
	float:left;
}
.player-top{
	position:relative;
	float:left;
	width:50px;
}
.slash{
    color: #3b3b3b;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px #ffffff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-top: 20px;
}
.track-info-container{
    float: left;
    font-size: 13px;
    overflow: hidden;
	padding-left:10px;
	position:relative;
	width:80%;
	min-width:170px;
	min-height:50px;
	
    /*margin-left: 10px;*/
}
.track-info{display:none;}

.time-info-container{
    float: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
	
}

/* Amplitude Element Styles */
.ion-play, .ion-pause, .ion-stop, .play_loader, .download_audio{
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
	line-height:47px;
	font-size:38px;
	color:#FF3333;
	
}

.amplitude-now-playing-artist{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
}
.amplitude-now-playing-title{
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #ffffff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-top: 20px;
}
.amplitude-current-time{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.amplitude-audio-duration{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.slider{
    display: block;
	float:left;
	width:95%;
	min-width:150px;
	position:relative;
    margin-top: 5px;
	
}
.amplitude-track-progress{
    background-color:#FF3333;
    height: 10px;
    border-radius: 5px;
    width: 20px;
}



@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */

.recording-blink{
-moz-transition:all 1s ease-in-out;
-webkit-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
/* order: name, direction, duration, iteration-count, timing-function */  
-moz-animation:blink normal 2s infinite ease-in-out; /* Firefox */
-webkit-animation:blink normal 2s infinite ease-in-out; /* Webkit */
-ms-animation:blink normal 2s infinite ease-in-out; /* IE */
animation:blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.video_layer_top{
    position:absolute;
    width:100%;
    height:70%;
	opacity:0;
    top:0;
    left:0;
    right:0;
    z-index:2;
}

.video_layer3{
    position:absolute;
    width:100%;
    height:15%;
	opacity:0;
	bottom:0;
    left:0;
    right:0;
    z-index:4;
}


.video_layer{
    position:absolute;
    background: rgba(0,0,0,0);
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	text-shadow:#333333;
	font-size:20px;
	line-height:60px;
}







