body {
  background-color: white;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
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: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  color: #bababa;
  font-size: 12px;
  line-height: 1.9em;
}
a {
  width: 100%;
  color: #333;
  text-decoration: none;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  position: fixed;
  z-index: 1000000;
  height: 60px;
  padding-top: 15px;
  background-color: white;
}
.mobile-wrapper {
  position: relative;
  width: 100%;
  height: 608px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
}
.navbar-button {
  position: relative;
  width: 45px;
  height: 55px;
  padding: 0px;
  color: #ccc;
  line-height: 49px;
  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: 40px;
}
.navbar-button-icon.home-icon {
  display: inline-block;
  width: 27px;
  height: 30px;
  margin-top: 12px;
  margin-left: 5px;
}
.navbar-button-icon.smaller {
  font-size: 28px;
}
.navbar-title {
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.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;
  background-color: white;
  list-style-type: none;
}
.list.list-messages {
  border-top: 1px solid #e7e7e9;
}
.list.list-chats {
  padding-top: 24px;
  padding-bottom: 65px;
  border-top: 1px solid #e7e7e9;
}
.list-item {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  border-bottom: 1px solid #e7e7e9;
  border-left: 3px solid transparent;
  background-color: white;
}
.list-item:active {
  background-color: #f7f7f7;
}
.list-item.grey {
  border-left: 3px solid transparent;
  background-color: #f7f7f7;
}
.list-item.highlighted {
  border-left: 3px solid #FF0000;
}
.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: #FF0000;
}
.title-list {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 60px;
}
.highlighted {
  color: #c2c2c2;
}
.nav-menu {
  position: absolute;
  width: 90%;
  padding-right: 22px;
  padding-left: 22px;
  background-color: white;
}
.nav-menu-header {
  height: 100px;
  padding-top:25px;
  padding-left:85px;
  right: 0;
  left: 0;  

}
.nav-menu-header .profilephoto{
    position:absolute;
	left:20px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;

}
.nav-menu-header .name{
    position:absolute;
	top:40px;
	left:90px;
    cursor: pointer;
	font-size:18px;
	font-weight:700;
}
.nav-menu-header .name2{
    position:absolute;
	top:60px;
	left:90px;
    cursor: pointer;
	color: #c2c2c2;
  font-size: 11px;
  text-align: left;
}  
.nav-menu-link {
  display: block;
  height: 50px;
  padding: 0px;
  border-bottom: 2px solid #fafafa;
  font-size: 13px;
  text-decoration: none;
}
.nav-menu-link:active {
  color: #FF0000;
}
.nav-menu-link.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.nav-menu-titles {
  display: inline-block;
  float: left;
  line-height: 48px;
  text-align: left;
}

.spotlight-users{
	position:relative;width:100%;height:100px;margin-top:20px;
}
.spotlight-users .add-me-here{
	width:100%;background:#f1f1f1;height:30px;border-radius:4px;text-align:left;padding-left:5px;line-height:30px;font-size:12px;		
}
.spotlight-users .add-me-here-down{
	position:absolute;left:12px;top:10px;color:#f1f1f1;height:40px;background:none;font-size:40px;		
}
.spotlight-users .user-in{
	position:relative;
    display: inline-block;
	float:left;
	margin-right:3px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    border: 2px solid #e8e8e8;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;	
}
.spotlight-users .user-in .online{
	position:absolute;
	top:3px;
	right:-2px;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#2acf2a;
    border: 2px solid #e8e8e8;	
}
.spotlight-users .current-in{
    display: inline-block;
	float:left;
	margin-right:3px;
    width: 54px;
    height: 54px;
    border-radius: 50px;

    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;	

    cursor: pointer;	
}
.spotlight-users .current-in .photo{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: 2px solid #fe7902;	
	background:rgba(0,0,0,.3);
	z-index:1;
}

