@font-face {
  font-family: 'Lato';
  src: url('../../fonts/subset-Lato-Regular.eot');
  src: url('../../fonts/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/subset-Lato-Regular.woff') format('woff2'),
  url('../../fonts/subset-Lato-Regular.woff') format('woff'),
  url('../../fonts/subset-Lato-Regular.ttf') format('truetype'),
  url('../../fonts/subset-Lato-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Lato', 'Arial', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  color: #333;
}

/*** COMMON INITIATE BEGIN ***/
body {
  background: #1F1F1F;
}
.wrapper {
  position: relative;
  width: 980px;
  margin: 0px auto;
}
body > .container > .wrapper{
  margin-bottom: 60px;  
}
@media screen and (max-width: 980px) {
  .wrapper {
    width: 100%;
  }
}
.header404 {
  padding: 100px 0px;
  font-size: 80px;
  text-align: center;
  color: #666;
}
overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0,0,0,.75);
}
/*
confirm-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 1;
}
*/
mobileLandscape {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #EFEFEF;
  color: #333;  
}
#popup-container {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
	min-width: 100px;
	min-height: 100px;
  z-index: 99;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, .75);
  transition: top 750ms;
  border-radius: 4px;
}
#popup-container > .close {
  position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border: 2px solid #FFF;
	background-color: #000;
	color: #FFF;
	text-align: center;
  line-height: 16px;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	right: -10px;
	top: -10px;
  z-index: 1;
  box-sizing: border-box;
}
#popup-container > .popup {
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 10px;
}
.overlay {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
}
.overlay.solid {
  background-color: rgba(0,0,0,.75);
}
.overlay.solid-30 {
  background-color: rgba(0,0,0,.30);
}

.no-select {
  -webkit-touch-callout: none;  /* iOS Safari */
  -webkit-user-select: none;    /* Chrome/Safari/Opera */
  -khtml-user-select: none;     /* Konqueror */
  -moz-user-select: none;       /* Firefox */
  -ms-user-select: none;        /* Internet Explorer/Edge */
  user-select: none;            /* Non-prefixed version, currently not supported by any browser */
}

/*** COMMON INITIATE END ***/

.noData {
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;  
  display: none;
}

/*** HEADER BEGIN ***/
header {
  position: fixed;
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 10px;
  background-color: #D30808;
  z-index: 80;
  top: 0;
  left: 0;
}
header section.logo {
  float: left;
  width: 35%;
  text-align: left;  
}
header section.logo span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0px 5px;
  font-family: 'SWZ721B', 'Arial', sans-serif;
  font-size: 26px;
  color: #FFF;
}
header section.logo span.image {
  width: 50px;
  background-position: -450px 0px;
}
header section.randomCall {
  float: left;
  width: 10%;
  text-align: center;  
}
header section.randomCall > a {
  display: inline-block;
  height: 53px;
  width: 53px;
  background-size: 100%;
  margin: -4px 0px;  
  cursor: pointer;
  position: relative;
}
header section.randomCall > a:after {
  content: "";
  animation-name: spin-random-call;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 2px solid #FFF;
  border-radius: 50%;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;  
  position: absolute;
  height: 53px;
  width: 53px;
  top: -2px;
  left: -2px; 
  animation-delay: 5s;
}
@-webkit-keyframes spin-random-call{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    border-bottom-color: white;
    border-top-color: white;
    }
    10%{
    border-bottom-color: #cd0b0d;
    border-top-color: #cd0b0d;
    }
    20%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    border-bottom-color: white;    
    border-top-color: white;    
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }    
/*
    75%{
    border-bottom-color: white;
    }
*/
    100%{

    }
}
header section.navigation {
  float: right;
  width: 55%;
  text-align: right;
}
header section.navigation nav li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 54px;
  margin: 0px 10px;
  cursor: pointer;
  float: right;
}
header section.navigation nav li:not([count="0"]):after {
  position: absolute;
  content: attr(count);
  width: 23px;
  height: 23px;
  line-height: 25px;
  left: -12px;
  bottom: -1px;
  background-color: #f1f1f1;
  border: 2px solid #d30808;
  border-radius: 100%;
  color: #fc5536;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

header section.navigation nav li.notifications {
  background-position: -54px 0px;
}
header section.navigation nav li.messages {
  background-position: -100px 0px;
}
header section.navigation nav li.question-list {
  background-position: -500px -400px;
}
header section.navigation nav li.menus {
  background-position: -150px 0px;
}
header section.navigation nav li .content {
  display: none;
  position: absolute;
  top: 58px;
  right: 0;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,.5);
  z-index: 1;
  text-align: left;
}
header section.navigation nav li .content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 13px;
  top: -12px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #d0d0d0;
}
header section.navigation nav li .content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 14px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
header section.navigation nav li.active .content {
  display: block;
}
header section.navigation nav li.notifications .content,
header section.navigation nav li.messages .content {
  min-width: 379px;
}
header section.navigation nav li.notifications .content .list,
header section.navigation nav li.messages .content .list,
header section.navigation nav li.ready_questions section.list{
  position: relative;
/*   min-height: 70px; */
  max-height: 500px;
  overflow-x: auto;
  border-bottom: none;
}
header section.navigation nav li .content .head,
header section.navigation nav li .content .foot {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px;
  box-sizing: border-box;
  text-align: right;
}
header section.navigation nav li .content .foot {
  border-bottom: 0px;
}
header section.navigation nav li .content .head a,
header section.navigation nav li .content .foot a {
  position: relative;
  color: #fc5536;
  margin: 5px;
}
header section.navigation nav li .content .head a:before {
  content: "∙";
  position: absolute;
  left: -8px;
}
header section.navigation nav li .content .head a:first-child:before {
  content: "";
}
header section.navigation nav li .content .list {
  width: 100%;
}
header section.navigation nav li .content .list.preloader:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  background-position: -450px 0px;
  animation-name: loading-1;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