.icon-list-menu {
  display: inline-block;
  width: 45px;
  height: 50px;
  float: left;
  color: #a6a6a6;
  font-size: 25px;
  line-height: 48px;
  text-align: left;
}
.nav-menu-text-right {
  display: inline-block;
  float: right;
  color: #929292;
  line-height: 48px;
}
.logo {
  padding-bottom: 8px;
  font-size: 30px;
  text-align: left;
}
.slogan {
  color: #c2c2c2;
  font-size: 11px;
  text-align: left;
}
.wrapper-mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -15px;
  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: .9;
}
.hero-image-private {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  opacity: 0.9;
  display:none;
  z-index:100000;
}
.hero-image-private .lock{
  position:relative;
  width:100%;
  text-align:center;
  margin-top:15%;
  font-size:148px;
  color:#686868;
}
.hero-image-private .btn-left{
  position:relative;
  width:60%;
  text-align:center;
  margin-top:20px;
  margin-left:20%;
  margin-right:20%;
}
.hero-image-private .btn-right{
  position:relative;
  width:60%;
  text-align:center;
  margin-top:20px;
  margin-left:20%;
  margin-right:20%;
}
.hero-image-title {
  position: absolute;
  left: 25px;
  bottom: 60px;
  z-index: 1;
  color: white;
}
.logo-login {
  height: 141px;
}
.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: 28px;
  padding-left: 28px;
  background-color: white;
  opacity: 1;
}
.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: #FF0000;
}
.fb-button {
  display: inline-block;
  width: 24%;
  height: 51px;
  padding: 12px;
  border-radius: 2px;
  background-color: #3b5998;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.twitter-button {
  display: inline-block;
  width: 24%;
  height: 51px;
  padding: 12px;
  border-radius: 2px;
  background-color: #32CDFD;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.google-button {
  display: inline-block;
  width: 24%;
  height: 51px;
  padding: 12px;
  border-radius: 2px;
  background-color: #D55D4F;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.instagram-button {
  display: inline-block;
  width: 24%;
  height: 51px;
  padding: 12px;
  border-radius: 2px;
  background-color: #325C86;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.action-button {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 12px;
  border-radius: 2px;
  background-color: #FF0000;
  color: white;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.action-button:active {
  background-color: #2d7ecf;
}
.action-button.grey {
  background-color: #333;
}
.action-button.green {
  background-color: #FF0000;
}
.separator-button {
  height: 21px;
}
.label-form {
  margin-bottom: 0px;
  color: #b9b9b9;
  font-size: 9px;
  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;
}
.input-form:focus {
  border-bottom-color: #FF0000;
}
.input-form.left {
  width: 100%;
}
.input-form.one-line {
  height: 55px;
  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: white;
  color: #fff;
  font-size: 11px;
  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;
}
.w30 {
  width: 33.3%;
  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: #FF0000;
  background-color: #FF0000;
}
.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: #f7c0c0;
}
.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: #FF0000;
  -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: #fd7676;
  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%;
}
.cover-background {
	background-attachment: scroll,							fixed;
	background-color: #666;
	background-video: url("images/overlay.png");
	background-position: top left,						center center;
	background-repeat: repeat,							no-repeat;
	background-size: auto,							cover;
}
.register-background {
	background: -webkit-linear-gradient(#4a6d97, #0e8acf);
	background: linear-gradient(#4a6d97, #0e8acf);	
}
.page-content.loading-mask {
  position: fixed;
  z-index: 50;
  display: none;
  background-color: white;
  opacity: 0.6;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  text-align: center;
}
.page-content.loading-mask.stop-loading{
  opacity:0;
}
.loading-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 50%;
  display: block;
  width: 44px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
}
.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.png');
  background-position: 50% 50%;
  background-size: 188px;
  background-repeat: no-repeat;
}
.separator-big {
  height: 95px;
}
.toolbar-top-button {
  display: block;
  float: left;
  width: 50%;
  padding-top: 22px;
  padding-bottom: 9px;
  border-bottom: 3px solid white;
  background-color: white;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
.toolbar-top-button.w--current {
  border-bottom-color: #FF0000;
  background-color: white;
}
.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: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.description-new {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
}
.news-container {
  position: relative;
  display: inline-block;
  margin-top: 77px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
}
.news-container.item-new {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.category-link {
  display: inline-block;
  width: auto;
  height: 24px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
  background-color: #FF0000;
  color: #fff;
  font-size: 11px;
  line-height:26px;
  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: #FF0000;
  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: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e9;
}
.list-message:active {
  background-color: #f7f7f7;
}
.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: #FF0000;
  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 #FF0000;
}
.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 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #ebebeb;
  background-color: #f2f2f2;
}
.input-chat {
  width: 82%;
  height: 39px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: black black #e3e3e3;
  border-radius: 0px;
  font-size: 11px;
}
.input-chat:focus {
  border-bottom-color: #FF0000;
}
.chat-button {
  width: 18%;
  padding: 9px 0px 9px 7px;
  float: right;
  background-color: transparent;
  color: #FF0000;
  font-size: 12px;
}
.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: 1px;
  margin-bottom: 7px;
  background-color: #ccc;
}
.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%;
  }	
}
@media (max-width: 767px) {
  .mobile-wrapper {
    width: 100%;
  }	
}
@media (max-width: 479px) {
  .mobile-wrapper {
    width: 100%;
  }
}

.navbar{
    width:inherit;
}
.radio-bullet-replacement, .checkbox-handle, .loading-mask, .shadow-layer{
    pointer-events:none;
}
input[type=text], textarea {
    outline: none;
}
input[type=text]:focus, textarea:focus {
    outline: none;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*: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;
}
.loading-icon {
    -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, .shadow-layer{
    width:inherit;
}
.nav-menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@keyframes anims {
  to {
    transform: translateY(200px);
  }
}
.anim {
  animation: anims 0.5s linear;
}

.add-photo {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.add-photo__choose {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  z-index:3;
}
.add-photo .btn {
  top: 0;
  left: 0;
  width: 60%;
  margin-left:20%;
  margin-right:20%;  
  transform: translate3d(0, 260px, 0);
  transition: all 0.3s linear;
  cursor:pointer;
  z-index:3;
  text-align:center; 
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  background: #90d15c;
  border-radius: 25px;
  margin-top: 10px;  
}
.add-photo .btn:last-child {
  margin-bottom: 13px;
  background: #db292c;
  color: white;
  text-align:center;
}
.add-photo .btn.animation {
  transition: 0.3s linear;
  transform: translate3d(0, 0, 0);
}
.add-photo .btn.hide {
  transition: all 1s linear;
  transform: translate3d(0, 0, 0);
}

.video-profile {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  width:100%;
  min-height: 100%;
  z-index: 10;
  background:#fff;
  overflow:hidden;
}
.video-profile video{
    bottom: 0; left: 0; top: 0; right: 0;
    margin: auto;
    position: absolute;
	width:100%;
	height:100%;
}
.video-profile .topleft {
	position:absolute;
	top:0;
	left:0;
	color:#c0c0c0;
	margin-left:20px;
	padding-top:20px;
	line-height:100%;
	font-size:14px;
	z-index:2;
}
.videocall-notify {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
  padding-top:20%;
  width:100%;
  min-height: 100%;
  z-index: 99999999;
  background:rgba(255,255,255,.95);
  border-right:1px solid #dedede;  
}
.videocall-notify .loading {
 	 position: fixed;
	top:41%;
	left:0;
	text-align:center;
	width:100%;
	z-index:7;
	margin: 0 auto;
}
.videocall-container {
  position: fixed;
  right: 0; 
  top: 0;
  padding-top:20%;
  width:100%;
  min-height: 100%;
  z-index: 99999999;
  background:rgba(255,255,255,.95);
  border-right:1px solid #dedede;
}
.videocall-container .loading {
  position: fixed;
	top:45%;
	left:0;
	text-align:center;
	width:100%;
	z-index:7;
	margin: 0 auto;
}
.videocall-container .calle .user {
	position:absolute;
	top:40%;
	left:40%;
    width: 12em;
	text-align:center;
	color:#FFF;
	z-index:7;
	margin: 0 auto;
}

.videocall-container .calle .profile-photo1 {
	position:absolute;
	top:74%;
	left:37%;
	z-index:10;
	margin: 0 auto;
	background: #fff;
	width: 180px;
	height: 140px;
	padding: 0.25em;
	border-radius: .4em;
	margin-top: -6em;
	box-shadow: 0 0 .1em rgba(0, 0, 0, 0.35);
}

.videocall-container .calle .profile-photo1 video {
	background:#fff;
	color:#fff;
	height:100%;
	width:100%;
}

.videocall-container .calle .profile-photo1 img {
	background:#fff;
	color:#fff;
	height:100%;
	width:100%;
}



.videocall-container .calle .profile-photo2 {
	position:absolute;
	top:130px;
	left:380px;
	z-index:7;
	margin: 0 auto;
	background: #fff;
	width: 140px;
	height: 140px;

	border-radius: .4em;
	margin-top: -6em;
}

.video {
	position:absolute;
	z-index:8;
	margin: 0 auto;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.video .topleft {
	position:absolute;
	color:#fff;
	margin-left:20px;
	padding-top:20px;
	line-height:100%;
	font-size:14px;
	z-index:99999;
}

.video video {
	position:absolute;	
	margin: 0 auto;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}


.videocall-container .calle .profile-photo2 {
	color:#fff;
}

.myCam {
	position: fixed;
	bottom:17%;
	right:5%;
	width:27%;
	z-index:999;
	background:#fff;
}
.myCam video{
    bottom: 0; left: 0; top: 0; right: 0;
    margin: auto;
    position: absolute;
	width:100%;
	height:auto;
}

.bulbs {
	position: absolute;
	top:85%;
	left:5%;
	z-index:1999;
}
.bulbs .bulb-1,
.bulbs .bulb-2,
.bulbs .bulb-3,
.bulbs .bulb-4{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  opacity: 0;
  margin-right:15px;
  -webkit-transform: translateY(100px);
  -webkit-animation-name: bulb-move;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  transform: translateY(100px);
  animation-name: bulb-move;
  animation-iteration-count: 1;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.bulbs .bulb-1 {
	background:#fff;
	color:#1684ff;
	border:1px solid #1684ff;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	cursor:pointer;  
}
.bulbs .bulb-1 i {
	position:absolute;
	left:5px;
	bottom:-4px;
	font-size:38px;
	padding-bottom:10px;
	color:#1684ff;
}
.bulbs .bulb-2 {
	background: #fff;
	color:rgb(242,30,30);
	border:1px solid rgb(242,30,30);
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	cursor:pointer;  
}

.bulbs .bulb-2 i{
	position:absolute;
	left:5px;
	bottom:-4px;
	font-size:38px;
	padding-bottom:10px;
	color:rgb(242,30,30);
}
.bulbs .bulb-2:hover {
  cursor:pointer;
}
.bulbs .bulb-3 {
	background: #fff;	
	color:#1684ff;
	border:1px solid #1684ff;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	cursor:pointer;
}

.bulbs .bulb-3:hover {
  cursor:pointer;
}

.bulbs .bulb-3 i {
	position:absolute;
	left:5px;
	bottom:-4px;
	font-size:38px;
	padding-bottom:10px;
	color:#1684ff;
}
.bulbs .bulb-4 {
  background: rgba(0,0,0,0.7);
 -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  cursor:pointer;
}
.bulbs .bulb-4:hover {
  cursor:pointer;
}

.bulbs .sbulb {
  background: rgba(222,2,2,0.7);
  cursor:pointer;
}

.bulbs .bulb-4 span {
	position:absolute;
	left:8px;
	bottom:-9px;
	font-size:34px;
	padding-bottom:10px;
	color:#fff;
}

.bulbs2 {
  position: absolute;
	top:60%;
	left:30%;
  z-index:1999;
}
.bulbs2 .bulb-1,
.bulbs2 .bulb-2{
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  opacity: 0;
  margin-right:25px;
  -webkit-transform: translateY(100px);
  -webkit-animation-name: bulb-move;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  transform: translateY(100px);
  animation-name: bulb-move;
  animation-iteration-count: 1;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.bulbs2 .bulb-1 {
	background: none;
	color:#3cd50e;
	border:1px solid #3cd50e;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	cursor:pointer;  
}
.bulbs2 .bulb-1 i {
	position:absolute;
	left:11px;
	bottom:-1px;
	font-size:48px;
	padding-bottom:10px;
	color:#3cd50e;
}
.bulbs2 .bulb-2 {
	background: none;
	color:rgb(242,30,30);
	border:1px solid rgb(242,30,30);
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	cursor:pointer;  
}

.bulbs2 .bulb-2 i{
	position:absolute;
	left:11px;
	bottom:-1px;
	font-size:48px;
	padding-bottom:10px;
	color:rgb(242,30,30);
}
.bulbs2 .bulb-2:hover {
  cursor:pointer;
}


@-webkit-keyframes cursor-move {
  40% {
    -webkit-transform: translate(193px, 147px);
  }
  50% {
    -webkit-transform: translate(193px, 147px) scale(0.7);
  }
  60% {
    -webkit-transform: translate(193px, 147px) scale(1);
  }
  100% {
    -webkit-transform: translate(264px, 190px);
  }
}
@-webkit-keyframes circle-scale {
  30% {
    -webkit-transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(9);
  }
}
@-webkit-keyframes span-scale {
  to {
    -webkit-transform: scale(0.11) translate(-140px, 0) rotate(-405deg);
  }
}
@-webkit-keyframes bulb-move {
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes restart-move {
  to {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
}
@keyframes cursor-move {
  40% {
    transform: translate(193px, 147px);
  }
  50% {
    transform: translate(193px, 147px) scale(0.7);
  }
  60% {
    transform: translate(193px, 147px) scale(1);
  }
  100% {
    transform: translate(264px, 190px);
  }
}
@keyframes circle-scale {
  30% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(9);
  }
}
@keyframes span-scale {
  to {
    transform: scale(0.11) translate(-140px, 0) rotate(-405deg);
  }
}
@keyframes bulb-move {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes restart-move {
  to {
    opacity: 1;
    transform: translateY(-10px);
  }
}


.ball {
  position: absolute;
  top: 15%;
  left: 44%;
  margin-top: -50px;
  margin-left: -50px;
  height: 160px;
  width: 160px;
  border: 3px solid #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
  border-radius: 1000px;
  transform: scale(0);
  opacity: 0;
  transition-duration: 0;
  transition-timing-function: cubic-bezier(0.005, 0.95, 0.135, 1.205);
}
.ball .msg-count {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  border: 3px solid #FFF;
  background: #3ab0ff;
  height: 25px;
  width: 25px;
  border-radius: 1000px;
  text-align: center;
  line-height: 50%;
  font-size: 12px;
  opacity: 0;
  transform: scale(0);
  transition-timing-function: cubic-bezier(0.005, 0.95, 0.135, 1.205);
}

.ball .msg-count i {
	margin-top:5px;
}
.ball .halo {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
}
.ball .notif {
  position: absolute;
  top: -45px;
  left: -25px;
  width: 220px;
  opacity: 0;
}
.ball .buttons {
  position: absolute;
  top: 110px;
  left: -75px;
  width: 250px;
  text-align:center;  
}
.ball .notif .bar {
  position: relative;
  border-radius: 1000px;
  background: #FFF;
  height: 30px;
  line-height: 30px;
  width: 0;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.ball .notif .bar .text {
  position: absolute;
  margin: 0;
  font-size: 12px;

  color: #555;
  width: 175px;
  z-index: 1;
}
.ball .notif .bar .action {
  position: relative;
  z-index: 2;
  height: 20px;
  width: 20px;
  background: #BABABA;
  float: right;
  margin-top: 5px;
  border-radius: 100px;
  box-shadow: 10px 0 0 0 #FFF, -10px 0 10px 0 #FFF, inset 0 0 0 1px #FFF;
  border: 1px solid #BABABA;
}
.ball .notif .bar .action::after {
  content: '';
  border-left: 5px solid #FFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  margin-left: 7px;
  margin-top: 4px;
}
.ball .notif .arrow {
  top: 30px;
  border-top: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  margin: 0 auto;
  transform-origin: top;
  transform: scale(0);
}

.anim-start .ball {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
}
.anim-start .ball .notif {
  opacity: 1;
  transition-duration: .2s;
  transition-delay: 1.6s;
}
.anim-start .ball .notif .bar {
  width: 100%;
  transition-duration: .6s;
  transition-delay: 1.6s;
}
.anim-start .ball .notif .arrow {
  transform: none;
  transition-delay: 1.6s;
  transition-duration: .3s;
}
.anim-start .ball .halo {
  opacity: 0;
  transform: none;
  transition-duration: .6s;
  transition-delay: 1.2s;
}
.anim-start2 .ball .halo {
  opacity: 0;
  transform: none;
  transition-duration: .6s;
  transition-delay: 1.2s;
}
.anim-start .ball .msg-count {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
  transition-delay: .6s;
}


.btn-accept { 
background-color: rgb(100,142,49);
background-image: -moz-linear-gradient(top,  rgba(100,142,49,1) 0%, rgba(57,93,15,1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,142,49,1)), color-stop(100%,rgba(57,93,15,1)));
background-image: -webkit-linear-gradient(top,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
background-image: -o-linear-gradient(top,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
background-image: -ms-linear-gradient(top,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
background-image: linear-gradient(to bottom,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
margin-right: 10px;
}
.btn-accept:hover { background: rgba(100,142,49,1); }
.btn-accept:active { background: rgba(57,93,15,1); box-shadow: inset 0 0 3px rgba(0,0,0,0.5); }
.btn-decline { 
background-color: rgb(203,90,90);
background-image: -moz-linear-gradient(top,  rgba(203,90,90,1) 0%, rgba(141,62,62,1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,90,90,1)), color-stop(100%,rgba(141,62,62,1)));
background-image: -webkit-linear-gradient(top,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
background-image: -o-linear-gradient(top,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
background-image: -ms-linear-gradient(top,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
background-image: linear-gradient(to bottom,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
margin-left: 10px;
}
.btn-decline:hover { background: rgba(203,90,90,1); }
.btn-decline:active { background: rgba(141,62,62,1); box-shadow: inset 0 0 3px rgba(0,0,0,0.5); }

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
}