header section.navigation nav li .content .list item {
  position: relative;
  display: block;
  width: 340px;
  padding: 12px;
  height: 45px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
header section.navigation nav li .content .list item.ready_question {
  height: auto;
  font-size: 13px;
  line-height: 15px;
  padding: 6px 12px;
  color: #fff;
}
header section.navigation nav li .content .list item.ready_question:nth-child(odd) {
/*   background- */color: #0b68bb; 
}
header section.navigation nav li .content .list item.ready_question:nth-child(even) {
/*   background- */color: #fa4283;
}
header section.navigation nav li .content .list item.new {
  background-color: #ebebeb;
}
header section.navigation nav li.messages .content .list item:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
}
header section.navigation nav li.messages .content .list item.in:after {
  background-position: -15px -515px;
}
header section.navigation nav li.messages .content .list item.out:after {
  background-position: -65px -515px;
}
header section.navigation nav li.messages .content .list item.flashm {
  background-color: #fff9da;
}
header section.navigation nav li.messages .content .list item section.flashmessage {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 35px;
  bottom: 10px;
  background-position: -344px -1014px;
}
header section.navigation nav li.messages .content .list item section.flashmessage.s-1 {
  display: block;
}
header section.navigation nav li .content .list item section {
  float: left;
}
header section.navigation nav li .content .list item section.photo {
  width: 45px;
  height: 45px;
}
header section.navigation nav li .content .list item section.photo img {
  width: 100%;
  height: 100%;
}
header section.navigation nav li .content .list item section.info {
  position: relative;
  display: inline-block;
  width: 275px;
  font-size: 13px;
}
header section.navigation nav li .content .list item section.info * {
  display: block;
  margin-left: 10px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header section.navigation nav li .content .list item section.info a,
header section.navigation nav li .content .list item section.info .name {
  font-weight: bold;
}
header section.navigation nav li .content .list item section.info .name0 {
  filter: blur(2px);
}
header section.navigation nav li .content .list item section.info:after {
  position: absolute;
  content: attr(data-time);
  font-size: 12px;
  font-weight: bold;
  right: -20px;
  top: 0px;
}
header section.navigation nav li .content .list item section.info .emojione {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 1px;
}
header section.navigation nav li .content > section {
  border-bottom: 5px solid #e4e4e4;
}
header section.navigation nav li .content > section:last-child {
  border: none;
}
header section.navigation nav li .content .profile {
  width: 220px;
  height: 45px;
  padding: 6px 12px; /*12px; small menu*/
}
header section.navigation nav li .content .profile .photo {
  float: left;
  width: 45px;
  height: 45px;
}
header section.navigation nav li .content .profile .photo img {
  width: 100%;
  height: 100%;
}
header section.navigation nav li .content .profile section.info {
  float: left;
  position: relative;
  display: inline-block;
  width: 175px;
  font-size: .87rem;
}
header section.navigation nav li .content .profile section.info span
{
  padding-left: 20px;
  position: relative;
}
header section.navigation nav li .content .profile section.info span:before {
  background-position: -14px -465px;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -3px;
  bottom: 1px;  
}
header section.navigation nav li .content .profile section.info * {
  display: block;
  margin-left: 10px;
  line-height: 22px;
}
header section.navigation nav li .content .profile section.info a {
  font-weight: bold;
}
header section.navigation nav li .content .profile a.edit {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background-position: -262px -462px;
  right: 10px;
  top: 22px;
}
header section.navigation nav li .content .buy {
  width: 100%;
}
header section.navigation nav li .content .buy item.buycredit {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 0px; /* 10px 0px; small menu*/
  line-height: 24px;
  text-indent: 65px;
  background-color: #fff7d4;
}
header section.navigation nav li .content .buy item.buycredit:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0px; /* 5px; small menu*/
  left: 0px;
  background-position: -7px -1094px;
}
header section.navigation nav li .content .buy item.buycredit.plus:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 5px;
  left: 0px;
  background-position: -316px -1092px;
}
header section.navigation nav li .content .buy item.buycredit a {
  text-decoration: none !important;
}
header section.navigation nav li .content .buy item.buycredit span {
  display: block;
  font-weight: bold;
}
header section.navigation nav li .content .buy item.buycredit:not(.plus) span {
  line-height: 42px;
  font-size: 18px !important;
}
header section.navigation nav li .content .buy item.buycredit span:first-child {
  font-size: 18px;
}
header section.navigation nav li .content .buy item.buycredit span:last-child {
  font-size: 14px;
}
header section.navigation nav li .content .revenue {
  width: 220px;
  padding: 6px 12px; /* 12px; small menu*/
  font-size: 13px;  
}
header section.navigation nav li .content .revenue section {
  margin-top: 5px;
}
header section.navigation nav li .content .revenue .total {
  text-align: center;
  font-size: 14px;  
}
header section.navigation nav li .content .revenue .summary {
  margin-bottom: 12px; /* 20px; small menu*/
  text-align: center;
}
header section.navigation nav li .content .revenue .summary span {
  position: relative;
  padding-left: 28px;
  padding: 2px 0px 2px 28px;
  width: 42px;
  display: inline-block;
  text-align: left;
  font-size: 14px;
}

header section.navigation nav li .content .revenue .summary span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;  
  width: 26px;
  height: 26px;  
}
header section.navigation nav li .content .revenue .summary span.video:before {
  background-position: -275px -1185px;
}
header section.navigation nav li .content .revenue .summary span.voice:before {
  background-position: -330px -1186px;
}
header section.navigation nav li .content .revenue .summary span.gift:before {
  background-position: -273px -1221px;
}
header section.navigation nav li .content .settings {
  width: 220px;
  padding: 12px;
}
header section.navigation nav li .content .settings item {
  display: block;
  width: 100%;
  height: 20px; /*25px; small menu*/
  padding: 5px 0px;
}
header section.navigation nav li .content .settings item .label {
  position: relative;
  float: left;
  text-indent: 30px;
  font-size: .8rem;
  line-height: 24px;
}
header section.navigation nav li .content .settings item .label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
header section.navigation nav li .content .settings item.listing .label:before {
  background-position: -315px -415px;
}
header section.navigation nav li .content .settings item.video .label:before {
  background-position: -365px -415px;
}
header section.navigation nav li .content .settings item.voice .label:before {
  background-position: -415px -415px;
}
header section.navigation nav li .content .settings item.message .label:before {
  background-position: -465px -415px;
}
header section.navigation nav li .content .settings item.phone .label:before {
  background-position: -440px -415px;
}
header section.navigation nav li .content .settings item .config {
  float: right;
}
header section.navigation nav li .content .settings item .config toggle {
  top: 4px;  
}
header section.navigation nav li .content .menu {
  width: 244px;
}
header section.navigation nav li .content .menu item {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #e4e4e4;
  font-size: .8rem;
  line-height: 24px;
  text-indent: 42px;
}
header section.navigation nav li .content .menu item:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 7px;
  left: 12px;
}
header section.navigation nav li .content .menu item.live:before {
  background-position: -418px -1188px;
  border-radius: 50%;
  
}
header section.navigation nav li .content .menu item.buycredit:before {
  background-position: -14px -465px;
}
header section.navigation nav li .content .menu item.logs:before {
  background-position: -65px -465px;
}
header section.navigation nav li .content .menu item.settings:before {
  background-position: -115px -465px;
}
header section.navigation nav li .content .menu item.help:before {
  background-position: -165px -465px;
}
header section.navigation nav li .content .menu item.language:before {
  background-position: -215px -265px;
}
header section.navigation nav li .content .menu item.logout:before {
  background-position: -215px -465px;
}
header section.navigation nav li .content .menu item.profiles:before {
  background-position: -65px -265px;
}
header section.navigation nav li .content .menu item.notifications:before {
  background-position: -15px -265px;
}
header section.navigation nav li .content .menu item.updatepassword:before {
  background-position: -421px -566px;
}
header section.navigation nav li .content .menu item.change_network:before {
  background-position: -465px -615px;
}
header section.navigation nav li .content .menu item.change_network select {
  position: absolute;
  opacity: .8;
  font-size: 11px;
  text-indent: 0px;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-left: 150px;
  padding-right: 22px;
  background-size: 15px;
  text-align-last: right;
  background-color: transparent;
}
header section.navigation nav li .content .menu item:last-child {
  border-bottom: 0px;
}
header section.navigation nav li .content .menu item.language a {
  text-decoration: underline;
}
header section.navigation nav li .content .menu item.language a.active {
  color: crimson;
  text-decoration: none;  
}
header section nav {
  width: 550px;
  float: right;
}
header section.navigation nav memberlist {
  background-position: -369px -1174px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 54px;
  margin: 0px 10px;
  cursor: pointer;
  float: right;
}
@media screen and (max-width:686px){
  header section nav {
    width: 300px;
  }
}
@media screen and (max-width: 350px) {
  header section nav {
    width: 250px;
  }
}
header section userArea {
  float:right;
/*
  float: right;  
  overflow: hidden;
*/
  display: inline-block;
  min-width: 60px;
  margin: 0px 30px 0px 20px;
}
header section userArea a:hover {
  text-decoration: none;
}
header section userArea div.userCredit {
  margin: 20px 20px 0px 0px;
  float: right;
}
header section userArea div.userCredit div {
  font-size: 13px;
  color: #fff;
  float: right;
}
header section userArea div.userCredit div.coin {
  background-position: -17px -611px;
  width: 26px;
  height: 26px;
  margin: -8px 0px 0px 5px;
}
header section userArea img {
  width: 36px;
  height: 36px;
  margin-top: 7px;
  float: right;  
  box-shadow: 
  1px 1px 3px rgba(0, 0, 0, .75); 
}
/*** HEADER END ***/

/*** FOOTER BEGIN ***/
footer {
  width: 100%;
  background-color: #1f1f1f;
  color: #a9a9a9;
/*   margin-top: 8px; */
}
footer .row:first-child {
  background-color: #fff;
  height: 50px;
  padding: 10px 0px;
}
footer .row:first-child section {
  float: left;
  width: 33.333%;
}
footer .row:first-child section.logo {
  text-align: left;
}
footer .row:first-child section.logo span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0px 5px;
  font-family: 'SWZ721B', 'Arial', sans-serif;
  font-size: 26px;
  color: #e74c3c;
}
footer .row:first-child section.logo span.image {
  width: 50px;
  background-position: -450px 0px;
}
footer .row:first-child section.apps {
  text-align: center;
}
footer .row:first-child section.apps a {
  display: inline-block;
  width: 160px;
  height: 50px;
}
footer .row:first-child section.apps a.app-store {
  background-position: -220px -150px;
}
footer .row:first-child section.apps a.google-play {
  background-position: -220px -100px;
}
footer .row:first-child section.navigation {
  text-align: right;
}
footer .row:first-child section.navigation a {
  line-height: 50px;
  color: #e74c3c;
  border-left: 1px solid #e74c3c;
  padding: 0px 3px 0px 8px;
}
footer .row:first-child section.navigation a:first-child {
  border-left: 0px;
}
footer .row:first-child section.navigation section.language {
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
}
footer .row:first-child section.navigation section.language select {
  padding: 4px;
  /* padding-right: 30px; */
  margin-top: -4px;
  background: transparent;
  color: #fa4283;
  font-size: 15px;
  cursor: pointer;
}
footer .row:first-child section.navigation section:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -20px;
  top: 0px;
  background-position: -215px -265px;
}
footer .row p {
  font-size: 11px;
  padding: 10px;
  line-height: 14px;
  text-align: center;
  color: #666;
}
footer .row p a {
  color: #999;
}
/*** FOOTER END ***/

/*** COMMON ELEMENTS BEGIN ***/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
input,
select {
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 14px;
  padding: 6px;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
}
input.required,
select.required {
  border-color: red !important;
}
select {
  background-repeat: no-repeat;
  background-position: center right 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
msisdn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
msisdn > input[type="prefix"] {
  display: inline-block;
  color: #fff;
  background-color: #f7a719;
  width: 19%;
  cursor: pointer;
  float: left;
}
msisdn > input[type="tel"], msisdn > input[name="msisdn"] {
  display: inline-block;
  width: 79%;
}
msisdn > chooser {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f7a719;
  border-radius: 2px;
  border-top-left-radius: 0px;
  max-height: 300px;
  overflow-y: auto;
}
msisdn > chooser > li {
  list-style: none;
  text-align: left;
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
msisdn > chooser > li:hover {
  opacity: .75;
}
msisdn > chooser > finder {
  display: block;
  width: 90%;
  border: 1px solid #fff;
  margin: 5px auto;
  outline: none;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
}
msisdn > chooser > finder:empty:before{
  content: attr(placeholder);
  color: rgba(255,255,255,.75);
}
button {
  width: 100%;
  border: none;
  background: none;
  font-size: 14px;
  padding: 6px !important;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
input[type="radio"] + label {
  position: relative;
  text-indent: 20px;
  line-height: 16px;
}
input[type="checkbox"] + label {
  position: relative;
  text-indent: 20px;
  line-height: 16px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 1px;
  border: 1px solid #606060;
}
input[type="radio"] + label:before {
  border-radius: 50%;
}
input[type="checkbox"]:checked + label:before {
  background-position: -268px -318px;
}
input[type="radio"]:checked + label:after {
  display: none;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 4px;
  left: 3px;
  border-radius: 50%;
  background-color: #f7a719;
}
input[type="radio"] + label[for="radio-female"] {
  display: inline-block;
  width: 25px !important;
  height: 50px !important;
  margin: 0px 15px;
  background-position: -100px -100px;
}
input[type="radio"] + label[for="radio-male"] {
  display: inline-block;
  width: 25px !important;
  height: 50px !important;
  margin: 0px 15px;
  background-position: -125px -100px;
}
input[type="radio"] + label[for="radio-male"]:before,
input[type="radio"] + label[for="radio-female"]:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #606060;
  top: 15px;
  left: -20px;
  border-radius: 50%;
}
input[type="radio"] + label[for="radio-male"]:after,
input[type="radio"] + label[for="radio-female"]:after {
  display: none;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 18px;
  left: -17px;
  border-radius: 50%;
  background-color: #f7a719;
}
input[type="radio"]:checked + label:after {
  display: block;
}
/*** COMMON ELEMENTS END ***/

/*** CUSTOM ELEMENTS BEGIN ***/
a.sign {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  margin: 0px 15px;
}
.device a.sign, .talker-content a.sign {
  background-color: #f1f1f1;
}
a.sign.facebook {
  background-position: -5px -5px;
}
a.sign.twitter {
  background-position: -105px -5px;
}
a.sign.google {
  background-position: -205px -5px;
}
a.sign.email {
  background-position: -305px -5px;
}
a.sign.phone {
  background-position: -405px -5px;
}
.warnings{
  color: #FF5F5F;
  height: auto;
  font-size: 13px;
  padding: 5px 0px;
  margin: 5px 0px;
}
.warnings::before{
  content: "* ";
}
.warnings.float{
  position: absolute;
  color: #FFF;
  height: 14px;
  line-height: 13px;
  font-size: 13px;
  background-color: #FF5F5F;
  border-radius: 4px;
  margin-top: 4px;
  padding: 5px;
  z-index: 3;
}
.warnings.float::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -13px;
  margin-top: -5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 10px solid #FF5F5F;
}
warning~.container {
  margin-top: 70px;
  background-color: #f0f0f0;
  padding: 8px 0px 0px 0px;
  overflow: hidden;
}
warning~.container.mobile {
  margin-top: 70px;
  background-color: #fff;
  padding: 0px;
}
warning~.container.mobile > .wrapper{
  margin-bottom: 0px;
}
warning~.container.mobile > .wrapper > *{
  border: none;
}
toggle {
  position: relative;
  display: block;
  width: 38px;
  height: 16px;
  border-radius: 12px;
}
toggle.on {
  background-color: #89b73b;
}
toggle.off {
  background-color: #fc5535;
}
toggle switch {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  border-radius: 50%;
  top: -2px;
  cursor: pointer;
}
toggle.on switch {
  right: -1px;
}
toggle.off switch {
  left: -1px;
}
.hidden {
  visibility: hidden;
}
.hideme {
  display: none !important;
}
data-repater {
  display: none;
}
for {
  display: none;
}
@keyframes loading-1 {
  0%   {filter: grayscale(0%)}
  25%  {filter: grayscale(25%)}
  50%  {filter: grayscale(50%)}
  70%  {filter: grayscale(75%)}
  100% {filter: grayscale(100%)}
}
.goback {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -315px -465px;
  margin: 10px 0px;
}
.member_top_right img {
  width: 30px;
  height: 30px;
  float: right;
  margin: 5px;
}
.member_top_right a {
  float: right;
}
.member_top_right span {
  width: 20px;
  height: 20px;  
  float: right;  
}
.member_top_right .navoff {
  opacity: .2 !important;
  cursor: default;
}
.member_top_right a.prev_member span {
  background-position: -315px -465px;
  margin: 10px 5px 10px 30px;  
}
.member_top_right a.next_member span {
  background-position: -466px -465px;
  margin: 10px 0px 10px 5px;
}
.member_top_right a.icon_member {
  width: 21px;
  height: 22px;
  background-position: -196px -605px;
  margin: 9px 0px;
}
.member_top_right a.block_member {
  width: 20px;
  height: 24px;
  background-position: -116px -606px;
  margin: 7px 10px;
}
.member_top_right a.unblock_member {
  width: 19px;
  height: 23px;
  background-position: -77px -606px;
  margin: 7px 10px;
}
.member_top_right a.edit_profile {
  width: 20px;
  height: 20px;
  background-position: -163px -563px;
  margin: 7px 10px;
}
*[data-link] {
  cursor: pointer;
}
*[data-linkx] {
  cursor: pointer;
}
info,
warning {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 20px;
  height: auto;
  top: 0;
  left: 0;
  padding: 10px 0px;
  z-index: 70;
  cursor: pointer;
}
info { background-color: #3cb878; }
info .wrapper, warning .wrapper {
  margin-bottom: 0px !important;
}
warning { background-color: #d33333; }
info .message,
warning .message {
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  
}
/*** CUTSOM ELEMENTS END ***/
.clear {
    float: none;
    clear: both;
}
#confirmdialog{
  display: none;
  position: fixed;
  width: 320px;
  left: 50%;
  top: 40%;
  margin-left: -170px;
  z-index: 999;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .5);
}
#confirmdialog .title{
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  background-color: #D30808;
  font-family: 'SWZ721B', 'Arial', sans-serif;
  font-size: 15px;
  color: #FFF;
}
#confirmdialog .title icon{
  position: absolute;
  width: 20px;
  height: 22px;
  top: 5px;
  left: 5px;
}
#confirmdialog .message{
  width: 100%;
  float: none;
  clear: both;
  margin: 10px;
  font-size: 13px;
}
#confirmdialog .buttons{
  text-align: center;
}
#confirmdialog .buttons button{
  width: 50px;
  color: #4c4c4c;
  background-color: #EFEFEF;
  display: inline-block;
  margin: 10px 5px !important;
  transition: all 250ms;
}
#confirmdialog .yesBtn:hover{
  background-color: #f7a719;
  color: #FFF;
}
#confirmdialog .noBtn:hover{
  background-color: #e74c3c;
  color: #FFF;
}
div.contact{
/*
  height: 600px;
  position: relative;
*/
}
div.contact > iframe{
  width: 100%;
  height: 600px;
/*
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
*/
}
div.contact > .address{
  position: absolute;
  width: 180px;
  height: auto;
  background-color: #FFF;
  z-index: 9; /*9997; murat-20150317*/
  top: 60px;
  right: 60px;
  border-radius: 8px;
  padding: 20px;
  opacity: .8;
}
div.contact > .address:hover{
  background-color: #FFF;
  opacity: 1;
}
div.contact > .address h3{
  font-size: 14px;
  padding: 5px 0px;
}
div.contact > .address span{
  display: block;
  font-size: 13px;
  line-height: 16px;
}
div.contact > .address span.phone{
  text-decoration: underline;
}
div.contact > .address span:last-child{
  font-weight: bold;
  margin-top: 10px;
}
header section.navigation nav li.notifications .preloader:after {
  display: none !important;
}
.gifticon {
  display: block;
  width: 50px !important;
  height: 50px !important;
  margin: 0px auto;
}
.gifticon-1 {
  background-position: 0px 0px;
}
.gifticon-2 {
  background-position: -50px 0px;
}
.gifticon-3 {
  background-position: -100px 0px;
}
.gifticon-4 {
  background-position: -150px 0px;
}
.gifticon-5 {
  background-position: -200px 0px;
}
.gifticon-6 {
  background-position: 0px -50px;
}
.gifticon-7 {
  background-position: -50px -50px;
}
.gifticon-8 {
  background-position: -100px -50px;
}
.gifticon-9 {
  background-position: -150px -50px;
}
.gifticon-10 {
  background-position: -200px -50px;
}
.gifticon-11 {
  background-position: 0px -100px;
}
.gifticon-12 {
  background-position: -50px -100px;
}
.gifticon-13 {
  background-position: -100px -100px;
}
.gifticon-14 {
  background-position: -150px -100px;
}
.gifticon-15 {
  background-position: -200px -100px;
}
.gifticon-16 {
  background-position: 0px -150px;
}
.gifticon-17 {
  background-position: -50px -150px;
}
.gifticon-18 {
  background-position: -100px -150px;
}
.gifticon-19 {
  background-position: -150px -150px;
}
.gifticon-20 {
  background-position: -200px -150px;
}
.gifticon-21 {
  background-position: 0px -200px;
}
.gifticon-22 {
  background-position: -50px -200px;
}
.gifticon-23 {
  background-position: -100px -200px;
}
.gifticon-24 {
  background-position: -150px -200px;
}
.gifticon-25 {
  background-position: -200px -200px;
}
.gifticon-26 {
  background-position: 0px -250px;
}
.gifticon-27 {
  background-position: -50px -250px;
}
.gifticon-28 {
  background-position: -100px -250px;
}
.gifticon-29 {
  background-position: -150px -250px;
}
.gifticon-30 {
  background-position: -200px -250px;
}
.gifticon-31 {
  background-position: 0px -300px;
}
.gifticon-32 {
  background-position: -50px -300px;
}
.gifticon-33 {
  background-position: -100px -300px;
}
.gifticon-34 {
  background-position: -150px -300px;
}
.gifticon-35 {
  background-position: -200px -300px;
}
.gifticon-0 {
  display: none !important; 
}
li.notifications .gifticon {
  position: absolute !important;
  right: -15px !important;
  top: 7px !important;
}
.gifticon.incoming:after {
  content: "";
  background-position: -241px -1060px;
  position: absolute;
  margin-left: 42px;
  margin-top: 23px;
  width: 15px;
  height: 21px;
}
.gifticon.outgoing:after {
  content: "";
  background-position: -241px -1023px;
  position: absolute;
  margin-left: 42px;
  margin-top: 23px;
  width: 15px;
  height: 21px;
}
.type.gifticon {
  margin: 0px 40px 0px 21px !important;
}

.simpleweb {
  margin: 20px 10px;  
}
@media screen and (max-width:980px){
  header section userArea div.userCredit {
    margin: 36px -14px 0px 0px !important;
  }  
  footer .row:first-child section.logo,
  footer .row:first-child section.navigation {
    width: 25%;
    text-indent: 10px;
  }
  footer .row:first-child section.navigation {
    text-align: center;
  }
  footer .row:first-child section.apps {
    width: 50%;
  }
  footer .row:first-child section.logo .text {
    display: none;
  }
  div.contact > iframe {
    height: 200px;
  }
  div.contact > .address {
    position: inherit;
  }
  header section.navigation nav li .content .buy item.buycredit:not(.plus) span:last-child {
    font-size: 14px !important;
  }  
}
@media screen and (max-width:742px){
  header section.logo .text,
  header section.navigation nav li.notifications,
  header section.navigation nav li.messages {
    display: none;
  }
  footer .row:first-child section.logo {
    display: none;
  }
  footer .row:first-child section.navigation {
    float: none;
    text-align: center;    
    width: 100%;
    background: #1f1f1f;
    margin-top: 3px;
    overflow: hidden;
  }
  footer .row:first-child {
    height: auto;
    padding: 0px;
  }  
  footer .row:first-child section.apps {
    width: 100%;
    margin-top: 3px;    
  }
}
@media screen and (max-width:480px){
  header section.randomCall  {
    display: none;
  }
  header section.navigation {
    width: 70%;
  }
  header section.logo {
    width: 30%;
  }
}
div.revenueicon {
  float: left;
  padding-left: 50px;  
}
span.revenueicon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
  width: 26px;
  height: 26px;
}
span.revenueicon.incoming_video {
  background-position: -275px -1185px;
}
span.revenueicon.incoming_voice,
span.revenueicon.incoming_call {
  background-position: -330px -1186px;
}
span.revenueicon.incoming_gift {
  background-position: -273px -1221px;
}
span.revenueicon.outgoing_voice,
span.revenueicon.outgoing_video,
span.revenueicon.outgoing_call,
span.revenueicon.outgoing_gift,
span.revenueicon.bigbang,
span.revenueicon.flash_message {
  background-position: -330px -1218px;
}
div.popup_connecting {
  display: none;
  height: 50px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height:50px;
}
error_messages {
  display: none;
}
@media screen and (max-width: 350px) {
  header section.navigation nav memberlist {
    display: none;
  }
}
@media screen and (max-height: 250px) and (orientation:landscape) {
  mobileLandscape {
    display: block;
    text-align: center;
    padding: 5vw;    
  }
  body {
    overflow: hidden;
    position: fixed;
  }
}
.body .user span.go-to-panel,
.body .user span.go-to-panel-images,
.body .user span.go-to-panel-detail,
.body .user span.go-to-panel-removeimage,
.body .user span.go-to-panel-removeuser {
  position: absolute;
  height: 25px;
  background-color: rgba(0,0,0,.7);
  z-index: 3;
  text-align: center;
  line-height: 23px;  
  bottom: 30px;
}
.list .body .user span.go-to-panel,
.list .body .user span.go-to-panel-images,
.list .body .user span.go-to-panel-removeimage,
.list .body .user span.go-to-panel-removeuser {
  bottom: 65px !important;  
}
.body .user span.go-to-panel {
  left: 0;
  width: 40%;
}
.body .user span.go-to-panel-images {
  right: 0;
  width: 20%;
}
.body .user span.go-to-panel-detail {
  right: 0%;
  width: 20%;
  bottom: 100px;
}
.body .user span.go-to-panel-removeimage {
  right: 20%;
  width: 20%;
}
.body .user span.go-to-panel-removeuser {
  right: 40%;
  width: 20%;
}
.body .user span.go-to-panel a {
  color: crimson !important;
}
.body .user span.gtphidden {
  display: none;
}
@media screen and (max-width: 420px) {
  .body .user span.go-to-panel,
  .body .user span.go-to-panel-images,
  .body .user span.go-to-panel-removeimage,
  .body .user span.go-to-panel-removeuser {
    height: 30px;
    z-index: 2;
    bottom: 0px;
  }
  .body .user span.go-to-panel,
  .body .user span.go-to-panel-images,
  .body .user span.go-to-panel-removeimage,
  .body .user span.go-to-panel-removeuser {
    bottom: 30px !important;  
    z-index: 2;
  }   
  .list .body .user span.go-to-panel,
  .list .body .user span.go-to-panel-images,
  .list .body .user span.go-to-panel-removeimage,
  .list .body .user span.go-to-panel-removeuser {
    bottom: 5px !important;  
  }   
}
div.relationTypeSearch {
/*
  line-height: 0px;
  display: inline-block;  
*/
  display: inline-block;
  vertical-align: middle;
  line-height: 0px;
}
div.relationTypeSearch label {
/*
  display: block !important;
  width: auto !important;
  text-align: left;
  text-indent: 20px !important;
*/
  width: auto !important;
  min-width: 60px;
  font-weight: bold !important;
  height: 60px;
  line-height: 102px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  font-size: 12px !important;
  text-align: center;
  cursor: pointer;
}
div.relationTypeSearch label:before {
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 75px 75px !important;
}
div.relationTypeSearch input:checked + label:after {
  position: absolute;
  content: "";
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  top: -5px !important;
  left: 50% !important;
  margin-left: 10px;
  background-color: #00a651;
  background-position: -16px -1159px;
}
div.relationTypeSearch label[for="relation_type-2"]:before {
  background-position: 2px 2px !important;
}
div.relationTypeSearch label[for="relation_type-3"]:before {
  background-position: -36px 2px !important;
}
div.relationTypeSearch label[for="relation_type-4"]:before {
  background-position: 2px -36px !important;
}
div.relationTypeSearch label[for="relation_type-5"]:before {
  background-position: -36px -36px !important;
}

.gender_interest input[type="radio"] + label {
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  margin: 0px 5px;
}
.settings .profiles .gender_interest input[type="radio"] + label {
  margin: 0px !important;
}
.settings .profiles .gender_interest input[type="radio"] + label[for="interest-radio-male"] {
  margin-left: -18px !important;
}
.gender_interest input[type="radio"] + label[for="radio-female"] {
  background-position: 0px -300px;
}
.gender_interest input[type="radio"] + label[for="radio-male"] {
  background-position: -50px -300px;
}
.gender_interest input[type="radio"] + label[for="radio-unisex"] {
  background-position: -100px -300px;
}
.gender_interest input[type="radio"]:checked + label[for="radio-female"] {
  background-position: 0px -350px;
}
.gender_interest input[type="radio"]:checked + label[for="radio-male"] {
  background-position: -50px -350px;
}
.gender_interest input[type="radio"]:checked + label[for="radio-unisex"] {
  background-position: -100px -350px;
}

.gender_interest input[type="radio"] + label[for="interest-radio-female"] {
  background-position: 0px -300px;
}
.gender_interest input[type="radio"] + label[for="interest-radio-male"] {
  background-position: -50px -300px;
}
.gender_interest input[type="radio"] + label[for="interest-radio-unisex"] {
  background-position: -100px -300px;
}
.gender_interest input[type="radio"]:checked + label[for="interest-radio-female"] {
  background-position: 0px -350px;
}
.gender_interest input[type="radio"]:checked + label[for="interest-radio-male"] {
  background-position: -50px -350px;
}
.gender_interest input[type="radio"]:checked + label[for="interest-radio-unisex"] {
  background-position: -100px -350px;
}
.gender_interest input[type="radio"] + label:before {
  display: none;
}
.gender_interest input[type="radio"] + label:after {
}
.gender_interest input[type="radio"]:checked + label:after {
  display: none;
}


dock-pattern {
  display: none;
}
#dock-messager {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#dock-messager .user {
  position: relative;
  float: right;
  width: 275px;
  height: 325px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,.5);
  margin: 0 5px;
  overflow: hidden;
}
#dock-messager .user.minimize {
  width: 200px;
  bottom: -295px;
}
#dock-messager .user .head {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #e2e2e2;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.5);
  transition: all 50ms;
  z-index: 1;
}
#dock-messager .user .head:hover,
#dock-messager .user.active .head {
  background-color: #807e7e;
  cursor: pointer;
}
#dock-messager .user .head img {
  float: left;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 2px;
}
#dock-messager .user .head span {
  float: left;
  line-height: 30px;
  font-size: 12px;
  margin: 0px 5px;
  color: #e2e2e2;
  text-shadow: 0px 0px 1px #000, 1px 1px 1px #000;
}
#dock-messager .user .head button {
  float: right;
  width: auto;
  margin: 0 10px !important;
  padding: 0px !important;
  font-size: 12px;
  line-height: 30px;
  color: #e2e2e2;
  text-shadow: 0px 0px 1px #000, 1px 1px 1px #000;
}
#dock-messager .user.minimize .head button {
  display: none;
}
#dock-messager .user.minimize:hover .head button.close {
  display: block;
}
#dock-messager .user .body {
  height: 260px;
  padding: 5px;
  box-sizing: border-box;
  overflow-y: auto;
}
#dock-messager .user .body .message-item {
  width: 75%;
  padding: 10px 5px;
  margin: 5px 0px;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 3px;
}
#dock-messager .user .body .message-item.incoming {
  float: left;
  background-color: #efeff4;
  color: #767575;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,.5);
}
#dock-messager .user .body .message-item.outgoing {
  float: right;
  background-color: #807e7e;
  color: #fff;
  box-shadow: -1px 1px 3px 0px rgba(0,0,0,.5);
}

#dock-messager .user .foot {
  position: relative;
  height: 35px;
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,.5);
  z-index: 1;
}
#dock-messager .user .foot .input-text {
  width: 240px;
  height: 100%;
  font-size: 13px;
  padding: 10px 5px;
  line-height: 16px;
  box-sizing: border-box;
}
div.contentgiftitem {
  float: left;
  width: 100px;
  overflow: hidden;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  height: 85px;
  margin-top: 10px;
}
div.contentgiftitem > .gifticon {
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
.logo-link {
  text-decoration: none;
}